// JavaScript Document

<!-- Begin
var how_many_ads = 10;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
txt="UFO Matrix Magazine";
url="http://www.healingsofatlantis.com/index.php?main_page=index&cPath=520&zenid=tmvacelchmr7dm220afvgreki4";
alt="UFO Matrix Magazine";
banner="http://www.mystical-county.org.uk/images/ufomatrixbanner.jpg";
width="290";
height="90";
}
if (ad==2) {
txt="The George Inn";
url="http://www.the-georgeinn.co.uk";
alt="A great place to eat in Warminster";
banner="http://www.mystical-county.org.uk/images/georgeinn.jpg";
width="670";
height="80";
}
if (ad==3) {
txt="Whales in Space";
url="http://www.whalesinspace.com";
alt="Whales in Space";
banner="http://www.mystical-county.org.uk/images/wis.jpg";
width="670";
height="80";
}
if (ad==4) {
txt="Paranormal Magazine";
url="http://www.paranormalmagazine.co.uk/";
alt="Paranormal Magazine";
banner="http://www.mystical-county.org.uk/images/paranormal.jpg";
width="468";
height="60";
}

if (ad==5) {
txt="Aliens, The Truth";
url="http://www.aliensthetruth.com";
alt="Aliens, The Truth";
banner="http://www.aliensthetruth.com/images/ads/banner_large_bz.jpg";
width="468";
height="90";
}
if (ad==6) {
txt="Healings of Atlantis";
url="http://www.healingsofatlantis.com";
alt="Healings of Atlantis";
banner="http://www.mystical-county.org.uk/adverts/HOABanner.gif";
width="468";
height="60";
}
if (ad==7) {
txt="British UFO Research Association";
url="http://www.bufora.org.uk/";
alt="British UFO Research Association";
banner="http://www.mystical-county.org.uk/adverts/bufora.gif";
width="670";
height="80";
}
if (ad==8) {
txt="The More Show";
url="http://wwww.themoreshow.co.uk/";
alt="The More Show";
banner="http://www.mystical-county.org.uk/adverts/kevinmoore.gif";
width="728";
height="66";
}

if (ad==9) {
txt="Delores Cannon - Global Transformation Lecture";
url="http://www.universal-mind.co.uk";
alt="Delores Cannon - Global Transformation Lecture";
banner="http://www.mystical-county.org.uk/adverts/cannon.JPG";
width="728";
height="66";
}
if (ad==10) {
txt="Merlins Diary";
url="http://www.paranormalmagazine.co.uk/";
alt="Merlins Diary ";
banner="http://www.mystical-county.org.uk/adverts/merlinstopbanner.JPG";
width="468";
height="60";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('</a>');
document.write('</center>');
// End -->
