  <!-- This script and many more are available free online at -->
  <!-- The JavaScript Source!! http://javascript.internet.com -->

  <!-- Begin
  var how_many_ads = 13;
  var now = new Date()
  var sec = now.getSeconds()
  var ad = sec % how_many_ads;
  ad +=1;
  if (ad==1) {
    url="../cssbook/index.html";
    alt="CSS: The Next Generation In Web Design!";
    banner="../banners/cssbook2.gif";
    width="468";
    height="60";
  }
  if (ad==2) {
    url="http://www.qksrv.net/click-693921-513223";
    alt="Get the Best Rate!!!";
    banner="http://www.qksrv.net/image-693921-513223";
    width="468";
    height="60";
  }
 if (ad==3) {
     url="http://www.qksrv.net/click-693921-805079";
     alt="Why Pay More!!!";
     banner="http://www.qksrv.net/image-693921-805079";
     width="468";
     height="60";
   }
 if (ad==4) {
   url="http://www.worldsubmitter.com/?scallihan";
   alt="Why pay money to get noticed, when you can do it for free!";
   banner="http://www.worldsubmitter.com/ads/468x60search2.gif";
   width="468";
   height="60";
   }
 if (ad==5) {
   url="http://www.worldsubmitter.com/?scallihan";
   alt="Why pay money to get noticed, when you can do it for free!";
   banner="http://www.worldsubmitter.com/ads/why1.gif";
   width="468";
   height="60";
   }
 if (ad==6) {
   url="http://www.qksrv.net/click-693921-166128";
   alt="PhotoAlley -- Take sharper pics!";
   banner="http://www.qksrv.net/image-693921-166128";
   width="468";
   height="60";
   }
 if (ad==7) {
   url="http://www.qksrv.net/click-693921-5675733";
   alt="ULead Systems: Great image editing & video software!";
   banner="http://www.qksrv.net/image-693921-5675733";
   width="468";
   height="60";
   }
 if (ad==8) {
   url="http://www.qksrv.net/click-693921-5036283";
   alt="CoffeeCup Software: User-Friendly Web Design Tools!";
   banner="http://www.qksrv.net/image-693921-5036283";
   width="468";
   height="60";
   }
 if (ad==9) {
   url="http://www.qksrv.net/click-693921-1485227";
   alt="HostRocket.com: 200MB Space 10GB Traffic! $9.95/month!";
   banner="http://www.qksrv.net/image-693921-1485227";
   width="468";
   height="60";
   }
 if (ad==10) {
   url="http://www.qksrv.net/click-693921-1207111";
   alt="Jumpline.com: Hosting Plans from $14.95";
   banner="http://www.qksrv.net/image-693921-1207111";
   width="468";
   height="60";
   }
 if (ad==11) {
   url="../create3/index.htm";
   alt="Stake out your claim on the Web!";
   banner="../banners/createweek.gif";
   width="468";
   height="60";
   }
 if (ad==12) {
   url="../create3/index.htm";
   alt="Stake out your claim on the Web!";
   banner="../banners/createweek.gif";
   width="468";
   height="60";
   }
 if (ad==13) {
    url="../cssbook/index.html";
    alt="CSS: The Next Generation In Web Design!";
    banner="../banners/cssbook2.gif";
    width="468";
    height="60";
  }

 document.write('<p align="center"><a href=\"' + url + '\" target=\"_blank\">');
  document.write('<img src=\"' + banner + '\" width=')
  document.write(width + ' height=' + height + ' ');
  document.write('alt=\"' + alt + '\" border=0>');
  document.write('</a></p>');
  // End -->


