/*
	TobyBrancher.net 2007
*/

$(document).ready(function() {
	rh = $("#right_column").height();
	$("#tall_box").height(rh);
	
	$(".box" + ".green").click(function(){
		window.open("/corporate-brand-management/", "_self");
	});
	
	$(".box" + ".purple").click(function(){
		window.open("/brand-naming/", "_self");
	});
	
	$(".box" + ".blue").click(function(){
		window.open("/corporate-identity-agency/", "_self");
	});
	
	$(".box" + ".beige").click(function(){
		window.open("/marketing-communications/", "_self");
	});
	
	

});

