function OpenURL(url)
{
	location.href = url;
}

function displayIFrameBanner(url)
{
	var adDiv = document.getElementById("adDiv");
	adDiv.innerHTML = "<iframe src='" + url + "' border=0 marginheight=0 marginwidth=0 frameborder=0 width=300 height=250 scrolling=no></iframe>";
}

function SetViewVideoCookie()
{
	createCookie('videoview', server_ts,null);
}
