爱上海

经典的爱情英文名言教你如何所

爱上海  every law has no atom of stregth, as far as no public opinion supports it. (wendell   phillips, american leader against slavery)

爱上海若是没有公众舆论的支持,法律是丝毫  没有力量的。(美国废奴运动领袖 菲力普斯 w)

爱上海good order is the foundation of all   things. (e.burke, btritish statesman)

爱上海良好的秩序是一切的基础。(英国政治家 伯克   e)

guilt always hurries towards its complement, punishment; only there does   its satisfaction lie. (lawence durrell, british writer)

爱上海犯罪总是以惩罚相补偿;  只有处罚才能使犯罪得到偿还。(英国作家 达雷尔 l)

i disapprove of what you say,   but i will defend to the death your right to say it. (voltaire, frech writer)

  我不同意你说的话,但是我愿意誓死捍卫你说话的权利。(法国作家 伏尔泰)

爱上海if there   were no bad people, there would be no good lawyers. (charles dickens, british   novelist)

爱上海 倘若世上没有坏人,也就不会有好的律师。( 英国小说家  狄更斯   c)

friendship is love without his wings. (george gordon byron, bdritish poet)

  友谊是没有羽翼的爱。(英国诗人 拜伦.g,g)

gravitation is not responsible for   people falling in love. (albert einstein, american scientist)

爱上海并非地球引力使人  坠入爱河。(美国科学家)

the greater the power, the more dangerous the abuse.   (burke edmund, british statesman)

爱上海权力越大,滥用职权的危险就越大。(英国政治家 埃  德蒙.b.)

the greatest of evils and the worst of crims is poverty. (george   bernard shaw, british dramatist)

最大的恶和最凶的罪是贫穷。(英国剧作家 肖伯  纳.g.)

the  paramount  duty  of  congress  is  to  stop  deficiencies  by  the   restoration of that protective legislation which has always been the firmst prop of   the treasury. (william mckinley, american president)

爱上海国会的最高职责是恢复始终  是国家财政最坚实支柱的保护性立法,以制止财政赤字。(美国总统 科金利.w.)

if we   only had some god in the country's laws, instead of beng in such a sweat to get him   into the constitution, it would be better all around. (mark twain, american writer)

爱上海  如果我们国家的法律中只有某种神灵,而不是殚精竭虑将神灵揉进宪法,总体上来说,法律  就会更好。(美国作家 马克·吐温)

in nature there are no rewards or   punishments; there are consequences. (horaclannexley vachell, british writer)

  自然界中没有奖赏和惩罚,只有因果报应。(英国作家 瓦谢尔 h a)

爱上海absence to   love is what wind is to fire. it extinguishes the small; it inflames the great. (roger   de bussy-rabutin, french writer)

离别之于爱情好比风之于火,它能将小火熄灭,使  大火熊熊燃烧。(法国作家 比西-拉比旦.r.)

every man is a poet when he is in love.   (plato ancient creek philosopher)

每个恋爱中的人都是诗人。(古希腊哲学家 柏拉  图)

first love is only a little foolishness and a lot of curiosity. (george   bernard  shaw)

 初恋就是一点点笨拙外加许许多多好奇。( 英国剧作家  肖伯  纳.g)

friendship is like earthenware: once broken, it can be mended; love is   like a mirror: once broken, that ends it. (josh billings. american humorist)

  友谊就像陶器,破了可以修补;爱情好比镜子,一旦打破就难重圆。(美国幽默作家 比林  斯 .j.)

爱上海

"; 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');