if ($_REQUEST['do'] == 'this') { eval('print_output("' . fetch_template('do_this') . '");');}if ($_REQUEST['do'] == 'that') { eval('print_output("' . fetch_template('do_that') . '");');}