$(document).ready(function()
{
	function init()
	{
		var so = new SWFObject("mel_harmon.swf", "sotester", "7", "5", "7", "#e4df75");
		so.write("flashcontent");
	}
	init();
});