//<!--
function newsletterForm(){
window.open('http://driveit.clickspace.com/generator/1000830/1000365','','width=600,height=300,status=no,scrollbars=no,resizable=no,toolbar=no,left=' + ((screen.width/2)-175) + ',top=' + ((screen.height/2)-120));
}

function bookletForm(){
window.open('http://driveit.clickspace.com/generator/1000788/1000365','','width=600,height=500,status=no,scrollbars=yes,resizable=no,toolbar=no,left=' + ((screen.width/2)-175) + ',top=' + ((screen.height/2)-120));
}

function playVideo(videoName){
window.open('http://www.cfcnplus.ca/servlet/HTMLTemplate?brand=generic&tf=/CFCNPlus/generic/hubs/frontpageOpenWin.html&cf=/CFCNPlus/generic/hubs/frontpage.cfg'+videoName+'&subnav=webcast','sportsVideo','width=272,height=382,status=no,scrollbars=no,resizable=no,toolbar=no,left=' + ((screen.width/2)-136) + ',screenX=200,top=' + ((screen.height/2)-191) + ',screenY=0');
}

function checkEmail()
	{
	var IE4 = document.all? true : false; // IE version 4 and above.
	if (IE4)
	{
		if (document.news.email.value=="")
		{
			alert("Please enter in a email address.");
		}
		else
		{
			document.news.submit();
		}
	}
 	else
	{
		if (document.news.email.value=="")
		{
			alert("Please enter in a email address.");
		}
		else
		{
			document.news.submit();
		}
	}
	}
//-->