// JavaScript Document

{
		document.write('<a href="index.html"><img src="images/button_home.jpg" name="bhome" alt="home" width="120" height="50" border="0" onmouseover="mouseOverhome()" onmouseout="mouseOuthome()"/></a><a href="news.html"><img src="images/button_news.jpg" name="bnews" alt="news" width="120" height="50" border="0" onmouseover="mouseOvernews()" onmouseout="mouseOutnews()"/><a href="members.html"><img src="images/button_members.jpg" name="bmembers" alt="members" width="120" height="50" border="0" onmouseover="mouseOvermembers()" onmouseout="mouseOutmembers()"/></a><a href="music.html"><img src="images/button_music.jpg" name="bmusic" alt="music" width="120" height="50" border="0" onmouseover="mouseOvermusic()" onmouseout="mouseOutmusic()"/></a><a href="history.html"><img src="images/button_history.jpg" name="bhistory" alt="history" width="120" height="50" border="0" onmouseover="mouseOverhistory()" onmouseout="mouseOuthistory()"/></a><a href="http://nufreshman15.blogspot.com/" target="_blank"><img src="images/button_blog.jpg" name="bblog" alt="blog" width="120" height="50" border="0" onmouseover="mouseOverblog()" onmouseout="mouseOutblog()"/></a><a href="contact.html"><img src="images/button_contact.jpg" name="bcontact" alt="contact" width="120" height="50" border="0" onmouseover="mouseOvercontact()" onmouseout="mouseOutcontact()"/></a>');
		
		if(location.pathname=="/")
		{document.bhome.src ="images/button_home_o.jpg";}
		else if(location.pathname=="http://www.nufreshman15.com")
		{document.bhome.src ="images/button_home_o.jpg";}
		else if(location.pathname=="/news.html")
		{document.bnews.src ="images/button_news_o.jpg";}
		else if(location.pathname=="/members.html")
		{document.bmembers.src ="images/button_members_o.jpg";}
		else if(location.pathname=="/music.html")
		{document.bmusic.src ="images/button_music_o.jpg";}
		else if(location.pathname=="/history.html")
		{document.bhistory.src ="images/button_history_o.jpg";}
		else if(location.pathname=="/blog.html")
		{document.bblog.src ="images/button_blog_o.jpg";}
		else if(location.pathname=="/contact.html")
		{document.bcontact.src ="images/button_contact_o.jpg";}

}

function mouseOverhome()
{document.bhome.src ="images/button_home_o.jpg";}
function mouseOuthome()
{if (location.pathname=="/index.html")
{document.bhome.src ="images/button_home_o.jpg";}
else if (location.pathname=="/")
{document.bhome.src ="images/button_home_o.jpg";}
else
{document.bhome.src ="images/button_home.jpg";}}

function mouseOvernews()
{document.bnews.src ="images/button_news_o.jpg";}
function mouseOutnews()
{if (location.pathname=="/news.html")
{document.bnews.src ="images/button_news_o.jpg";}
else
{document.bnews.src ="images/button_news.jpg";}}

function mouseOvermembers()
{document.bmembers.src ="images/button_members_o.jpg";}
function mouseOutmembers()
{if (location.pathname=="/members.html")
{document.bmembers.src ="images/button_members_o.jpg";}
else
{document.bmembers.src ="images/button_members.jpg";}}

function mouseOvermusic()
{document.bmusic.src ="images/button_music_o.jpg";}
function mouseOutmusic()
{if (location.pathname=="/music.html")
{document.bmusic.src ="images/button_music_o.jpg";}
else
{document.bmusic.src ="images/button_music.jpg";}}

function mouseOverhistory()
{document.bhistory.src ="images/button_history_o.jpg";}
function mouseOuthistory()
{if (location.pathname=="/history.html")
{document.bhistory.src ="images/button_history_o.jpg";}
else
{document.bhistory.src ="images/button_history.jpg";}}

function mouseOverblog()
{document.bblog.src ="images/button_blog_o.jpg";}
function mouseOutblog()
{if (location.pathname=="/blog.html")
{document.bblog.src ="images/button_blog_o.jpg";}
else
{document.bblog.src ="images/button_blog.jpg";}}

function mouseOvercontact()
{document.bcontact.src ="images/button_contact_o.jpg";}
function mouseOutcontact()
{if (location.pathname=="/contact.html")
{document.bcontact.src ="images/button_contact_o.jpg";}
else
{document.bcontact.src ="images/button_contact.jpg";}}
 