<!--
//µ¯³ö¹«¸æJs´úÂë
function openannounce(){
window.open ("/ShowPopUpAnnounce.asp?ChannelID=1", "newwindow", "width=500, height=360, toolbar=no, menubar=no, scrollbars=auto, resizable=no, location=no, status=no")
}
function get_cookie(Name) {
  var search = Name + "="
  var returnvalue = "";
  if (document.cookie.length > 0) {
	offset = document.cookie.indexOf(search)
	if (offset != -1) { // if cookie exists
	  offset += search.length
	  // set index of beginning of value
	  end = document.cookie.indexOf(";", offset);
	  // set index of end of cookie value
	  if (end == -1)
		end = document.cookie.length;
	  returnvalue=unescape(document.cookie.substring(offset, end))
	 }
  }
  return returnvalue;
}
if (get_cookie("popannounce_1")==""){
openannounce()
document.cookie="popannounce_1=yes"
}
//-->
<!--Powered by:CreateEasy Cms (http://www.CeCms.Net/) CreateDate:2011-11-9 17:03:51--> 
