/*
	homepage splash
*/
function initFo(){
	var fo = new SWFObject("/assets/swf/tc/home.swf", "xinhua", "748", "233", "8", "#ffffff");
	fo.addParam("wmode", "transparent");
	fo.write("homeFlash");
	if (typeof(followupFo)=="function"){
		followupFo();
	}
};
var followupFo;
if (typeof(window.onload)=="function"){
	followupFo = window.onload;
}
document.write("<style>#homeflash { visibility: hidden;}</style>");
window.onload = initFo;
