/*Header*/
function addheader()
{
	var output = document.getElementById("header");
	output.innerHTML = ("<span id='headfont1'></span>");
	output.innerHTML += ("<span id='headfont2'>JOSEPH CAVALLINI PERSONAL WEBPAGE</span><br>");

	
	/*You can change the title of every page from here*/
	document.title="Joseph Cavallini's Personal Webpage";

}
	
	

	
