//Preload Images
home=new Image(87,34)
home.src="BT-home.gif"
homeOn=new Image(95,42)
homeOn.src="BT-homeOn.gif"

articles=new Image(87,34)
articles.src="BT-articles.gif"
articlesOn=new Image(95,42)
articlesOn.src="BT-articlesOn.gif"

games=new Image(87,34)
games.src="BT-games.gif"
gamesOn=new Image(95,42)
gamesOn.src="BT-gamesOn.gif"

pictures=new Image(87,34)
pictures.src="BT-pictures.gif"
picturesOn=new Image(95,42)
picturesOn.src="BT-picturesOn.gif"

mylinks=new Image(87,34)
mylinks.src="BT-links.gif"
linksOn=new Image(95,42)
linksOn.src="BT-linksOn.gif"

guestBook=new Image(87,34)
guestBook.src="BT-guestBook.gif"
guestBookOn=new Image(95,42)
guestBookOn.src="BT-guestBookOn.gif"

email=new Image(87,34)
email.src="BT-email.gif"
emailOn=new Image(95,42)
emailOn.src="BT-emailOn.gif"


document.write('<A href="index.html" onMouseover="document.Home.src=homeOn.src" onMouseout="document.Home.src=home.src">')
document.write('<IMG alt="Home Page" src="BT-home.gif" border=0 name="Home" width="87" height="34" /> </A>')

document.write('<A href="articles.html" onMouseover="document.Articles.src=articlesOn.src" onMouseout="document.Articles.src=articles.src">')
document.write('<IMG alt="Articles about Raul" src="BT-articles.gif" border=0 name="Articles" width="87" height="34" /></A>')

document.write('<A href="games.html" onMouseover="document.Games.src=gamesOn.src" onMouseout="document.Games.src=games.src">')
document.write('<IMG alt="All of Rauls stats" src="BT-games.gif" border=0 name="Games" width="87" height="34" /></A>')

document.write('<A href="pictures.html" onMouseover="document.Pictures.src=picturesOn.src" onMouseout="document.Pictures.src=pictures.src">')
document.write('<IMG alt="Pictures of Raul" src="BT-pictures.gif" border=0 name="Pictures" width="87" height="34" /></A>')

document.write('<A href="links.html" onMouseover="document.Links.src=linksOn.src" onMouseout="document.Links.src=mylinks.src">')
document.write('<IMG alt="Links about Raul" src="BT-links.gif" border=0 name="Links" width="87" height="34" /></A>')

document.write('<A href="fsguestbook.html" onMouseover="document.Guestbook.src=guestBookOn.src" onMouseout="document.Guestbook.src=guestBook.src">')
document.write('<IMG alt="Sign my guest book" src="BT-guestbook.gif" border=0 name="Guestbook" width="87" height="34" /></A>')

document.write('<a href="mailto:hp_loves_jazz@yahoo.com" onMouseover="document.Email.src=emailOn.src" onMouseout="document.Email.src=email.src">')
document.write('<IMG alt="E-Mail me Pictures and articles about Raul, Please" src="BT-email.gif" border=0 name="Email" width="87" height="34" /></A>')




