document.writeln("      <DIV id=oTransContainer ");
document.writeln("      style=\"FILTER: progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0, wipeStyle=0, motion=\'forward\'); WIDTH: 1003px; HEIGHT: 207px\"><IMG ");
document.writeln("      id=oDIV1 style=\"DISPLAY: block\" height=207 src=\"images\/top1.jpg\" ");
document.writeln("      width=1003 border=0 name=oDIV1><IMG id=oDIV2 style=\"DISPLAY: none\" ");
document.writeln("      height=207 src=\"images\/top1_1.jpg\" width=1003 border=0 usemap=#Map><IMG id=oDIV3 ");
document.writeln("      style=\"DISPLAY: none\" height=207 src=\"images\/top1_2.jpg\" width=1003 usemap=#Map");
document.writeln("      border=0>");
document.writeln("	  <IMG id=oDIV4 ");
document.writeln("      style=\"DISPLAY: none\" height=207 src=\"images\/top1_3.jpg\" width=1003 usemap=#Map");
document.writeln("      border=0>");
document.writeln("	  <IMG id=oDIV5 ");
document.writeln("      style=\"DISPLAY: none\" height=207 src=\"images\/top1_4.jpg\" width=1003 usemap=#Map");
document.writeln("      border=0>");
document.writeln("	  <IMG id=oDIV6 ");
document.writeln("      style=\"DISPLAY: none\" height=207 src=\"images\/top1_5.jpg\" width=1003 usemap=#Map");
document.writeln("      border=0>");

document.writeln("	  ");
document.writeln("	  <\/DIV>");
document.writeln("<SCRIPT> ");
document.writeln("var NowFrame = 1; ");
document.writeln("var MaxFrame = 6; ");
document.writeln("var bStart = 0; ");
document.writeln("function fnToggle() { ");
document.writeln("var next = NowFrame + 1; ");
document.writeln("if(next == MaxFrame+1) ");
document.writeln("{ ");
document.writeln("NowFrame = MaxFrame; ");
document.writeln("next = 1; ");
document.writeln("} ");
document.writeln("if(bStart == 0) ");
document.writeln("{ ");
document.writeln("bStart = 1; ");
document.writeln("");
document.writeln("setTimeout(\'fnToggle()\', 3000); ");
document.writeln("return; ");
document.writeln("} ");
document.writeln("else ");
document.writeln("{ ");
document.writeln("oTransContainer.filters[0].Apply(); ");
document.writeln("document.images[\'oDIV\'+next].style.display = \"block\"; ");
document.writeln("document.images[\'oDIV\'+NowFrame].style.display = \"none\"; ");
document.writeln("oTransContainer.filters[0].Play(duration=2); ");
document.writeln("if(NowFrame == MaxFrame) ");
document.writeln("NowFrame = 1; ");
document.writeln("else ");
document.writeln("NowFrame++; ");
document.writeln("} setTimeout(\'fnToggle()\', 3500); ");
document.writeln("} ");
document.writeln("fnToggle(); ");
document.writeln("<\/SCRIPT>")