
<!--

	var randomBox = Math.floor(Math.random() * 11);
	var randomSubbox = Math.floor(Math.random() * 12);

//When a user clicks on the previous button it finds which random story is displayed and changes out to the previous story
function JB_previous() {
	
	if (randomBox == 0) {
		randomBox=10;
	    document.getElementById('main_engineering').style.display="none";
		JB_random();
	}
	else if (randomBox == 1) {
		randomBox=0;
	    document.getElementById('main_pharmacy').style.display="none";
		JB_random();
	}
	else if (randomBox == 2) {
		randomBox=1;
	    document.getElementById('main_nursing').style.display="none";
		JB_random();
	}
	else if (randomBox == 3) {
		randomBox=2;
	    document.getElementById('main_library').style.display="none";
		JB_random();
	}
	else if (randomBox == 4) {
		randomBox=3;
	    document.getElementById('main_graduatestudies').style.display="none";
		JB_random();
	}
	else if (randomBox == 5) {
		randomBox=4;
	    document.getElementById('main_education').style.display="none";
		JB_random();
	}
	else if (randomBox == 6) {
		randomBox=5;
		document.getElementById('main_dental').style.display="none";
		JB_random();
	}
	else if (randomBox == 7) {
		randomBox=6;
	    document.getElementById('main_business').style.display="none";
		JB_random();
	}
	else if (randomBox == 8) {
		randomBox=7;
	    document.getElementById('main_athletics').style.display="none";
		JB_random();
	}
	else if(randomBox == 9) {
		randomBox=8;
	    document.getElementById('main_artsandsciences').style.display="none";
		JB_random();
	}
	else if(randomBox == 10) {
		randomBox=9;
	    document.getElementById('main_eaststlouis').style.display="none";
		JB_random();
	}
}

//When a user clicks on the next button it finds which random story is displayed and changes out to the next story
function JB_next() {
	
	if (randomBox == 0) {
		randomBox=1;
	    document.getElementById('main_engineering').style.display="none";
		JB_random();
	}
	else if (randomBox == 1) {
		randomBox=2;
	    document.getElementById('main_pharmacy').style.display="none";
		JB_random();
	}
	else if (randomBox == 2) {
		randomBox=3;
	    document.getElementById('main_nursing').style.display="none";
		JB_random();
	}
	else if (randomBox == 3) {
		randomBox=4;
	    document.getElementById('main_library').style.display="none";
		JB_random();
	}
	else if (randomBox == 4) {
		randomBox=5;
	    document.getElementById('main_graduatestudies').style.display="none";
		JB_random();
	}
	else if (randomBox == 5) {
		randomBox=6;
	    document.getElementById('main_education').style.display="none";
		JB_random();
	}
	else if (randomBox == 6) {
		randomBox=7;
		document.getElementById('main_dental').style.display="none";
		JB_random();
	}
	else if (randomBox == 7) {
		randomBox=8;
	    document.getElementById('main_business').style.display="none";
		JB_random();
	}
	else if (randomBox == 8) {
		randomBox=9;
	    document.getElementById('main_athletics').style.display="none";
		JB_random();
	}
	else if(randomBox == 9) {
		randomBox=10;
	    document.getElementById('main_artsandsciences').style.display="none";
		JB_random();
	}
	else if(randomBox == 10) {
		randomBox=0;
	    document.getElementById('main_eaststlouis').style.display="none";
		JB_random();
	}
	
}

