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://voopoo.com/bin/vp/i?ai=1002060223eR"
i[1] = "http://voopoo.com/images/e3.gif";
a[1] = "Top Real Estate";
u[2] = "http://topforall.com/cgi-bin/in.pl?id=t4aresa&cate=RealEstate"
i[2] = "http://topforall.com/images/small_RealEstate.gif";
a[2] = "Top Real Estate Sites";
u[3] = "http://www.totalrealestatesolutions.com/directory/top100best.cfm?dirtype=1";
i[3] = "http://www.totalrealestatesolutions.com/counter.cfm?id=12416&dirtype=1";
a[3] = "Top 100 Best Real Estate";
u[4] = "http://www.ovalcreek.com/topsites/";
i[4] = "http://www.ovalcreek.com/topsites/button.php?site=1144";
a[4] = "Canadian Real Estate";
u[5] = "http://thefreesitez.com/cgi-bin/in.pl?id=tfsresa&cate=RealEstate"
i[5] = "http://thefreesitez.com/images/small_RealEstate.gif"
a[5] = "Real Estate TopSites";
u[6] = "http://hostsville.com/?le=hvsinoa"
i[6] = "http://hostsville.com/images/88x31_4.gif"
a[6] = "Real Estate Domains & Hostings"
u[7] = "http://www.123rank.com/trafficincat.aspx?s=1127&cat=Home+Garden"
i[7] = "http://www.123rank.com/banners/banner-01.gif"
a[7] = "123Rank Home"

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>");
