// JavaScript Document // random masthead splash generator function randomMastheadSplash() { var splashMastheadImage=new Array() // location of images in this array splashMastheadImage[1]="Assetts/Images/Header1.jpg"; splashMastheadImage[2]="Assetts/Images/Header2.jpg"; splashMastheadImage[3]="Assetts/Images/Header3.jpg"; splashMastheadImage[4]="Assetts/Images/Header4.jpg"; var getRan=Math.floor(Math.random()*splashMastheadImage.length) if (getRan==0) getRan=1 document.write('\"Marion'); } // end of random masthead splash generator // swap photos and collapse buttons function swap(targetId,buttonId){ if (document.getElementById) { target = document.getElementById(targetId); buttonName = document.getElementById(buttonId); if (target.style.display == "none") { target.style.display = ""; } else { target.style.display = "none"; } if (target.style.display == "none") { buttonName.src = "Images/nav_open.gif"; } else { buttonName.src = "Images/nav_close.gif"; } } } scrollText(0) function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i