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/29/2011 添加人:admin 点击数:次
|
河套大学党委书记,国家一级美术师,中国书法家协会会员,内蒙古书法家协会副主席,巴彦淖尔市书协主席。书法兼工各体,以行草见长,多次参加海内外大型书画展并获奖,作品、传略入编百余部典籍,应邀赴法国、日本、韩国、越南、新加坡等国展出。入编发行全国书画百杰系列邮票及世博会专题邮票。出版一《邢秀书法集》、《邢秀书法艺术》、《漠南心画》、《北方诗文集》、《雪泥鸿爪》。
|
|