function rand_number(n)
{
	var x;
	x=Math.round(Math.random()*0);
	x%=n;
	return x;
}
function cransea()
{
	var img = new Array();             
      
        img[0]='<div align=center><TABLE BORDER="0" ALIGN="DEFAULT"><TR><TH ALIGN="center" VALIGN="MIDDLE"><A HREF="nathalie.htm" target="balance"><img border="0" src="nathalie85x74.jpg" title="Interprété / notre Fille que ns remercions"></a></td></TR></TABLE></div><p><div align=center><TABLE BORDER="0" ALIGN="DEFAULT" td bgcolor="#000000"><TR><TH ALIGN="center" VALIGN="MIDDLE"><A HREF="http://www.iamjetblack.com/" target="_blank"><img border="0" src="jetblack81.jpg"><br><font size=-2><font color="#999999">Jet Black</a></td></TR></TABLE></div><div align=center><TABLE BORDER="0" ALIGN="DEFAULT" width="87" td bgcolor="#000000"><TR><TH ALIGN="center" VALIGN="MIDDLE"><A HREF="jetblack.htm" target="balance"><font size=-2><font color="#999999"><b>Daydreamer<br>(Vidéoclip)</a></td></TR></TABLE></div>';


      var n=rand_number(1); 
      document.write(img[n]);
}
document.write("<div align='center'><font size='-2'><font color='#330099'><b>");
document.write("</b></font></font color></div>");































