var writePage='';
writePage +='<div id="social"> ';
writePage +='<h2 class="intext">Things to Do in Pasadena and LA</h2> ';
writePage +='<ul>';
writePage +='<li> Check out <a href="http://webevent.ci.pasadena.ca.us/scripts/publish/webevent.pl">Pasadena\'s City Calendar</a> for up to date listings of cultural events and classes around town.</li>';
writePage +='<li>Visit the famous <a href="http://www.huntington.org/Information/HEHGeneral.html" >Huntington Library</a>.</li> ';
writePage +=' <li> The <a href="http://www.laopera.com">LA Opera</a> will be performing Mozart\'s <em>Don Giovanni</em> on Sunday, December 2 \@ 2:00 p.m. and Tuesday, December 4 \@ 7:30 p.m.  Reserve your tickets early!</li>';
writePage +='<li>The <a href="http://www.pasjazz.org">Pasadena Jazz Institute</a> is a local nonprofit organization dedicated to promoting jazz education, preservation and participation.  See their web site for information on events.</li>';
writePage +='<li>The <a href="http://www.nortonsimon.org/">Norton Simon Museum of Art</a> "holds one of the world\'s finest and most prestigious collections of art."  See their web site for a calendar of exhibits and special events.</li>';
writePage +=' ';
writePage +=' ';
writePage +=' </div>';

document.write(writePage);
