/**
 * emp js configuration settings for english sites
*/
if(typeof bbc === "undefined") window.bbc = {};

bbc.emp_fmtj_properties = function(){
	// call super type for default properties and methods
	bbc.emp_fmtj_default_properties.call(this);
}

bbc.emp_fmtj_properties.prototype = new bbc.emp_fmtj_default_properties();

