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=1005070401VG"
i[1] = "http://voopoo.com/images/V3.gif";
a[1] = "Hot Free Templates"
u[2] = "http://hotfreetemplates.com/toptemplates/?le=hfttmsa"
i[2] = "http://hotfreetemplates.com/toptemplates/images/small.gif"
a[2] = "Top Free Templates"
u[3] = "http://thefreesitez.com/cgi-bin/in.pl?id=tfstmsa&cate=FreeTemplates"
i[3] = "http://thefreesitez.com/images/small_FreeTemplates.gif"
u[4] = "http://free.sinoa.com/cgi-bin/in.pl?id=fsatmsa&cate=FreeTemplates"
i[4] = "http://free.sinoa.com/images/small_FreeTemplates.gif"
a[4] = "Free Templates"
u[5] = "http://hotfreegraphics.com/cgi-bin/topgraphics/in.pl?id=fgrtmsa&cate=FreeTemplates"
i[5] = "http://hotfreegraphics.com/topgraphics/images/small_FreeTemplates.gif"
a[5] = "100% Free Templates"
u[6] = "http://topforall.com/cgi-bin/in.pl?id=t4atmsa&cate=FreeTemplates"
i[6] = "http://topforall.com/images/small.gif"
a[6] = "Template Sites"
u[7] = "http://hostsville.com/links/FreeTemplates/"
i[7] = "http://hostsville.com/images/88x31_3.gif"
a[7] = "Free Templates"

/*
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>");
