function RunFoo()
	{
	document.write('<object class="floatleft" type="application/x-shockwave-flash" width="279" height="106" data="assets/Flash/wine-promo.swf">\n');
	document.write('<param name="movie" value="assets/Flash/wine-promo.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<div class="promobox"><h3>Win a Free bottle of wine</h3><p><a href="promotion.php" title="Find out more information on how to win a free bottle of wine">Click here for more information</a></p></div>\n');
	document.write('</object>\n');
}

function RunFridgePromo()
	{
	document.write('<object class="floatleft" type="application/x-shockwave-flash" width="279" height="106" data="assets/Flash/fridge-stock.swf">\n');
	document.write('<param name="movie" value="assets/Flash/fridge-stock.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<div class="promobox"><h3>Free Stock Offers</h3><p>We offer selected fridges fully stocked!</p><p><a href="free-stock-offers.htm">Click here for more details.</a></p></div>\n');
	document.write('</object>\n');
}


