// used as an ad hock fix for problems with user session tracking function SesCookie () { if(!document.cookie) { var date=new Date; document.cookie="Js_Session="+date.getTime()+"connector"+Math.round(Math.random() * 1000000); } } // Start our cookie SesCookie();