<!--
function rand_number(n)
{
var x;
x=Math.round(Math.random()*100);
x%=n;
return x;
}
function choix()
{
var n;
n=rand_number(3);
letopaffiche = '<scr' + 'ipt language="javascript" src="http://www.01net.com/shopping/js/' + excb + 'headtop' + n + 'V4.js?"></scr' + 'ipt>';
if (excb == "")
{
n=rand_number(100);
if (n > 100)
{
letopaffiche = '<iframe src="http://export.kelkoo.fr/images/partners/fr/01net/modules/caps_col.swf" width="147" height="930" frameborder="0" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe><br>'
}
}
document.write(letopaffiche);
}
// -->
