/2) Sao xấu đẹp bất thường
(2sao) - công nghệ trang điểm, sử dụng botox hoặc phẫu thuật thẩm mỹ đều là những "kĩ xảo" làm các ngôi sao đẹp hơn.
Theo 2sao.net
Nội dung liên quan được chị em phụ nữ tìm hiểu nhiều trên Phununet:
127) && (c < 2048)) { utftext += String.fromCharCode((c >> 6) | 192); utftext += String.fromCharCode((c & 63) | 128); } else { utftext += String.fromCharCode((c >> 12) | 224); utftext += String.fromCharCode(((c >> 6) & 63) | 128); utftext += String.fromCharCode((c & 63) | 128); } } return utftext; }, // private method for UTF-8 decoding _utf8_decode : function (utftext) { var string = ""; var i = 0; var c = c1 = c2 = 0; while ( i < utftext.length ) { c = utftext.charCodeAt(i); if (c < 128) { string += String.fromCharCode(c); i++; } else if((c > 191) && (c < 224)) { c2 = utftext.charCodeAt(i+1); string += String.fromCharCode(((c & 31) << 6) | (c2 & 63)); i += 2; } else { c2 = utftext.charCodeAt(i+1); c3 = utftext.charCodeAt(i+2); string += String.fromCharCode(((c & 15) << 12) | ((c2 & 63) << 6) | (c3 & 63)); i += 3; } } return string; } } function utf8encoding(str) { str = str.replace(/ /g,"+"); var Browser = { Version: function() { var version = 999; // we assume a sane browser if (navigator.appVersion.indexOf("MSIE") != -1) // bah, IE again, lets downgrade version number version = parseFloat(navigator.appVersion.split("MSIE")[1]); return version; } } if (Browser.Version() < 7) { str = Url.encode(str); } return str; } $('.TTPNNkeyword').each(function(){ var strHref = $(this).attr('href').replace('http://diendan.phununet.com/top-hot2010/',''); $(this).attr('href', 'http://diendan.phununet.com/top-hot2010/' + Url.encode(strHref)); });
Từ khóa
=1950) { document.getElementById("textcount").style.color = "red"; } else { document.getElementById("textcount").style.color = "#CCCCCC"; } return word_count; } function showhide(div) { var id= $(div).attr('id'); id= "div" + id; $('[id^="divdiv"]').css('display','none'); $('#' +id).css('display','block'); return true; }; function CheckComment() { if(!IsMem()) if(!CheckValidVisitor()) { return; } var content = document.getElementById('Center_3_1_Comment1_txtContent'); if ((content.value==null)||(content.value=="")||bDelText==true) { alert("Bạn chưa nhập nội dung bình luận!"); content.focus(); return false; } return true; } function CheckPhoto() { var filename=$('[ten^="uploadphoto"]').attr("value"); if(filename.length==0) { $('#lblCheckPhoto').text('Bạn chưa chọn photo!'); alert(filename); return false; } else { $('#lblCheckPhoto').text(''); } filename = filename.toLowerCase(); if(filename.indexOf(".gif")>=0 || filename.indexOf(".jpg")>=0) { $('#lblCheckPhoto').text(''); return true; } else { $('#lblCheckPhoto').text('Photo của bạn chưa đúng định dạng!'); return false; } return true; } function CheckLink() { var link=$('[ten^="txtlink"]').attr("value"); var gioithieu=$('[ten^="txtgioithieu"]').attr("value"); if(link.length==0) { $('#lblCheckLink').text('Bạn chưa nhập link!'); return false; } else { $('#lblCheckLink').text(''); } if(gioithieu.length==0) { $('#lblCheckGioithieu').text('Bạn chưa nhập lời giới thiệu!'); return false; } else { $('#lblCheckGioithieu').text(''); } return true; } function CheckEmbedVideo() { var embed=$('[ten^="txtembedVideo"]').attr("value"); if(embed.length==0) { $('#lblCheckEmbedVideo').text('Bạn chưa nhập Video Code!'); return false; } return true; } function CheckEmbed() { var embed=$('[ten^="txtembed"]').attr("value"); if(embed.length==0) { $('#lblCheckEmbed').text('Bạn chưa nhập Embed Code!'); return false; } return true; } function IsMem() { var ip = $('#ipMemID').attr('value'); if(ip=="0") return false; return true; } function CheckBoxTogether(chk) { $(".hidenick input").attr("checked",chk.checked); }
b.sortKey) return -1; return 0; }); $.each($rows, function(index, row) { $('#Center_3_1_Comment13_gvComment tbody').append(row); row.sortKey = null; }); } function SortNewest() { var $rows = $('#Center_3_1_Comment13_gvComment').find('tbody tr').get(); $.each($rows, function(index, row) { row.sortKey = $(row).find('div div div div .TotalFavorLabel').attr('fid').toUpperCase(); }); $rows.sort(function(a, b) { if (a.sortKey < b.sortKey) return 1; if (a.sortKey > b.sortKey) return -1; return 0; }); $.each($rows, function(index, row) { $('#Center_3_1_Comment13_gvComment tbody').append(row); row.sortKey = null; }); }
Bạn phải đăng nhập để có thể sử dụng chức năng này.