// JavaScript Document
$(document).ready(function(){

	$("#box1").click(function(){
	  window.location="/about/myotherapyandyou";
	});
	
	$("#box2").click(function(){
	  window.location="/membersonly/enews";
	});
	
	$("#box3").click(function(){
	  window.location="/about/historyofmyotherapy";
	});
	
	$("#box4").click(function(){
	  //window.location="/ApplicantForm.pdf";
	  window.location="/careers/irmanewmemberregistration";
	});
	
	$(".topBanner").click(function(){
	  window.location="/home";
	});

});
