var iarr= new Array(); var u = new Array(); var a=new Array(); var t=new Array();
u[0] = "http://topforall.com"
t[0] = "Free Web Tools"
a[0] = "Free search engine submission, free web tools, free web promotion"
u[1] = "http://affiliate.love-town.com"
t[1] = "Webmaster $$$$"
a[1] = "Make $120 per signup - 75% of your sales"
u[2] = "http://visitorprofiler.com"
t[2] = "Free Web Counter"
a[2] = "Track your web visitors and profit from it - 100% free"
u[3] = "https://www.paypal.com/mrb/pal=G2RN4CCD3GH9"
t[3] = "Web Payments"
a[3] = "Build your online store and accept payments"
u[4] = "http://topforall.com/freesubmit.html"
t[4] = "Free SE Submit"
a[4] = "Submit your site to top 200 search engines free"
u[5] = "http://sinoa.com"
t[5] = "Super Topsite"
a[5] = "Super Topsite"


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