'; if (stristr($str,$word)) $nb++; return $nb; } function isEmail($str) { if(eregi("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,4})$", $str)) return true; else return false; } function isNumber($str) { if(is_numeric($str)) return true; else return false; } $form_20_class='form_20_error'; $form_20_error=''; $form_20_spam=0; $form_20_td_97_class='form_20_info'; $form_20_td_97_error=' '; $form_20_td_97_value=''; $form_20_td_98_class='form_20_info'; $form_20_td_98_error=' '; $form_20_td_98_value=''; $form_20_td_99_class='form_20_info'; $form_20_td_99_error=' '; $form_20_td_99_value=''; $form_20_td_100_class='form_20_info'; $form_20_td_100_error=' '; $form_20_td_100_value=''; $form_20_td_101_class='form_20_info'; $form_20_td_101_error=' '; $form_20_td_101_value=''; if ('iwfitsif'==my_get_post('form_20_submit')) { $form_20_error_string='There are errors which need correction.'; $form_20_td_97_error_class='form_20_error'; $form_20_td_97_error_must='Error: This field is required!'; $form_20_td_97_error_spam='Error: http: < > are not allowed!'; $form_20_td_97_value=my_get_post('Name' ,true); $form_20_body.='Name : '.my_get_post('Name')."\r\n"; if (''==trim(my_get_post('Name'))) {$form_20_td_97_class=$form_20_td_97_error_class; $form_20_td_97_error=$form_20_td_97_error_must; $form_20_error=$form_20_error_string;} $form_20_td_97_spam=form_20_count_spam(my_get_post('Name')); if ($form_20_td_97_spam>0) { if ($form_20_td_97_class!=$form_20_td_97_error_class) {$form_20_td_97_class=$form_20_td_97_error_class; $form_20_td_97_error=$form_20_td_97_error_spam; $form_20_error=$form_20_error_string;} $form_20_spam += $form_20_td_97_spam; } $form_20_td_98_error_class='form_20_error'; $form_20_td_98_error_must='Error: This field is required!'; $form_20_td_98_error_validation='Error: This field must be an email!'; $form_20_td_98_error_spam='Error: http: < > are not allowed!'; $form_20_td_98_value=my_get_post('Email' ,true); $form_20_body.='Email : '.my_get_post('Email')."\r\n"; if (''==trim(my_get_post('Email'))) {$form_20_td_98_class=$form_20_td_98_error_class; $form_20_td_98_error=$form_20_td_98_error_must; $form_20_error=$form_20_error_string;} if ($form_20_td_98_class!=$form_20_td_98_error_class && ''!=trim(my_get_post('Email')) && !isEmail(my_get_post('Email'))) {$form_20_td_98_class=$form_20_td_98_error_class; $form_20_td_98_error=$form_20_td_98_error_validation; $form_20_error=$form_20_error_string;} $form_20_td_98_spam=form_20_count_spam(my_get_post('Email')); if ($form_20_td_98_spam>0) { if ($form_20_td_98_class!=$form_20_td_98_error_class) {$form_20_td_98_class=$form_20_td_98_error_class; $form_20_td_98_error=$form_20_td_98_error_spam; $form_20_error=$form_20_error_string;} $form_20_spam += $form_20_td_98_spam; } $form_20_td_99_error_class='form_20_error'; $form_20_td_99_error_must='Error: This field is required!'; $form_20_td_99_error_spam='Error: http: < > are not allowed!'; $form_20_td_99_value=my_get_post('Address' ,true); $form_20_body.='Address : '.my_get_post('Address')."\r\n"; if (''==trim(my_get_post('Address'))) {$form_20_td_99_class=$form_20_td_99_error_class; $form_20_td_99_error=$form_20_td_99_error_must; $form_20_error=$form_20_error_string;} $form_20_td_99_spam=form_20_count_spam(my_get_post('Address')); if ($form_20_td_99_spam>0) { if ($form_20_td_99_class!=$form_20_td_99_error_class) {$form_20_td_99_class=$form_20_td_99_error_class; $form_20_td_99_error=$form_20_td_99_error_spam; $form_20_error=$form_20_error_string;} $form_20_spam += $form_20_td_99_spam; } $form_20_td_100_error_class='form_20_error'; $form_20_td_100_error_must='Error: This field is required!'; $form_20_td_100_error_validation='Error: This field must be a number!'; $form_20_td_100_error_spam='Error: http: < > are not allowed!'; $form_20_td_100_value=my_get_post('Telephone' ,true); $form_20_body.='Telephone : '.my_get_post('Telephone')."\r\n"; if (''==trim(my_get_post('Telephone'))) {$form_20_td_100_class=$form_20_td_100_error_class; $form_20_td_100_error=$form_20_td_100_error_must; $form_20_error=$form_20_error_string;} if ($form_20_td_100_class!=$form_20_td_100_error_class && ''!=trim(my_get_post('Telephone')) && !isNumber(my_get_post('Telephone'))) {$form_20_td_100_class=$form_20_td_100_error_class; $form_20_td_100_error=$form_20_td_100_error_validation; $form_20_error=$form_20_error_string;} $form_20_td_100_spam=form_20_count_spam(my_get_post('Telephone')); if ($form_20_td_100_spam>0) { if ($form_20_td_100_class!=$form_20_td_100_error_class) {$form_20_td_100_class=$form_20_td_100_error_class; $form_20_td_100_error=$form_20_td_100_error_spam; $form_20_error=$form_20_error_string;} $form_20_spam += $form_20_td_100_spam; } $form_20_td_101_error_class='form_20_error'; $form_20_td_101_error_must='Error: This field is required!'; $form_20_td_101_error_spam='Error: http: < > are not allowed!'; $form_20_td_101_value=my_get_post('Comments' ,true); $form_20_body.='Comments : '.my_get_post('Comments')."\r\n"; if (''==trim(my_get_post('Comments'))) {$form_20_td_101_class=$form_20_td_101_error_class; $form_20_td_101_error=$form_20_td_101_error_must; $form_20_error=$form_20_error_string;} $form_20_td_101_spam=form_20_count_spam(my_get_post('Comments')); if ($form_20_td_101_spam>0) { if ($form_20_td_101_class!=$form_20_td_101_error_class) {$form_20_td_101_class=$form_20_td_101_error_class; $form_20_td_101_error=$form_20_td_101_error_spam; $form_20_error=$form_20_error_string;} $form_20_spam += $form_20_td_101_spam; } if (''==trim($form_20_error) && 0==$form_20_spam) { $receiver='firebox1242000@yahoo.com'; $subject='Form Result -- Contact'; $subject= substr($subject, 0, 255); $subject=str_replace("\n", " ", $subject); $subject=str_replace("\r", " ", $subject); $body=str_replace("\n.", "\n..", $form_20_body); if ($body!="") { $result=mail($receiver,$subject,$body,$header); if (!result) { echo 'ERROR: The PHP mail function mail($receiver,$subject,$body,$header); does not work properly on your server, please contact your web hosting.'; exit; } } if ($result) { $url='http://myweb/internal_link/7'; if (!headers_sent()){ header('Location: '.$url); exit; }else{ echo ''; echo ''; exit; } exit; } } if (trim($form_20_error)) $form_20_error="$form_20_error"; } if ($form_20_spam >= 3) sleep(20); if ($form_20_spam >= 3) $form_20_td_97_value=''; if ($form_20_spam >= 3) $form_20_td_98_value=''; if ($form_20_spam >= 3) $form_20_td_99_value=''; if ($form_20_spam >= 3) $form_20_td_100_value=''; if ($form_20_spam >= 3) $form_20_td_101_value=''; ?> Welcome to the Ellerslie Vol. Fire Department's Webpage!
Welcome to the Ellerslie Vol. Fire Department's Webpage!

 

 

