var stPrivacy_Img = "'Image12','','"+ strCodeBase +"images/common/f_privacy_h.gif',1";
var stTerms_Img   = "'Image13','','"+ strCodeBase +"images/common/f_terms_h.gif',1";


document.write('<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#b1b4af">');
document.write('<tr><td scope="col"><div align="left"><a href="'+ strCodeBase +'privacy.html" onMouseOver="MM_swapImage('+ stPrivacy_Img +')" onMouseOut="MM_swapImgRestore()">');
document.write('<img src="'+ strCodeBase +'images/common/spacer.gif" width="15" height="5" border="0" align="absmiddle"><img src="'+ strCodeBase +'images/common/f_privacy.gif" alt="Privacy Statement" name="Image12" width="116" height="21" border="0" id="Image12"></a><img src="'+ strCodeBase +'images/common/footer_dot.gif" width="15" height="21" border="0">');
document.write('<a href="'+ strCodeBase +'terms.html" onMouseOver="MM_swapImage('+ stTerms_Img +')" onMouseOut="MM_swapImgRestore()"><img src="'+ strCodeBase +'images/common/f_terms.gif" alt="Terms of Use" name="Image13" width="84" height="21" border="0" id="Image13"></a></div></td> ');
document.write('    <td align="right" scope="col"><span class="footer">&copy; 2007 Government of Singapore</span><img src="'+ strCodeBase +'images/common/spacer.gif" width="10" height="5" border="0"></td> ');
document.write('  </tr> ');
document.write('</table>');


