
// logTrend - functions

if(cookieGet("LogTrend")=="")
{
	var idDate = new Date();
	cookieSet("LogTrend", idDate.getTime().toString() + Math.random().toString(), expDateGet(3650,0,0));
}
