u=new Array(); i= new Array(); var u = new Array(); var a=new Array();

u[0] = "http://hotfreeringtone.com/ringtones/?le=hfrpsa"
i[0] = "http://hotfreeringtone.com/images/88x31.gif"
a[0] = "Totally Free Ringtones"
u[1] = "http://voopoo.com/bin/vp/i?ai=1000040825ZG"
i[1] = "http://voopoo.com/images/Z3.gif"
a[1] = "Top Wallpaper Sites"
u[2] = "http://thefreesitez.com/cgi-bin/in.pl?id=psatfs&cate=FreeWallpapers"
i[2] = "http://thefreesitez.com/images/small_FreeWallpapers.gif"
a[2] = "Free Wallpapers"
u[3] = "http://topforall.com/cgi-bin/in.pl?id=t4apsa&cate=Wallpapers"
i[3] = "http://topforall.com/images/small_Wallpapers.gif"
a[3] = "Top Wallpapers"
u[4] = "http://topforall.com"
i[4] = "http://topforall.com/images/submit.gif"
a[4] = "Free Search Engine Submission"
u[5] = "http://hotfreegraphics.com/cgi-bin/topgraphics/in.pl?id=fgrpsa&cate=FreeWallpapers"
i[5] = "http://hotfreegraphics.com/topgraphics/images/small_FreeWallpapers.gif"
a[5] = "Free Wallpapers"
u[6] = "http://hotfreetemplates.com/cgi-bin/toptemplates/in.pl?id=hftpsa&cate=FreeWallpapers"
i[6] = "http://hotfreetemplates.com/toptemplates/images/small_FreeWallpapers.gif"
a[6] = "Top Wallpapers"
u[7] = "http://free.sinoa.com/cgi-bin/in.pl?id=fsapsa&cate=FreeWallpaper"
i[7] = "http://free.sinoa.com/images/small_FreeWallpaper.gif"
a[7] = "Free Wallpapers"
u[8] = "http://hotfreewallpapers.com/?id=hfwpsa"
i[8] = "http://hotfreewallpapers.com/images/88x31.gif"
a[8] = "Hot Free Wallpapers"
u[9] = "http://ringtones.sinoa.com/cgi-bin/in.pl?id=rtsapsa"
i[9] = "http://ringtones.sinoa.com/images/small.gif"
a[9] = "Free Ringtones"
u[10] = "http://topfreetones.com/?le=tftpsa"
i[10] = "http://topfreetones.com/images/88x31.gif"
a[10] = "Top Free Tones"
u[11] = "http://topmobilesites.com/?le=tmspsa"
i[11] = "http://topmobilesites.com/images/88x31.gif"
a[11] = "Top Mobile Sites"
u[12] = "http://toptonesites.com/Wallpapers/?le=ttspsa"
i[12] = "http://toptonesites.com/images/88x31_2.gif"
a[12] = "Mobile Wallpapers"

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

document.write ("<table>");
var r;
for (r=0; r<=i.length-1; r++) //var r = Math.round(Math.random() * (i.length-1) )
{       document.write("<tr><td><a href='" +u[r] +"' target=new><img src='" + i[r] + "' alt='"+a[r]+ "' width=88 height=31 border=0></a>&nbsp;</td></tr>")
}
document.write ("</table>");
