var logoImg = document.getElementById("logoId"); var theMonth, theDay theMonth = 7; theDay = 5; if(theMonth == 2 && theDay == 6){ logoImg.src = "/Skins/logo/images/080206_s.JPG"; }else if(theMonth == 1 && theDay == 20){ logoImg.src = "/Skins/logo/images/080120_s.JPG"; }else if(theMonth == 2 && theDay == 4){ logoImg.src = "/Skins/logo/images/080204_s.JPG"; }else if(theMonth == 2 && theDay == 6){ logoImg.src = "/Skins/logo/images/080206_s.JPG"; }else if(theMonth == 2 && theDay == 7){ logoImg.src = "/Skins/logo/images/080207_s.JPG"; }else if(theMonth == 2 && theDay == 8){ logoImg.src = "/Skins/logo/images/080206_s.JPG"; }else if(theMonth == 2 && theDay == 9){ logoImg.src = "/Skins/logo/images/080206_s.JPG"; }else if(theMonth == 2 && theDay == 14){ logoImg.src = "/Skins/logo/images/080214_s.JPG"; }else if(theMonth == 2 && theDay == 19){ logoImg.src = "/Skins/logo/images/080219_s.JPG"; }else if(theMonth == 2 && theDay == 21){ logoImg.src = "/Skins/logo/images/080221_s.JPG"; }else if(theMonth == 3 && theDay == 8){ logoImg.src = "/Skins/logo/images/080308_s.JPG"; }else if(theMonth == 3 && theDay == 12){ logoImg.src = "/Skins/logo/images/080312_s.JPG"; }else if(theMonth == 3 && theDay == 15){ logoImg.src = "/Skins/logo/images/080315_s.JPG"; }else if(theMonth == 3 && theDay == 20){ logoImg.src = "/Skins/logo/images/080320_s.JPG"; }else if(theMonth == 4 && theDay == 20){ logoImg.src = "/Skins/logo/images/080420_s.JPG"; }else if(theMonth == 5 && theDay == 1){ logoImg.src = "/Skins/logo/images/080501_s.JPG"; }else if(theMonth == 5 && theDay == 4){ logoImg.src = "/Skins/logo/images/080504_s.JPG"; }else if(theMonth == 5 && theDay == 11){ logoImg.src = "/Skins/logo/images/080511_s.JPG"; }else if(theMonth == 5 && theDay == 21){ logoImg.src = "/Skins/logo/images/080521_s.JPG"; }else if(theMonth == 6 && theDay == 1){ logoImg.src = "/Skins/logo/images/080601_s.JPG"; }else if(theMonth == 6 && theDay == 5){ logoImg.src = "/Skins/logo/images/080605_s.JPG"; }else if(theMonth == 6 && theDay == 8){ logoImg.src = "/Skins/logo/images/080608_s.JPG"; }else if(theMonth == 6 && theDay == 15){ logoImg.src = "/Skins/logo/images/080615_s.JPG"; }else if(theMonth == 6 && theDay == 21){ logoImg.src = "/Skins/logo/images/080621_s.JPG"; }else if(theMonth == 7 && theDay == 7){ logoImg.src = "/Skins/logo/images/080707_s.JPG"; }else if(theMonth == 7 && theDay == 22){ logoImg.src = "/Skins/logo/images/080722_s.JPG"; }else if(theMonth == 8 && theDay == 1){ logoImg.src = "/Skins/logo/images/080801_s.JPG"; }else if(theMonth == 8 && theDay == 7){ logoImg.src = "/Skins/logo/images/080807_s.JPG"; }else if(theMonth == 8 && theDay == 23){ logoImg.src = "/Skins/logo/images/080823_s.JPG"; }else if(theMonth == 9 && theDay == 7){ logoImg.src = "/Skins/logo/images/080907_s.JPG"; }else if(theMonth == 9 && theDay == 10){ logoImg.src = "/Skins/logo/images/080910_s.JPG"; }else if(theMonth == 9 && theDay == 14){ logoImg.src = "/Skins/logo/images/080914_s.JPG"; }else if(theMonth == 9 && theDay == 23){ logoImg.src = "/Skins/logo/images/080923_s.JPG"; }else if(theMonth == 10 && theDay == 1){ logoImg.src = "/Skins/logo/images/081001_s.JPG"; }else if(theMonth == 10 && theDay == 7){ logoImg.src = "/Skins/logo/images/081007_s.JPG"; }else if(theMonth == 10 && theDay == 23){ logoImg.src = "/Skins/logo/images/081023_s.JPG"; }else if(theMonth == 12 && theDay == 7){ logoImg.src = "/Skins/logo/images/081207_s.JPG"; }else if(theMonth == 12 && theDay == 20){ logoImg.src = "/Skins/logo/images/081220_s.JPG"; }else if(theMonth == 12 && theDay == 21){ logoImg.src = "/Skins/logo/images/081221_s.JPG"; }else if(theMonth == 12 && theDay == 25){ logoImg.src = "/Skins/logo/images/081225_s.JPG"; }else{ logoImg.src = "/Skins/logo/images/logo_home.gif"; }