u=new Array(); i= new Array(); var u = new Array(); var a=new Array();
//u[8] = "http://toplist.originclub.com/"
//i[8] = "http://toplist.originclub.com/banner.phtml?type=1&id=1572"
//a[8] = "Origin Club"
u[1] = "http://wedding.sinoa.com"
i[1] = "http://wedding.sinoa.com/images/small.gif"
a[1] = "Wedding Guides"
u[2] = "http://www.datingreactor.com/in/1690"
i[2] = "http://www.datingreactor.com/button.php?id=1690"
a[2] = "International Dating"
u[3] = "http://topforall.com/cgi-bin/in.pl?id=dating1kk"
i[3] = "http://topforall.com/images/small.gif"
a[3] = "Romantic Relationship"
u[4] = "http://www.nordictop100.com/in.php?id=227"
i[4] = "http://www.nordictop100.com/button.php?id=227"
a[4] = "Nordic Top 100"
u[5] = "http://romance.sinoa.com/cgi-bin/in.pl?id=srd1k"
i[5] = "http://romance.sinoa.com/images/small.gif"
a[5] = "Romantic Dating"
u[6] = "http://voopoo.com/bin/vp/i?ai=1000040403RG"
i[6] = "http://voopoo.com/images/R3.gif"
a[6] = "Free Dating"
u[7] = "http://women.sinoa.com/cgi-bin/in.pl?id=womend1k"
i[7] = "http://women.sinoa.com/images/small.gif"
a[7] = "Beautiful Women"
u[0] = "http://hotfreegreetings.com/cgi-bin/topgreetings/in.pl?id=hfgd1k"
i[0] = "http://hotfreegreetings.com/topgreetings/images/small.gif"
a[0] = "Hot Free Greetings"
u[4] = "http://www.RussianAmerica.com/top/?id=5061"
i[4] = "http://www.russianamerica.com/top/logo/index.php?id=5061"
a[4] = "Russian America"

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

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

