// Begin jMedia Components
$(document).ready(
function() {
	$("#DynaButtons1").media({ width: 121, height: 18, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: './', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Horizontal', 'ButtonImage': './DynaButtons/regular_1.gif', 'HighliteImage': './DynaButtons/highlighted_1.gif', 'TextJustification': '5', 'TextAlignment': '4672', 'ButtonFont': 'verdana', 'FontSize': '10', 'FontColor': '3491935', 'HighliteFontColor': '3491935', 'Bold': 'True', 'BackgroundColor': '16777215', 'ButtonText0': 'Joe Marx Stories', 'URL0': 'http://www.goetsch.com/LifeStoriesofJoeMarx.pdf' }
	});
});
// End jMedia Components

