<!-- location.js -->
function mainContentFrame(jumpURL){
	top.mainContent.location.href = jumpURL;
}
