u=new Array(); i= new Array(); var u = new Array(); var a=new Array();

u[0] = "0"
i[0] = "http://free.sinoa.com/images/small_FreeGraphics.gif"
a[0] = "Free Graphics"
u[1] = "1"
i[1] = "/images/88x31.gif"
a[1] = "Free Clip Art Center"
u[2] = "2"
i[2] = "http://hotfreegraphics.com/topgraphics/images/small.gif"
a[2] = "Hot Free Wallpapers"
u[3] = "3"
i[3] = "http://hotfreefont.com/images/small.gif"
a[3] = "Free Fonts & Graphics"
u[4] = "4"
i[4] = "/images/fgallery.gif"
a[4] = "clip art gallery"
u[5] = "28"
i[5] = "/images/graphicland.gif"
a[5] = "FreeGraphicLand.com"
u[6] = "29"
i[6] = "http://hotfreetemplates.com/toptemplates/images/small.gif"
a[6] = "Free Templates"
u[7] = "6"
i[7] = "http://www.prodraw.net/images/banner.gif"
a[7] = "Prodraw graphics"
u[8] = "8"
i[8] = "http://hostsville.com/images/88x31_3.gif"
a[8] = "Top Free Clipart"
u[9] = "9"
i[9] = "http://www.starteasy.com/images/tclipart_88x31.gif"
a[9] = "Start Easy Clipart"
u[10] = "10"
i[10] = "http://www.ifree.com.au/images/buttons/graphics.gif"
a[10] = "Ifree Graphics"
u[11] = "5"
i[11] = "http://www.graphics.com/toplist/images/GraphicsDotCom.gif"
a[11] = "Graphics.com"
u[11] = "11"
i[12] = "http://www.clipart-graphics.net/button3.gif"
a[12] = "A-Z Free Clipart Graphics"
u[13] = "13"
i[13] = "http://www.freeclipartx.com/images/x_clipart_button.gif"
a[13] = "Free Clipart X"
u[14] = "14"
i[14] = "http://bestclipart.com/banner/bestclip88x314.gif"
a[14] = "Best Clipart"
u[15] = "15"
i[15] = "/images/bcart.gif"
a[15] = "best of clipart"
u[16] = "16"
i[16] = "http://topforall.com/images/small.gif"
a[16] = "Free Graphic Images"
u[17] = "17"
i[17] = "http://www.best100free.com/buttons/best100free.gif"
a[17] = "Best 100 Free"
u[18] = "18"
i[18] = "http://www.bigresources.com/Links/1-click88x31.gif"
a[18] = "Clip Art Center"
u[19] = "20"
i[19] = "/images/03.gif"
a[19] = "Free Cliparts & Graphics"
u[20] = "22"
i[20] = "http://www.topfreegraphics.com/banners/topfreegraphics_88x31_2.gif"
a[20] = "Top Free Graphics"
u[21] = "7"
i[21] = "http://www.michzett.claranet.de/top100.gif"
a[21] = "Gif Archiv"


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

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>&nbsp;<a href='/cgi-bin/clipart.pl?" +u[r] +"' target=hfc><img src='" + i[r] + "' alt='"+a[r]+ "' width=88 height=31 border=0></a>&nbsp;</td></tr>")
}
document.write ("</table>");
