$(document).ready(function() {
		$('#flashcontent').flash({
		swf: 'mel_harmon.swf',
		height: 5, // default is 180
		width: 7,
		hasVersion: 7,
		bgcolor: '#e4df75s'
	});
}); //end ready
