NEWBURGH, New York â" Two kids survived being trapped in a snow bank in Newburgh, New York.
Rescuers were finally able to find them and dig them free.
iPhone video was shot as police and neighbors rescued the two children buried overnight under a huge pile of snow.
âFrom what I understand a dog was barking and took the attention to where these children were at,â said Robert Nicosia, witness.
Nicosia said somebody heard the muffled sounds of the kids under the snow, and as they were digging them out people were screaming for shovels.
âThey dug these young boys out. Â Iâd say around 10-years-old. And fortunately, they were alive and well. Â Police got a big round of applause,â said Nicosia.
One of the boys was J.J. Martinez.
His mother let Facebook friends know how he and his cousin were found just after 2 a.m. Thursday and said they are doing well.
Takiaya Stevensâ son plays with J.J.
She shot the video and helped get the boys out.
âAll I see was the feet. Â When I got over there, the little boyâs feet was hanging out of the thing and he was shaking,â said Stevens.
The boys were playing in a  parking lot across from one of their homes when they went missing just after 6 p.m.  Wednesday.
That is when a frantic search was started by police and neighbors.
Residents believe a snow plow had something to do with it.
âWhen I left at 5:30, the snow plow was out here. He started plowing already,â said Stevens.
Both boys spent Thanksgiving in the hospital and they are still recovering.
Â
Â
// <![CDATA[
document.getElementById(âlinkThemedCSSâ).href = âtheme/cnn/css/common_themed.cssâ;
//Functions For Proper Screen Sizing â" BEGIN
function fixMainAreaHeight()
{
try
{
var divCustomBannerHeight = 0;
//66 in Height is Subtracted to reduce the Header and Footer size
//document.getElementById(âdivMainâ).style.height = documentHeight â" 66 + âpxâ;
if(navigator.appName == âMicrosoft Internet Explorerâ)
{
document.getElementById(âdivMainâ).style.height = documentHeight â" (66 + divCustomBannerHeight) + âpxâ;
}
else
{
document.getElementById(âdivMainâ).style.height = (documentHeight + 20) â" (66 + divCustomBannerHeight) + âpxâ;
}
}
catch(e)
{
window.location = âMain.aspxâ;
}
}
//Functions For Proper Screen Sizing â" END
// Varable to specify if the call logs should be shown in the Download Manager (argument added to page load URL)
var showCallLogsArg = â;
// Called from /upload/selectFilePop.aspx java applet browse logic once a user selects a file for upload.
function setSelectedFileForUpload(filePathName)
{
document.getElementById(âuploadFileâ).value = filePathName;
}
function setSelectedDirForDownload(path)
{
document.getElementById(âtxtStoryRequestDownloadLocationâ).value = path;
}
// Variable to specify when the mouse is down (pressed) while
// changing the width of a column in the main grid header.
var IsOnMouseDown=false;
// Variable to specify if the divMain is coming from the Stories
// page, in order to maintain the autoarrange header width live
// for the rest of the pages calling/using the function (same div
// id hardcoded in the javascript issue).
var IsHorizontalScrollAllowed=true;
var IsAdvancedSearchMinMaxDateAllowed=true;
var AdvancedSearchMinDate=new Date(â01/01/2000 00:00:00â²);
var AdvancedSearchMaxDate=new Date();
AdvancedSearchMaxDate.setDate(AdvancedSearchMaxDate.getDate()+7);
var CalendarDateFormat=â%d %b %Y';
function onclick_pageRedirect(livePersonChatSiteId)
{
var pageURL = âhttps://server.iad.liveperson.net/hc/” [2] ; + livePersonChatSiteId + â/?cmd=file&file=visitorWantsToChat&site=â + livePersonChatSiteId + â&byhref=1&imageUrl=https://server.iad.liveperson.net/hcp/Gallery/ChatButton-Gallery/English/General/1aâ;
var load = window.open(pageURL, âmywindowâ, âlocation=1,status=1â³);
}
function onmouseover_LiveChatButton()
{
var anchorLivechat = document.getElementById(âanchorLivechatâ);
if(anchorLivechat != null)
{
anchorLivechat.className = âonmouseover_textâ;
}
var divLivechat_left_side = document.getElementById(âdivLivechat_left_sideâ);
if(divLivechat_left_side != null)
{
divLivechat_left_side.className = âonmouseover_left_sideâ;
}
var divLivechat_right_side = document.getElementById(âdivLivechat_right_sideâ);
if(divLivechat_right_side != null)
{
divLivechat_right_side.className = âonmouseover_right_sideâ;
}
}
function onmouseout_LiveChatButton()
{
var anchorLivechat = document.getElementById(âanchorLivechatâ);
if(anchorLivechat != null)
{
anchorLivechat.className = âonmouseout_textâ;
}
var divLivechat_left_side = document.getElementById(âdivLivechat_left_sideâ);
if(divLivechat_left_side != null)
{
divLivechat_left_side.className = âonmouseout_left_sideâ;
}
var divLivechat_right_side = document.getElementById(âdivLivechat_right_sideâ);
if(divLivechat_right_side != null)
{
divLivechat_right_side.className = âonmouseout_right_sideâ;
}
}
function onmousedown_appearsPressed()
{
var divObject = document.getElementById(âdivLivechatTextâ);
if(divObject != null)
{
divObject.className = âbutton_comstyle_customButtonPressedâ;
}
var anchorLivechat = document.getElementById(âanchorLivechatâ);
if(anchorLivechat != null)
{
anchorLivechat.className = âonmousedown_textâ;
}
var divLivechat_left_side = document.getElementById(âdivLivechat_left_sideâ);
if(divLivechat_left_side != null)
{
divLivechat_left_side.className = âonmousedown_left_sideâ;
}
var divLivechat_right_side = document.getElementById(âdivLivechat_right_sideâ);
if(divLivechat_right_side != null)
{
divLivechat_right_side.className = âonmousedown_right_sideâ;
}
}
function onmouseup_appearsDepressed()
{
var divObject = document.getElementById(âdivLivechatTextâ);
if(divObject != null)
{
divObject.className = âtextâ;
}
var anchorLivechat = document.getElementById(âanchorLivechatâ);
if(anchorLivechat != null)
{
anchorLivechat.className = âonmouseout_textâ;
}
var divLivechat_left_side = document.getElementById(âdivLivechat_left_sideâ);
if(divLivechat_left_side != null)
{
divLivechat_left_side.className = âonmouseout_left_sideâ;
}
var divLivechat_right_side = document.getElementById(âdivLivechat_right_sideâ);
if(divLivechat_right_side != null)
{
divLivechat_right_side.className = âonmouseout_right_sideâ;
}
}
var CheckCreateIngestWaitMilliseconds = â3000â;
// ]]>
Links
- ^ Report a Typo (www.kfor.com)
- ^ https://server.iad.liveperson.net/hc/ (server.iad.liveperson.net)
No comments:
Post a Comment