function loadFlashBanner(path, ident, width, height) {
    document.write('<object type="application/x-shockwave-flash" data="'+path+'?ident='+ident+'" width="'+width+'" height="'+height+'">');
    document.write('<param name="movie" value="'+path+'?ident='+ident+'" />');
    document.write('</object>');
}