function insertFooter(){

	teaser1	="/promotions/premium_flavors_of_the_week.php";
	teaser2	="/promotions/new_items.php";
	teaser3	="/promotions/special_offers_and_events.php";

	art1 = "/home/images/home_tsr1_1.png";
	art2 = "/home/images/2010-05_new_items.png";
	art3 = "/home/images/home_tsr3.png";

	var_string=	"teaser1="+teaser1+
			"&teaser2="+teaser2+
			"&teaser3="+teaser3+
			"&art1="+art1+
			"&art2="+art2+
			"&art3="+art3;

	document.write('<OBJECT ID="flash_nav" CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="792" HEIGHT="160" BORDER="0">');
	document.write('	<PARAM NAME="movie" 	VALUE="/common/flash/bp_teasers.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('	<PARAM NAME="wmode" 	VALUE="transparent">');	
	document.write('<EMBED SRC="/common/flash/bp_teasers.swf" WMODE="transparent" name="flash_nav" FlashVars="'+var_string+'" QUALITY="high" TYPE="application/x-shockwave-flash" WIDTH="792" HEIGHT="160" BGCOLOR="#FFFFFF"></EMBED>');
	document.write('</OBJECT>');	
}
