// JavaScript Document - QUA MAIN Nav

var section = window.location.pathname;
	if (section.indexOf("our-spa") != -1 ) {
		document.write("<a class=\"navOn\" href=\"\/qua\/our-spa-overview.html\">OUR SPA<\/a>");
	} else {
		document.write("<a href=\"\/qua\/our-spa-overview.html\">OUR SPA<\/a>");
	}
		
	//if (section.indexOf("philosophy") != -1 ) {
		//document.write("<a class=\"navOn\" href=\"philosophy.html\">PHILOSOPHY<\/a>");
	//} else {
		//document.write("<a href=\"philosophy.html\">PHILOSOPHY<\/a>");
	//}
	
	if (section.indexOf("signature") != -1 ) {
		document.write("<a class=\"navOn\" href=\"\/qua\/signature-roman.html\">SIGNATURE EXPERIENCES<\/a>");
	} else {
		document.write("<a href=\"\/qua\/signature-roman.html\">SIGNATURE EXPERIENCES<\/a>");
	}
	
	if (section.indexOf("treatments") != -1 ) {
		document.write("<a class=\"navOn\" href=\"\/qua\/treatments-hourglass.html\">TREATMENTS<\/a>");
	} else {
		document.write("<a href=\"\/qua\/treatments-hourglass.html\">TREATMENTS<\/a>");
	}
	
	if (section.indexOf("tour") != -1 ) {
		document.write("<a class=\"navOn\" href=\"\/qua\/tour\/tour-fitness-retail.html\">TOUR<\/a>");
	} else {
		document.write("<a href=\"\/qua\/tour\/tour-fitness-retail.html\" target=\"_blank\">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("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>");	
	//}
