document.open();
document.write('<style type="text/css">'
+ '#todolist { border: 1px solid #3b5291; padding-left:10px; background-color:#F6F7FC} '
+ '#todolist { color: #3b5291; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:left }'
+ '#todolist p { font-weight: bold; margin-top: 5px; font-size:12px }'
+ '#todolist h5 { margin:0px; padding:0px }'
+ '#todolist a { text-decoration:none; color: #3b5291}'
+ '#todolist a:hover { text-decoration:underline }'
+ '</style>'
+ '<div id="todolist">'
+ '<h5><a href="http://web.waaytv.com/community/">Community Calendar<br>To Do List</a></h5>'
+ '<hr style="color:#3A5491">'
+ '<p>'
+ '</p><p>Weekend Planner<br>'
 + 'Saturday 12/3<br />'
+ 'Sunday 12/4<br />' 
+ '<p><a href="http://web.waaytv.com/community/">Find more events on the Community Calendar</a></p></div></html>'
);
document.close();

