function trackLink(x) {
	var sendThis = "HBO: Flight of the Conchords: "+x;
	//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',x);
}
