function Intro(){

	this.navigate = function(){
		window.location = 'home.php';
	}

}
