#!/usr/bin/perl


use CGI;

use Mysql;


require('sql3/config.pl');

$query = new CGI;

get_params();
$dbh = Mysql->connect("$db_host","$db","$db_user","$db_password");

print $query->header;

print"<body bgcolor='#408080' text='#FFFFFF' link='#FFFFFF' vlink= '#FFFFFF' alink='#FFFFFF'";
print<<EOP;

<meta NAME="TITLE" CONTENT="Seacrest High Alumni Site">
<meta NAME="DESCRIPTION" CONTENT="Everything about Seacrest High School">
<meta NAME="KEYWORDS"
CONTENT="seacrest high school alumni reunion classmates graduate delray boynton boca raton friends seacresths.com alumni seacrest high florida">
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">






<center>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
  codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"
  id="Movie1" width="700" height="130">
  <param name="movie" value="Movie11.swf">
  <param name="quality" value="high">
  <param name="bgcolor" value="#408080">
  <embed name="Movie1" src="Movie11.swf" quality="high" bgcolor="#408080"
    width="796" height="150"
    type="application/x-shockwave-flash"
    pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
  </embed></object>
</center>



EOP

$select_query = "select count(id)as Members  ,
sum(pic1) as Pictures 
 from alumni  ";

$sth = $dbh->query($select_query);

while (%info = $sth->fetchhash){

print"<center><em><bold><table><tr>
<td> <img border='0' src='images/seahawk1.jpg'>


</td>  
<td><width='33%'>   <font color='223344'><center><em><bold>Since Feb 10 , 2000<br><bold>$info{'Members'} Member Pages -- 

$info{'Pictures'} With Pictures <br><br>Over 4400 Pictures Total
<br> and
<br>1,000,001   Memories</center></td>
<td> <img border='0' src='images/seahawk2.jpg'></td>



</center></table>
";



print"<hr width='50%'>

<table border='1' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' width='100%' id='AutoNumber4'>
  <tr>
    <td width='20%'><b><font size='2'><a href='sign-me-up.htm'>Sign Me Up</a></font></b></td>
    <td width='20%'><font size='2'><b>
        <a href='sql3/databases.pl'>Alumni Search</a></b></font></td>
    <td width='20%'><font size='2'><b><a href='reunions.htm'>Reunions</a></b></font></td>
    <td width='20%'><font size='2'><b>
        <a href='sql3/memorials_by_year.pl'>Memorials by Year</a></b></font></td>
    <td width='20%'><font size='2'><b>
        <a href='picture-menu.htm'>Pictures</a></b></font></td>
  </tr>
  <tr>
    <td width='20%'><b><font size='2'><a href='sign-me-up.htm'>Change My Info</a></font></b></td>
    <td width='20%'><font size='2'><b>
        <a href='sql3/teachers.pl'>Teacher Search</a></b></font></td>
    <td width='20%'><font size='2'><b>
        <a href='reunioncontacts.htm'>Reunion Contacts</a></b></font></td>
    <td width='20%'><b><font size='2'>
        <a href='sql3/memorials_by_name

