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:34:36 PM 添加人:admin 点击数:次
|
马铁(马铁磷.老铁)蒙古族,1942年IO月出生,科尔沁左翼前旗(现在辽宁省法库县)人,中国美术家协会会员,国家一级美术师,内蒙古自治区第八、九届人大代表,澳大利亚马丁学院艺术学荣誉博士。现为内蒙古文史研究馆馆员,中央文史馆书画院研究员。
早年从事文物工作,深造于中国画研究院,作品多次参加国家级展览,国画《整装待发的驼队》在全国第七届美术展中获铜牌奖。曾应邀在意大利(米兰)、蒙古(乌兰巴托)、日本、印尼(雅加达)、台湾等国家和地区举行画展。 |
|