// JavaScript Document
if (typeof readCookie == 'function')
{
	if (readCookie('20934') == null)
	{
		var exdate = new Date();
		exdate.setDate(exdate.getDate()+0);
		document.cookie = "20934 = 1; expires="+exdate.toGMTString();
	}
}
var el=document.getElementById('custom_http_referer'); 
if (el != null) {el.value = document.location;} 