u=new Array(); i= new Array(); var u = new Array(); var a=new Array();
u[0] = "http://love-town.com/index.html?aid=romance";
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"

var r = Math.round(Math.random() * (i.length+1) )
if (r >= i.length-1)
{       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>")
}
