var Ads = 7;
var now = new Date();
var sec = now.getSeconds();
var ad = sec % Ads;
ad +=1;


if (ad==1) {
BG="1";
}

if (ad==2) {
BG="2";
}

if (ad==3) {
BG="3";
}

if (ad==4) {
BG="4";
}

if (ad==5) {
BG="5";
}

if (ad==6) {
BG="6";
}

if (ad==7) {
BG="7";
}



document.write('<img src=\"http://www.westtxrealty.com/images/header/2_Slice-' + BG + '.jpg\" width=\"579\" height=\"143\">');

if (navigator.Appname=="Internet Explorer"){
   alert('Sorry! You cannot view the banners on this site with Internet Explorer!');
}
