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()
郝存祥

 

    郝存祥,字赤色,内蒙古美术家协会常务理事,内蒙古中国画艺术委员会委员,乌兰察布市美术家协会常务副主席,副教授,乌兰察布书画院院长。
    郝存祥从艺近五十年,创作题材广泛,形式多样,人物、花卉、山水、诗书画印及雕塑无不涉猎。搞个人画展六次,多次参加全国性大展,国画作品《福音》获自治区艺术创作最高奖——“萨日娜”奖。多部作品出版发行,许多佳作被国内外名人收藏。1980年为北京人民大会堂创作大型国画“那达慕”(执笔),1980年由文化部登记为“全国文艺界重点人才”,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();