# TNET Services, Inc. # # Copyright: (c) 1992-2007 Copyright TNET Services, Inc. ############################################################################ # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA ############################################################################ # This document uses Tab 4 Settings ############################################################################ $viewSource = false; if ( isset($_REQUEST['sce']) && strtolower($_REQUEST['sce']) == 'view' ) { //--self downloader -- $filenameReal = __FILE__; $download_size = filesize($filenameReal); header('Pragma: public'); header('Cache-Control: private'); header('Cache-Control: no-cache, must-revalidate'); header("Content-type: text/plain"); header("Accept-Ranges: bytes"); header("Content-Length: $download_size"); header('Connection: close'); readfile($filenameReal); exit; } require_once("Settings.php"); require_once("common.php"); $useHTML5 = true; // force this page to use HTML5 instead of XHTML 1.0-Transitional $useUTF8 = true; // force this page to convert language files to UTF8 for display ############################################################################ $TITLE = langtransstr($SITE['organ']) . " - " .langtransstr('KEC83 NOAA Radio Baltimore, MD'); $showGizmo = true; // set to false to exclude the gizmo include("top.php"); ############################################################################ $isApple = preg_match('|AppleWebKit/.*Mobile/|i',$_SERVER['HTTP_USER_AGENT'])?true:false; $isAndroid = preg_match('/android/i',$_SERVER['HTTP_USER_AGENT'])?true:false; ############################################################################ # Settings # $divWidth = 596; // Set page width // Enter Default Station & City $Station = "KHB36"; $City = "Manassas, VA"; $State = "VA"; $Frequency = "162.550 MHz"; $streamurl = "https://wxradio.org/VA-Manassas-KHB36"; $streamproviderurl = "https://cliftonvaweather.com"; $streamprovidername = "Clifton Virginia Weather"; $Agency = "NOAA"; $backgroundcolor = "#FFFFCC"; ?>

Weather Service Radio Transmitter Site

' . $Agency . ' Weather Radio
' . $Agency . ' Radio Station Callsign: ' . $Station . '
' . $Agency . ' Radio Station Location: ' . $City . '
' . $Agency . ' Radio Station Frequency: ' . $Frequency . '
Stream Provided By: ' . $streamprovidername . '
' . $Agency . ' Radio '. $Station .' : '. $Frequency .'
'. $City .'

NOAA Radio Logo
Radio transmission courtesy of NOAA or Environment Canada.

To listen to the latest list of Weather Radio stations from across the USA and Canada click NOAAWEATHERRADIO.ORG . These feeds are provided by personal weather website owners and others through NOAAWEATHERRADIO.org, who have graciously supplied their feeds. This website provides its feed to this service.

'.$City.' ' . $Agency . ' Radio '.$Station.' Coverage Area

'.$City.' Coverage Area

This Audio Stream Player is not to be used for protection of life or property. Please remember that you should NOT rely on this Internet audio to receive watches or warnings. Instead, you should have your own dedicated NOAA Weather Radio receiver which will alert you 24 hours a day to hazards in your area. This stream player is provided as a convenience and is not an authoritative source for official watches, warnings or advisories -- those should be obtained directly using your own NOAA Weather Radio receiver. Please do not rely on this page as your only source to hear NOAA radio. When you need it most, storms may cause power outages at this end. It is a good idea to mainly rely on a separate NOAA radio with battery back-up.

Note: due to streaming software delays, this audio may be behind the NOAA radio broadcast.


'; ?>
Public Information Statement from: NOAA-NWS
Script developed by: Clifton Virginia Weather
'; ?>