/* JS Randomizer by Kawai Sin*/

<!-- Begin
var ad_cnt1 = 5;
var now1 = new Date()
var sec1 = now1.getSeconds()
var ad1 = sec1 % ad_cnt1;
ad1 +=2;

if (ad1==1) {
banner1="images/graphic.jpg";
width1="729";
height1="314";
alt1="Hyperbaric Oxygen Therapy Georgia - Hyperbaric Oxygen Therapy";
}

if (ad1==2) {
banner1="images/graphic2.jpg";
width1="729";
height1="314";
alt1="Hyperbaric Oxygen Therapy Georgia - Hyperbaric Oxygen Therapy";
}

if (ad1==3) {
banner1="images/graphic3.jpg";
width1="729";
height1="314";
alt1="Hyperbaric Oxygen Therapy Georgia - Hyperbaric Oxygen Therapy";
}

if (ad1==4) {
banner1="images/graphic4.jpg";
width1="729";
height1="314";
alt1="Hyperbaric Oxygen Therapy Georgia - Hyperbaric Oxygen Therapy";
}

if (ad1==5) {
banner1="images/graphic5.jpg";
width1="729";
height1="314";
alt1="Hyperbaric Oxygen Therapy Georgia - Hyperbaric Oxygen Therapy";
}

document.write('<img src="' + banner1 + '" width=' + width1 + ' height=' + height1 + ' border=0 alt="' + alt1 + '">');
document.write('');
// End -->