theTexts = new Array()
theTexts[0] = "<a HREF=http://www.cnlaw.net/js/ target=_blank><img src=http://www.cnlaw.net/images/ad/jslawyer3.gif height=60 width=468 border=0 alt='中国法网1'>";
theTexts[1] = "<a HREF=http://www.cnlaw.net/nj/ target=_blank><img src=http://www.cnlaw.net/images/ad/njlawyer2.gif height=60 width=468 border=0 alt='中国法网2'>";
theTexts[2] = "<a HREF=http://www.cnlaw.net/ target=_blank><img src=http://www.cnlaw.net/images/ad/cnlaw3.gif height=60 width=468 border=0 alt='中国法网3'>";
theTexts[3] = "<a HREF=http://www.cnlaw.net/online/ target=_blank><img src=http://www.cnlaw.net/images/ad/ad1.gif height=60 width=468 border=0 alt='中国法网4'>";
theTexts[4] = "<a HREF=http://www.cnlaw.net/js/ target=_blank><img src=http://www.cnlaw.net/images/ad/jslawyer3.gif height=60 width=468 border=0 alt='中国法网5'>";
theTexts[5] = "<a HREF=http://www.cnlaw.net/whylaw/ target=_blank><img src=http://www.cnlaw.net/images/ad/whylaw4.gif height=60 width=468 border=0 alt='中国法网6'>";

var rand = Math.round(Math.random()*5);
while (rand >5) {
   rand = Math.round(Math.random()*5);
}
document.write(theTexts[rand]);


