<html> <head> <title>Theme Preview - <?php extract($_GET); echo $theme ?></title> <link rel="stylesheet" type="text/css" href="themes/<?php echo strtolower($theme) ?>.css" /> </head> <body> <div id="nameo"><h1>Welcome to My Site!</h1></div> <div id="stuff"> <!-- this image tag is where you put the techers picture --> <?php $random = rand(1,18); echo "<img src='themes/$random.gif' class='picci'/>"; ?> <p>Information About Me</p> <p>Information about the Course</p> </div> <br/><br/> <hr color='#000000'/> <a href='javascript:close()'>Close this Window</a> </body> </html>