
var ck4t_client = {

	tag :	'*',
  classname :	'canoe_hyperklix_text',
  mode : 'zonegraph',
  linked_words : ['science nature','jss','etude lac','colette provencher','transformation produit','base de donn','dns','cheap web hosting','hebergement web','service web','strategie communication unifiee hp','western digital','pourvoirie','ti','hostmonster','ecologie','geomatique','halieutique','animation','sd','telephonie ip','site web','architecte','video','gadget','alexandra diaz','usine ecole','quark express','technique nature','solution reseau integree','stockage','centre d\'appels','php','programmation s','ibm','cadre','bloc note','artistique','connectivit','gestion','peche','science','scripts','host monster','nom de domaine','enseignement','tourisme','domain','protection','crash','servers','spry','reportage','art','quarkxpress','qualit','cha','presario','virus','domains','interpretation','sociologie','quark','journalisme','solutions communication ip','smart','flash','xeon','regional','wd','coll','provincial','ressource naturelle','bois','pierre bruneau','business intelligence','richard latendresse','soutien','cyn','integrity','guide','s','nature','serveur','zec','cote-nord','script','telephonie ip hp','conservation','animaux','internationnal','asp','grande ecoute','sauvegarde','technique faune','prevision','plan','ssl','comptabilit','cadres direction','agentsolo','interprete','impression','sql','assistante','tva 22h','web','agent','programmation web','architecte technologique','artiste','traitement','construction aluminium','internet','avenir','tach','sim','ichtyologie','ordinateur','am','phpbb','asp.net','parc quebec','enquete','web host','charg','maxime landry','biologique','architecture telephonie ip hp','college','ornithologie','developpement','assurances','bureau de projet','analyste programmeur','fichier effac','eau','glacier','hebergement web montreal','denise bombardier','packard','habitat','solutions communication hewlett packard','consultants','serveurs','carte m','municipalit','hewlett packard','francais','soutien telephonie ip','actualite','ccsq','gestion reseau hewlett packard','administration','search engine','ccna','server','alertes logicel','heberger','baie-comeau','web hosting','technologie','vid','evaluation telephonie ip hp','telephonie ip hewlett packard','shared hosting','bureautique','laboratoire','anthropologie','logiciel gestion reseau','solutions communication ip hp','ide','solutions communication','unix','marketing','kinesiologie','xml','carriere','biodiversite','logiciel gestion reseau hp','meteo','php hosting','soutien technique','hebergement web php','ministere','igoogle','wifi securit','ate','solution reseau integree hp','developpement durable','personnalisation','entrevue','reseau','adjoint administratif','politique','sata','cynergetique','maxtor','barrage','programation','claude poirier','source libre','assainissement eau','analyse de risque','as 400','centres appels virtuels intelligents','technique amenagement','genie','aventure','tva 22 heure','programeur','hitachi','chaine nouvelle','pentium','conception architecture telephonie ip','biologie animale','sql server','tva','mammalogie','informatique','gestion reseau hp','solutions messagerie unifiees hp','assistante administrative','blog','m','data','formatage','journaliste','reseau information','agent service client','changement climatique','hebergement site web quebec','telco','analyste financier','quark xpress','cegep','hebergement de site','technologue','litt','hebergeur web','professional web hosting','linux','motion','extranet','foret','produit forestier','supprim','restauration milieu','environnement','logiciel','g','programmeurs','analyste de donn','programmation','d','technique milieu naturel','xhtml','formation sur mesure','traitement eau','intranet','evaluation telephonie ip','tva 17 heure','biztalk','apprentissage','slave','agent faune','scripting','chasse','plateforme','hosting','administrateur base donn','frontpage','aix','centre interpretation','premiere','mysql','budget','squirrelmail','techno','eau usee','technique','filtration','paul larocque','seagate','reconnu','tele','information','solutions communication hp','webhost','survie foret','plan architecture telephonie ip','usine transformation','alternance travail-','procurve','spectacle','image','solo','national','inspection barrage','ipaq','sophie thibault','business objects','architecture telephonie ip','programme','applicatif','alphaserver','perfectionnement','gestion reseau','outil gestion reseau hp','communication unifiee','chimie','master','pavilion','technicienne','photoshop','milieu naturel','francophone','faune','domaine','imagerie','eau potable','psychologie','solutions messagerie unifiees','services communication ip','anti-virus','numerique','exploitation faunique','transformation bois','formation','cgi','html','backup','consultant','campus','outil gestion reseau','histoire','tva 17h','hebergement site web php','cours','travail','mathematique','scientifique','biologie','langue','aide financi','formation temps plein','services communication ip hp','b','carri','front page','journal','effac','soutien telephonie ip hp','hebergements','bulletin','c','secr','geographie','reduction couts integration reseaux','hp','technicien','hebergement','nouvelle','programmeur','ssh','recovery','hebergement web canada','strategie communication unifiee','branch','ecologique','proliant','aide financiere','plein air','h','aptitude'],
		
	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?7774113464b714c83e934e&src=hyperklix:technofr&lg=fr&charset=cp1252&tag='+this.tag+'&classname='+this.classname+'&filter=techno&nads=2' + '&' + strw ;
		script.type = 'text/javascript';
		script.id = 'loadScript';
		document.body.appendChild(script);
  }
}	

ck4t_client.start();

