u=new Array(); i= new Array(); var u = new Array(); var a=new Array();
u[0] = "http://topforall.com"
i[0] = "http://topforall.com/images/submit.gif"
a[0] = "Free Search Engine Submission"
u[1] = "http://voopoo.com/bin/vp/i?ai=1002060223rR"
i[1] = "http://voopoo.com/images/r3.gif"
a[1] = "Free Ringtones"
u[2] = "http://topfreetones.com/?le=tftrtsa"
i[2] = "http://topfreetones.com/images/88x31.gif";
a[2] = "Top Free Ringtones"
u[3] = "http://hotfreeringtone.com/?le=hfrrtsa"
i[3] = "http://hotfreeringtone.com/images/88x31.gif"
a[3] = "Hottest Ringtones"
u[4] = "http://hotfreewallpapers.com/freewallpapers/Ringtones/?id=hfwrtsa"
i[4] = "http://hotfreewallpapers.com/images/88x31.gif"
a[4] = "Mobile Free Wallpapers & Ringtones"
u[5] = "http://thefreesitez.com/cgi-bin/in.pl?id=tfsrtsa"
i[5] = "http://thefreesitez.com/images/small_FreeMobile.gif"
a[5] = "Mobile Ringtones"
u[6] = "http://topforall.com/cgi-bin/in.pl?id=t4artsa"
i[6] = "http://topforall.com/images/small.gif"
a[6] = "Top Ringtones"
u[7] = "http://music.sinoa.com/cgi-bin/in.pl?id=msartsa&cate=Ringtones"
i[7] = "http://music.sinoa.com/images/small_Ringtones.gif"
a[7] = "Free Tones"

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

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