﻿document.write('<table border="0" cellpadding="0" cellspacing="0" style="padding-top:5px">');
var strCookie = document.cookie;
if (strCookie.indexOf('language=chinese') > -1) {
    document.write('  <tr>');
    document.write('    <td align="center"><a href="/subcompany/?type=detail&id=1" title="莱佛士商学院">莱佛士商学院</a></td><td style="width:5px;"></td>');
    document.write('  </tr>');
    document.write('  <tr>');
    document.write('    <td align="center"><a href="/subcompany/?type=detail&id=2" title="莱佛士教育培训私人有限公司">莱佛士教育培训私人有限公司</a></td><td style="width:5px;"></td>');
    document.write('  </tr>');
}
else {
    document.write('  <tr>');
    document.write('    <td align="center"><a href="/subcompany/?type=detail&id=3" title="Raffles Business Institute">Raffles Business Institute</a></td><td style="width:5px;"></td>');
    document.write('  </tr>');
    document.write('  <tr>');
    document.write('    <td align="center"><a href="/subcompany/?type=detail&id=4" title="Raffles Educational Solutions Pte Ltd">Raffles Educational Solutions Pte Ltd</a></td><td style="width:5px;"></td>');
    document.write('  </tr>');
}
document.write('</table>');
