jQuery(document).ready(function(){
	if (!($.cookie("ism_stat"))){
		var now = new Date();
		var data = now.getDate()+"-"+(now.getMonth()+1)+"-"+now.getFullYear()+" "+now.getHours()+":"+now.getMinutes();
		$.cookie("ism_stat", "Data : "+data+" | Ref : "+document.referrer,  { expires: 7, path: '/' });
	}
});


