function a(txt) {	self.status = txt;}function b() {	self.status = "";} 
function create() {	this.width = '';	this.height = '';	this.src = '';	this.href = '';	this.target = '';	this.border = '';	this.mouseover = '';	this.sponsor = '';}
function randNum (num) {   var Now = new Date;   var rand = Math.round(num * Math.sin(Now.getTime() - 843683177440));   if (rand < 0) rand = -rand;   if (rand == 0) rand++;   return rand;}

//*************************************
adcount = 6;   
//Be sure to update this count of ads, below...//*************************************

headmidtop = new Array();for(var i=1; i<=adcount; i++) { headmidtop[i] = new create() }headmidtop[1].width = "620";headmidtop[1].height = "80";headmidtop[1].src = "";


headmidtop[1].width = "620";headmidtop[1].height = "80";headmidtop[1].src = "http://tesla3.com/banners/meta_620_CAMELOT.jpg";headmidtop[1].href = "http://projectcamelot.org/";headmidtop[1].target = "_blank";headmidtop[1].border = "0";headmidtop[1].mouseover = "";headmidtop[1].sponsor = "";

headmidtop[2].width = "620";headmidtop[2].height = "80";headmidtop[2].src = "http://tesla3.com/banners/meta_620_CHEMLUM.jpg";headmidtop[2].href = "http://sixieme-sens.info/chemin_lumiere.html";headmidtop[2].target = "_blank";headmidtop[2].border = "0";headmidtop[2].mouseover = "";headmidtop[2].sponsor = "";

headmidtop[3].width = "620";headmidtop[3].height = "80";headmidtop[3].src = "http://tesla3.com/banners/meta_620_CMN.jpg";headmidtop[3].href = "http://www.consciousmedianetwork.com";headmidtop[3].target = "_blank";headmidtop[3].border = "0";headmidtop[3].mouseover = "";headmidtop[3].sponsor = "";

headmidtop[4].width = "620";headmidtop[4].height = "80";headmidtop[4].src = "http://tesla3.com/banners/meta_620_EMFBAL.jpg";headmidtop[4].href = "http://www.emfbalancingtechnique.com/";headmidtop[4].target = "_blank";headmidtop[4].border = "0";headmidtop[4].mouseover = "";headmidtop[4].sponsor = "";

headmidtop[5].width = "620";headmidtop[5].height = "80";headmidtop[5].src = "http://tesla3.com/banners/meta_620_NDE.jpg";headmidtop[5].href = "http://www.near-death.com/index.html";headmidtop[5].target = "_blank";headmidtop[5].border = "0";headmidtop[5].mouseover = "";headmidtop[5].sponsor = "";

headmidtop[6].width = "620";headmidtop[6].height = "80";headmidtop[6].src = "http://tesla3.com/banners/meta_620_PUJA.jpg";headmidtop[6].href = "http://www.worldpuja.org/";headmidtop[6].target = "_blank";headmidtop[6].border = "0";headmidtop[6].mouseover = "";headmidtop[6].sponsor = "";

var n = randNum(adcount);n += "";var image = headmidtop[n];var headmidtop = "";headmidtop += '<a href="' + image.href + '" \n';headmidtop += 'target="' + image.target + '" \n';headmidtop += 'onMouseOver="self.status=\'' + image.mouseover + '\'\;return true" \n';headmidtop += 'onMouseOut="self.status=\'\'"> \n';headmidtop += '<img src="' + image.src + '" width=' + image.width;headmidtop += '\n height=' + image.height + ' border=' + image.border;headmidtop += '\n><br><br> ' + image.sponsor + '</a>';
