/*
File name: huntingtons.js
Author: Don Giancursio
*/

function scrolldown() 
{
   window.setTimeout("window.scrollTo(0,125)",10);
}
function doNothing() 
{
   ;
}
function addText1() 
{
   document.write("<h3>Descriptive text goes here !!!!!!</h3>");
}