var homeShowYear=2010 //this guarantees that nothing will show up in 2010, unless I change it here. if (homeShowYear) { var today = new Date(); var jEnd = new Date(); //end of show var jWebEnd = new Date(); //end of Online //Feb. 15 is last day of show jEnd.setMonth(1); //month field is 0-based! jEnd.setDate(14); jEnd.setYear(homeShowYear); //Feb. 26 is last day of online pres. jWebEnd.setMonth(1); //month field is 0-based! jWebEnd.setDate(26); jWebEnd.setYear(homeShowYear); if (today.getTime()<=jWebEnd.getTime()) { document.write('