<?
//  seed rand
mt_srand ((double) microtime() * 1000000);
$var = mt_rand(1,665);

    echo "<html>\n"
	."<head>\n<title>random fun from sixsixfive.com #$var</title>\n</head>\n"
	." <frameset rows=\"30,*\" border=0>\n"
	."   <frame src=\"top.php\">\n"
	."   <frame src=\"http://www.sixsixfive.com/$var.html\">\n"
        ." </frameset>\n"
        ."</html>";

?>
