function showban(url,name){
for (x=1;x<500;x++)
{rnd=Math.random();num=Math.floor((rnd*10)+1);}

document.write('<a href="'+url+'"><img src="images/'+name+'_'+num+'.jpg" width="300" height="225" border=0"></a>');
}
