 var rnd_urls = new Array(
'www.tag2.pswnet.com',
'www.tag2.pswnet.com',
'www.tag2.pswnet.com',
'www.tag2.pswnet.com',
'www.tag2.pswnet.com',
'www.tag2.pswnet.com',
'www.tag2.pswnet.com',
'www.tag2.pswnet.com',
'www.tag2.pswnet.com',
'www.tag2.pswnet.com',
'www.tag2.pswnet.com',
'www.tag2.pswnet.com',
'www.tag2.pswnet.com',
'www.tag2.pswnet.com',
'www.tag2.pswnet.com',
'www.tag2.pswnet.com');
   var rnd_img = new Array (
'immagini/header/h1.jpg', 
'immagini/header/h2.jpg',
'immagini/header/h3.jpg',
'immagini/header/h4.jpg',
'immagini/header/h5.jpg',
'immagini/header/h6.jpg',
'immagini/header/h7.jpg',
'immagini/header/h8.jpg',
'immagini/header/h9.jpg',
'immagini/header/h10.jpg',
'immagini/header/h11.jpg',
'immagini/header/h12.jpg',
'immagini/header/h13.jpg',
'immagini/header/h14.jpg',
'immagini/header/h15.jpg',
'immagini/header/h16.jpg');   
var j = parseInt(Math.random()*rnd_urls.length);
   document.write('<a href="http://'+rnd_urls[j]+'"><img src="'+rnd_img[j]+'" width="650" height= "120" border="0" /></a>');

