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

u[0] = "http://greetings.sinoa.com/cgi-bin/in.pl?id=grsahfg&cate=LoveRomance"
i[0] = "http://greetings.sinoa.com/images/small.gif"
a[0] = "Free Greetings"

/* u[1] = "http://thefreesitez.com/cgi-bin/in.pl?id=tfshfg&cate=FreeGreetings"
i[1] = "http://thefreesitez.com/images/small_greetings.gif"
a[1] = "Free Ecards" */

u[2] = "http://voopoo.com/bin/vp/i?ai=1000050821KG"
i[2] = "http://voopoo.com/images/K3.gif"
a[2] = "Hot Greetings"

/* u[3] = "http://www.starteasy.com/cgi-bin/topinspirational/rankem.cgi?id=hfginsp"
i[3] = "http://www.starteasy.com/images/tinspir_88x31.gif"
a[3] = "Top Inspirational" */

u[1] = "http://www.cardmasters-top50.com/topsites/main.cgi?ID=592"
i[1] = "http://www.cardmasters-top50.com/topsites/img.cgi?id=592"
a[1] = "Card Masters"

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

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