MANILA, Philippines — (Up to date, 11:54 a.m.) 1000’s have been evacuated in Caraga as Tropical Storm Auring (worldwide identify: Dujuan) inches nearer to land.
Nationwide Catastrophe Danger Discount Administration Council spokesperson Mark Timbal informed state-run Individuals’s Tv that 1,241 households have been preemptively evacuated in Caraga and are staying in 36 evacuation facilities.
State climate bureau PAGASA stated in its 11 a.m. bulletin that Auring, which packs 75 kilometer-per-hour winds close to the middle and gusts of as much as 90 kph, saved its power because it strikes eastward at 15 kph.
After making landfall over Caraga, PAGASA expects the storm to cross Visayas and Mimaropa from Sunday to Monday.
Whereas it has but to make landfall, its results are already being felt in Surigao del Norte, Surigao del Sur, Dinagat Islands, and Jap Samar, the place heavy to intense rains will persist from at this time till tomorrow midday.
Reasonable to heavy with at instances intense rains over Misamis Oriental, Camiguin, and the remainder of Caraga, whereas gentle to reasonable with at instances heavy rains over Central Visayas, Davao Oriental, Davao de Oro, Davao del Norte, and the remainder of Northern Mindanao and Jap Visayas are anticipated till tomorrow midday.
PAGASA expects reasonable to heavy with at instances intense rains over Leyte, southern Leyte, Cebu, Bohol, Surigao del Norte and Dinagat Islands from tomorrow midday to Monday.
It additionally expects gentle to reasonable with at instances heavy rains over Zamboanga Peninsula, northern Mindanao, Bicol Area, Mimaropa, the southern portion of Quezon, the remainder of Visayas and Caraga from tomorrow midday to Monday.
Sign No. 1 is at the moment hoisted over the next areas:
- northern Samar
- japanese Samar
- Samar
- Biliran
- Leyte
- southern Leyte
- Cebu
- Negros Oriental
- Bohol
- Siquijor
- Dinagat Islands
- Surigao del Norte
- Surigao del Sur
- Agusan del Norte
- Agusan del Sur
- Davao Oriental
- Davao de Oro
- Davao del Norte
- Davao Metropolis
- Camiguin
- Misamis Oriental
- Misamis Occidental
- Lanao del Norte
- Bukidnon
- Lanao del Sur
PAGASA stated Auring and the northeast monsoon, also called amihan, will deliver robust to gale-force winds over areas the place Sign No. 1 is up, together with the remainder of Visayas, Bicol area, Calabarzon, Mindoro provinces, Marinduque, Romblon, and the northern portion of Palawan together with Calamian, Cuyo and Kalayaan Islands. — Xave Gregorio
function statusChangeCallback(response) { console.log('statusChangeCallback'); console.log(response); // The response object is returned with a status field that lets the // app know the current login status of the person. // Full docs on the response object can be found in the documentation // for FB.getLoginStatus(). if (response.status === 'connected') { // Logged into your app and Facebook. //testAPI(); } else if (response.status === 'not_authorized') { // The person is logged into Facebook, but not your app. } else { // The person is not logged into Facebook, so we're not sure if // they are logged into this app or not. } }
function checkLoginState() { FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }
window.fbAsyncInit = function() { FB.init({ appId : '1775905922621109', xfbml : true, version : 'v2.8' });
FB.getLoginStatus(function(response) { statusChangeCallback(response); }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
function testAPI() { whiteout_reset();
FB.api('/me', {fields: 'id, email, first_name, last_name'}, function(response) { $.post('https://www.philstar.com/check_credentials.php', "id=" + response.id + "&email=" + response.email + "&firstname=" + response.first_name + "&lastname=" + response.last_name + "&remember=" + $("#ps_remember").prop('checked'), function(msg) { console.log("credentials: " + msg); if (msg.trim() == "logged" || msg.trim() == "added") { location.reload(); } else { $("#floatingBarsG").css({display: "none"}); $("#popup").css({display: "block"}); $("#popup_message").text("Email address already in use."); } }); }); }
function fb_share(url) { FB.ui({ method: 'share', display: 'popup', href: url }, function(response){}); }