document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <script type="text/javascript">
  2.     function alertBootstrap() {
  3.         $("#divAlertBootstrap").slideDown(500).delay(4000).slideUp(500);
  4.     };
  5. </script>
');