直播中
| << | "; calendar += ""; calendar += "" + months[mo] + ", " + year + ""; calendar += " | "; calendar += ">> | "; calendar += "
| "; calendar += days[i]; calendar += " | "; } calendar += "
| "; } } for(i = startday; i <= endday;i++) { if( (i % 7) == 0) { calendar += " | |
| ";
calendar += "" + count + "";
if(currentmonth == mo && currentyear == year && document.cookie) {
var isremind = getCookie(months[mo] + count);
if(isremind) { //if a reminder exists for this day
isremind = isremind.split("|");
calendar += " | ";
} else {
calendar += "";
calendar += "" + count + "";
if(document.cookie) { //allows reminders to be displayed on other months
var isremind = getCookie(months[mo] + count);
if(isremind) { //if a reminder exists for this day
isremind = isremind.split("|");
calendar += " | ";
}
count++;
}
calendar += "