
function changeMessage() { 
now = new Date(); 
month = now.getMonth() + 1; 
day = now.getDate(); 
if(month == 11 && day == 23) { 
document.write('Propane cylinders do not go in the Blue Bin.'); 
} 
else if(month == 11 && day == 24) { 
document.write('Clear plastic food containers do not go in the Blue Bin.'); 
} 
else if(month == 11 && day == 25) { 
document.write('Medical waste does not go in the Blue Bin.'); 
} 
else if(month == 11 && day == 26) { 
document.write('Tools & scrap metal do not go in the Blue Bin.'); 
} 
else if(month == 11 && day == 27) { 
document.write('Plastic blister packs do not go in the Blue Bin.'); 
} 
else if(month == 11 && day == 28) { 
document.write('Toys do not go in the Blue Bin.'); 
} 
else if(month == 11 && day == 29) { 
document.write('Toys do not go in the Blue Bin.'); 
} 
else if(month == 11 && day == 30) { 
document.write('Toys do not go in the Blue Bin.'); 
} 
else if(month == 12 && day == 01) { 
document.write('Clothes do not go in the Blue Bin.'); 
} 
else if(month == 12 && day == 02) { 
document.write('Small appliances do not go in the Blue Bin.'); 
} 
else if(month == 12 && day == 03) { 
document.write('Cassettes, CDs and DVDs do not go in the Blue Bin.'); 
} 
else if(month == 12 && day == 04) { 
document.write('Plastic pails with metal handles do not go in the Blue Bin.'); 
} 
else if(month == 12 && day == 05) { 
document.write('Plastic pails with metal handles do not go in the Blue Bin.'); 
} 
else if(month == 12 && day == 06) { 
document.write('Plastic pails with metal handles do not go in the Blue Bin.'); 
} 
else if(month == 12 && day == 07) { 
document.write('Propane cylinders do not go in the Blue Bin.'); 
} 
else if(month == 12 && day == 08) { 
document.write('Clear plastic food containers do not go in the Blue Bin.'); 
} 
else if(month == 12 && day == 09) { 
document.write('Medical waste does not go in the Blue Bin.'); 
} 
else if(month == 12 && day == 10) { 
document.write('Tools & scrap metal do not go in the Blue Bin.'); 
} 
else if(month == 12 && day == 11) { 
document.write('Plastic blister packs do not go in the Blue Bin.'); 
} 
else if(month == 12 && day == 12) { 
document.write('Plastic blister packs do not go in the Blue Bin.'); 
} 
else if(month == 12 && day == 13) { 
document.write('Plastic blister packs do not go in the Blue Bin.'); 
} 
else if(month == 12 && day == 14) { 
document.write('Toys do not go in the Blue Bin.'); 
} 
else if(month == 12 && day == 15) { 
document.write('Clothes do not go in the Blue Bin.'); 
} 
else if(month == 12 && day == 16) { 
document.write('Small appliances do not go in the Blue Bin.'); 
} 
else if(month == 12 && day == 17) { 
document.write('Cassettes, CDs and DVDs do not go in the Blue Bin.'); 
} 
else if(month == 12 && day == 18) { 
document.write('Plastic pails with metal handles do not go in the Blue Bin.'); 
} 
else if(month == 12 && day == 19) { 
document.write('Plastic pails with metal handles do not go in the Blue Bin.'); 
} 
else if(month == 12 && day == 20) { 
document.write('Plastic pails with metal handles do not go in the Blue Bin.'); 
} 
else { 
document.write(''); 
} 
}
