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/submit.gif"
a[0] = "Free Search Engine Submission"
u[1] = "http://voopoo.com/bin/vp/i?ai=1000040625DG";	//http://www.top200weddingsites.com//in.php?id=84"
i[1] = "http://voopoo.com/images/D3.gif";		//http://www.top200weddingsites.com//button.php?id=84"
a[1] = "Top Wedding Sites"
u[2] = "http://topforall.com/cgi-bin/in.pl?id=t4awsa&cate=Wedding";	//http://www.wrapcandy.com/weddings/in.php?id=13"
i[2] = "http://topforall.com/images/small_Wedding.gif";			//www.wrapcandy.com/weddings/button.php?id=13"
a[2] = "Wedding Resources"
u[3] = "http://thefreesitez.com/cgi-bin/in.pl?id=tfswsa&cate=FreeGifts";
i[3] = "http://thefreesitez.com/images/small_FreeGifts.gif";
a[3] = "Wedding Gifts"


document.write ("<table>");
var r;
for (r=0; r<=i.length-1; r++) //var r = Math.round(Math.random() * (i.length-1) )
{       document.write("<tr><td><a href='" +u[r] +"' target=new><img src='" + i[r] + "' alt='"+a[r]+ "' width=88 height=31 border=0></a>&nbsp;</td></tr>")
}
document.write ("</table>");
