Cobb Creek Church, WV Hourly Weather Updates
Quick Clicks
Cobb Creek Church Radar Loop
Use the map search tool if you want to place a location marker on the radar map...
Cobb Creek Church Weather Map
Cobb Creek Church Quick Facts
"; } } } } function smart_truncate($html, $limit) { $parts = preg_split('/(<[^>]*>)/', $html, -1, PREG_SPLIT_DELIM_CAPTURE); $count = 0; $result = ''; foreach ($parts as $part) { if (preg_match('/<[^>]*>/', $part)) { $result .= $part; } else { $len = strlen($part); if ($count + $len > $limit) { $result .= substr($part, 0, $limit - $count) . '...'; return $result; } $result .= $part; $count += $len; } } return $result; } function closetags($html) { preg_match_all('#<(?!meta|img|br|hr|input\b)\b([a-z]+)(?: .*)?(?#iU', $html, $result); $openedtags = $result[1]; preg_match_all('#([a-z]+)>#iU', $html, $result); $closedtags = $result[1]; $len_opened = count($openedtags); if (count($closedtags) == $len_opened) return $html; $openedtags = array_reverse($openedtags); for ($i = 0; $i < $len_opened; $i++) { if (!in_array($openedtags[$i], $closedtags)) { $html .= '' . $openedtags[$i] . '>'; } else { unset($closedtags[array_search($openedtags[$i], $closedtags)]); } } return $html; } $limit = 500; $visibleText = strip_tags($afd_html); $intro = (strlen($visibleText) > $limit) ? closetags(smart_truncate($afd_html, $limit)) : $afd_html; echo '
'; echo '
'; CODE%%
'; echo ''; echo ''; if ($issued != "") { echo ' '; echo '
'; echo 'Forecast Discussion (' . htmlspecialchars($cwa, ENT_QUOTES, "UTF-8") . ')
Issued: ' . htmlspecialchars($issued, ENT_QUOTES, "UTF-8") . '
'; __ } echo '' . $intro . '
'; if (strlen($visibleText) > $limit) { echo ''; echo ''; echo ''; } echo '
Weather World