
function runRotator()
{
    document.write('<object id="flashPics" data="rotator.swf?XMLfile=imagerotator.xml" type="application/x-shockwave-flash" width="550" height="200">');
    document.write('<param name="movie" value="rotator.swf?XMLfile=imagerotator.xml"/>');
    document.write('<param name="wmode" value="transparent" />');
    document.write('<embed src="rotator.swf?XMLfile=imagerotator.xml" width="550" height="200" wmode="transparent" />');
    document.write('</object>');
}