﻿$(document).ready(function() {
    $('#home_plate').flash(
        { src: '/Content/videos/intro.swf', width: 600, height: 337 },
        { version: 7 },
        function(htmlOptions) {
            $this = $(this);
            htmlOptions.flashvars.wmode = "transparent";
            $this.prepend($.fn.flash.transform(htmlOptions));
        }
    );
});
