// JavaScript Document

$(window).bind("load", function() {     
$("div#gallery").slideView() }); 
     
$(window).bind("load", function() {     
$("div#myInstantGallery").slideView({
easeFunc: "easeInOutBack", 
easeTime: 750 });  }); 