
var ck4t_client = {

	tag :	'*',
  classname :	'canoe_hyperklix_text',
  mode : 'zonegraph',
  linked_words : ['service','web software','myspace','customer service','gay','memory','network','csv','nokia','business','ssh','athlon','parliment','quark xpress','macintosh','after christmas','statistics','domains','psp','photo library','ftp','advertising','build computer','dvd studio pro','ram','dns','unix','true','astronomy','cable modem','love','buy printer montreal','one pc','wii','effect','apple','buying','msn','canada','antivirus','computer with warranties','personal','relationship','blowout','webmaster','canoe411','technology course','canoe','match','outdoors','google','indesign','scan','cheap web hosting','lap top','home office','attachment','adult chat rooms','furniture','ads','affiliate','blog','ssl','flowers','games','acer','lady','ipod','xbox360','dreamweaver','man','personal resource','ajax','review','spry','virtual hosting','technical','radio','male','bid','technical support','hdtv','transfer files','boys','computing','networking','videotron','motorola','dell print','seminar','file host','deals','help','secure','email','costco','digital cameras','blogger','management companies','course quebec','administration','music','encore','computer case','domain','lottery','cs3','books','php application','food','internet dating site','tech','mouse','birks','web security','dvd burner','computer information','buy dell computer','image','health','car','first date','web strategy','hardware','logitech','script','house','cell','flash','mysql','garden','photoshop','it training','free sex personals','colour','xml','directory','singlesnet','boxing day','sale','contribute','cyber','monitoring','horoscope','hard disk','business continuity','computer electronic','woman','online auction','enterprise ressource','chat in kingston','consultation','buy computer printer','date','servers','power supply','buy printer ottawa','file sharing','printer','personal computers','file','auctions','boy','office','share','soft skills','development','computer accessories','lavalife com','solaris','buy printers','accessories','refurbished','game','dvd player','news','travel','system administrator','car blog','chat adult','friend finder','chating','life','mate','cgi','java','xbox','web research','monitor','columnist','programming','it','program','technologia','desktop printers','gaming','technological','sony','forum','email service','project management','simple comptable','decisions supports systems','matchmaker','mashup','application','programming course','digital','wireless printer fax','professional web hosting','used computer','project','celeb','mega auction','job','matchmaking','romance','seo','classified','software development','cpu','hp','used notebook','flash drive','song','video card','yahoo','xhtml','video games','frontpage','events','xbox 360','asp','print','fireworks','zellers','iphone','personals','training','moto','iomega','ink','stapples','vaio','inspiron','exchange','adult','collectibles','personal printers','backup','computer','link','best direct pc','creation','spam','incopy','enterprise managing','bandwidth','and','phone chat lines','continued education','banner','vcr','computer system','computer equipment','specials','electronics','coldfusion','lesbian','management','dating free','security','framemaker','play','lotteries','dan brown','scanner','dell pc printer','boyfriend','bell','sympatico','plasma','scanners','dating','computer product','source','hebergement','j2ee','london drugs','sql','compaq','cd','files','clothing','microsoft net','igoogle','canadian tire','cell phone','fax machine','nikon','cs4','alert','pentium','serveurs','large email','brand name','computers','finance','software','men','dell fax scan','quark','livecycle designer','hifi','networks','pda','router','freepay','erp','home','cable','toys','ups','sysadmin','internet','stores','laptop','astronaut','motherboard','design','human capital','lavalife','paper','scientific','audio','problem','alienware computers','publication','special','hebergements','web hosting','appartment','picture','printer ink','services','multimedia','cheap auctions','numeric','file transfer','domaine','swingers clubs','graphism','drives storing','monitors','home depot','money','cheap dell computer','info','computer systems','bidding','laptop printer','innovation','dvd','porn','yves rocher','sharing','hook up','automobile blog','projectors','acrobat','lexmark','mac','toner','hookup','autonet blog','olympus','portable','final cut pro','apparel','gadget','video','facebook','after effects','action','wireless','microsoft','switch','enterprise','website','refurbish','printers','hewlett packard','weather','support','information','shopping','php','social','code review','scripting','fax','eliquo','chapters','lava','consumer electronics','speaker','adobe','mp3','scientist','managed','norton','coupon','nude','public sector','communication','girl','sears','front page','epson','information technologies','escort','discount','chat','file storage','computer with cdrw','marketing','quarkxpress','information security','work tool','ibm','sreen','opinion','mmorpg','apartment','dell pc','jewelry','sell','free room chat','headphone','pc','contest','female','comment','chatline','sharp','error','visual basic','portable electronics','plenty of fish','lifewise','email alerts','gifts','wildfire','sex','serveur','send files','article','dell usb printer','upload','professional efficiency','connect','notebook printer','computer traveling','server','computer problem','webcam','continued formation','purchases','dedicated server','science','budget','mega','blackberry','swinger','entertainment','reasearch','premiere','smb','canadian online explorer','computer technology','information technology','technology training','chat room singles','css','team management','screen','handbags','sony playstation','windows','techonological','sport blog','techno','course','find date','host','personal chat rooms','usage','camera','repair','rss','computer printer','hebergement web','women','lonely','selling','beauty','handheld pc','graphic','single','zip drive','videogames','hosting','object orientation','sales','social network','cybersecurity','web','auto','lcd','mobile','sports','a','html','online dating','twitter','desktop','buy','campus computer','player','ps3','quark express','linux','fire','traffic','dell','computer price','simply accounting','tv','meet','domain names','singles','crm','usb','the','flex','technology','craigslist','chat line','file hosting','stereo','best first computer systems','com','blind date','computers for gaming','horoscopes','illustrator','upload file','formation','electronic','photo','technic','enterprise management','databases','pitney bowes','toshiba','web site','oral and written communication','it course','course montreal','lava life','svn','micron','lap-top','luxury','pay per click','cd rom','information techno','build own computer','infrastructure','managing','privacy','motion','girlfriend','antispam','shoes','career','plentyoffish','jss','movie','dell home computer','keyboard','watches','free','share files','girls','online','phpbb','notebook','dell personal computer','squeeze','sun tv','used laptop','couleur','digital camera','sexy','mail','indigo'],
		
	loadCSS :	function(file_url)
	{		
	  var css = document.createElement('link');
	  css.rel = 'stylesheet';
	  css.type = 'text/css';
	  css.href = file_url;
	  
	  document.body.appendChild(css);
	},
	
	start :	 function() {
	  var oldonload = window.onload;
	  var self = this;
	  if (typeof (window.onload) != 'function') {
	    window.onload = function(){self._onload.call(self);}
	  }
	  else {
	    window.onload = function(){oldonload(); self._onload.call(self);}	
	  }
	},
	
	_browserHacks : function()
	{	
    if ( this.tag && this.tag != '*' ) {
      if ( window.ActiveXObject ) {
        var tag = this.tag.split(':');
        var prefix = tag[1]? tag[0] :	'canoeklix';
        document.body.innerHTML = '<html xmlns:'+ prefix + '>' + document.body.innerHTML;
	    
        if ( !tag[1] ) {
          var r1 = new RegExp('<'+ this.tag +'>', 'gi');
          var r2 = new RegExp('<\/'+ this.tag +'>', 'gi');
          document.body.innerHTML = document.body.innerHTML.replace(r1, "<canoeklix:"+ this.tag +">").replace(r2, "</canoeklix:"+ this.tag +">");
        }	
        else
          this.tag = tag[1];
      }
      else if ( typeof document.loadBindingDocument == 'function' ) {
        if ( document.getElementsByTagName(this.tag)[0] )
          this.tag = 'body';	
      }
    }
	},
	
	_onload :function()
	{
		this._browserHacks();
	
	  this.loadCSS('http://static.search.canoe.ca/s-ppc/css/hyperklix/default.css');

    var script = document.createElement('script');
    script.src = 'http://static.search.canoe.ca/s-ppc/js/hyperklix/HyperklixParser.js?v2';
    script.type = 'text/javascript';
	
		document.body.appendChild(script);
	},
	
	callback : function()
	{ 
		var parser = new HyperklixParser(this.tag, this.classname);

    if ( this.mode == 'zonegraph' ) {
      parser.findWords(this.linked_words);
    }
    else {
	    parser.parseDocument();
    }

    this.callServer(parser.wordlist);    
	},

  callServer : function(words)
  {
    var strw = '';
    for(var i=0; i < words.length; i++)
      strw += 'ch[' + i + ']=' + words[i] + '&';

    var script = document.createElement('script');
		script.src = 'http://www.canoeklix.com/hyperklix_server?12458612034b7151e0d072e&src=hyperklix:technoen&lg=en&charset=cp1252&tag='+this.tag+'&classname='+this.classname+'&filter=technoen&nads=2' + '&' + strw ;
		script.type = 'text/javascript';
		script.id = 'loadScript';
		document.body.appendChild(script);
  }
}	

ck4t_client.start();

