$(document).ready(function(){
	$('#content a[rel="nofollow"]').click(function(){
		window.open( $(this).attr('href') );
		return false;
	})
	
	if(wgPageName == "Main_Page")
	{//if main page, hide title
		$("div#content h1#firstHeading").hide();
	}
})
