u=new Array(); i= new Array(); var u = new Array(); var a=new Array();
u[0] = "http://love-town.com/index.html?aid=topforall";
i[0] = "http://love-town.com/images/lt_banner.gif";
a[0] = "Find Your Dream Love!";
u[1] = "http://love-town.com/cgi-bin/lt/page_a.pl?page=affiliate";
i[1] = "/images/affiliate_468x60.gif";
a[1] = "Webmaster, Click Here to Make Money!";


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

