function rand_number(n)
{
	var x;
	x=Math.round(Math.random()*0);
	x%=n;
	return x;
}
function seacransea()
{
	var img = new Array();             

      img[0]='<div align=center><p><img border="0" src="icone233.jpg" width="17" height="11"></div><p>';

      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>");








