// JavaScript Document
<!--
function update_info(thetitle, thebody, theimage) {
	MM_setTextOfLayer("text_header", thetitle)
	MM_setTextOfLayer("text_body", thebody)
	setImage("feature_banner", theimage)
}
//-->
