function frame( location ) {
  if ( (document.all) && (window.offscreenBuffering) ) document.writeln(" \
    <iframe src=\""+location+"\" \
            width=\"100%\" \
            height=\"55\" \
            scrolling=\"no\" \
            frameborder=\"0\" \
            style=\"padding:0px;margin:0px;margin-bottom:-25px;margin-top:2px;\" \
            name=\"slideshow\" ></iframe>");

  else document.writeln(" \
    <div style=\"text-align:center;\"> \
    <object data=\""+location+"\" \
            type=\"text/html\" \
            style=\"padding:0px;margin:0px;margin-bottom:-25px;margin-top:2px;height:55px;border:0\" \
            name=\"slideshow\" ></object></div>");
}

