$(document).ready(function () {
    var swfs = new Array('spotnosound','promo');
    var rand = Math.floor(Math.random()*2);
    $('#spot').flash({
        swf: '/swf/'+swfs[rand]+'.swf',
        width: 306,
        height: 230
    });
});