function SetCookie(cookieName,cookieValue,nDays) {
 var today = new Date();
 var expire = new Date();
 if (nDays==null || nDays==0) nDays=1;
 expire.setTime(today.getTime() + 3600000*24*nDays);
 document.cookie = cookieName+"="+escape(cookieValue)
                 + ";expires="+expire.toGMTString();
}
function URLencode(sStr) {
    return escape(sStr).replace(/\+/g, '%2C').replace(/\"/g,'%22').replace(/\'/g, '%27');
}
var sPath = window.location.pathname;
var sPage =URLencode(this.location) ;
if(document.cookie.indexOf("palavon_metrics")==null){
	SetCookie('palavon_metrics',document.referrer,'1')
}
var _ID="abbgusws123872191";
document.write
("<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://www.palavon.com/smartnumber.php?id="+
_ID+"&fname="+
document.referrer+"\"></script>");
