// popup window for widget
function WidgetURL() {
	window.open("http://www.hbo.com",'popup','width=360,height=400,toolbar=no,location=no,resizable=no,scrollbars=no,status=yes,left=10,top=10,screenX=10,screenY=10');	
}


// track trackQuitIntertitial
function trackWidget() {
	send_to_omniture2();
}

// omniture methods
function send_to_omniture2() {
	var sendThis = "HBO: True Blood: Widget";
	//alert(sendThis);
	var s=s_gi(s_account);
	s.linkTrackVars='prop1,prop9,server';
	s.linkTrackEvents='None';
	s.server='hbo.com';
	s.prop1="HBO"
	s.prop9=sendThis;
	s.tl(this,'o',sendThis);

}

// omniture methods
function send_to_omniture(myText) {
	var sendThis = "HBO: True Blood: Teaser: " + myText;
	//alert(sendThis);
	var s=s_gi(s_account);
	s.linkTrackVars='prop1,prop9,server';
	s.linkTrackEvents='None';
	s.server='hbo.com';
	s.prop1="HBO"
	s.prop9=sendThis;
	s.t(this,'o',myText);
}
