//$(document).ready(function(){
	$('.banner .flashholder').each(
			function(idx,itm){
				var id=$(itm).find('object').attr('id');
				swfobject.registerObject(id, "9", "js/SWFobject/expressInstall.swf");
			}
	);
//});
