//<![CDATA[
	$(document).ready(function(){
		$('#goBack').click(function(){
			history.go(-1);
			return false;
		});
		
		$('#mainBox .wrapperCenter .wrapper .mainBoxContainer .rightBox .content .contentCenter .workItem a.external').click(function(){
			window.open($(this).attr('href'));
			return false;
		});
	});
//]]>
