﻿// Show meeting calendar and announcements

function rightMeeting(){
  document.write('<td width="200" align="center" style="vertical-align:top; padding-top:5px;">');
  document.write('<center><h3>Find a Meeting</h3></center>');

  document.write('<iframe src="https://www.google.com/calendar/embed?showTitle=0&amp;showDate=0&amp;showPrint=0&amp;showTabs=0&amp;showCalendars=0&amp;showTz=0&amp;mode=AGENDA&amp;height=350&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=triangleclub2030@gmail.com&amp;color=%230D7813&amp;ctz=America%2FNew_York" style="border-width:0;" width="200" height="350" frameborder="0" scrolling="no"></iframe>');

  document.write('<br /><br /><h3>Announcements</h3>');
  document.write('<img src="images/cruise.jpg" width="180" height="183" border="1"><br /><br />');
  document.write('<a href="http://www.triangleclub.org/Service.php"><img src="images/blog.gif" width="180" height="175" border="1"></a><br /><br />');

  document.write('</td>');
  return;
}
