home = new Image
home_hover = new Image
gallery = new Image
gallery_hover = new Image
about = new Image
about_hover = new Image
news = new Image
news_hover = new Image
guestbook = new Image
guestbook_hover = new Image
notecards = new Image
notecards_hover = new Image
contact = new Image
contact_hover = new Image
/* linkz = new Image */
/* links_hover = new Image */

home.src="theme/home.gif"
home_hover.src="theme/home_hover.gif"
gallery.src="theme/gallery.gif"
gallery_hover.src="theme/gallery_hover.gif"
about.src="theme/about.gif"
about_hover.src="theme/about_hover.gif"
news.src="theme/news.gif"
news_hover.src="theme/news_hover.gif"
guestbook.src="theme/guestbook.gif"
guestbook_hover.src="theme/guestbook_hover.gif"
notecards.src="theme/notecards.gif"
notecards_hover.src="theme/notecards_hover.gif"
contact.src="theme/contact.gif"
contact_hover.src="theme/contact_hover.gif"
/* linkz.src="theme/links.gif" */
/* links_hover.src="theme/links_hover.gif" */


document.write("<a href=\"index.php\"onMouseOver=\"document.HOME.src=home_hover.src\" onMouseOut=\"document.HOME.src=home.src\"> <img src=\"theme/home.gif\" name=\"HOME\" border=\"0\" width=\"140\" height=\"50\"></a><br>");

document.write("<a href=\"gallery.php\"onMouseOver=\"document.GALLERY.src=gallery_hover.src\" onMouseOut=\"document.GALLERY.src=gallery.src\"> <img src=\"theme/gallery.gif\" name=\"GALLERY\" border=\"0\" width=\"140\" height=\"50\"></a><br>");

document.write("<a href=\"notecards.php\"onMouseOver=\"document.NOTECARDS.src=notecards_hover.src\" onMouseOut=\"document.NOTECARDS.src=notecards.src\"> <img src=\"theme/notecards.gif\" name=\"NOTECARDS\" border=\"0\" width=\"140\" height=\"50\"></a><br>");

document.write("<a href=\"about.html\"onMouseOver=\"document.ABOUT.src=about_hover.src\" onMouseOut=\"document.ABOUT.src=about.src\"> <img src=\"theme/about.gif\" name=\"ABOUT\" border=\"0\" width=\"140\" height=\"50\"></a><br>");

document.write("<a href=\"news.html\"onMouseOver=\"document.NEWS.src=news_hover.src\" onMouseOut=\"document.NEWS.src=news.src\"> <img src=\"theme/news.gif\" name=\"NEWS\" border=\"0\" width=\"140\" height=\"50\"></a><br>");

/* document.write("<a href=\"links.html\"onMouseOver=\"document.LINKS.src=links_hover.src\" onMouseOut=\"document.LINKS.src=linkz.src\"> <img src=\"theme/links.gif\" name=\"LINKS\" border=\"0\" width=\"140\" height=\"50\"></a><br>"); */

document.write("<a href=\"guestbook.php\"onMouseOver=\"document.GUESTBOOK.src=guestbook_hover.src\" onMouseOut=\"document.GUESTBOOK.src=guestbook.src\"> <img src=\"theme/guestbook.gif\" name=\"GUESTBOOK\" border=\"0\" width=\"140\" height=\"50\"></a><br>");

document.write("<a href=\"contact.php\"onMouseOver=\"document.CONTACT.src=contact_hover.src\" onMouseOut=\"document.CONTACT.src=contact.src\"> <img src=\"theme/contact.gif\" name=\"CONTACT\" border=\"0\" width=\"140\" height=\"50\"></a><br>");
