<!--//
function recupererParams() 
{
var chemin;
chemin = 'http://'+location.hostname+'/kwd_js.php?mots_clef='+escape(document.referrer)+' method="get"';
document.writeln('<img width="0" height="0" border="0" src="'+chemin+'">');
}
//-->