var u = new Array()
var t=new Array()
u[0] = "http://romance.sinoa.com"
t[0] = "Romantic Women"
u[1] = "http://topforall.com/Women"
t[1] = "Beautiful Women"
u[2] = "http://dating1000.com" 
t[2] = "Free Dating Sites"
u[3] = "http://hotrelationship.com/?aid=women" 
t[3] = "Hot Personals"
u[4] = "http://lovesearching.com/?id=lswmsa"
t[4] = "Free Love"
u[5] = "http://chat.love-town.com/"
t[5] = "Free Chat"
u[6] = "http://topdating.love-town.com/?aid=ltwsa"
t[6] = "Free Picture Dating"
u[7] = "http://freedating.hotrelationship.com/"
t[7] = "Dating Local Girls"
u[8]= "http://free.sinoa.com/cgi-bin/in.pl?id=fsatdate2&cate=FreeDating"
t[8]= "Top Free Dating"
u[9]= "http://thefreesitez.com/cgi-bin/in.pl?id=tfso4r&cate=FreePersonals"
t[9]= "Free Personals"
u[10]= "http://hotfreegreetings.com/?id=hfrwsa"
t[10]= "Romantic Greetings"
u[11] = "http://love-town.com/?aid=women"
t[11] = "Date Beautiful Girls"

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

