total -= colspan;
if (total < 0) colspan += total;
wh.write(" colspan=\"").write(colspan).write("\"").write(">");
wh.write(render.drawAllDay(self, ce, self.getCalendarEventId(ce)));
while(--colspan > 0 && it.hasNext()) {
it.next();
cal.add(Calendar.DAY_OF_WEEK, 1);
}
} else {