<!-- 
copy="Copyright &copy; ";
js=" JobStreet.com";
today=new Date();
y0=today.getFullYear();
country=location.href; 

if (country.indexOf("my.jobstreet.com") > 0)
{path="http://my.jobstreet.com/"}
else if (country.indexOf("sg.jobstreet.com") > 0)
{path="http://sg.jobstreet.com/"} 
else if (country.indexOf("ph.jobstreet.com") > 0)
{path="http://ph.jobstreet.com/"} 
else if (country.indexOf("in.jobstreet.com") > 0)
{path="http://in.jobstreet.com/"} 
else if (country.indexOf("vn.jobstreet.com") > 0)
{path="http://vn.jobstreet.com/"} 
else if (country.indexOf("th.jobstreet.com") > 0)
{path="http://th.jobstreet.com/"} 
else if (country.indexOf("bd.jobstreet.com") > 0)
{path="http://bd.jobstreet.com/"} 
else if (country.indexOf("id.jobstreet.com") > 0 || country.indexOf("myjobstreet-id.jobstreet.com") > 0 || country.indexOf("search6.jobstreet.com") > 0)
{path="http://id.jobstreet.com/"} 
else
{path="http://sg.jobstreet.com/"}

document.write("<style>.grey{FONT: 7.5pt verdana; COLOR: #666666; TEXT-DECORATION: none;}</style>");
document.write("<TABLE cellSpacing=0 cellPadding=0 width=100% align=center border=0><TR>");
document.write("<TD align=left><a class=grey href='");
document.write(path);
document.write("aboutus/terms_use.htm'>Terms of Use</a> ~ ");
document.write("<a class=grey href='");
document.write(path);
document.write("aboutus/privacy_policy.htm'>Privacy Policy</a> ~ ");
document.write("<a class=grey href='");
document.write(path);
document.write("announcement/2006/s/sus.htm'>Safe Job Search Guide</a> ~ ");
document.write("<a class=grey href='");
document.write(path);
document.write("help/faqs.htm'>Help</a></TD><TD align=right class=grey>"); 
document.write(copy);
document.write(y0);
document.write(js); 
document.write("</TD></TR></TABLE>");

 //-->