   var today=new Date();
   var future=new Date("May 18, 2009");
   var diff= future.getTime() - today.getTime();
   var days= Math.floor(diff / (1000*60*60*24));
   var txt1 = " **Only " + days + " days left to get your entry in for the *Early Bird* drawing** " ;

   
   var now=new Date();
   var then=new Date("June 12, 2009");
   var diff= then.getTime() -now.getTime();
   var days2= Math.floor(diff / (1000*60*60*24));
   var txt2=" **Only " + days2 + " days left to practice for the the Nationals** " ;
// This goes in the body of the page.
//<div class="text1"><script type="text/javascript">document.write(txt1)</script><script type="text/javascript">document.write(txt2)</script></div>
//________________________________________________________________________________________________________________________
modt = new Date(document.lastModified);
upDate = modt.getMonth()+1 + "/" + modt.getDate() +"/"+ modt.getYear();
//_________________________________________________________________________
var now = new Date();        
var year = now.getYear();                  
if(year < 2000) year += 1900;
//______________________________________________________________________

// New Last Modified Script
var days = new Array(8);
days[1] = "Sunday";
days[2] = "Monday";
days[3] = "Tuesday";
days[4] = "Wednesday";
days[5] = "Thursday";
days[6] = "Friday";
days[7] = "Saturday";
var months = new Array(13);
months[1] = "January";
months[2] = "February";
months[3] = "March";
months[4] = "April";
months[5] = "May";
months[6] = "June";
months[7] = "July";
months[8] = "August";
months[9] = "September";
months[10] = "October";
months[11] = "November";
months[12] = "December";
var dateObj = new Date(document.lastModified)
var wday = days[dateObj.getDay() + 1]
var lmonth = months[dateObj.getMonth() + 1]
var date = dateObj.getDate()
var fyear = dateObj.getYear()
if (fyear < 2000) 
fyear = fyear + 1900
// document.write(wday + ", " + lmonth + " " + date + ", " + fyear)
// End -->

// e-mail links
if (document.images)
{
    image1 = new Image;
    image2 = new Image;
    image3 = new Image;
    image1.src = "grafx/email.gif";
    image2.src = "grafx/mike.gif";
    image3.src = "grafx/ron.gif";
}
function chgImg(name, image)
{
    if (document.images)
    {
        document[name].src = eval(image+".src");
    }
}
//_____________________________________________________________________
var person;
var place;
var extsn;
function mymail(person, place, extsn)
{
document.write('<a href="' + 'mailto:' + person + '@' + place + '.' + extsn + '">' + person + '@' + place + '.' + extsn + '</a>');
}
//___________________________________________________________________________________
txt = "Good luck to all the teams entered and thank you for supporting the STC.";
var timeOD = 1;
var stcnt =0;
var stcmsg = new Array();
        stcmsg[0]=txt;
        lenth = "               ";
        for (i=0; i<21; i++)
        {
               l = lenth.substring(0,i);
                stcmsg[i]="";
                for (j=0; j<txt.length; j++) stcmsg[i]=stcmsg[i]+txt.charAt(j)+l;
        }
function scroll()
         {
        if (stcnt > -0) str = stcmsg[stcnt]; else str = stcmsg[0];
        if (stcnt-- < -30) stcnt=20;
        status = str;
        clearTimeout(timeOD);
        timeOD = setTimeout("scroll()",100);
         }
         //scroll()
//____________________________________________________________________________________________________________________
function stc1()
{
winObj=window.open("twomanclass.html","twomanclass","left=0,top=0,width=600,height=600,toolbar=1,menubar=0,scrollbars=0,resizable=0");
winObj.focus ();
}

function stc2()
{
winObj=window.open("file.html","file","width=600,height=600,left=25,top=100,resizable=0,toolbar=0,status=0,menubar=0,scrollbars=0,location=0,directories=0");
winObj.focus ();
}

function Jump(url)
{
window.open(url, 'newwindow' , ' left=100,top=100,width=750,height=700,scrollbars=1,toolbar=1' )
}
//____________________________________________________________________________________________________________________________________
var d=new Array(6);
    d[0]="";
    d[1]= "This page contains the latest news and updates along with ENTRY FORMS and RULES - REGULATIONS for STC Competition";
    d[2]= "This page has all the Regional scores back to 2003 as well as the National scores back to 1989.";
    d[3]= "This page contains information regarding STC Regionals.<br />(1.) How to set up and run an STC Regional Event.<br />(2.)Demensions of Rifle and Pistol Targets."+
              "<br />(3.)Demensions for the size of the shooting area needed to have the Steel Events and diagrams for the Shotgun Events<br />(4.) Downloadable scoresheets."+
              "<br />(5.) Downloadable Excel scoring file.<br />(6.) Dates &amp; places for STC Regionals.";    
    d[4]="This page has links to all of our sponsors and STC supporting clubs as well as links to more pages with usefull information about the STC competition and events.";
    d[5]="This page serves as a contact page for the STCA officers as well as a Bulletin Board for STC related items for sale or competitors seeking teammates or STC information.";

function nameout0()
{
document.getElementById('Show').innerHTML=d[0];
}
function nameon1()
{
document.getElementById('Show').innerHTML=d[1];
}
function nameon2()
{
document.getElementById('Show').innerHTML=d[2];
}
function nameon3()
{
document.getElementById('Show').innerHTML=d[3];
}
function nameon4()
{
document.getElementById('Show').innerHTML=d[4];
}
function nameon5()
{
document.getElementById('Show').innerHTML=d[5];
}

//___________________________________________________________________________________________________________________________________


<!-- Original:  Dion (yobo42@hotmail.com) -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
var blank = "blank.gif";
topedge = 40;  // location of news box from top of page
leftedge = 35;  // location of news box from left edge
boxheight = 100;  // height of news box
boxwidth = 350;  // width of news box
scrollheight = 100; // total height of all data to be scrolled

function scrollnews(cliptop) {
if (document.layers) {
newsDiv = document.news;
newsDiv.clip.top = cliptop;
newsDiv.clip.bottom = cliptop + boxheight;
newsDiv.clip.left = 0;
newsDiv.clip.right = boxwidth + leftedge;
newsDiv.left = leftedge;
newsDiv.top = topedge - cliptop;
}
else {
newsDiv = news.style;
newsDiv.clip = "rect(" + cliptop + "px " + (boxwidth + leftedge) + "px " + (cliptop + boxheight) + "px 0px)";
newsDiv.pixelLeft = leftedge;
newsDiv.pixelTop = topedge - cliptop;
}
cliptop = (cliptop + 1) % (scrollheight + boxheight);
newsDiv.visibility='visible';
setTimeout("scrollnews(" + cliptop + ")", 100);
}

//______________________________________________________________________________________________________-
//Early Bird Cutoff Date

var cutoff="May 26, 2010";







