// Voice The Union
// Perspektiv Purple, 2010
// James Allen
// Main Site Javascript

$(document).ready(function() {	
	//makeExtLinks();
});

function makeExtLinks() {
	$('.ext').click(function() {
		window.open(this.href);
		return false;
	});	
}
