function ccHolidayLogo() {
	var cchdate = new Date();
	switch ((cchdate.getMonth()+1) + ":" + cchdate.getDate()) {
		case "1:1": document.write('<style type="text/css">#logocol .newspaperlogo {height:46px;background:transparent url(http://www.canada.com/images/logo_canadacom_newyear.gif) top left no-repeat;}</style>'); break;
		case "2:2": document.write('<style type="text/css">#logocol .newspaperlogo {height:46px;background:transparent url(http://www.canada.com/images/logo_canadacom_groundhogday.gif) top left no-repeat;}</style>'); break;
		case "6:21": document.write('<style type="text/css">#logocol .newspaperlogo {background:transparent url(http://www.canada.com/images/logo_canadacom_fathersday.gif) top left no-repeat;}</style>'); break;
		case "6:22": 
			document.write('<style type="text/css">#logocol .newspaperlogo {height:76px;background:transparent url(http://www.canada.com/images/logo_canadacom_summer_v2.gif) top left no-repeat;}</style>'); 
			document.getElementById("newspaperlogolink").href = "/life/summer-guide/index.html";
			break;
		case "7:1": document.write('<style type="text/css">#logocol .newspaperlogo {height:48px;background:transparent url(http://www.canada.com/images/logo_canadacom_canadaday.gif) top left no-repeat;}</style>'); break;
		case "9:5":
		case "9:6":
		case "9:7": document.write('<style type="text/css">#logocol .newspaperlogo {height:45px;background:transparent url(http://www.canada.com/images/logo_canadacom_labourday.gif) top left no-repeat;}</style>'); break;
		case "11:11": document.write('<style type="text/css">#logocol .newspaperlogo {height:46px;background:transparent url(http://www.canada.com/images/logo_canadacom_remembrance.gif) top left no-repeat;}</style>'); break;
		case "12:21": document.write('<style type="text/css">#logocol .newspaperlogo {height:46px;background:transparent url(http://www.canada.com/images/logo_canadacom_winter.gif) top left no-repeat;}</style>'); break;
		case "12:31": document.write('<style type="text/css">#logocol .newspaperlogo {height:46px;background:transparent url(http://www.canada.com/images/logo_canadacom_newyeareve.gif) top left no-repeat;}</style>'); break;
	}
}
