function insertHomePage(theXML){	

	
	m_ab="/about_us/index.php";
	m_sw="/sweet_sensation/index.php";
	m_fu="/about_us/fundraising_program.php";
	m_gi="/promotions/gift_certificates_available.php";
	m_lo="/locations/index.php";
	m_ca="/careers/index.php";
	m_ne="/news_and_events/index.php";
	m_co="/contact/index.php";
	
	t_pf="/sweet_sensation/premium_flavors.php";
	t_ni="/new_items/new_items.php";
	t_so="/sweet_sensation/special_offers.php";
	t_c="/careers/index.php";
	
	var_string=	"the_xml="+theXML+
			"&m_ab="+m_ab+
			"&m_sw="+m_sw+
			"&m_fu="+m_fu+
			"&m_gi="+m_gi+
			"&m_lo="+m_lo+
			"&m_ca="+m_ca+
			"&m_ne="+m_ne+
			"&m_co="+m_co+
			"&t_pf="+t_pf+
			"&t_ni="+t_ni+
			"&t_so="+t_so+
			"&t_c="+t_c;

	document.write('<OBJECT ID="flash_nav" CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="634" HEIGHT="277" BORDER="0">');
	document.write('	<PARAM NAME="movie" 	VALUE="flash/bp_short.swf">');
	document.write('	<PARAM NAME="FlashVars" VALUE="'+var_string+'">');	
	document.write('	<PARAM NAME="quality" 	VALUE="high">');
	document.write('	<PARAM NAME="bgcolor" 	VALUE="#FFFFFF">');
	document.write('<EMBED SRC="flash/bp_short.swf" name="flash_nav" FlashVars="'+var_string+'" QUALITY="high" TYPE="application/x-shockwave-flash" WIDTH="634" HEIGHT="277" BGCOLOR="#FFFFFF"></EMBED>');
	document.write('</OBJECT>');	
}