$(function(){
	flashembed("promotion", { 
	src: "/home/swf/cyy_top.swf", 
	wmode: 'opaque',
	version: [10, 0],
	// called every time the supported version is not found
	onFail: function() {
		document.getElementById("needFlash").style.display = 'block';
	}
});
});
