/**
* Insert Flash
**/
$(document).ready(function(){
        if ($.cookie('style') != "textonly") {
                $('#banner img').hide();
            $('#banner').flash(
                { src: 'fileadmin/template/main/rdl-v2.0/flash/header/header.swf',
                width: 762,
                height: 100,
                wmode: 'transparent'
                },
                { version: 6 }
                );
        }
});

