Script written by Stephen Yabziz | > Date started: 14th February 2004 | +-------------------------------------------------------------------------- */ define("IN_INDEX",1); include "includes/inc.php"; require_once("header.php"); $template->set_filenames(array( 'body' => 'randomimages.html') ); showRandImages(30,3); $template->pparse('body'); include "footer.php"; ?>