function home(){
	document.location='index.php';
}


$(document).ready(function(){ 
	$("#logo").makeFloat({x:$("#logo").x,speed:'fast'});
})


