// JavaScript Document

var ns_data,ns_hp,ns_tz,ns_rf,ns_sr,ns_img,ns_pageName;

// The pageName variable can be customized if needed
ns_pageName=location.pathname;

document.cookie='__support_check=1';ns_hp='http';
ns_rf=document.referrer;ns_sr=window.location.search;
ns_tz=new Date();if(location.href.substr(0,6).toLowerCase()=='https:')
ns_hp='https';ns_data='&an='+escape(navigator.appName)+ 
'&sr='+escape(ns_sr)+'&ck='+document.cookie.length+
'&rf='+escape(ns_rf)+'&sl='+escape(navigator.systemLanguage)+
'&av='+escape(navigator.appVersion)+'&l='+escape(navigator.language)+
'&pf='+escape(navigator.platform)+'&pg='+escape(ns_pageName);
ns_data=ns_data+'&cd='+
screen.colorDepth+'&rs='+escape(screen.width+ ' x '+screen.height)+
'&tz='+ns_tz.getTimezoneOffset()+'&je='+ navigator.javaEnabled();
ns_img=new Image();ns_img.src=ns_hp+'://counter.hitslink.com/statistics.asp'+
'?v=1&s=212&acct=profitTV'+ns_data+'&tks='+ns_tz.getTime();

function VideoFlash(i){
	document.write('<object type="application/x-shockwave-flash" data="');
	document.write( i );
	document.write('" width="320" height="280">');
  	document.write('<param name="movie" value="');
  	document.write(i);
  	document.write('" />');
  	document.write('<param name="quality" value="high" />');
	document.write(' <a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank" style="">');
	document.write('<img src="images/no-flash-alt-image.gif" alt="Currently your browser does not have the Macromedia Flash 8 player installed! Click here to get the Flash 8 player now!" border="0"  /></a>');
	document.write('</object>');
}

/*function VideoFlashAbout(){
	document.write('<object type="application/x-shockwave-flash" data="commercial.swf" width="320" height="280">');
  	document.write('<param name="movie" value="commercial.swf" />');
  	document.write('<param name="quality" value="high" />');
	document.write('<a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank" style="">');
	document.write('<img src="images/no-flash-alt-image.gif" alt="Currently your browser does not have the Macromedia Flash 8 player installed! Click here to get the Flash 8 player now!" border="0"  /></a>');
	 document.write('</object>');
}*/