爱上海

爱情名言警句

  

爱上海sweet day,so cool,so calm,so bright! 甜美的白昼,如此凉爽、安宁、明媚! 

爱上海the   bridal of the earth and sky- 天地间完美的匹配----- 

the dew shall weep thy fall   to-night; 今宵的露珠儿将为你的消逝而落泪; 

爱上海for thou must die. 因为你必须离去。   

爱上海sweet rose,whose hue angry and brave, 美丽的玫瑰,色泽红润艳丽, 

爱上海bids the   rash gazer wipe his eye, 令匆匆而过的人拭目而视, 

爱上海thy root is ever in its grave,   你的根永远扎在坟墓里, 

and thou must die. 而你必须消逝。 

sweet   spring,full of sweet days and roses, 美妙的春天,充满了美好的日子和芳香的玫瑰,   

a box where sweets compacted lie, 如一支芬芳满溢的盒子, 

my music shows ye   have your closes, 我的音乐表明你们也有终止, 

and all must die, 万物都得消逝。   

only a sweet and virtuous soul, 唯有美好而正直的心灵, 

like season''''d   timber,never gives; 犹如干燥备用的木料,永不走样; 

but though the whole world   turn to coal, 纵然整个世界变为灰烬, 

爱上海then chiefly lives. 它依然流光溢彩。  

i love you not because of who you are,but because of who i am when i am with   you. 

我爱你,不是因为你是一个怎样的人,而是因为我喜欢与你在一起时的感觉。    

爱上海no man or woman is worth your tears,and the one who is ,won''''t make you cry.   

没有人值得你流泪,值得让你这么做的人不会让你哭泣。 

爱上海the worst way to miss   someone is to be sitting right beside them knowing you can''''t have them. 

  失去某人,最糟糕的莫过于,他近在身旁,却犹如远在天边。 

爱上海never frown,even when   you are sad,because you never know who is falling in love with your smile. 

爱上海  纵然伤心,也不要悉眉不展,因为你不知是谁会爱上你的笑容。 

to the world you may   be one person,but to one person you may be the world. 

对于世界而言,你是一个  人;但是对于某人,你是他的整个世界。 

爱上海don''''t waste your time on a   man/woman,who isn''''t willing to waste their time on you. 

爱上海不要为那些不愿在你  身上花费时间的人而浪费你的时间。 

爱上海just because someone doesn''''t love you the   way you want them to,doesn''''t mean they don''''t love you with all they have. 

  爱你的人如果没有按你所希望的方式爱你,那并不代表他们没有全心全意地爱你。   

爱上海don''''t try to hard,the best things come when you least expect them to. 

爱上海  不要着急,最好的总会在最不经意的时候出现。 

maybe god wants us to meet a few   wrong people before meeting the right one,so that when we finally meet the person,we   will know how to be grateful. 

在遇到梦中人之前,上天也许会安排我们先遇到别人;  在我们终于遇见心仪的人时,便应当心存感激。 

don''''t cry because it is   over,smile because it happened. 

爱上海不要因为结束而哭泣,微笑吧,为你的曾经拥有。   

爱上海

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