// JavaScript Documentif (typeof(jQuery) == 'undefined') document.write(unescape("%3Cscript src='//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquerymin.js' type='text/javascript' %3E%3C/script%3E"));

//include on ALL but searchresults.asp page
if(
PageName()=='' ||
PageName()=='default.asp' ||
PageName()=='productdetails.asp' ||
PageName()=='shoppingcart.asp' ||
PageName()=='one-page-checkout.asp' ||
PageName()=='orderfinished.asp' 
 ){
	document.write('<link rel="stylesheet" href="/v/vspfiles/templates/getcertified/css/hideleftnav.css" type="text/css" />');
}

//include on homepage
if(PageName()=='default.asp' || PageName()=='' )
	document.write(unescape("%3Cscript src='/v/vspfiles/templates/getcertified/js/fadeslideshow.js' type='text/javascript' %3E%3C/script%3E"));

//include on product page
if(PageName()=='productdetails.asp' ){
	document.write('<link rel="stylesheet" href="/v/vspfiles/templates/getcertified/css/productdetails.css" type="text/css" />');
}
//include on shopping cart page
if(PageName()=='shoppingcart.asp' ){
	document.write('<link rel="stylesheet" href="/v/vspfiles/templates/getcertified/css/shoppingcart.css" type="text/css" />');
}
//include on shopping cart page
if(PageName()=='one-page-checkout.asp' ){
	document.write('<link rel="stylesheet" href="/v/vspfiles/templates/getcertified/css/onepagecheckout.css" type="text/css" />');
}

//include on ALL pages
document.write('<link rel="stylesheet" href="/v/vspfiles/templates/getcertified/css/softaddtocart.css" type="text/css" />');

if(PageName() != 'productdetails.asp' && PageName( )!= 'searchresults.asp')
	document.write('<style type="text/css">#categoryname{display:none !important;}</style>');
