﻿
		//<script language="javascript">
		<!--
		//var topLocation = "http://" + location.host + "/vmd/"; //only for development purpose
		var topLocation = "http://" + location.host + "/";
		if (top.location.href == location.href)
		{
			window.location.href = topLocation;
		}
		
		function LoadAnnoucements()
		{
		    if (confirm("Do you want to load the help zhuling foundation annoucement in a pop up window 您希望从弹跳窗口看到最新基金会新闻吗?")){
		        window.open("announcements.aspx", "Annoucements", "width=500,height=500,scrollbars=1");
		    }
		}
		//-->
		//</script>


