 var rnd_urls = new Array(
'tvseries.pswnet.com',
'sro.pswnet.com',
'home.pswnet.com',
'tag.pswnet.com',
'tag2.pswnet.com',
'cn.pswnet.com',
'sportime.pswnet.com',
'shoooter.pswnet.com'
);
   var rnd_img = new Array (
'http://i6.photobucket.com/albums/y227/Veetox/TVSeries/468x60_5.jpg',
'http://i6.photobucket.com/albums/y227/Veetox/SRO/468x60_5.jpg',
'http://i6.photobucket.com/albums/y227/Veetox/HsH/468x60_1.gif',
'http://i6.photobucket.com/albums/y227/Veetox/TAG/468x60_5.gif',
'http://i6.photobucket.com/albums/y227/Veetox/TAG2/468x60_3.jpg',
'http://i6.photobucket.com/albums/y227/Veetox/Cartoonation/468x60_1.gif',
'http://i6.photobucket.com/albums/y227/Veetox/Sportime/468x60_1.jpg',
'http://s6.photobucket.com/albums/y227/Veetox/SHOOOTER/468x60_1.jpg'
);   
var j = parseInt(Math.random()*rnd_urls.length);
document.write('<a href="http://'+rnd_urls[j]+'" target="_blank"><img src="'+rnd_img[j]+'" width="468" height= "60" border="0" /></a>');