<!--  RANDOM HEADER LEFT IMAGE level 1


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

var ad=new Array()
// the urls of ad images
ad[0]='picts-header-left/header-left-000.jpg';
ad[1]='picts-header-left/header-left-001.jpg';
ad[2]='picts-header-left/header-left-002.jpg';
ad[3]='picts-header-left/header-left-003.jpg';
ad[4]='picts-header-left/header-left-004.jpg';
ad[5]='picts-header-left/header-left-005.jpg';
ad[6]='picts-header-left/header-left-006.jpg';
ad[7]='picts-header-left/header-left-007.jpg';
ad[8]='picts-header-left/header-left-008.jpg';
ad[9]='picts-header-left/header-left-009.jpg';
ad[10]='picts-header-left/header-left-010.jpg';

var links=new Array()
//link to ads r../thanks.html is the linking way
links[0]='http://www.website-publishing.com';
links[1]='http://www.whiteville-news.com/picts-header-left/iframe-out/header-left-outside-01.htm';
links[2]='http://www.whiteville-news.com/picts-header-left/iframe-out/header-left-outside-01.htm';
links[3]='http://www.whiteville-news.com/picts-header-left/iframe-out/header-left-outside-01.htm';
links[4]='http://www.website-publishing.com';
links[5]='free/free-stuff-index.htm';
links[6]='ziframe/from-header-left-006.htm';
links[7]='http://www.website-publishing.com';
links[8]='http://www.carolina-guitar-stands.com';
links[9]='http://www.facebook.com/whiteville#!/profile.php?id=100002234070277';
links[10]='http://www.website-publishing.com';

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>');




// stop -->


