$(function(){
    try {
        $("#motion").flash({
            src: "../../assets/flash/head.swf",
            width: 630,
            height: 175
        }, {
            version: 9
        });
    }
    catch (e) {
    }
});

