u=new Array(); i= new Array(); var u = new Array(); var a=new Array();

u[0] = "http://topforall.com"
i[0] = "http://topforall.com/images/submit.gif"
a[0] = "Free Search Engine Submission"
u[1] = "http://hotfreegreetings.com/cgi-bin/topgreetings/in.pl?id=hfggrsa"
i[1] = "http://hotfreegreetings.com/topgreetings/images/small.gif"
a[1] = "HotFreeGreetings.com"
u[2] = "http://www.starteasy.com/cgi-bin/topcute/rankem.cgi?id=grsacute"
i[2] = "http://www.starteasy.com/images/tcute_88x31.gif"
a[2] = "StartEasy Top Cute Greetings"
u[3] = "http://www.cardmasters-top50.com/topsites/main.cgi?ID=558"
i[3] = "http://www.cardmasters-top50.com/topsites/img.cgi?id=558"
a[3] = "CardMasters Top 50"

document.write ("<table><tr>");
var r;
for (r=0; r<=i.length-1; r++) //var r = Math.round(Math.random() * (i.length-1) )
{       document.write("<td><a href='" +u[r] +"' target=new><img src='" + i[r] + "' alt='"+a[r]+ "' width=88 height=31 border=0></a>&nbsp;</td>")
}
document.write ("</tr></table>");
