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