var LC = false;
var thishost = self.location.hostname; var thisdomain = thishost.substring(thishost.lastIndexOf(".",(thishost.length - 5)), thishost.length );	

function setTemplateID() {
	if (templateid) {
		document.cookie = "TEMPLATEID=" + templateid + "; expires=Wed, 30-Dec-2037 00:00:00 GMT; path=/; domain=" + thisdomain + ";" ;
	}
}

if (document && document.title && document.title == "SideCar") {
	var tid = readCookie("TEMPLATEID");
	if ((tid == "false") || (!tid)) {
		setTemplateID();
	}
} else {
	setTemplateID();
}


if (document.cookie.indexOf("NOUID=") == -1) {
	document.cookie = "NOUID=-" + (new Date().getTime().toString().substring(0,13) + Math.random().toString().substring(2,8)) + "; expires=Wed, 30-Dec-2037 00:00:00 GMT; path=/; domain=" + thisdomain + ";"
}