$(document).ready(function() {
	$("div.home").click(function(){document.location = "/"});	
    $("div.aboutus").click(function(){document.location = "/aboutus.php"});
	$("div.kata").click(function(){document.location = "/kata.php"});
	$("div.karate").click(function(){document.location = "/karate.php"});
	$("div.dimmak").click(function(){document.location = "/dimmak.php"});
	$("div.photos").click(function(){document.location = "/photos.php"});	
	$("div.videos").click(function(){document.location = "/videos.php"});	
	$("div.events").click(function(){document.location = "/events.php"});
	$("div.charity").click(function(){document.location = "/charities.php"});
	$("div.documents").click(function(){document.location = "/documents.php"});
    $("div.contact").click(function(){document.location = "/contactus.php"});
	$("div.glossary").click(function(){document.location = "/glossary.php"});
});