function resetCookie(){
	var curURL = window.location.href;

	SetCookie('Referrer',curURL,'/');  
	//alert(curURL);
}

resetCookie();