<!-- 
function jump(site) {
	if (site != "") {
		parent.location.href=site
	}
}
//-->

