u=new Array(); i= new Array(); var u = new Array(); var a=new Array();
u[0] = "http://love-town.com/index.html?aid=free";
i[0] = "http://love-town.com/images/lt_banner.gif";
a[0] = "Find Your Dream Love!";
u[1] = "http://topforall.com"
i[1] = "http://topforall.com/images/submit1.gif"
a[1] = "free search engine submission"
u[2] = "http://free.sinoa.com/cgi-bin/in.pl?id=tfsfsa&cate=FreeFonts"
i[2] = "http://free.sinoa.com/images/full.gif"
a[2] = "Freebies"
u[3] = "http://fsat20.top20free.com/"
i[3] = "http://www.top20free.com/images/top20free60x468.gif"
a[3] = "Top20Free.com"
u[4] = "http://www.topfreefonts.com/cgi-bin/autorank/rankem.cgi?id=tfstffon"
i[4] = "http://www.topfreefonts.com/TopFreeFonts468x60.gif"
a[4] = "TopFreeFonts"
u[5] = "http://www.romcenter.com/linkexchange/clickin.php?acct=tfsrcenter"
i[5] = "http://www.romcenter.com/images/banner.gif"
a[5] = "RomCenter.com"
u[6] = "http://games1000.com/cgi-bin/in.pl?id=g1ktfs&cate=FreeGame"
i[6] = "http://games1000.com/images/full.gif"
a[6] = "Games1000.com"

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=new><img src='" + i[r] + "' alt='"+a[r]+ "' width=468 height=60 border=0></a>")
}
