document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <script>
  2. window.onerror = function(a,b,c){
  3. _paq.push([\'trackEvent\', \'Error Msg\', a, b+\' Line:\'+c, 1]);
  4. };
  5. </script>
  6. /*
  7. Value field is  necessary in this case. So you can ignore.
  8. variable a = Error Message
  9. Variable b = Script URL
  10. Variable c = Script\'s Line Number
  11. */
');