function populateSWF(){
	var shtml = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"";
	shtml += " codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0\"";
	shtml += "  width=\"780\" height=\"307\" id=\"simple_movie\" align=\"\">";
	shtml += " <param name=movie value=\"flash/swf_mrl_home.swf\">";
	shtml += " <param name=quality value=high>";
	shtml += " <param name=bgcolor value=#FFBD42>";
  shtml += " <param name=WMode value=Transparent>";
	shtml += " <embed src=\"flash/swf_mrl_home.swf\" quality=high bgcolor=#FFBD42  width=\"780\" height=\"307\" name=\"simple_movie\" align=\"\"";
	shtml += "  type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" WMode=\"Transparent\"></embed>";
	shtml += "  </object>"

	var md = document;
	var d = md.getElementById("swfcont");
	d.innerHTML = shtml;


}


