Annisquam Light, located at the North end of the Annisquam River, Cape Ann, Massachusetts. The station was established in 1801. The current lighthouse tower was built in 1897.



3600 )) { // reset file ftruncate( $fin, 0 ); rewind( $fin ); // update data file fwrite( $fin, ++$number . ' ' . $this_ip . ' ' . $this_timestamp ); } // close the file fclose( $fin ); // initialize variables $digits = array(); $index = 0; // extract digits from counter while ( $number > 0 ) { $digits[ $index++ ] = $number % 10; $number = floor( $number / 10); } // output digit images while ( $index-- > 0 ) { echo ( '' ); } $hour = date('H'); if ( isset( $_COOKIE[ 'davescookie' ] )) { if ($hour < 9) echo ('Good Morning, Dave'); elseif ($hour < 14) echo ('Good Afternoon, Dave'); elseif ($hour < 20) echo ('Good Evening, Dave'); else echo (' Go to bed, Dave'); } ?>