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()
王茂荣 |
12/5/2011 8:05:30 PM 添加人:admin 点击数:次
|
王茂荣,蒙古族,1955年出生于内蒙古土默特右旗。现任包头市政协秘书长,内蒙古自治区书法家协会会员,内蒙古政协书画院院士,包头市书法家协会常务副主席,包头市政协书画院常务副院长。其书法作品多次参加内蒙古自治区、包头市书法作品展,入选庆祝内蒙古自治区成立60周年《绿原如画》作品集、纪念改革开放三十年内蒙古自治区书画作品集、内蒙古自治区人大常委会和内蒙古自治区政协书画作品集、《大漠百家》等。作品曾荣获内蒙古自治区文化系统政府奖书法大赛一等奖,其作品在多家报刊杂志发表和被国际友人收藏。
|
|