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=1000040825TG"
i[1] = "http://voopoo.com/images/T3.gif"
a[1] = "Top Travel Sites"
u[2] = "http://thefreesitez.com/cgi-bin/in.pl?id=tsatfs&cate=FreeTravel"
i[2] = "http://thefreesitez.com/images/small_FreeTravel.gif"
a[2] = "Free Vacation"
u[3] = "http://topforall.com/cgi-bin/in.pl?id=t4atsa&cate=Travel"
i[3] = "http://topforall.com/images/small_Travel.gif"
a[3] = "Vacation Directory"
u[4] = "http://dating1000.com/cgi-bin/list/in.pl?id=d1ktsa&cate=SingleTravel"
i[4] = "http://dating1000.com/images/small.gif"
a[4] = "Single Travel"
u[5] = "http://lovesearching.com/RomanticTravel/?id=lstsa"
i[5] = "http://lovesearching.com/images/small.gif"
a[5] = "Romantic Travel"
u[6] = "http://realestate.sinoa.com/cgi-bin/in.pl?id=resatsa"
i[6] = "http://realestate.sinoa.com/images/small.gif"
a[6] = "Top Timesahre Sites"
u[7] = "http://reshops.com/realestate/?le=rshtsa"
i[7] = "http://reshops.com/images/88x31.gif"
a[7] = "REshops.com Real Estate Directory"


//u[] = ""
//i[] = ""
//a[] = ""

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