
redirectTime = "600";
indexURL = "index.html";
studioURL = "studios.html";
artURL = "art_of_hair.html";
contactURL = "contact.html";
teamURL = "team.html";
newsURL = "services.html";
news2URL = "news2.html";
aboutURL = "about_us.html";
hairURL = "hair_6.html";
hair_1URL = "hair.html";
pricesURL = "prices.html";
hair_2URL = "hair_2.html";
hair_3URL = "hair_3.html";
hair_4URL = "hair_4.html";
hair_5URL = "hair_5.html";
hair_6URL = "hair_6.html";
hair_7URL = "hair_7.html";
hair_8URL = "hair_8.html";
contact1URL = "contact.html";
contact2URL = "contact2.html";
joinURL = "join.html";
express_URL = "express.html";
cid_URL = "cid.html";
wedding_URL = "weddinghair.html";
nano_URL = "nano.html";
wefts_URL = "wefts.html";
barber_URL = "barbering.html";

function contact1Redirect() {
	setTimeout("location.href = contact1URL;",redirectTime);
}
function joinRedirect() {
	setTimeout("location.href = joinURL;",redirectTime);
}
function contact2Redirect() {
	setTimeout("location.href = contact2URL;",redirectTime);
}
function indexRedirect() {
	setTimeout("location.href = indexURL;",redirectTime);
}
function studioRedirect() {
	setTimeout("location.href = studioURL;",redirectTime);
}
function contactRedirect() {
	setTimeout("location.href = contactURL;",redirectTime);
}
function artRedirect() {
	setTimeout("location.href = artURL;",redirectTime);
}
function teamRedirect() {
	setTimeout("location.href = teamURL;",redirectTime);
}
function newsRedirect() {
	setTimeout("location.href = newsURL;",redirectTime);
}
function news2Redirect() {
	setTimeout("location.href = news2URL;",redirectTime);
}
function aboutRedirect() {
	setTimeout("location.href = aboutURL;",redirectTime);
}
function hairRedirect() {
	setTimeout("location.href = hairURL;",redirectTime);
}

function hair_1Redirect() {
	setTimeout("location.href = hair_1URL;",redirectTime);
}

function pricesRedirect() {
	setTimeout("location.href = pricesURL;",redirectTime);
}
function hair_2Redirect() {
	setTimeout("location.href = hair_2URL;",redirectTime);
}
function hair_3Redirect() {
	setTimeout("location.href = hair_3URL;",redirectTime);
}
function hair_4Redirect() {
	setTimeout("location.href = hair_4URL;",redirectTime);
}
function hair_5Redirect() {
	setTimeout("location.href = hair_5URL;",redirectTime);
}
function hair_6Redirect() {
	setTimeout("location.href = hair_6URL;",redirectTime);
}
function hair_7Redirect() {
	setTimeout("location.href = hair_7URL;",redirectTime);
}
function hair_8Redirect() {
	setTimeout("location.href = hair_8URL;",redirectTime);
}
function expressRedirect() {
	setTimeout("location.href = express_URL;",redirectTime);
}
function cidRedirect() {
	setTimeout("location.href = cid_URL;",redirectTime);
}
function weddingRedirect() {
	setTimeout("location.href = wedding_URL;",redirectTime);
}
function nanoRedirect() {
	setTimeout("location.href = nano_URL;",redirectTime);
}
function weftsRedirect() {
	setTimeout("location.href = wefts_URL;",redirectTime);
}
function barberRedirect() {
	setTimeout("location.href = barber_URL;",redirectTime);
}

redirectTime = "600";
zoeURL = "zoe.html";

function zoeRedirect() {
	setTimeout("location.href = zoeURL;",redirectTime);
}
