$(document).ready(function () {
	$('#footer ul:not(:last) a').click(function () {
		window.open(this.href);
		return false;
	});
});
