// Begin jMedia Components
$(document).ready(
function() {
	$("#DynaButtons1").media({ width: 400, height: 19, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: '../', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Horizontal', 'ButtonImage': '../DynaButtons/p1.GIF', 'HighliteImage': '../DynaButtons/p3.GIF', 'TextJustification': '5', 'TextAlignment': '4672', 'ButtonFont': 'Verdana', 'FontSize': '9', 'FontColor': '16777215', 'HighliteFontColor': '0', 'Bold': 'True', 'BackgroundColor': '16777215', 'ButtonText0': 'Contact Info', 'URL0': '../html/contact_info.html', 'ButtonText1': 'Pick An Agent', 'URL1': '../html/pick_an_agent.html', 'ButtonText2': 'Best Resources', 'URL2': '../html/best_resources.html', 'ButtonText3': 'Info Your Way', 'URL3': '../html/info_your_way.html' }
	});
});
// End jMedia Components

