window.addEvent('domready', function() {
	$$('#regions .box').addEvent('click', function() {
		location = this.getElement('h2 a').href;
	});
});

