var msg_id, f;

f				= new Object();
f.movie			= "dove_hello_sunshine.swf";
f.width			= "100%";
f.height		= "100%";
f.majorversion	= "8";
f.build			= "0";
f.xi			= "true"; // express install enabled
f.ximovie		= "ufo.swf";
f.xiwidth		= "100%";
f.xiheight		= "100%";
f.xiurlcancel	= "flash_xi_cancel.html";
f.xiurlfailed	= "flash_xi_failed.html";

msg_id = getVarFromURL("msg");
if(msg_id){ f.flashvars	= "msg=" + msg_id.toString(); }

UFO.create(f, "flash");

