// JavaScript Document
function showBImg() {
  
  var how_many_ads = 4;
  var now = new Date();
  var sec = now.getSeconds();
  var ad  = sec % how_many_ads;
  ad +=1;
  if (ad==1) {
    document.write('<img src="../images/navSamples1.gif" width="134" height="134" border="0" alt="PowerPoint design and Flash presentations sample and testimonial">'); 
  }
  if (ad==2) {
    document.write('<img src="../images/navSamples2.gif" width="134" height="134" border="0" alt="PowerPoint design and Flash presentations sample and testimonial">'); 
  }
  if (ad==3) {
    document.write('<img src="../images/navSamples3.gif" width="134" height="134" border="0" alt="PowerPoint design and Flash presentations sample and testimonial">'); 
  }
  if (ad==4) {
    document.write('<img src="../images/navSamples4.gif" width="134" height="134" border="0" alt="PowerPoint design and Flash presentations sample and testimonial">'); 
  }

}



function showBImg2() {
  
  var how_many_ads = 4;
  var now = new Date();
  var sec = now.getSeconds();
  var ad  = sec % how_many_ads;
  ad +=1;
  if (ad==1) {
    document.write('<img src="../images/navSamples1.gif" width="134" height="134" border="0" alt="PowerPoint design and Flash presentations sample and testimonial">'); 
  }
  if (ad==2) {
    document.write('<img src="../images/navSamples2.gif" width="134" height="134" border="0" alt="PowerPoint design and Flash presentations sample and testimonial">'); 
  }
  if (ad==3) {
    document.write('<img src="../images/navSamples3.gif" width="134" height="134" border="0" alt="PowerPoint design and Flash presentations sample and testimonial">'); 
  }
  if (ad==4) {
    document.write('<img src="../images/navSamples4.gif" width="134" height="134" border="0" alt="PowerPoint design and Flash presentations sample and testimonial">'); 
  }

}

