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()
王德恭

王德恭


    1949年12月生,内蒙古包头市人,国家一级美术师。现任内蒙古文史馆副馆长,内蒙古文联副主席,内蒙古中国画院副院长,内蒙古书法家协会副主席,内蒙古中华文化书画院院长,敕勒川文化研究会副会长,中国书法家协会会员,篆书专业委员会委员。
    自幼酷爱书画,后专攻书法,尤擅篆书。八十年代以来,其书法作品在全国书赛、书展中多次获奖,作品入选《中国当代书法名家墨迹》、《世界当代书画家作品集》等20多部专集,被河南宋陵等碑林勒石树碑。
    2000年10月,由中国文联出版社出版《王德恭篆书作品选》。2001年11月,被中央电视台列入“翰墨飘香  中国书法50家”为其录制播放了电视专题片《草原笔成趣秋来墨更浓  记书法家王德恭。包头市委、市人民政府授予其“包头市有突出贡献专业技术拔尖人才”称号,受到表彰。


 
var _scid = "copytext"; // 你希望朗读的文章块的id; var _spid = "speech_player"; //显示播放器的id; _sp_bg = "0xCDDFF3"; //修改成你想要的颜色 _sp_leftbg = "0x357DCE"; _sp_lefticon = "0xF2F2F2"; _sp_rightbg = "0x357DCE"; _sp_rightbghover = "0x4499EE"; _sp_righticon = "0xF2F2F2"; _sp_righticonhover = "0xFFFFFF"; _sp_text = "0x357DCE"; _sp_slider = "0x357DCE"; _sp_track = "0xFFFFFF"; _sp_border = "0xFFFFFF"; _sp_loader = "0x8EC2F4"; speaker();