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()
诗三首 |
12/2/2011 7:42:41 PM 添加人:admin 点击数:次
|
咏怀古迹 杜甫
群山万壑赴荆门,生长明妃尚有村。 一去紫台连朔漠,独留青冢向黄昏。 画图省识春风面,环珮空归夜月魂。 千载琵琶作胡语,分明怨恨曲中论。
昭君村 苏轼 昭君本楚人,艳色照江水。 楚人不敢娶,谓是汉妃子。 谁知去乡国,万里为胡鬼。 人言生女作门楣,昭君当时忧色衰。古来人事尽如此,反复纵横安可知!
明妃曲 曾巩 蛾眉绝世不可寻,能使花羞在上林。 自信无由污白玉,向人不肯用黄金。 一辞椒屋风尘远,去托毡庐沙碛深。 汉姬尚自有妒色,胡女岂能无忌心?
直欲论情通汉地,独能将恨寄胡琴。 但取当时能托意,不论何代有知音。 长安美人夸富贵,未央宫殿竟光阴。 岂知泯泯沉烟雾,独有明妃传至今。 |
|