document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. require(["jquery", "jquery.alpha", "jquery.beta"], function($) {
  2.     //the jquery.alpha.js and jquery.beta.js plugins have been loaded.
  3.     $(function() {
  4.         $(\'body\').alpha().beta();
  5.     });
  6. });
');