Welcome                                 Welcome                                       Welcome
 

Ellerslie/ Lavale VFD'S Annual Cash Bash

 Winners:

 Time

 Winning Number

 Prize Amount

 12:00

 996 

$50

 12:15

543

$50

 12:30

778

$50

 12:45

304

$50

 1:00

443

 $500

1:15

579

 $250

 1:30

563

 $300

 1:45

346

 $250

 2:00

445

 $500

 2:15

128

 $250

 2:30

040

 $300

 2:45

891

 $250

 3:00

516

 $500

 3:15

225

 $250

 3:30

741

 $300

 3:45

327

 $250

 4:00

626

 $500

 4:15

707

 $250

 4:30

098

 $300

 4:45

860

 $250

 5:00

937

 $500

 5:15

727

 $250

 5:30

410

 $300

 5:45

777

 $250

 6:00

990

 $2500

 

LIVE VIEW OF RECENT DISPATCHED CALLS 
 & WEATHER ALERTS!
 
 
Remembering the ones who gave their lives on 9/11.

View Image      animated usa flag
 
 
 
Contact Information
If you have any questions or comments please contact us at our telephone listed and and leave a message or send us a email to the webmaster's email listed below.
Telephone
301-777-0959
Postal Address
14200 Ellerslie Rd, Ellerslie MD 21529
PO Box 237
Webmaster: firebox1242000@yahoo.com         

Name:
Email:
Address:
Telephone:
Comments:
 

 

 

Cumberland City Fire, Some Passport Allegany County Public Safety - LTR Passport System

   
West Virginia Analog Maryland State Police

(Allegany, Garrett, Washington, FrederickCounties)