		function mouseOverHome(number, direction){
			// direction is defined as points around a clock, thus 12 is straight up, and 6 is straight down.
			// The direction of the arrow, that is.^^^
			var x = "images/multipage/arrow"+direction+".png";
			document.getElementById("arrow"+number).src=x;
			document.getElementById("home"+number).src="images/multipage/home.png";
		}
		function mouseExitHome(number){
			document.getElementById("arrow"+number).src="images/multipage/trans.gif";
			document.getElementById("home"+number).src="images/multipage/trans.gif";
		}
		function mouseOverFriendship(){
			document.getElementById("friendshipDate").innerHTML = '2007';
			
		}
		function mouseExitFriendship(){
			document.getElementById("friendshipDate").innerHTML = '';
		}
		function mouseOverTheep(){
			document.getElementById("theepDate").innerHTML = '2006';
		}
		function mouseExitTheep(){
			document.getElementById("theepDate").innerHTML = '';
		}
		function mouseOverIsthatlove(){
			document.getElementById("isthatloveDate").innerHTML = '2008';
		}
		function mouseExitIsthatlove(){
			document.getElementById("isthatloveDate").innerHTML ='';
		}
                function mouseOverimage(sw){
			document.getElementById("image").src="images/anarchy/"+sw+"/75c.png";
			
		}
		function mouseExitimage(sw){
			document.getElementById("image").src="images/anarchy/"+sw+"/buy.png";
		}
        function clickimage(){
           
        }
		function lyricsClick(sw){
			
			
		}
		















		function posterboyLyrics(sw){
				if (document.getElementById("videos").src=="http://nobodycandance.com/images/posterboy/"+sw+"/Videos.png"){
			var x = document.getElementById("videos").src;
			
			document.getElementById("videos").src="images/multipage/trans.gif";
			document.getElementById("lyrics").innerHTML='In 
all my time in Illinois <br /> Never was no Poster Boy <br />	Chicago 
don\'t mix cold and joy, <br /> And I didn\'t even mind.<br /><br /> One 
day I\'ll go back again and<br />	Wait for all my friends to toe the 
line.<br /><br />I\'m not afraid to love a man<br /> To give my boys a 
helping hand <br />	To get us out Chicagoland <br /> And make 
ourselves at home. <br /> <br />one day I\'ll go back again to <br /> Show 
that I can make it on my own. <br />';
			
			}
			else{
			
			document.getElementById("videos").src = "http://nobodycandance.com/images/anarchy/"+sw+"/Videos.png";
			document.getElementById("lyrics").innerHTML='';
			document.getElementById("lyrics2").innerHTML='';
			}
			}

