document.write("<table width=\"750\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.write("    <tr> ");
document.write("      <td width=\"760\" height=\"110\" align=\"center\" class=\"border01\" bgcolor=\"#FFFFFF\">");
document.write("      <div id=demo style=overflow:hidden;width:750;align=\"justify\">");
document.write("        <table border=0 align=center cellpadding=1 cellspacing=\"1\" cellspace=0 >");
document.write("          <tr>");
document.write("           <td valign=top bgcolor=\"ffffff\" id=demo1> ");
document.write("             <table width=\"90%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("               <tr align=\"center\"> ");
document.write("                  <td><a href=\"#\"><img src=\"images/AFCOPics/DSC00060.JPG\" width=\"138\" height=\"104\" hspace=\"2\" border=\"0\" /></a></td>");
document.write("                  <td><a href=\"#\"><img src=\"images/AFCOPics/DSC00062.JPG\" width=\"138\" height=\"104\" hspace=\"2\" border=\"0\" /></a></td>");
document.write("                  <td><a href=\"#\"><img src=\"images/AFCOPics/DSC00008.JPG\" width=\"138\" height=\"104\" hspace=\"2\" border=\"0\" /></a></td>");
document.write("                  <td><a href=\"#\"><img src=\"images/AFCOPics/DSC00009.JPG\" width=\"138\" height=\"104\" hspace=\"2\" border=\"0\" /></a></td>");
document.write("                  <td><a href=\"#\"><img src=\"images/AFCOPics/DSC00010.JPG\" width=\"138\" height=\"104\" hspace=\"2\" border=\"0\" /></a></td>");
document.write("                  <td><a href=\"#\"><img src=\"images/AFCOPics/DSC00017.JPG\" width=\"138\" height=\"104\" hspace=\"2\" border=\"0\" /></a></td>");
document.write("                  <td><a href=\"#\"><img src=\"images/AFCOPics/DSC00020.JPG\" width=\"138\" height=\"104\" hspace=\"2\" border=\"0\" /></a></td>");
document.write("                  <td><a href=\"#\"><img src=\"images/AFCOPics/DSC00026.JPG\" width=\"138\" height=\"104\" hspace=\"2\" border=\"0\" /></a></td>");
document.write("                  <td><a href=\"#\"><img src=\"images/AFCOPics/DSC00028.JPG\" width=\"138\" height=\"104\" hspace=\"2\" border=\"0\" /></a></td>");
document.write("                  <td><a href=\"#\"><img src=\"images/AFCOPics/DSC00046.JPG\" width=\"138\" height=\"104\" hspace=\"2\" border=\"0\" /></a></td>");
document.write("                  <td><a href=\"#\"><img src=\"images/AFCOPics/P1010422.jpg\" width=\"138\" height=\"104\" hspace=\"2\" border=\"0\" /></a></td>");
document.write("                  <td><a href=\"#\"><img src=\"images/AFCOPics/P1010421.jpg\" width=\"138\" height=\"104\" hspace=\"2\" border=\"0\" /></a></td>");
document.write("                  <td><a href=\"#\"><img src=\"images/AFCOPics/P1010425.jpg\" width=\"138\" height=\"104\" hspace=\"2\" border=\"0\" /></a></td>");
document.write("                  <td><a href=\"#\"><img src=\"images/AFCOPics/P1010426.jpg\" width=\"138\" height=\"104\" hspace=\"2\" border=\"0\" /></a></td>");
document.write("                  <td><a href=\"#\"><img src=\"images/AFCOPics/P1010427.jpg\" width=\"138\" height=\"104\" hspace=\"2\" border=\"0\" /></a></td>");
document.write("    		</tr>");
document.write("  	     </table>");
document.write("           </td>");
document.write("	   <td id=demo2 valign=top></td>");
document.write("         </tr>");
document.write("       </table>");
document.write("      </div>");
document.write("      </td>");
document.write("    </tr>");
document.write("  </table>");


  var speed=25
  demo2.innerHTML=demo1.innerHTML
  function Marquee(){
  if(demo.scrollLeft>=demo1.scrollWidth)
  demo.scrollLeft=0
  else{
  demo.scrollLeft++
  }
  }
  var MyMar=setInterval(Marquee,speed)
  demo.onmouseover=function() {clearInterval(MyMar)}
  demo.onmouseout=function() {MyMar=setInterval(Marquee,speed)}
