	
	$(document).ready(function(){
		$("#menu h2").click(function(e) {
			window.location = $(this).attr('rel');
		});
	});
