﻿$(function() {

    $('#banner').flash({
        src: '/Content/banner.swf?v=4',
        width: 860,
        height: 290
    });

    $('.flash-replaced').css('text-align', 'center');
    $('.info').css('display', 'none');

});
