function showban(url,name){
for (z=1;z<1000;z++)
{rnd=Math.random();num=Math.floor((rnd*4)+1);}

document.write('<a href="'+url+'"><img src="images/'+name+'_'+num+'.jpg" width="200" height="250" border=0" class="ps"></a>');
}

