// JavaScript Document

function buildFlash(strFlash){
	document.write(strFlash);
}
