var GetRandomn = 1;
function GetRandom(n){GetRandomn=Math.floor(Math.random()*n+1)}
GetRandom("3");
switch(GetRandomn){ 
case 1:
document.write('<a href=http://www.tumanduo.com/help/ target=_blank><img src=http://www.tumanduo.com/js/zp.gif border=0></a>')
break;
case 2:
document.write('<a href=http://www.tumanduo.com/zt/hanju.html target=_blank><img src=http://www.tumanduo.com/prmo/hj.gif border=0></a>')
break;
case 3:
    document.write('<a href=http://www.tumanduo.com/help/ target=_blank><img src=http://www.tumanduo.com/js/ffd.gif border=0></a>')
break;
case 4:
    document.write('<a href=http://www.tumanduo.com/zt/chuzuwu/26.htm target=_blank><img src=/js/pp.gif border=0></a>')
break;
}
