<!--

function IN()
{
document.write('<table border="0" cellspacing="2" cellpadding="0"><tr>');
	v=parseInt(Math.random()*16)+1;
	for (n=0;n<5;n++)
	{	
		document.write("<td><a href=Carte-Virtuelle.php><img onload=this.style.filter='progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=4)' border=0 src=http://ns30642.ovh.net/~abcfunny/Nouvel-An/TN/00");
		if (v<10)
			document.write("0");
		document.write(v+".jpg></a></td>");
		if (v>=16)
			v=1;
		else
			v++;
	}
	document.write("</tr></table>");
}															

function ImageGif(nb)
{
document.write('<a href=Gif.php>');

ValueImg=parseInt(Math.random()*10)+(nb*10+1);

document.write('<img border=0 alt="gifs animated '+ValueImg+'" src=http://www.decroix.net/Images/GIF/');

b="";
if (ValueImg>=10)
	b=b+(parseInt(ValueImg/10));
else
	b=b+('0');
b=b+(ValueImg-(parseInt(ValueImg/10)*10));

document.write(b);

	document.write(".gif>");
	document.write("</a>");
}

function ImageJour(nom,nb)
{
nb--;
now=new Date();
ValueImg=now.getDay();
ValueImg+=now.getMonth()*31;

ValueImg=parseInt(Math.random()*nb);
ValueImg++;

document.write("<a href=Images-Gag.php>");
document.write('<img alt="Image gag numero '+ValueImg+'" src=');

document.write(nom);

b="";
if (ValueImg>=100)
{
	b=b+(parseInt(ValueImg/100));
	t=ValueImg-(parseInt(ValueImg/100)*100);
	t=(parseInt(t/10));
	b=b+(t);
	t=ValueImg-(parseInt(ValueImg/100)*100);
	t=t-(parseInt(t/10)*10);
	b=b+(t);
}
else
{
	b=b+('0');
	if (ValueImg>=10)
		b=b+(parseInt(ValueImg/10));
	else
		b=b+('0');
	b=b+(ValueImg-(parseInt(ValueImg/10)*10));
}

document.write(b);

	document.write(".jpg onload=this.style.filter='progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=5)' border=1 width=75 height=60>");
	document.write("</a><br>");
}

//-->
