// CometZone Cut-and-Paste Code 
// $Revision: 5 $
// $Date: 11/18/04 4:59p $

var Loaded=true;
var Flag=true;

window.onerror=isError;        
function isError(msg) {
	return true;
}   

var globalCometPackageName;

function TheCometCursor(packageName, sponsorNum, bdid)
{
	//if (sponsorNum > 0) {return;}

	var LicenseKey, cpfURL, packageURL;
	bdid = 626;
	LicenseKey = "022098a57a7b8a2530c2951038ccfc00a7ed25162b0bef-00029d-cometsystems.com;cometzone.com;akamaitech.net";
	cpfURL = "http://content.cometsystems.com/czcontent/cpfs/" + packageName + ".cpf";
	globalCometPackageName = packageName;
      
   document.write("<META ID='CometSRC' 	 comet_src=\"http://files.cometsystems.com/javascript/cz_license.html\" >");
	document.write("<META ID='CometSCRIPT' comet_script=\"http://files.cometsystems.com/javascript/cz_license.js\" >");
	
   //CC 1.X support OBJECT
   document.write("<");
   document.write("object id='CurIE' width=1 height=1 classid='CLSID:1678F7E1-C422-11D0-AD7D-00400515CAAA' CODEBASE='http://files.cometsystems.com/cometcursor/cobrand/comet.cab?"+Math.random()+new Date().getTime()+"#Version=1,5,0,0'>");
      
   	//WRITE Cursor package value
   document.write("<");
   document.write('param name="Pkg" value="<Name=pkg Url=');
   document.write(cpfURL);
   document.write('>">');
   
   	//WRITE Cursor license key
   document.write("<");
   document.write('param name="Key" value="');
   document.write(LicenseKey);
   document.write('">');
        
      //WRITE distributor tag
   document.write("<");
   document.write('param name="Distributor" value="');
   document.write(bdid);
   document.write('">');
   
   //End OBJECT tag
   document.write('</object>');

}

var Loaded=true;
