			function setSwfObject() {
				var so = new SWFObject("post_it_LP.swf", "div_flash", "880", "485", "7", "#fff");
				// so.addVariable("flashVarText", "this is passed in via FlashVars for example only"); this line is optional, but this example uses the variable and displays this text inside the flash movie
				document.getElementById('div_flash').style.display = 'block';
				so.write("div_flash");
			}