'; if (stristr($str,$word)) $nb++; return $nb; } $form_4_class='form_4_error'; $form_4_error=''; $form_4_spam=0; $form_4_td_22_class='form_4_info'; $form_4_td_22_error=' '; $form_4_td_22_value=''; $form_4_td_23_class='form_4_info'; $form_4_td_23_error=' '; $form_4_td_23_value=''; $form_4_td_24_class='form_4_info'; $form_4_td_24_error=' '; $form_4_td_24_value=''; $form_4_td_25_class='form_4_info'; $form_4_td_25_error=' '; $form_4_td_25_value=''; $form_4_td_26_class='form_4_info'; $form_4_td_26_error=' '; $form_4_td_26_value=''; if ('ktvdiity'==my_get_post('form_4_submit')) { $form_4_error_string='There are errors which need correction.'; $form_4_td_22_error_class='form_4_error'; $form_4_td_22_error_must='Error: This field is required!'; $form_4_td_22_error_spam='Error: http: < > are not allowed!'; $form_4_td_22_value=my_get_post('Name' ,true); $form_4_body.='Name : '.my_get_post('Name')."\r\n"; if (''==trim(my_get_post('Name'))) {$form_4_td_22_class=$form_4_td_22_error_class; $form_4_td_22_error=$form_4_td_22_error_must; $form_4_error=$form_4_error_string;} $form_4_td_22_spam=form_4_count_spam(my_get_post('Name')); if ($form_4_td_22_spam>0) { if ($form_4_td_22_class!=$form_4_td_22_error_class) {$form_4_td_22_class=$form_4_td_22_error_class; $form_4_td_22_error=$form_4_td_22_error_spam; $form_4_error=$form_4_error_string;} $form_4_spam += $form_4_td_22_spam; } $form_4_td_23_error_class='form_4_error'; $form_4_td_23_error_must='Error: This field is required!'; $form_4_td_23_error_validation='Error: This field must be an email!'; $form_4_td_23_error_spam='Error: http: < > are not allowed!'; $form_4_td_23_value=my_get_post('Email' ,true); $form_4_body.='Email : '.my_get_post('Email')."\r\n"; if (''==trim(my_get_post('Email'))) {$form_4_td_23_class=$form_4_td_23_error_class; $form_4_td_23_error=$form_4_td_23_error_must; $form_4_error=$form_4_error_string;} if ($form_4_td_23_class!=$form_4_td_23_error_class && ''!=trim(my_get_post('Email')) && !isEmail(my_get_post('Email'))) {$form_4_td_23_class=$form_4_td_23_error_class; $form_4_td_23_error=$form_4_td_23_error_validation; $form_4_error=$form_4_error_string;} $form_4_td_23_spam=form_4_count_spam(my_get_post('Email')); if ($form_4_td_23_spam>0) { if ($form_4_td_23_class!=$form_4_td_23_error_class) {$form_4_td_23_class=$form_4_td_23_error_class; $form_4_td_23_error=$form_4_td_23_error_spam; $form_4_error=$form_4_error_string;} $form_4_spam += $form_4_td_23_spam; } $form_4_td_24_error_class='form_4_error'; $form_4_td_24_error_spam='Error: http: < > are not allowed!'; $form_4_td_24_value=my_get_post('Address' ,true); $form_4_body.='Address : '.my_get_post('Address')."\r\n"; $form_4_td_24_spam=form_4_count_spam(my_get_post('Address')); if ($form_4_td_24_spam>0) { if ($form_4_td_24_class!=$form_4_td_24_error_class) {$form_4_td_24_class=$form_4_td_24_error_class; $form_4_td_24_error=$form_4_td_24_error_spam; $form_4_error=$form_4_error_string;} $form_4_spam += $form_4_td_24_spam; } $form_4_td_25_error_class='form_4_error'; $form_4_td_25_error_spam='Error: http: < > are not allowed!'; $form_4_td_25_value=my_get_post('Telephone' ,true); $form_4_body.='Telephone : '.my_get_post('Telephone')."\r\n"; $form_4_td_25_spam=form_4_count_spam(my_get_post('Telephone')); if ($form_4_td_25_spam>0) { if ($form_4_td_25_class!=$form_4_td_25_error_class) {$form_4_td_25_class=$form_4_td_25_error_class; $form_4_td_25_error=$form_4_td_25_error_spam; $form_4_error=$form_4_error_string;} $form_4_spam += $form_4_td_25_spam; } $form_4_td_26_error_class='form_4_error'; $form_4_td_26_error_spam='Error: http: < > are not allowed!'; $form_4_td_26_value=my_get_post('Comments' ,true); $form_4_body.='Comments : '.my_get_post('Comments')."\r\n"; $form_4_td_26_spam=form_4_count_spam(my_get_post('Comments')); if ($form_4_td_26_spam>0) { if ($form_4_td_26_class!=$form_4_td_26_error_class) {$form_4_td_26_class=$form_4_td_26_error_class; $form_4_td_26_error=$form_4_td_26_error_spam; $form_4_error=$form_4_error_string;} $form_4_spam += $form_4_td_26_spam; } if (''==trim($form_4_error) && 0==$form_4_spam) { $receiver='firebox1242000@yahoo.com'; $subject='Website Contact'; if (isEmail( $form_4_td_22_value )) $header='From: '.$form_4_td_22_value; $subject.=$form_4_td_22_value; $subject= substr($subject, 0, 255); $subject=str_replace("\n", " ", $subject); $subject=str_replace("\r", " ", $subject); $body=str_replace("\n.", "\n..", $form_4_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://www.evfc.org/site-map.htm'; if (!headers_sent()){ header('Location: '.$url); exit; }else{ echo ''; echo ''; exit; } exit; } } if (trim($form_4_error)) $form_4_error="$form_4_error"; } if ($form_4_spam >= 3) sleep(20); if ($form_4_spam >= 3) $form_4_td_22_value=''; if ($form_4_spam >= 3) $form_4_td_23_value=''; if ($form_4_spam >= 3) $form_4_td_24_value=''; if ($form_4_spam >= 3) $form_4_td_25_value=''; if ($form_4_spam >= 3) $form_4_td_26_value=''; ?> Welcome to the Ellerslie Vol. Fire Dept.'s Webpage!!
Welcome to the Ellerslie Vol. Fire Dept.'s Webpage!!

WELCOME

Sign Up for Updates and

Event Notifications Today!

Click here to find out more!!!

Chicken Fry

July 9th

3-7 pm

 Our mission as a volunteer fire dept. is to save you when needed. We have fire and ems personel to respond when in need.

Contact Information

If you have any questions or comments please contact at our telephone listed and leave a message or send us a email at the webmaster's email.

Telephone 
     301-777-0959

Postal address 
     14200 Ellerslie Rd Ellerslie Md 21529

Name:
Email:
Address:
Telephone:
Comments:
 

Electronic mail


     Customer Support:
     Webmaster: firebox1242000@yahoo.com         

Remembering the ones who gave their lives on 9/11.

animated usa flagView Image