// Initiate Code just the sub page ads
  // When the document loads do everything inside here ...
  /*$.noConflict();*/
	  $(document).ready(function(){		
		$('#hdrads').cycle({ 
    	fx:    'fade',
/*		speed: 1000,*/
		timeout:15000, 
    	pause:  1, 
		random: 1
		});
	  });
