爱上海

有权威的名人名言

爱上海      i don'nt know who my grandfather was. i' m much more concerned to know what   his grandson will be. (abraham lincoln, american president) 

爱上海    我不知道我爷  爷是什么样的人,我更关心的是,他的孙子会成为什么样的人。(美国总统 林肯.a.) 

爱上海       

爱上海    if you want your children to keep their feet on the ground, put some   responsibility on their shouldres. (joh brnyan btitish ssayist) 

爱上海    你若希望  你的孩子总是脚踏实地, 就要让他们负些责任。(英国散文家 班扬,j.) 

爱上海     

     it was the policy of the good old gentlemen to make his chileren feel that home was   the happiest place in the world; and i value this delicious home---feeling as one   of the choicest gifts a parent can bestow. (irvng washington, father of literature   of the united states.) 

    让孩子感到家庭是世界上最幸福的地方,这是以往有涵养  的大人明智的做法。这种美妙的家庭情感,在我看来,和大人赠给孩子们的那些最精致的礼  物一样珍贵。(美国文学之父 华盛顿. i.) 

     

    mariage may be compared to   a cage:the birds outside deapair to get in and those within despair to get out. (michel   de montaigne, french thinker and ssayist) 

    婚姻好比鸟笼,外面的鸟想进进不  去;里面的鸟儿想出出不来。(法国思想家、散文家 蒙田.m.d.) 

be it ever so humble ,   there is no place like home. (john howard payne, averican drmatist and actor) 

爱上海     金窝,银窝,不如自家的草窝。(美国剧作家、演员佩恩. j. h.) 

爱上海     

    every soil   where he is well, is to a valiand man his natural country. (masinger phililp, british   dramatist) 

    勇敢的人随遇而安,所到之处都是故乡。(英国剧作家 菲利普.m.) 

       

爱上海    go where he will, the wise man is at home his harth the earth, his hall the   azure dome. (r.w.emerson, american thinker) 

    明智者四海为家--地球是他的壁  炉,蓝天是他的客厅。(美国思想家 爱默生.r.w.) 

     

    happy are the families   where the government of parents is the reign of affection, and obedience of the   children the submission to love. (francis bacon, british philosopher) 

爱上海    幸  福的家庭,父母靠慈爱当家,孩子也是出于对父母的爱而顺从大人。(英国哲学家 培根.f.)   

     

    he is the happiest ,be he king or peasant , who finds peace in his   home. (johann wolfgang von goethe, german dramstist and poet) 

爱上海    无论是国王  还是农夫,家庭和睦是最幸福的。(德国剧作家、诗人歌德. j.w.) 

     

    home is   the girl's prison and the woman's workhouse. (grorge bernard shaw, british dramstist)   

    家是姑娘的监狱,女人的教养院。(英国剧作家 肖伯纳.g.) 

     

    home   is the place where ,when you have to go there , it has to take you in. (frost robert,   american poet) 

爱上海    无论何时何地家永远是向游子敞开大门的地方。(美国诗人 罗伯  特.f.) 

     

爱上海    how sharper than a serpent's tooth is to have a thankless   child. (william shakespeare, british dramatist) 

    逆子无情甚于蛇蝎。(英国剧  作家 莎士比亚w.) 

     

    husbands and wives in the process of divorce (and   those in the throes of another argument )easily fall into the trap of denigraging   the other, publicly if possible, and as often as possible. (howards mel, american   writer) 

    正在闹离婚的(包括那些处于吵闹不停的痛楚中的)夫妻们很容易陷在对  方的泥沼中不能自拔, 这种诋毁是尽可能公开的,尽量频繁地进行。(美国作家 梅尔.h.) 

爱上海       

爱上海

"; var footstr=" "; // 获取打印内容 var newstr=document.all.item(printpage).innerHTML; var oldstr=document.body.innerHTML; // 打印预览和选择打印区域 document.body.innerHTML=headstr+newstr+footstr; window.print(); // 恢复原来的页面内容 document.body.innerHTML=oldstr; } //顶 function checkTop(flag,url){ jQuery.ajax({ url:url, success:function(data){ if(data == 1){//可以顶 if(flag == 1){//顶 if(jQuery("#showlab").length>0){ var preNum = parseInt(jQuery("#showlab").html()); jQuery("#showlab").html(preNum+1); } } else if(flag == 2){ if(jQuery("#steponlab").length>0){ var preNum = parseInt(jQuery("#steponlab").html()); jQuery("#steponlab").html(preNum+1); } } } else if(data == 0){//顶过了 alert('你已经投过票了,请不要重复投票'); } } }); } function setTop(productId, auditLevel) { /** * 1 取出cookie_id的值 * 2 判断key = productId的这个cookie是否存在 * 3 比较两个值是否相等 */ if (auditLevel != 1 && auditLevel != 20) { return; } var productIdValue = getCookie2008_1(productId); var cookieIdValue = getCookie2008_1("cookie_id"); if (cookieIdValue == null) { alert("\u4f60\u7684\u6d4f\u89c8\u5668\u4e0d\u652f\u6301cookie\u529f\u80fd,\u8bf7\u786e\u8ba4!"); return; } var url = "/jsp_cn/jquery/end/update_message.jsp?pid=" + productId + "&flag=top_new&date=" + new Date().getTime(); if (productIdValue == null || productIdValue == "") { //没有顶过 setCookie2008_1(productId, cookieIdValue, 60 * 24 * 365); checkTop(1,url); //jQuery("#a5").load(url); } else { if (productIdValue != cookieIdValue) { //该用户没有顶过 setCookie2008_1(productId, cookieIdValue, 60 * 24 * 365); checkTop(1,url); } else { alert("\u4f60\u5df2\u7ecf\u6295\u8fc7\u7968\u4e86\uff0c\u8bf7\u4e0d\u8981\u91cd\u590d\u6295\u7968"); } } shareEvent(productId, 14); } //踩 function setStepon(productId, auditLevel) { if (auditLevel != 1 && auditLevel != 20) { return; } var productIdValue = getCookie2008_1(productId); var cookieIdValue = getCookie2008_1("cookie_id"); if (cookieIdValue == null) { alert("\u4f60\u7684\u6d4f\u89c8\u5668\u4e0d\u652f\u6301cookie\u529f\u80fd,\u8bf7\u786e\u8ba4!"); return; } var url = "/jsp_cn/jquery/end/update_message.jsp?pid=" + productId + "&flag=stepon_new&date=" + new Date().getTime(); if (productIdValue == null) { //没有顶过 setCookie2008_1(productId, cookieIdValue, 60 * 24 * 365); checkTop(2,url); //jQuery("#a5").load(url); } else { if (productIdValue != cookieIdValue) { //该用户没有顶过 setCookie2008_1(productId, cookieIdValue, 60 * 24 * 365); checkTop(2,url); //jQuery("#a5").load(url); } else { alert("\u4f60\u5df2\u7ecf\u6295\u8fc7\u7968\u4e86\uff0c\u8bf7\u4e0d\u8981\u91cd\u590d\u6295\u7968"); } } } function shareEvent(id,type){ var url = "/app/my/docin/share?id=" + id + "&type=" + type; jQuery("#a5").load(url); } //广告代码 docin_adload('62','view_adv_1'); docin_adload('63','view_adv_2'); //docin_adload('64','view_adv_3'); //docin_adload('65','view_adv_4'); docin_adload('66','view_adv_5'); docin_adload('146','view_adv_6'); docin_adload('68','view_adv_7'); //docin_adload('69','view_adv_8'); //docin_adload('70','adv_title_left');