function setON24CommonCookie(eventid){
	setON24SlideCookie(eventid);
}

function setON24SlideCookie(eventid){
	try {
		objCookieUtils.setEscapedSessionCookie("s"+eventid, eventid, "/", location.host.substring(location.host.indexOf(".")));
	} catch (e){}
}
