function createBanner()
{
    document.write( "<div id=\"imagerotate\"><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');
}