// JavaScript Document - QUA MAIN Nav

var section = window.location.pathname;
	if (section.indexOf("our-spa") != -1 ) {
		document.write("<a class=\"navOn\" href=\"\/qua-caesars-palace\/our-spa-overview.html\">OUR SPA<\/a>");
	} else {
		document.write("<a href=\"\/qua-caesars-palace\/our-spa-overview.html\">OUR SPA<\/a>");
	}
		
	if (section.indexOf("signature") != -1 ) {
		document.write("<a class=\"navOn\" href=\"\/qua-caesars-palace\/signature-roman.html\">SIGNATURE EXPERIENCES<\/a>");
	} else {
		document.write("<a href=\"\/qua-caesars-palace\/signature-roman.html\">SIGNATURE EXPERIENCES<\/a>");
	}
	
	if (section.indexOf("treatments") != -1 ) {
		document.write("<a class=\"navOn\" href=\"\/qua-caesars-palace\/treatments-hourglass.html\">TREATMENTS<\/a>");
	} else {
		document.write("<a href=\"\/qua-caesars-palace\/treatments-hourglass.html\">TREATMENTS<\/a>");
	}
	
	if (section.indexOf("tour") != -1 ) {
		document.write("<a class=\"navOn\" href=\"\/qua-caesars-palace\/tour.html\">TOUR<\/a>");
	} else {
		document.write("<a href=\"\/qua-caesars-palace\/tour.html\">TOUR<\/a>");
	}
	
	document.write("<a target=\"_blank\" href=\"http://www.harrahs.com/PackageSearch.do?selectedCategories=5&groupBy=Category&action=packageAction&sortBy=Most+Popular&itemCode=CLV&pageLevel=p&propCode=CLV&marketCode=&selectedCategories=%5BLjava.lang.String%3B%4032772e23&anchorTag=#\">PACKAGES<\/a>");
	
	if (section.indexOf("special-offers") != -1 ) {
		document.write("<a class=\"navOn\" href=\"\/qua-caesars-palace\/special-offers.html\">SPECIAL OFFERS<\/a>");
	} else {
		document.write("<a href=\"\/qua-caesars-palace\/special-offers.html\">SPECIAL OFFERS<\/a>");
	}
	
	//if (section.indexOf("tour") != -1 ) {
		//document.write("<a class=\"navOn\" href=\"tour.html\">TOUR<\/a>");
	//} else {
		//document.write("<a href=\"tour.html\">TOUR<\/a>");
	//}
	
	//if (section.indexOf("products") != -1 ) {
		//document.write("<a class=\"navOn\" href=\"products.html\">PRODUCTS<\/a>");
	//} else {
		//document.write("<a href=\"products.html\">PRODUCTS<\/a>");	
	//}
