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()
康新民(字墨禅)

康新民(字墨禅)


  
    男,1947年生。一级美术师。现为中国书法家协会理事,中国书法家协会刻字委员会委员,内蒙古书法家协会名誉副主席,呼和浩特文联副主席,呼和浩特书协主席。曾任内蒙古书法家协会副主席,呼和浩特书画院院长。作品入选第二、五届全国书法篆刻展、米兰国际博览会书展、中日书法交流展、中新书法交流展等大型展览。作品收入《中国书法百家墨迹精华》《中国现代书法作品选》等书。挥墨笔耕之余,积极组织区内外和各项书法活动,多次组织筹办书法家的重大展示活动。多次出访日本、韩国、新加坡、西欧诸国进行书艺交流。1983年以来,致力于书法的普及性教育工作,举办书法讲习班,培养学生千余人,其中不乏书坛新秀。1997年,被授予内蒙古自治区政府“萨日纳”艺术创作奖,享受国家特殊津贴。传略收入《中国现代书法界人名辞典》《中国当代书法家大辞典》。是中国书协,中央电视台联合举办的第一届汾酒集团“杏花村”杯电视大奖赛总策划之一。


 
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();