u=new Array(); i= new Array(); var u = new Array(); var a=new Array();
u[0] = "http://hotfreegraphics.com"
i[0] = "http://hotfreegraphics.com/topgraphics/images/small_FreeCliparts.gif"
a[0] = "Free Clipart Graphics"
u[1] = "http://www.highfonts.com/in.asp?id=highs"
i[1] = "http://thefreesitez.com/images/hifont.gif"
a[1] = "High Fonts"
u[2] = "http://www.pcfonts.com/in.php?id=fsapcf"
i[2] = "/images/pcfonts.gif"
a[2] = "PC Fonts"
u[3] = "http://www.macfonts.com/in.php?id=fsamacf"
i[3] = "/images/macfonts.gif"
a[3] = "Mac Fonts"
u[4] = "http://hotfreeclipart.com/?le=fcafsa"
i[4] = "http://hotfreeclipart.com/images/88x31.gif"
a[4] = "Free Clipart"
u[5] = "http://hotfreefont.com/?le=hfffsa"
i[5] = "http://hotfreefont.com/images/88x31.gif"
a[5] = "Hot Free Fonts"
u[6] = "http://hotfreetemplates.com/?le=hftfsa"
i[6] = "http://hotfreetemplates.com/toptemplates/images/small.gif"
a[6] = "Free Templates"
u[7] = "http://ringtones.sinoa.com/cgi-bin/in.pl?id=rtafsa"
i[7] = "http://ringtones.sinoa.com/images/small.gif"
a[7] = "Free Ringtones"

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