/*
Content-Type: text/javascript
*/

var base = $("#html-base").attr("href");
$(function(){
    $("#gallery").flash({
        swf : base + "skin/flash/coverflow.swf",
        width : 600,
        height : 200,
        params : {
            play : true,
            loop : true
        },
        flashvars : {
            passVar: "gallery/home_gallery_T0.xml"
        }
    });
});

