jQuery.SwfObject = function(swfObject , target) {
	jQuery(document).ready(function() {
  		swfObject.write(target);
  	});
};