var iarr= new Array(); var u = new Array(); var a=new Array(); var t=new Array();
u[0] = "http://love-town.com/?aid=dating1k"
t[0] = "Christian Dating"
a[0] = "Love Town Personals - Find Your SoulMate"
u[1] = "http://women.sinoa.com"
t[1] = "Top Women Sites"
a[1] = "Women, Beauty, Romance, Friendship"
u[2] = "http://romance.sinoa.com"
t[2] = "Top Romance Sites "
a[2] = "Best Romance Sites in the Net"
u[3] = "http://topforall.com/Relationships/"
t[3] = "Relationship Sites"
a[3] = "The Best Relationship Sites"
u[4] = "http://topdating.love-town.com/?aid=tdltd1k"
t[4] = "Free Picture Dating"
a[4] = "Love Town Top Love Sites"
u[5] = "http://free.sinoa.com/cgi-bin/in.pl?id=fsad1k?cate=FreeDating"
t[5] = "Free Dating"
a[5] = "Meet your special someone!"
u[6] = "http://lovesearching.com/?id=lsd1k"
t[6] = "Love Searching"
a[6] = "Searching Your Love Has Never Been Easier"
u[7] = "http://chat.love-town.com/?le=cltd1k"
t[7] = "Free Chat"
a[7] = "Single Chat, Online Chat - All Free"
u[8] = "http://freedating.hotrelationship.com/?aid=hotrd1k"
t[8] = "Free Online Dating"
a[8] = "Hot Free Dating"
u[9] = "http://thefreesitez.com/cgi-bin/in.pl?id=tfsd1k&cate=FreeDating"
t[9] = "Free Personals"
a[9] = "Free Online Personals"
u[10] = "http://hotfreegreetings.com/?le=hfgd1k"
t[10] = "Love Greetings"
a[10] = "Romantic Love Greetings - I love you!"

for(i=0;i<u.length; i++)
{ document.write("&nbsp; <a href='" +u[i] +"' title='" + a[i] + "' target=new><u>" + t[i] + "</u></a><br>")
}

