u=new Array(); i= new Array(); var u = new Array(); var a=new Array();
u[0] = "http://www.vectorestate.com/top/in.php?id=55"
i[0] = "http://www.vectorestate.com/top/button.php?id=55"
a[0] = "Vector RealEstate"
u[1] = "http://topweddingshops.com"
i[1] = "http://topweddingshops.com/images/wslogo0.gif"
a[1] = "Honeymoon Destinations"
u[2] = "http://www.realestatepros.org/cgi-bin/top100click.cgi?1146800130"
i[2] = "http://www.realestatepros.org/cgi-bin/top100.cgi?1146800130"
a[2] = "Real Estate Pros"
u[3] = "http://www.realsaward.com/cgi-bin/topsites/topsites.cgi?resaward"
i[3] = "http://www.realsaward.com/images/realsaward.gif"
a[3] = "Real Estate Top100"
u[4] = "http://realestateagencies.net/topsites/"
i[4] = "http://realestateagencies.net/topsites/button.php?u=resaag"
a[4] = "Real Estate Top100"
u[5] = "http://www.homesellcanada.com"
i[5] = "http://www.homesellcanada.com/top100counter.cfm?id=334"
a[5] = "Home Sell Canada"
u[6] = "http://travel.sinoa.com/cgi-bin/in.pl?id=tsaresa"
i[6] = "http://travel.sinoa.com/images/small.gif"
a[6] = "Timeshare & Travel"
u[7] = "http://reshops.com/realestate/?le=rshresa"
i[7] = "http://reshops.com/images/88x31.gif"
a[7] = "REshops.com"

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