Created
          November 16, 2010 15:31 
        
      - 
      
 - 
        
Save gbelote/701936 to your computer and use it in GitHub Desktop.  
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // Start timing the load speed of mar.gy | |
| _margyStartTime = new Number( new Date() ); | |
| (function() { | |
| var margy = document.createElement('script'); margy.type = 'text/javascript'; margy.async = true; | |
| margy.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://cdn') + '.mar.gy/javascripts/widget/insert_widget.js'; | |
| var s = document.getElementsByTagName('script')[0]; | |
| setTimeout( function() { s.parentNode.insertBefore(margy, s); }, 10 ); | |
| })(); | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment