<!-- 
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/";
	local = "MY";
}
else if (country.indexOf("sg.jobstreet.com") > 0) {
	path="http://sg.jobstreet.com/"; 
	local = "SG";
}
else if (country.indexOf("ph.jobstreet.com") > 0) {
	path="http://ph.jobstreet.com/";
	local = "PH";
} 
else if (country.indexOf("in.jobstreet.com") > 0) {
	path="http://in.jobstreet.com/";
	local = "IN";
}
else if (country.indexOf("vn.jobstreet.com") > 0) {
	path="http://vn.jobstreet.com/";
	local = "VN";
}
else if (country.indexOf("th.jobstreet.com") > 0) {
	path="http://th.jobstreet.com/";
	local = "TH";
} 
else if (country.indexOf("bd.jobstreet.com") > 0) {
	path="http://bd.jobstreet.com/";
	local = "BD";
} 
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/";
	local = "ID"; 
}
else
{
	var mc = getCookie("strSite");
	if (mc != null && mc.length == 2) {
		path = "http://" + mc + ".jobstreet.com/";
		local = mc.toUpperCase();
	} else {
		path="http://sg.jobstreet.com/";
		local = "SG";
	}
}

document.write("<style>a.footer_link{font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif; color:#000; font-size:8pt; font-weight:normal; letter-spacing:normal; text-decoration:underline}</style>");
document.write("<style>a.footer_link:hover{font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif; color:#000; font-size:8pt; font-weight:normal; letter-spacing:normal; text-decoration:underline}</style>");
document.write("<style>.white{font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif; color:#000; font-size:8pt; font-weight:normal; letter-spacing:normal; text-decoration:none}</style>");
document.write("<style>.td7{font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif; color:#000; font-size:8pt; font-weight:bold; letter-spacing:0px;}</style>");
document.write("<style>.copyrights{font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif; color:#000; font-size:8pt; font-weight:normal; letter-spacing:normal; line-height:14px}</style>");

document.write("<TABLE cellSpacing=0 cellPadding=0 width=100% align=center border=0><TR>");
document.write("<TD><a class=footer_link href='");
document.write(path);
document.write("aboutus/terms_use.htm'>Terms of Use</a> | ");
document.write("<a class=footer_link href='");
document.write(path);
document.write("aboutus/privacy_policy.htm'>Privacy Policy</a> | ");
document.write("<a class=footer_link href='");
document.write(path);
document.write("announcement/2006/s/sus.htm'>Safe Job Search Guide</a> | ");
document.write("<a class=footer_link href='");
document.write("http://myjobstreet-beta.jobstreet.com/home/help.php'>Help</a> | ");
document.write("<a class=footer_link href='");
document.write(path);
document.write("aboutus/default.htm'>About Us</a> | ");
document.write("<a class=footer_link href='");
document.write(path);
document.write("aboutus/contact_us" + local + ".htm'>Contact Us</a> | ");
document.write("<a class=footer_link href='");
document.write("http://myjobstreet-beta.jobstreet.com/home/feedback.php' target=_blank>Send Feedback</a> | ");

/*document.write("<a class=footer_link href='#' onclick='fdbk(); return false;'");
document.write(">Send Feedback</a> | ");*/
document.write("</TD>");
document.write("<TD class=white align=right>");
document.write(copy);
document.write(y0);
document.write(js); 
document.write("</TD></TR></TABLE>");
 //-->
