var iarr= new Array(); var u = new Array(); var a=new Array(); var t=new Array();
u[0] = "http://hotfreeringtone.com/ringtones/?le=hfrmsa"
t[0] = "Free Ringtones"
a[0] = "Hot Free Ringtones"
u[1] = "http://wallpaper.sinoa.com/cgi-bin/in.pl?id=psamsart&cate=Ringtones"
t[1] = "Top RingTones"
a[1] = "Top RingTones"
u[2] = "http://msat20f.top20free.com/"
t[2] = "Top 20 Free Music"
a[2] = "Top 20 Free Music & MP3"
u[3] = "http://free.sinoa.com/cgi-bin/in.pl?id=msafree&cate=FreeMusic"
t[3] = "Top Free MP3"
a[3] = "Sinoa.com Free Music"
u[4] = "http://voopoo.com/bin/vp/i?ai=1001040809MG"
t[4] = "Free MP3 Songs"
a[4] = "Free MP3"
u[5] = "http://hotfreewallpapers.com/freewallpapers/FreeRingtones/?id=hfwmsa"
t[5] = "Mobile Ringtones"
a[5] = "Mobile Ringtones"
u[6] = "http://www.songteksten.net/lyrics/search/&ref=185"
t[6] = "Songteksten.Net"
a[6] = "Great Lyrics"
u[7] = "http://www.tip100.nl/cgi-bin/mp3/topsites.cgi?msatip1h"
t[7] = "Tip100.NL"
a[7] = "Tip100.NL Music"
u[8] = "http://www.music-sites.net/cgi-bin/topsites/in.cgi?id=msamsnet"
t[8] = "Music-Sites.net"
a[8] = "Your Music Directory"
u[9] = "http://www.thatllteachyou.com/top-guitar-sites/in.php?id=107"
t[9] = "Top Guitar Sites"
a[9] = "Top 69 Guitar Sites"
u[10] = "http://www.top50lyrics.com/cgi-bin/rankem.cgi?id=msat50l"
t[10] = "Top 50 Lyrics"
a[10] = "Top 50 Lyrics"
u[11] = "http://topforall.com/cgi-bin/in.pl?id=msatopforall&cate=Music"
t[11] = "Free Music/MP3"
a[11] = "TopForAll Free Mp3 downloads"

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