
	//relativePathToRoot may or may not have been declared in calling page - declare it just in case
	var relativePathToRoot;
	//create an undefined "constant"
	var UNDEFINED;
	
	//if relativePathToRoot is undefined assign a default
	if(relativePathToRoot == UNDEFINED){
		relativePathToRoot = "";
	} else {
		//relativePathToRoot defined in calling page - do nothing
	}
	
	var productSpotlight;

	productSpotlight = "<tr><td class=\"sidebar2\">This <a href=\"http://www.shopstellarspa.com/vita-a-serum.html\" class=\"sidebarlink2\">advanced serum</a> combines vitamin A and glycolic acid to treat sum damaged skin, uneven pigmentation, and acne conditions.</td></tr>";

