function InsertMovie() {	document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'");	document.write("width='751' height='440'");	document.write("codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab'>");	document.write("<param name='movie' value='/swf/front_page/christmas_24.swf' /><param name='loop' value='false' /><param name='quality' value='high' /><param name='bgcolor' value='#ffffff' />");	document.write("<embed src='/swf/front_page/christmas_24.swf' loop='false' quality='high' bgcolor='#ffffff'");	document.write("width='751' height='440' name='holiday' align='middle'");	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>");}function InsertHolidayPage(version, height) {	document.write("<embed src='/swf/front_page/"+version+"' loop='false' quality='high' bgcolor='#ffffff'");	document.write("width='749' height='"+height+"' name='"+version+"' align='middle'");	document.write("play='true'");	document.write("loop='true'");	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>");}