$(document).ready( function(){ 

  /*
     For the most right top changing pictures.
  */
  $('#randomly').innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '140px' }); 


  /*
     Menu between header and body.
  */
  var oMenuBar = new YAHOO.widget.MenuBar("menu", { 
					    autosubmenudisplay: true, 
					    hidedelay: 750, 
					    lazyload: true });

  /*
     Call the "render" method with no arguments since the 
     markup for this MenuBar instance is already exists in 
     the page.
  */
  oMenuBar.render();

  /*
     For displaying gallery.
   */
  $("#gallery").jqGalViewII();

});


