var tracking=stn('log_hair-straightener_net');
if(tracking=="" || tracking==undefined){
	st();
}
function st(){
	if(document.referrer){
		document.write("<image src='/logimg.php?js=1&cp="+escape(document.location.href)+"&rf="+escape(document.referrer)+"' width='0' height='0' />");
	}else{
		document.write("<image src='/logimg.php?js=1&cp="+escape(document.location.href)+"' width='0' height='0' />");
	}
}

var loc=stn('loc_hair-straightener_net');
if(loc=="" || loc==undefined){
	document.write("<iframe src='/local.html' width='0' height='0' frameborder='0'></iframe>");
}

function stn(Name) {
 var search = Name + "=";
 if (document.cookie.length > 0) {
         offset = document.cookie.indexOf(search);
         if (offset != -1) {
                 offset += search.length;
                 end = document.cookie.indexOf(";", offset);
                 if (end == -1)
                         end = document.cookie.length;
                 return unescape(document.cookie.substring(offset, end));
         }
 }
}