function holidayimg (){
var now = new Date();
// remember jan = month zero
var m = now.getMonth();   

if (m == 11) document.write ("<img src='images/aiateampart1holidays.png' alt='A-Team Online Logo' width='224' height='171' />")
else document.write ("<img src='images/aiateampart1.png' alt='A-Team Online Logo' width='224' height='171' />");
}

// to add multiple else, see page 696