<!--
///////////////////////////////////////////////////////////////////
/*Site Logo Script (Geocities Watermark)
Last updated: Oct 14, 1998
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com*/
///////////////////////////////////////////////////////////////////




//substitute 116 and 42 with the width and height of your logo image, respectively
if (document.images)
var staticlogo=new Image(75,75)


//change the image path to reflect the path of your logo image
staticlogo.src="http://www.michaelstearns.com/graphix/nsmail2.gif"


//Change url below to the target URL of the logo
var logolink="http://www.michaelstearns.com/time_splash.html"

//change the alttext variable to reflect the text used for the "alt" attribute of the image tag
var alttext="Michael Stearns Time Line"


///////////////////////////Do not edit below this line/////////////////////////
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers)
setTimeout("window.onresize=regenerate",400)
}


if (document.all)
document.write('<span id="logo" style="position:absolute;top:100;width:'+staticlogo.width+';height:'+staticlogo.height+'"></span>')




function createlogo(){
staticimage=new Layer(100)
staticimage.left=-300
staticimage.top=120

staticimage.document.write('<a href="'+logolink+'"><IMG SRC="'+staticlogo.src+'"  USEMAP="#navigate"  name=p1 BORDER=0 width=75 height=75></a>')
staticimage.document.close()
staticimage.visibility="show"
regenerate2()
staticitns()
}

if (document.layers)
window.onload=createlogo;

if (document.all){
w=2
h=2
logo.style.left=w
logo.style.top=h
}

function logoit(){
var w2=document.body.scrollLeft+w
var h2=document.body.scrollTop+h
logo.style.left=w2
logo.style.top=h2
}
function logoit2(){
staticimage.left=pageXOffset+2
staticimage.top=pageYOffset+2
}

function insertimage(){



logo.innerHTML='<a href="'+logolink+'"><IMG SRC="'+staticlogo.src+'" USEMAP="#navigate"  name=p1 BORDER=0 width=75 height=75></a>'
}

if (document.all){
window.onscroll=logoit
window.onresize=new Function("window.location.reload()")
window.onload=insertimage
}


function staticitns(){
setInterval("logoit2()",90)
}
var bn=navigator.appName;
var vn=navigator.appVersion;

if ((bn=="Microsoft Internet Explorer") && (vn.substring(0,3)=="2.0"))
window.alert("This page would look cooler with Netscape 3.0+ \n ( The buttons would be animated for starters!)");

var p1=null;
var p2=null;
var p3=null;
var p4=null;
// Animated menu stuff
function off_img(loc,img) {};
function on_img(loc,img) {};

function gonow(p)
  {
  location=addr[p];
  };

var addr = new Array(4);
addr[1]="index.html";
addr[2]="time_splash.html";
addr[3]="turtlestudios.html";
addr[4]="cds_and_music";
menuimg = new Array(8);
if ((bn!="Microsoft Internet Explorer") || (vn.substring(0,3)!="2.0"))
{
menuimg[1]= new Image (60,60);
menuimg[1].src="graphix/floatingnothing.gif";
menuimg[5]= new Image (60,60);
menuimg[5].src="java/nsmail8.gif";
menuimg[6]= new Image (60,60);
menuimg[6].src="java/nsmail9.gif";
menuimg[7]= new Image (60,60);
menuimg[7].src="java/nsmail10.gif";
menuimg[8]= new Image (60,60);
menuimg[8].src="java/nsmail11.gif";
}

function on_img(loc,img)
  {
  if ((bn!="Microsoft Internet Explorer") || (vn.substring(0,3)!="2.0"))
    loc.src=menuimg[img].src;

  }


// -->