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=1002060223HP"
i[1] = "http://voopoo.com/images/H3.gif";
a[1] = "Top Home & Family"
u[2] = "http://topforall.com/cgi-bin/in.pl?id=t4aresa&cate=HomeFamily"
i[2] = "http://topforall.com/images/small_HomeFamily.gif";
a[2] = "Top Pet Sites"
u[3] = "http://thefreesitez.com/cgi-bin/in.pl?id=tfsresa&cate=FreePets"
i[3] = "http://thefreesitez.com/images/small.gif"
a[3] = "Pet Resources"
u[4] = "http://hostsville.com/?le=hvsinoa"
i[4] = "http://hostsville.com/images/88x31_4.gif"
a[4] = "Discount Domains & Hostings"
u[5] = "http://zooclub.biz"
i[5] = "http://www.zooclub.com.ua/owin/top.php?412&88_en"
a[5] = "zooclub.biz - Elite Pets Internet Club"
u[6] = "http://www.petstop200.com/"
i[6] = "http://www.petstop200.com/tracker.php?do=in&id=278"
a[6] = "Pets Top 200"
u[7] = "http://baywood-pets.itopsites.com/"
i[7] = "http://baywood-pets.itopsites.com/button.php?id=58007"
a[7] = "Baywood Pets"

/*
u[] = ""
i[] = ""
a[] = ""
 */

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