$(document).ready(function(){

    //create a replacement div first, this is to avoid the site
    //warping when the news flash div is removed.

/*    var width = $('#ContentPictureNews').width();
    var height = $('#ContentPictureNews').height()+5;

    $('#ContainerNewsFlash').live("click", function(){
        $('#ContainerMainContent').append("<div id='flash_wrapper'><iframe style='border:none; z-index: 110;' width='960px' height='540px' src='#' /></div>");
    $('#flash_wrapper').css({"background-color":"#000","z-index":110,"display":"none","top":113,"left":0,"position":"absolute","width":960,"height":540});
        $('#flash_wrapper').fadeIn(600,function(){})

    });

    $('#ContainerNewsHeader').live("click",function(){
        $('#news_read_more_link').click();

    })*/

    //broswer detection
   /* if (($.browser.msie) && ($.cookie('badbrowser-hide') == null)) {
        $('#badbrowser').show().effect("highlight", {}, 3000);
      }
      $('#badbrowserHide').click(function() {
        $.cookie('badbrowser-hide', 'true', { path: '/' });
        $('#badbrowser').hide();
        return false;
      });*/

});

