u=new Array(); i= new Array(); var u = new Array(); var a=new Array();
u[0] = "http://topforall.com"
i[0] = "http://topforall.com/images/submit1.gif"
a[0] = "free search engine submission"
u[1] = "http://voopoo.com/bin/vp/i?ai=1003051212RG"
i[1] = "http://voopoo.com/images/R.gif"
a[1] = "Free Relationships"
u[2] = "http://hostsville.com/?le=hvlovetown"
i[2] = "http://hostsville.com/images/468x60.gif"
a[2] = "High Quality, Low Cost Hosting"
u[3] = "http://hostsville.com/?le=hvlovetown"
i[3] = "http://hostsville.com/images/468x60_2.gif"
a[3] = "High Quality, Low Cost Domain Names"

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>")
}
