$(document).ready(function()
	{
		$('a').attr('target', '_top');
	}
);
