document.write('<P><STRONG>');

//Meeting Date
document.write('Next Meeting:<BR>');
document.write('Monday, June 6th');
document.write('</STRONG><BR>');

//Meeting Time
document.write('7:00 PM<BR>');
document.write('Westwood College<BR>');
document.write('7350 North Broadway<BR>');
document.write('Denver<BR>');
document.write('(<A HREF=westwooddirections.html>Directions</A>)</P></FONT>');
document.write('<P>');

//Meeting description (don't forget to escape out ' marks ie. developer\'s instead of developer's
document.write('<BR>');

document.write('Topic: E3, member projects, LAN gaming.');

document.write('</P>');


