u=new Array(); i= new Array(); var u = new Array(); var a=new Array();
u[0] = "http://love-town.com/index.html?aid=toptonesites"
i[0] = "http://love-town.com/images/lt_banner.gif"
a[0] = "Find Your Dream Love!"
u[1] = "http://hotfreeringtone.com/?le=hfrtts"
i[1] = "http://hotfreeringtone.com/images/full.gif"
a[1] = "Free Ringtones"
u[2] = "http://topfreetones.com/?le=tfttts"
i[2] = "http://topfreetones.com/images/468x60_3.gif"
a[2] = "Free Ringtones"
u[3] = "http://topfreetones.com/?le=tfttts"
i[3] = "http://topfreetones.com/images/468x60.gif"
a[3] = "Free Ringtones"
u[4] = "http://topfreetones.com/?le=tfttts"
i[4] = "http://topfreetones.com/images/468x60_2.gif"
a[4] = "Free Ringtones"
u[5] = "http://ringtones.sinoa.com/cgi-bin/in.pl?id=rtsatts"
i[5] = "http://ringtones.sinoa.com/images/full.gif"
a[5] = "Free Ringtones"
u[6] = "http://hotfreewallpapers.com/?le=hfwtts"
i[6] = "http://hotfreewallpapers.com/images/full.gif"
a[6] = "Free Ringtones"
u[7] = "http://lovesearching.com/?le=lstts"
i[7] = "http://lovesearching.com/images/full.gif"
a[7] = "Find Your Love"
u[8] = "http://music.sinoa.com/cgi-bin/in.pl?id=msatts&cate=Ringtones"
i[8] = "http://music.sinoa.com/images/full.gif"
a[8] = "Download Free Ringtones"
u[9] = "http://ringtones.sinoa.com/cgi-bin/in.pl?id=rtsatts"
i[9] = "http://ringtones.sinoa.com/images/full.gif"
a[9] = "Top Free Ringtones"
u[10] = "http://voopoo.com/bin/i?ai=1001061130rG"
i[10] = "http://voopoo.com/images/r.gif"
a[10] = "Free Ringtones"
u[11] = "http://topmobilesites.com/?tmstts"
i[11] = "http://topmobilesites.com/images/468x60.gif"
a[11] = "Free Mobile Tones"
u[12] = "http://wallpaper.sinoa.com/cgi-bin/in.pl?id=psatts"
i[12] = "http://wallpaper.sinoa.com/images/full.gif"
a[12] = "Free Wallpapers"
u[13] = "http://topfreelyrics.com/freelyrics/?le=tfltts"
i[13] = "http://topfreelyrics.com/images/468x60.gif"
a[13] = "Free Song Lyrics"
u[14] = "http://music.sinoa.com/cgi-bin/in.pl?id=msatts&cate=Ringtones"
i[14] = "http://music.sinoa.com/images/full_Ringtones.gif"
a[14] = "Free Muisc & Ringtones"
u[15] = "http://hotfreegraphics.com/cgi-bin/topgraphics/in.pl?id=fgrtts&cate=FreeRingtones"
i[15] = "http://hotfreegraphics.com/topgraphics/images/full_FreeRingtones.gif"
a[15] = "Free Muisc & Ringtones"
u[16] = "http://thefreesitez.com/cgi-bin/in.pl?id=tfstts&cate=FreeMobile"
i[16] = "http://thefreesitez.com/images/full_FreeMobile.gif"
a[16] = "Free Muisc & Ringtones"
u[17] = "http://topforall.com/cgi-bin/in.pl?id=t4atts&cate=Ringtones"
i[17] = "http://topforall.com/images/full.gif"
a[17] = "Free Muisc & Ringtones"


var r = Math.round(Math.random() * (i.length+1) )
if (r >= i.length)
{       document.write("<embed src='http://love-town.com/images/love-town.swf' type='application/x-shockwave-flash' width=468 height=60></embed>");
}
else
{       document.write("<a href='" +u[r] +"' target=top><img src='" + i[r] + "' alt='"+a[r]+ "' width=468 height=60 border=0></a>")
}