//When a user loads the page a random story is displayed
function JB_random() {
	
	if (randomBox == 0) {
	    document.getElementById('main_engineering').style.display="block";
	}
	else if (randomBox == 1) {
	    document.getElementById('main_pharmacy').style.display="block";
	}
	else if (randomBox == 2) {
	    document.getElementById('main_nursing').style.display="block";
	}
	else if (randomBox == 3) {
	    document.getElementById('main_library').style.display="block";
	}
	else if (randomBox == 4) {
	    document.getElementById('main_graduatestudies').style.display="block";
	}
	else if (randomBox == 5) {
	    document.getElementById('main_education').style.display="block";
	}
	else if (randomBox == 6) {
	    document.getElementById('main_dental').style.display="block";
	}
	else if (randomBox == 7) {
	    document.getElementById('main_business').style.display="block";
	}
	else if (randomBox == 8) {
	    document.getElementById('main_athletics').style.display="block";
	}
	else if(randomBox == 9) {
	    document.getElementById('main_artsandsciences').style.display="block";
}
	else if(randomBox == 10) {
	    document.getElementById('main_eaststlouis').style.display="block";
	}
	
	if (randomSubbox == 0) {
	    document.getElementById('artsandsciences').style.display="block";
	}
	else if (randomSubbox == 1) {
	    document.getElementById('artsandsciences2').style.display="block";
	}
	else if (randomSubbox == 2) {
		document.getElementById('graduate').style.display="block";
	}
	else if (randomSubbox == 3) {
	    document.getElementById('dentalmedicine').style.display="block";
	}
	else if (randomSubbox == 4) {
	    document.getElementById('athletics').style.display="block";
	}
	else if (randomSubbox == 5) {
	    document.getElementById('education').style.display="block";
	}
	else if (randomSubbox == 6) {
	    document.getElementById('engineering').style.display="block";
	}
	else if (randomSubbox == 7) {
	    document.getElementById('pharmacy').style.display="block";
	}
		else if (randomSubbox == 8) {
	    document.getElementById('nursing').style.display="block";
	}
		else if (randomSubbox == 9) {
	    document.getElementById('business').style.display="block";
	}
			else if (randomSubbox == 10) {
	    document.getElementById('international').style.display="block";
	}
			else if (randomSubbox == 11) {
	    document.getElementById('alumni').style.display="block";
	}
			
}

function JB_searchGoogle() {
	
	document.getElementById('img_searchGoogle').src="http://www.siue.edu/_global/studentprofiles/btn_googleON.gif";
	document.getElementById('img_searchPeople').src="http://www.siue.edu/_global/studentprofiles/btn_peopleOFF.gif";
	document.getElementById('img_searchAZ').src="http://www.siue.edu/_global/studentprofiles/btn_azindexOFF.gif";
	document.getElementById('img_searchOffices').src="http://www.siue.edu/_global/studentprofiles/btn_officesOFF.gif";
	document.getElementById('searchBoxAZ').style.display="none";
	document.getElementById('searchBoxOffices').style.display="none";
	document.getElementById('searchBoxPeople').style.display="none";
	document.getElementById('searchBoxGoogle').style.display="block";
}

function JB_searchPeople() {
	
	document.getElementById('img_searchGoogle').src="http://www.siue.edu/_global/studentprofiles/btn_googleOFF.gif";
	document.getElementById('img_searchPeople').src="http://www.siue.edu/_global/studentprofiles/btn_peopleON.gif";
	document.getElementById('img_searchAZ').src="http://www.siue.edu/_global/studentprofiles/btn_azindexOFF.gif";
	document.getElementById('img_searchOffices').src="http://www.siue.edu/_global/studentprofiles/btn_officesOFF.gif";
	document.getElementById('searchBoxGoogle').style.display="none";
	document.getElementById('searchBoxAZ').style.display="none";
	document.getElementById('searchBoxOffices').style.display="none";
	document.getElementById('searchBoxPeople').style.display="block";
}


function JB_searchAZ() {
	
	document.getElementById('img_searchGoogle').src="http://www.siue.edu/_global/studentprofiles/btn_googleOFF.gif";
	document.getElementById('img_searchPeople').src="http://www.siue.edu/_global/studentprofiles/btn_peopleOFF.gif";
	document.getElementById('img_searchAZ').src="http://www.siue.edu/_global/studentprofiles/btn_azindexON.gif";
	document.getElementById('img_searchOffices').src="http://www.siue.edu/_global/studentprofiles/btn_officesOFF.gif";
	document.getElementById('searchBoxGoogle').style.display="none";
	document.getElementById('searchBoxOffices').style.display="none";
	document.getElementById('searchBoxPeople').style.display="none";
	document.getElementById('searchBoxAZ').style.display="block";
}

function JB_searchOffices() {
	
	document.getElementById('img_searchGoogle').src="http://www.siue.edu/_global/studentprofiles/btn_googleOFF.gif";
	document.getElementById('img_searchPeople').src="http://www.siue.edu/_global/studentprofiles/btn_peopleOFF.gif";
	document.getElementById('img_searchAZ').src="http://www.siue.edu/_global/studentprofiles/btn_azindexOFF.gif";
	document.getElementById('img_searchOffices').src="http://www.siue.edu/_global/studentprofiles/btn_officesON.gif";
	document.getElementById('searchBoxGoogle').style.display="none";
	document.getElementById('searchBoxPeople').style.display="none";
	document.getElementById('searchBoxAZ').style.display="none";
	document.getElementById('searchBoxOffices').style.display="block";
	
}

