<!-- Begin RANDOM HOME IMAGE   01   Sidebar first level


// ADDIMAGES: 


var width = "175"; // Width of Advertisements + 1
var height = "110"; // Height of Advertisements +1
var target = "_blank"; // Target window to open the ads

var ad=new Array()
// Write down the source urls of ad images
ad[0]='picts-sidebar/image-h00.jpg';
ad[1]='picts-sidebar/image-h00.jpg';
ad[2]='picts-sidebar/image-h00.jpg';
ad[3]='picts-sidebar/image-h00.jpg';
ad[4]='picts-sidebar/image-h00.jpg';



var links=new Array()
//Write link to ads 
links[0]='http://whiteville-news.com/columbus-county-lightbox/humane-cats-columbus-county/gallery1-cats.html';
links[1]='http://whiteville-news.com/columbus-county-lightbox/humane-cats-columbus-county/gallery1-cats.html';
links[2]='http://whiteville-news.com/columbus-county-lightbox/humane-cats-columbus-county/gallery1-cats.html';
links[3]='http://whiteville-news.com/columbus-county-lightbox/humane-cats-columbus-county/gallery1-cats.html';
links[4]='http://whiteville-news.com/columbus-county-lightbox/humane-cats-columbus-county/gallery1-cats.html';


var s = Math.floor(Math.random()*ad.length);
document.write('<a href="'+links[s]+'" target="'+target+'"><img src="'+ad[s]+'" width="'+width+'" height="'+height+'" border="1" alt="'+links[s]+'"></a>');



