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:16:17 PM 添加人:admin 点击数:次
|
康庄
1946年12月19日出生于辽宁省义县,长于京华,从小受家庭熏陶,得其长兄康殷(大康)、次兄康雍指受,30年来主攻楷书,先后出版有《康庄楷书千字文》、《康庄隶楷正气歌》、《康庄楷书成语字帖》、《康庄楷书唐人绝句》、《康庄隶书千字文》等。康庄在书法继承、创作中于唐楷最勤,幼从《九成官》碑人手,悟其神理,而得刚劲之趣。又取《化度寺》碑之流丽凝重,《皇甫诞》碑之瘦劲欹险,《虞恭公》碑之猛锐传神,融会贯通。又以欧体为筋骨,以魏书为血肉,在刚劲笔力中透露浑朴之韵。其楷书作品,广为流传,深受专家与群众的喜爱。近年又多习汉隶、《华山》、《礼器》、《石门》诸碑。取疏秀奇险,纵横劲拔之势,揉方圆收放干一体。 康庄于1968年从北京来内蒙古插队,工作至今。现为内蒙古文联助理巡视员、内蒙古书法家协会名誉主席、国家一级美术师,中国书法家协会理事,内蒙古文史馆馆员,自治区政协委员,享受国务院特殊津贴。
|
|
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();