// JavaScript Document
function getFlash(html) {
	document.write(html);	
}
