u=new Array(); i= new Array(); var u = new Array(); var a=new Array();
u[0] = "http://lovesearching.com/?id=lstfs"
i[0] = "http://lovesearching.com/images/ls_88x31.gif"
a[0] = "Love Searching"
u[1] = "http://free.sinoa.com/cgi-bin/in.pl?id=fsatfs&cate=FreeGraphics"
i[1] = "http://free.sinoa.com/images/small_FreeGraphics.gif"
a[1] = "Free Graphics"
u[2] = "http://www.RussianAmerica.com/top/?id=5018"
i[2] = "http://www.russianamerica.com/top/logo/index.php?id=5018"
a[2] = "Russian America"
u[3] = "http://hotfreetemplates.com/?le=hft_tfs"
i[3] = "http://hotfreetemplates.com/toptemplates/images/small.gif"
a[3] = "Free Templates"
u[4] = "http://www.datingreactor.com/in/1753"
i[4] = "http://www.datingreactor.com/button.php?id=1753"
a[4] = "Top Dating Sites"
u[5] = "http://realestate.sinoa.com/cgi-bin/in.pl?id=rtsatfs"
i[5] = "http://realestate.sinoa.com/images/small.gif"
a[5] = "Top Real Estate Sites"
u[6] = "http://topdating.love-town.com"
i[6] = "http://topdating.love-town.com/images/88x31.gif"
a[6] = "Free Dating"

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