//
var ReCallHost = 'bopfund.moneydj.com';
try
{
var sTopUrl = top.document.location;
}
catch(err)
{
try
{
var CustomerWeb = document.referrer.split('//')[1].split('/')[0];
}
catch (err2)
{
self.location = '/HKError.htm';
}
if (CustomerWeb != 'www.bop.com.tw')
{
if (CustomerWeb != 'bopfund.moneydj.com')
{
self.location = '/HKError.htm';
}
}
}
var sHost = document.location.hostname;
var sGetHKRangeResult = 'https://' + ReCallHost + '/URLContentProtect/GetHKRangeResult.aspx?sHost=' + sHost + '&Range=mpMcEyej%3a223916';
document.writeln('');