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