<SCRIPT>function eatfood() { alert( 'You are OUTTA HERE' );}</SCRIPT><INPUT TYPE=BUTTON VALUE='EAT FOOD' onClick="eatfood();">