var now = new Date()
var daze = now.getMonth()
var tip = daze;

if (tip==0) {
dailyphoto="<img src='images/banners/banner1.jpg' border='0' alt='Click here to go to the National BSA Site'>";
}
if (tip==1) {
dailyphoto="<img src='images/banners/banner2.jpg' border='0' alt='Click here to go to the National BSA Site'>";
}
if (tip==2) {
dailyphoto="<img src='images/banners/banner1.jpg' border='0' alt='Click here to go to the National BSA Site'>";
}
if (tip==3) {
dailyphoto="<img src='images/banners/banner2.jpg' border='0' alt='Click here to go to the National BSA Site'>";
}
if (tip==4) {
dailyphoto="<img src='images/banners/banner3.jpg' border='0' alt='Click here to go to the National BSA Site'>";
}
if (tip==5) {
dailyphoto="<img src='images/banners/banner4.jpg' border='0' alt='Click here to go to the National BSA Site'>";
}
if (tip==6) {
dailyphoto="<img src='images/banners/banner5.jpg' border='0' alt='Click here to go to the National BSA Site'>";
}
if (tip==7) {
dailyphoto="<img src='images/banners/banner6.jpg' border='0' alt='Click here to go to the National BSA Site'>";
}
if (tip==8) {
dailyphoto="<img src='images/banners/banner7.jpg' border='0' alt='Click here to go to the National BSA Site'>";
}
if (tip==9) {
dailyphoto="<img src='images/banners/banner1.jpg' border='0' alt='Click here to go to the National BSA Site'>";
}
if (tip==10) {
dailyphoto="<img src='images/banners/banner2.jpg' border='0' alt='Click here to go to the National BSA Site'>";
}
if (tip==11) {
dailyphoto="<img src='images/banners/banner3.jpg' border='0' alt='Click here to go to the National BSA Site'>";
}


document.write(dailyphoto);


