<!-- Begin
var how_many_ads = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
url="http://#";
alt="Before";
banner1="http://www.pepmobile.org/bps/images/header1.jpg";
targ="_self";
width="630";
height="165";
}

if (ad==2) {
url="http://#";
alt="Before";
banner1="http://www.pepmobile.org/bps/images/header2.jpg";
targ="_self";
width="630";
height="165";
}

if (ad==3) {
url="http://#";
alt="Before";
banner1="http://www.pepmobile.org/bps/images/header3.jpg";
targ="_self";
width="630";
height="165";
}

if (ad==4) {
url="http://#";
alt="Before";
banner1="http://www.pepmobile.org/bps/images/header4.jpg";
targ="_self";
width="630";
height="165";
}



document.write('<img src=\"' + banner1 + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0>');


// End -->
