$('object[name="main"]').each(function()
	{
		var MyID = $(this).attr('id');
		swfobject.registerObject(MyID, "9.0.115", "js/expressInstall.swf");
	}
);


