// JavaScript Document
function GoToHome(strURL) {
	window.location.href="http://www.brothersglobal.com/cn/"+strURL;
}
