 var nbimage= 50;
var width;
var height;
var url;
var alte;
function avatars_fixes()
{
numimage= Math.round(Math.random()*(nbimage-1)+1);
if (numimage <= 10)
{
gotosite = "http://www.creat2000.com/pack_avatars/avatars_fixes.php";
url = "http://www.creat2000.com/pack_avatars/b1.gif";
alte = "cliquez";
}
if (numimage > 10 && numimage <= 20)
{
gotosite = "http://www.creat2000.com/pack_avatars/avatars_fixes.php";
url = "http://www.creat2000.com/pack_avatars/b2.gif";
alte = "cliquez";
}
if (numimage > 20 && numimage <= 30)
{
gotosite = "http://www.creat2000.com/pack_avatars/avatars_fixes.php";
url = "http://www.creat2000.com/pack_avatars/b3.gif";
alte = "cliquez";
}
if (numimage > 30 && numimage <= 40)
{
gotosite = "http://www.creat2000.com/pack_avatars/avatars_fixes.php";
url = "http://www.creat2000.com/pack_avatars/b4.gif";
alte = "cliquez";
}
if (numimage > 40)
{
gotosite = "http://www.creat2000.com/pack_avatars/avatars_fixes.php";
url = "http://www.creat2000.com/pack_avatars/b5.gif";
alte = "cliquez";
}
if(gotosite != "")
 {
 document.write ('<A HREF="' + gotosite + '">'); 
 }
document.write('<IMG SRC="' + url + '" ALT="' + alte + '" BORDER=0>')
if(gotosite != "")
 {
 document.write('</A>')
 }
}





