j$(function(){
	j$('a').click(function(){
		this.target = "_top";
	});
})
