jQuery("document").ready(
    function(){
        var D = new Date();
        var FO = { movie:"/flash/bhi_home.swf?Timestamp=" + D, width:"955", height:"250", majorversion:"9", build:"0", wmode: "transparent", flashvars:"", xi:"true", allownetworking: "all", allowscriptaccess: "always" };
        UFO.create(FO, "HomePageFlash");
        
        //Rounded FeaturedCommunity Corners
        var Width = 374, Height = 126;
        jQuery("div#FeaturedCommunity").html(
            //TL
                '<div class="Rounded50" style="left: 0px; top: 1px;" />' +
                '<div class="Rounded100" style="left: 0px; top: 0px;" />' +
                '<div class="Rounded50" style="left: 1px; top: 0px;" />' +
            //TR
                '<div class="Rounded50" style="left: ' + (Width - 2) + 'px; top: 0px;" />' +
                '<div class="Rounded100" style="left: ' + (Width - 1) + 'px; top: 0px;" />' +
                '<div class="Rounded50" style="left: ' + (Width - 1) + 'px; top: 1px;" />' +
            //BR
                '<div class="Rounded50" style="left: ' + (Width - 1) + 'px; top: ' + (Height - 2) + 'px;" />' +
                '<div class="Rounded100" style="left: ' + (Width - 1) + 'px; top: ' + (Height - 1) + 'px;" />' +
                '<div class="Rounded50" style="left: ' + (Width - 2) + 'px; top: ' + (Height - 1) + 'px;" />' +
            //BL
                '<div class="Rounded50" style="left: 1px; top: ' + (Height - 1) + 'px;" />' +
                '<div class="Rounded100" style="left: 0px; top: ' + (Height - 1) + 'px;" />' +
                '<div class="Rounded50" style="left: 0px; top: ' + (Height - 2) + 'px;" />'
        );
    }
);
