<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>pic</title> </head> <body background="images/bg.gif"> <?php if($out=="graph") $filename="/pics/archive/$year/$month/$day/$out/$run/".$field.$domain."_".$hour."_".$level.".gif"; else $filename="/pics/archive/$year/$month/$day/$out/$run/".$domain."_".$field."_".$level."_".$hour.".gif"; print "<img src=\"$filename\">"; ?> </font> </body> </html>