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/28/2011 8:36:24 PM 添加人:admin 点击数:次
|
易晶
男,1961年2月生,辽宁昌图县人,呼和浩特职业学院副院长,现任中国美术家协会会员、内蒙古美术家协会艺术委员会委员、内蒙古政协书画院院士、内蒙古草原油画院院士、内蒙古美术教育协会副秘书长、呼和浩特美协副主席。作品先后数次参加全国美术作品展,并在美国、法国、意大利、澳大利亚、俄罗斯、日本等许多国家展出。为庆祝内蒙古自治区成立60周年,承接由胡锦涛总书记亲笔题词、中央人民政府赠送给内蒙古人民的“民族团结宝鼎”浮雕的设计任务,现已落成,受到中央办公厅领导的好评。作品《鄂尔多斯新娘》等五幅作品参加意大利国际艺术博览会,并被中国驻意使馆和威尼斯展览中心等机构收藏。2007年参加在台湾高雄“山水画苑”举办的中国大陆三人联展。2009年作品《鄂温克系列二》被中国驻英大使馆收藏。 |
|