var iarr= new Array(); var u = new Array(); var a=new Array(); var t=new Array();

u[0] = "http://hotfreegraphics.com";
t[0] = "Free Graphics"
a[0] = "Free Graphics"
u[1] = "http://www.highfonts.com/in.asp?id=highs"
t[1] = "HighFonts.com"
a[1] = "download free fonts"
u[2] = "http://www.topfreefonts.com/cgi-bin/autorank/rankem.cgi?id=fsatfon2"
t[2] = "Top Free Fonts"
a[2] = "Top Free Fonts"
u[3] = "http://www.pcfonts.com/in.php?id=fsapcf" //http://www.abstractfonts.com/fonts/partners/in.htm?id=fsafonts"
t[3] = "Free PC Fonts"
a[3] = "PC Fonts"
u[4] = "http://thefreesitez.com/FreeFonts"
t[4] = "Top Free Fonts"
a[4] = "Top Free Fonts"
u[5] = "http://www.best100free.com/in.asp?id=fsab100f"
t[5] = "Best 100 Free"
a[5] = "Best 100 Free Sites"
u[6] = "http://hotfreefont.com/?id=hfffsa"
t[6] = "10,000 Fonts"
a[6] = "10,000+ Fonts"
u[7] = "http://www.macfonts.com/in.php?id=fsamacf"
t[7] = "Free Mac Fonts"
a[7] = "Free Mac Fonts"
u[8] = "http://music.sinoa.com/cgi-bin/in.pl?id=msafree"
t[8] = "Top 100 MP3"
a[8] = "Mp3 & Music Sites"
u[9] = "http://topforall.com/cgi-bin/in.pl?id=t4afsa&cate=FreeStuff"
t[9] = "Top Freestuff"
a[9] = "TopForAll Freeware, FreeStuff"
u[10] = "http://games1000.com/cgi-bin/in.pl?id=g1kfree"
t[10] = "Free Games"
a[10] = "Free Games at Games1000.com"
u[11] = "http://games.sinoa.com/cgi-bin/games/in.pl?id=gsafree"
t[11] = "Top Free Games"
a[11] = "1000+ Free Full Games"
u[12] = "http://topfreetones.com/?le=tftfsa"
t[12] = "Top Free Tones"
a[12] = "Free Ringtones"
u[13] = "http://hotfreeringtone.com/ringtones/?le=hfrfsa"
t[13] = "Free Ringtones"
a[13] = "Free Ringtones"
u[14] = "http://hotfreeclipart.com/?ref=fcafsa"
t[14] = "Free Clipart"
a[14] = "Free Clipart"


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>")
  //if( (i+1) % 5 == 0) {	document.write("<br>") }
}
