var now=new Date();
var mon=now.getMonth()
var day=now.getDate();
var sec=now.getSeconds();
var doneyet="";
var special="";

if(mon==9){if(day=="31"){special="1";doneyet="1";document.write("<img src='../images/bbholo.gif' width='333' height='54' alt='' border='0'>");}}

if(mon==2){if(day=="15"){special="1";doneyet="1";document.write("<img src='../images/bbval.gif' width='333' height='54' alt='' border='0'>");}}

if(mon==2){if(day=="27"){special="1";doneyet="1";document.write("<img src='../images/bbeaster.gif' width='333' height='54' alt='' border='0'>");}}

if(mon==12){if(day=="25"){special="1";doneyet="1";document.write("<img src='../images/bbxmas.gif' width='333' height='54' alt='' border='0'>");}}

if(sec>39){if(sec<46){if(special==""){doneyet="1";document.write("<img src='../images/bb2.gif' width='333' height='54' alt='' border='0'>");}}}

if(doneyet==""){document.write("<img src='../images/bb.gif' width='333' height='54' alt='' border='0'>");}