
// Used to preset collection page carousel
var featuredProduct = "";
var currentURL = window.location + '';
var locationArray = currentURL.split("#product=");
if(locationArray.length > 1){
	featuredImg = locationArray[0];
	document.write('<style type="text/css">');
	document.write('<!--');
	document.write('.toBehidden { visibility: hidden; }');
	document.write('.ShowIfNoFlash { display: none; }');
	document.write('-->');
	document.write('</style>');
}
if(locationArray.length > 1){
	featuredProduct = locationArray[1];
}

