function GetUpdates() {
    //load updates info from here 
    var td;
    td = document.getElementById('tblUpdate');
    td.innerHTML = '<table width="85%" border="0" align="center" cellpadding="3" cellspacing="0"><tr> ' +
                   '<td width="10" valign="top"> ' + 
                   '<div align="center"><img src="images/tick.gif" width="10" height="11"></div> ' + 
                   ' </td><td valign="top">  ' +
                   ' <p><font color="#FFFFFF" size="1" face="Tahoma"><strong>08/28/2009</strong>:<br>  ' +
                   ' Updated schedule information.<br></font></p> </td> </tr> <tr> ' +
                   '<td width="10" valign="top"> ' + 
                   '<div align="center"><img src="images/tick.gif" width="10" height="11"></div> ' + 
                   ' </td><td valign="top">  ' +
                   ' <p><font color="#FFFFFF" size="1" face="Tahoma"><strong>09/2006</strong>:<br>  ' +
                   ' Updated 2006-2007 program information.<br></font></p> </td> </tr>  ' +
                    ' <tr>  <td height="5"><img src="images/tick.gif" width="10" height="11"></td>  ' +
                      '<td height="3"><font color="#FFFFFF" size="1" face="Tahoma"><strong>09/13/2004</strong>:<br>  ' +
                      '  Updated schedule, board, and how to enter information.</font></td>  ' +
                    '</tr>    <tr>  ' +
                    '  <td height="5"><img src="images/tick.gif" width="10" height="11"></td>  ' +
                    '  <td height="3"><font color="#FFFFFF" size="1" face="Tahoma"><strong>08/25/2004</strong>:<br>  ' +
                    '    The entire site.</font></td>  ' +
                    '</tr>  ' +
                    '<tr>  ' +
                    '  <td height="5"></td>  ' +
                    '  <td height="3"></td>  ' +
                    '</tr>  ' +
                    '<tr>   ' +
                    '  <td height="5"></td>  ' +
                    '  <td height="3"></td>  ' +
                    '</tr>  ' +
                    '<tr>   ' +
                    '  <td height="5"><img src="images/spacer.gif" width="3" height="3"></td>  ' +
                    '  <td height="3"><img src="images/spacer.gif" width="3" height="3"></td>  ' +
                    '</tr> </table>';

}
