
function PostPage()
{
	//alert("popo")
	document.Form1.action = "Program.aspx" //"http://localhost/yesTvGuideSecure/getUserID.aspx";
	//alert("popo")
	document.Form1.method = "POST";
	//alert("popo")
	document.Form1.submit();
}

function LinkToRelevant(butonRef, onclick, trackingFunction)
{
	 _gaq.push(['_trackPageview', 'outboundlink/' + trackingFunction + '']);
	window.open(butonRef, onclick, 'width=800,height=400,toolbar=yes, location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes');
}

