$(document).ready(function(){

    // Embed the flash

    // $('.logo').flash({

    //    src: '/themed/hilvl/swf/logo.swf',

    //    width: 310,

    //    height: 100

    // });



    // Fix png on ie if exist

    if($.browser.msie){

        if($('img[@src$=.png]')){

            $('img[@src$=.png], div').ifixpng();

        }

    }

});


