
var ck4t_client = {

	tag :	'*',
  classname :	'canoe_hyperklix_text',
  mode : 'zonegraph',
  linked_words : ['voyance medium','distasio','prediction avenir','retarder ejaculation','trouble obsessionnel compulsif','consultation astrologie','fillette','sexualite','voyance par tchat','sexocorporel','chansons','num','voyance en direct','violence conjugale','tarot internet','spectacle','voyage','babies r us','motel','webcams astrologie','crystal voyance','bureau','controle parental','retarder','crise','astrologue consultation','chanteur','trouble obsessionnel','tabac','faibles','francovoyance','conseil amour','voyante telephone','fumeur','hotel','surgel','cuisiner','boutique','soir','ritalin','sociale','numerologie prenom','tda','malade','television','medium en direct','medium voyance','voyance par chat','grossesse','beaut','restaurant','astrologie','dingue','r','devoir','trouble comportement','consultation voyance professionnel','tarot en direct','maman','jos','crise ado','forum de','formation internationale','cuisine','tirage de carte','maquillage','carri','looser','voyance gratuite','zodiaque','alimentation','tarots','beaute maquillage','mariage','tarot divinatoire','consultation voyance gratuite','souvenir','bebe','hotellerie internationale','meubles','horoscope webcam','astrologique','peur','fille','hyperactivit','don voyance','voyants','voyance sur internet','formation hotellerie','parent','medium webcam','mentaux','feng shui','question reponse','tirage tarot','tdah','dingo','evenement','cingl','troubles appetit','runes','entre fille','fumer','hyper-activit','camera','trouble','les pac','apprentissage esthetique','chat astro','timbre','medium en ligne','devin','tv','voyance internet','lespac','trouble attention','question voyance','zodiac','tarologie','gemeau','voyantes webcam','medium montreal','parler entre femmes','voyance qu','detraque','soin esth','d','cosm','astrologie b','conseil beaut','pac','devergonde','voyant par internet','astrologue internet','fou','claire-voyante','tarot en ligne','party','enfance','voyance par tarot','voyance chat','emploi','tabagisme','vatel','aliene','enfant internet','noel','bizarre','congres','angoisse','anxieuse','acad','fils','astuce maquillage','beaute','atelier maquillage','anniversaire','tirage du tarot','famille','consultation professionnel','consultation astrologique','harcelement','trouble sommeil','artiste','rencontre','musique','burn-out','cigarette','tirage des cartes','barjo','di stasio','voyance montreal','esthetique','forum voyance','tirer les cartes','astrologie en direct','toys r us','cours pr','danse','ladistasio','voyants webcam','sant','ipod','directe voyance','non-fumeur','annonce','insense','resto','controle parental internet','cegep','nicotine','gite','controle internet','direct voyant','pouponniere','maternite','mental','normalit','desequilibre','f','pizza','t','gestion hoteliere','reponse a vos questions','enfant','consultation voyant','vendre','garcon','tarot webcam','desaxe','medium voyante','parental','derange','gestion hotellerie','signe astrologie','consultation voyance','p','cin','cinema','naitre','anormal','desespere','bo','numerologie gratuite','logiciel controle parental','schizophrnie','ejaculation rapide','cingle'],
		
	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?1534715314b717c991bf6b&src=hyperklix:artdevivre&lg=fr&charset=cp1252&tag='+this.tag+'&classname='+this.classname+'&filter=artdevivre&nads=2' + '&' + strw ;
		script.type = 'text/javascript';
		script.id = 'loadScript';
		document.body.appendChild(script);
  }
}	

ck4t_client.start();

