function createBanner()
{
    document.write( "<div id=\"imagerotate\">Independent Drama creates dramatic action for stage, screen, motion capture and live events. Services include fight direction, fight performers and courses in stage combat with accredited teachers from the British Academy of Stage & Screen Combat and British Academy of Dramatic Combat. <a href=\"http://www.macromedia.com/go/getflashplayer\">Get the Flash Player</a> to see this player.</div>\n" ) ;

    var so = new SWFObject('banner/imagerotator.swf','mpl','700','50','8');
    so.addParam('allowscriptaccess','always');
    so.addParam('allowfullscreen','false');
    so.addVariable('screencolor','0xffffff');
    so.addVariable('height','50');
    so.addVariable('width','700');
    so.addVariable('file','banner/playlist.xml');
    so.addVariable('shownavigation','false');
    so.addVariable('autostart','true');
    so.addVariable('linkfromdisplay','false');
    so.addVariable('shuffle','false');
    so.addVariable('transition','fade');
    so.addVariable('usefullscreen','false');
    so.addVariable('rotatetime','7');
    so.addVariable('repeat','true');
    so.write('imagerotate');
}