     document.write('<style type="text/css">body{display:none}</style>');
      jQuery(function($) {
      $('body').css('display','block');
      });
  
      $(document).ready(function() {
          $('#headerImgLeft').cycle({
              fx: 'fade',
              delay: 500,
              timeout: 5000,
              random: 1
          });
          
          $('#headerImgRight').cycle({
              fx: 'fade',
              delay: 2500,
              timeout: 5000,
              random: 1
          });
				
		  $("#waitTime").getTwitter({
			  userName: "BEC_24",
			  numTweets: 1,
			  loaderText: "Updating...",
			  slideIn: true,
			  slideDuration: 750,
			  showHeading: false,
			  headingText: "Latest Tweets",
			  showProfileLink: false,
			  showTimestamp: true
		  });
		});
