<!-- the random choice header images

var how_many_images = 4;
var now = new Date()
var sec = now.getSeconds()
var image = sec % how_many_images;
image +=1;

if (image==1) {
txt="Splash1";
altTop="Splash1Top";
nameTop="/images/splash_images/logo2_tl1.gif";
widthTop="231";
heightTop="71";
altMid="Splash1Mid";
nameMid="/images/splash_images/top2_img1.jpg";
widthMid="449";
heightMid="71";
altBase="Splash1Base";
nameBase="/images/splash_images/mn2_img1.jpg";
widthBase="550";
heightBase="164";
}

if (image==2) {
txt="Splash2";
altTop="Splash2Top";
nameTop="/images/splash_images/logo2_tl2.gif";
widthTop="231";
heightTop="71";
altMid="Splash2Mid";
nameMid="/images/splash_images/top2_img2.jpg";
widthMid="449";
heightMid="71";
altBase="Splash2Base";
nameBase="/images/splash_images/mn2_img2.jpg";
widthBase="550";
heightBase="164";
}

if (image==3) {
txt="Splash3";
altTop="Splash3Top";
nameTop="/images/splash_images/logo2_tl3.gif";
widthTop="231";
heightTop="71";
altMid="Splash3Mid";
nameMid="/images/splash_images/top2_img3.jpg";
widthMid="449";
heightMid="71";
altBase="Splash3Base";
nameBase="/images/splash_images/mn2_img3.jpg";
widthBase="550";
heightBase="164";
}

if (image==4) {
txt="Splash4";
altTop="Splash4Top";
nameTop="/images/splash_images/logo2_tl4.gif";
widthTop="231";
heightTop="71";
altMid="Splash4Mid";
nameMid="/images/splash_images/top2_img4.jpg";
widthMid="449";
heightMid="71";
altBase="Splash4Base";
nameBase="/images/splash_images/mn2_img4.jpg";
widthBase="550";
heightBase="164";
}


//-->
