// JavaScript Document Random main image 

<!-- Begin
var how_many_adsX = 6;
var now = new Date()
var sec = now.getSeconds()
var adX = sec % how_many_adsX;
adX +=1;

if (adX==1) {
url="main.asp?pid=11&child=16,17,13,22,21,&parent=0&lang=English&src=ba0207";
alt="Golfsoft makes managing your Club's website as pleasurable as a walk on the course";
bann="images/uploaded/Splash/Golfsoft_intro_01.JPG";
}
				
if (adX==2) {
url="main.asp?pid=27&lang=English&src=ba0207";
alt="Golfsoft's Course Profile solutions provide a 3D fly-through of your Club's Golf Course. Check out our demo!";
bann="images/uploaded/Splash/Golfsoft_intro_02.JPG";
}

if (adX==3) {
url="main.asp?pid=29&lang=English&src=ba0207";
alt="Golfsoft's Golf School Video Library - The ultimate in online training tools for your website. Check out our demo!";
bann="images/uploaded/Splash/Golfsoft_intro_03.JPG";
}
				
if (adX==4) {
url="main.asp?pid=16&child=16,17,13,22,21,&parent=16,17,13,22,21,&lang=English&src=ba0207";
alt="Golfsoft brings the latest golf news from around the world direct to your Club's website automatically every day";
bann="images/uploaded/Splash/Golfsoft_intro_04.JPG";
}

if (adX==5) {
url="main.asp?pid=14&child=0&parent=0&lang=English&src=ba0207";
alt="Our online website demo allows you to understand how Golfsoft can turn your Club's website into a truly valuable asset";
bann="images/uploaded/Splash/Golfsoft_intro_05.JPG";
}

if (adX==6) {
url="main.asp?pid=37&child=36,16,17,22,13,&parent=0&lang=&src=ba0207";
alt="Display and manage your Clubs competitions and social events on your website using Golfsoft’s Event Calendar";
bann="images/uploaded/Splash/Golfsoft_intro_06.JPG";
}
				
document.write('<a href=\"' + url + '\" title=\"' + alt + '\">');
document.write('<img src=\"' + bann + '\" alt=\"' + alt + '\" title=\"' + alt + '\" style=\"border:0px\">');
document.write('</a>')
// End -->
