$(document).ready
(
	function ()
	{
		$("a[href]").attr("target", "_top");
	}
);

