/*SENDS USER TO HOMEPAGE : Event onclick in Header / Banner*/
function Home () 

	{
		document.location.href="/index.html"; 
		
	}



