function rand_number(n)
{
	var x;
	x=Math.round(Math.random()*100);
	x%=n;
	return x;
}
function seacransea()
{
	var img = new Array();             

        img[0]='<p><div align=center><TABLE BORDER="0" ALIGN="DEFAULT" WIDTH="125"><TR><TH ALIGN="center" VALIGN="MIDDLE" td bgcolor="#330099"><A HREF="http://www.facebook.com" target="_blank"><font color="#ffffff"><font size=-2><b>Facebook</a></td></TR></TABLE></div><div align=center><TABLE BORDER="0" ALIGN="DEFAULT" WIDTH="125"><TR><TH ALIGN="center" VALIGN="MIDDLE" td bgcolor="#99ccff"><A HREF="http://www.twitter.com" target="_blank"><font color="#ffffff"><font size=-2><b>Twitter</a></td></TR></TABLE>';
 
      
        var n=rand_number(1); 
	document.write(img[n]);

}
document.write("<div align='center'><font size='-2'><font color='red'><b>");
document.write("</b></font></font color></div>");




























