function latest_news()
{
	var temp = '';
	temp += '<table width="236" border="0" cellpadding="0" cellspacing="0">';
    temp += ' <tr>';
    temp += '        <td><img src="img/rgt_latest_news.gif" width="236" height="25" alt="ntuc" /></td>';
    temp += '      </tr>';
    temp += '     <tr>';
    temp += '       <td valign="top" background="img/rgt_nav_bg.gif">';
	temp += '	<div id="right_container_content_link"><a href="news_events_30nov09.html" class="right_container_txt">Singapore Tripartism Forum : ASEAN Seminar on Tripartism & Social Dialogue - Measures to Manage the Downturn,';
    temp += '             <br />';
    temp += '              30 November - 01 December 2009</div>';
    temp += '                <div id="right_container_content_link"><a href="news_events_25nov09.html" class="right_container_txt">UNITE 2009 @ The Jewel Box,<br />';
    temp += '                25 November 2009</a></div>';
    temp += '                <div id="right_container_content_link"><a href="news_events_21nov09.html" class="right_container_txt">OTC Institute\'s Graduation Ceremony 2009,';
    temp += '                    <br />';
    temp += '               21 November 2009</a></div>';
    temp += '                 <div id="right_container_content_link"><a href="news_events_16nov09.html" class="right_container_txt">Singapore Tripartism Forum : Annual Tripartite IR Seminar cum Bowling Friendly, ';
	temp += '16 November 2009';
	temp += '</a></div>';
    temp += '                <div id="right_container_content_link"><a href="news_events_1213nov09.html" class="right_container_txt">Executive Leadership Programme (ELP) (Public Sector), ';
    temp += '                 12 - 13 November 2009</a></div>';
    temp += '               <div id="right_container_content_link"><a href="news_events_23oct09.html" class="right_container_txt">Move and Groove Interest Group – Networking Session,';
    temp += '               23 October 2009</a></div></td>';
    temp += '      </tr>';
    temp += '      <tr>';
    temp += '       <td valign="top"><img src="img/rgt_nav_btm.gif" width="236" height="22" alt="ntuc" /></td>';
    temp += '      </tr>';
    temp += '   </table>';
	document.writeln (temp);
}

function upcoming_events()
{
	var temp = '';
	temp += '<table width="236" border="0" cellpadding="0" cellspacing="0">';
    temp += '      <tr>';
    temp += '        <td><img src="img/rgt_up_comingevents.gif" width="236" height="25" alt="ntuc" /></td>';
    temp += '      </tr>';
    temp += '      <tr>';
    temp += '        <td valign="top" background="img/rgt_nav_bg.gif">';
//  temp += '<div id="right_container_content_link"><a href="news_events_upcoming22dec.html" class="right_container_txt">SG Dialogue with OTC Institute\'s Graduands';
//  temp += '              <br />';
//  temp += '              22 December 2009, 7 pm to 10 pm <br />Venue : to be advised';
//	temp += '</a></div>';
//	temp += '<div id="right_container_content_link"><a href="news_events_upcoming1213nov.html" class="right_container_txt">Executive Leadership Programme (ELP) (Public Sector)';
//	temp += '              <br />';
//  temp += '              12 and 13 November 2009</a></div>';
//	temp += '			  <div id="right_container_content_link"><a href="news_events_upcoming37nov.html" class="right_container_txt">STF: Inaugural Tripartite Leadership Programme<br />';
//  temp += '              21 - 23 October 2009 and <br />3 - 7 November 2009 </a></div>';
//  temp += '          </td>';
//  temp += '      </tr>';
    temp += '      <tr>';
    temp += '        <td valign="top"><img src="img/rgt_nav_btm.gif" width="236" height="22" alt="ntuc" /></td>';
    temp += '      </tr>';
    temp += '    </table>';
	document.writeln (temp);
}

function photo_gallery()
{
	var temp = '';
	temp += '<table width="236" border="0" cellpadding="0" cellspacing="0">';
    temp += '     <tr>';
    temp += '       <td><img src="img/title_gallery.gif" width="236" height="25" alt="ntuc" /></td>';
    temp += '      </tr>';
    temp += '     <tr>';
    temp += '       <td valign="top" background="img/rgt_nav_bg.gif"><table width="236" border="0" cellpadding="1" cellspacing="0">';
    temp += '            <tr>';
    temp += '              <td><img src="img/spacer.gif" width="1" height="1" alt="ntuc" /></td>';
    temp += '            </tr>';
    temp += '            <tr>';
    temp += '              <td align="center"><img src="img/gallery_img.jpg" width="233" height="88" alt="ntuc" /></td>';
    temp += '           </tr>';
    temp += '            <tr>';
    temp += '              <td><img src="img/spacer.gif" width="1" height="10" alt="ntuc" /></td>';
   	temp += '             </tr>';
    temp += '          </table>';
    temp += '               <div id="right_container_content"><a href="gallery_main.html" class="right_container_link style1">Click here to view photo gallery</a></div></td>';
    temp += '      </tr>';
    temp += '      <tr>';
    temp += '        <td height="22" valign="top"><img src="img/rgt_nav_btm_for_home.gif" width="236" height="22" alt="ntuc" /></td>';
    temp += '      </tr>';
    temp += '      </table>';
	document.writeln (temp);
}