<!--
var image="";
var banners=0;
function cycle() {
  if (++banners > 12) banners=1;
    loadbanners();
    document.banner1.src = image;
    window.setTimeout('cycle();',7000);
  }
function loadbanners() {
   if (banners==1)
      {
      image="http://www.omegadentalgroup.org/images/top_pics1.jpg";
      }
   if (banners==2)
      {
      image="http://www.omegadentalgroup.org/images/top_pics2.jpg";
      }
   if (banners==3)
      {
      image="http://www.omegadentalgroup.org/images/top_pics3.jpg";
      }
   if (banners==4)
      {
      image="http://www.omegadentalgroup.org/images/top_pics4.jpg";
      }
   if (banners==5)
      {
      image="http://www.omegadentalgroup.org/images/top_pics5.jpg";
      }	  
   if (banners==6)
      {
      image="http://www.omegadentalgroup.org/images/top_pics6.jpg";
      }		  
   if (banners==7)
      {
      image="http://www.omegadentalgroup.org/images/top_pics7.jpg";
      }	
   if (banners==8)
      {
      image="http://www.omegadentalgroup.org/images/top_pics8.jpg";
      }		  
   if (banners==9)
      {
      image="http://www.omegadentalgroup.org/images/top_pics9.jpg";
      }		  
   if (banners==10)
      {
      image="http://www.omegadentalgroup.org/images/top_pics10.jpg";
      }		  
   if (banners==11)
      {
      image="http://www.omegadentalgroup.org/images/top_pics11.jpg";
      }	
   if (banners==12)
      {
      image="http://www.omegadentalgroup.org/images/top_pics12.jpg";
      }		  
}
//-->