u=new Array(); i= new Array(); var u = new Array(); var a=new Array();
u[0] = "http://free.sinoa.com/cgi-bin/in.pl?id=fsartsa&cate=FreeRingtones"
i[0] = "http://free.sinoa.com/images/small_FreeRingtones.gif"
a[0] = "Top 100 Ringtones"
u[1] = "http://hotfreegraphics.com/cgi-bin/topgraphics/in.pl?id=rtsafgr&cate=FreeRingtones"
i[1] = "http://hotfreegraphics.com/topgraphics/images/small_FreeRingtones.gif"
a[1] = "Ringtone Downloads"
u[2] = "http://topfreelyrics.com/freelyrics/?le=tflrtsa"
i[2] = "http://topfreelyrics.com/images/88x31.gif"
a[2] = "Lyrics Ringtones"
u[3] = "http://wallpaper.sinoa.com/cgi-bin/in.pl?id=psartsa&cate=Ringtones"
i[3] = "http://wallpaper.sinoa.com/images/small.gif"
a[3] = "Ringtones & Wallpapers"
u[4] = "http://topmobilesites.com/?le=tmsrtsa"
i[4] = "http://topmobilesites.com/images/88x31.gif"
a[4] = "Top Mobile Sites"
u[5] = "http://toptonesites.com/?le=ttsrtsa"
i[5] = "http://toptonesites.com/images/88x31_3.gif"
a[5] = "Free ringtones"

/* 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>");
