if(typeof(cherchons_keywords) == undefined){
	var cherchons_keywords;
}
if(typeof(cherchons_id) == undefined){
	var cherchons_id;
}
if(typeof(cherchons_idPublicite) == undefined){
	var cherchons_idPublicite;
}

var topUrl = top.document.location;

var a = "http://adControl.cherchons.com/cgi/adControlConversion.cgi?";	
var b = "service=affichageLogo&";
var c = "cherchons_keywords=" + encodeURIComponent(cherchons_keywords) + "&";
var d = "cherchons_id=" + cherchons_id + "&";
var e = "cherchons_idPublicite=" + cherchons_idPublicite + "&";
var f = "cherchons_topUrl=" + topUrl + "&";	
var g = new Date();
var h = a + b + c + d + e + f + g.getTime();

document.write('<iframe name="cherchons_frame" width="1" height="1" src="'+ h +'" frameborder="0" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no"></iframe>');

function redirectionCherchons(){
	var topUrl = top.document.location;
	var reg = new RegExp("^http[s]?:\/\/(www\.)?","i");
	topUrl = topUrl.replace(reg,'');
	
	var rexTab = /([^\/]*)/i;
	var matched = null;
	if(matched=rexTab.exec(topUrl)){
		topUrl = matched[1];
	}	
	
	var u = 'http://www.cherchons.com/cgi/cgi.cgi?network=contents_'+cherchons_idPublicite+'_'+topUrl;	
	var l = (document.all ? screen.width : screen.width) * 0.9;
	var h = (document.all ? screen.height : screen.height-100) * 0.9;
	var conf = 'scrollbars=yes,toolbar=yes,location=yes,directories=yes,menubar=yes,resizable=yes,status=yes,width=' + l + ',height=' + h + ',screenX=0,screenY=0,top=0,left=0';
	var F=open(u,'',conf);
	F.focus();	
}
