function BayasoftChristmas2006Movie() {
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('width="550" height="400" id="BayaSoftMovie"');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">');
//in the line below is where you designate the url for the button - after the ? below - demoURL is the variable in Flash
document.write('<param name="movie" value="holiday2008/Christmas2008.swf" /><param name="wmode" value="transparent" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" />');
document.write('<embed src="holiday2008/Christmas2008.swf" quality="high" bgcolor="#000000" ');
document.write('width="550" height="400" name="Christmas2008" align="top"');
document.write('wmode="transparent"');
document.write('play="true"');
document.write('loop="false"');
document.write('quality="high"');
document.write('allowScriptAccess="sameDomain"');
document.write('type="application/x-shockwave-flash"');
document.write('pluginspage="http://www.macromedia.com/go/getflashplayer">');
document.write('</embed>');
document.write('</object>');
}