	$(document).ready( function() { 
	$(".branding").click(function() {
		window.location = "/index.php";
	});
});