$(function(){
                        $.fn.supersized.options = {
                                startwidth: 640,
                                startheight: 480,
                                vertical_center: 1,
                                slides : [
                                        {image : '/pic/back-1024-3.jpg' }
                                ]
                        };
                $('#supersized').supersized();
            });
