$(document).ready(function () {
    $(window).bind("load", function () {
        $("div#mygalone").slideView()
   })

});
