require('common.php'); require('html.php'); if (!isset($_GET['format'])) { $format = 'txo'; $_GET['format'] = 'txo'; } else $format = $_GET['format']; html_start(); ?>