[ad_1]
The Department of Meteorology of the Civil Aviation Administration predicts that tomorrow Sunday, the weather will be partially cloudy, with fog in the heights without modification of temperatures and active winds at times, especially in the south, and light rains, especially in the regions south and north, during the morning and afternoon periods. It says in the following leaflet:
The general situation: unstable weather dominating the eastern Mediterranean basin until Monday, when it stabilizes and then turns to rain starting at noon on Tuesday.
The average temperature for the month of December on the coast: from 13 to 21 degrees Celsius in the shade.
– Weather expected in Lebanon: Saturday: partly cloudy sometimes cloudy, with low temperatures and fog in the heights. Scattered showers from noon, sometimes intensifying, especially in mountainous and interior regions, with the occurrence of lightning and thunder. When snow falls at an altitude of 1,900 meters or more, the rain decreases at night. Sunday: partly cloudy with fog in the mountains, no changes in temperature, with occasional strong winds, especially in the south, scattered light rains, especially in the southern and northern regions, during the morning and afternoon periods. Monday: Partly cloudy to slightly cloudy, with high temperatures. The wind also kicks in sometimes. Tuesday: few clouds to partly cloudy with a decrease in temperatures, gradually changing during the day to cloudy and scattered rain that is sometimes strong with the occurrence of lightning, thunder and strong winds. Snow also falls at an altitude of 1,900 meters or more, and fog forms overhead.
Expected temperatures: On the coast, from 13 to 24 degrees. Over the mountains from 9 to 17 degrees. Indoor 8 to 19 degrees.
Winds on the surface: from southwest to southeast, with gusts of between 10 and 30 km / h.
– Visibility: Average on the coast, sometimes worse at height due to fog.
Relative humidity on the coast: between 50 and 75%.
Sea: low waves. Water surface temperature: 23 ° C.
Atmospheric pressure: 1016 HPA, equivalent to: 762 mm Hg.
Sunrise: 27:06; Sunset: 29:16
// facebook $(function () {
(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'));
window.fbAsyncInit = function () { FB.init({ appId: '824194164619125', cookie: true, xfbml: true, version: 'v2.9' }); };
//$("#facebookLogin").click(function () { // FacebookLogin(); //});
});
$(document).ready(function () { $("#submitNL").click(function (e) { e.preventDefault(); submitEmailNL(); })
$("#formNL").submit(function (e) { e.preventDefault(); submitEmailNL(); })
});
function submitEmailNL() { var email = $("#emailNL").val();
if (validateEmail(email)) { var requestObject = { Email: email }; AjaxPost("/api/Configuration/SubscribeToNewsLetter", requestObject, SuccessNewsletter, FailureNewsLetter); } else {
$("#successNL").hide(); $("#errorNL").show(); $("#errorNL").text("الرجاء تزويدنا ببريد إلكتروني صحيح."); }
}
function FailureNewsLetter(jqXHR, textStatus) { $("#successNL").hide(); $("#errorNL").show(); $("#errorNL").text("لقد حصل خطاء. الرجاء المحاوله لاحقا."); }
function SuccessNewsletter(data) {
var myJSON = data;
if (myJSON.Status == "1") {
$("#successNL").show(); $("#errorNL").hide(); $("#successNL").html(myJSON.Message); $("#emailNL").val("");
} else {
$("#successNL").hide(); $("#errorNL").show(); $("#errorNL").text(myJSON.Message); } }
function validateEmail(email) { var re = /^(([^<>()[]\.,;:s@"]+(.[^<>()[]\.,;:s@"]+)*)|(".+"))@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}])|(([a-zA-Z-0-9]+.)+[a-zA-Z]{2,}))$/; return re.test(String(email).toLowerCase()); }
$(document).ready(function () { checkBreakingNews() })
function checkBreakingNews(){
AjaxGet("/api/News/BreakingNews", successBN, failureBN, null); }
function failureBN(jqXHR, textStatus) { $("#breakingNews").hide(); $('header').removeClass('withAlert') }
function successBN(data) {
var myJSON = data;
if (myJSON.Status == "1") { if (myJSON.Data.Article != null) { if (readCookie("BN-" + myJSON.Data.Article.ID) == null) {
$("#aBNCategoryName").text(myJSON.Data.Article.Category); $("#aBNCategoryName").attr("href", myJSON.Data.Article.CategoryLink);
$("#aBNTitle").text(myJSON.Data.Article.Title); $("#aBNTitle").attr("href", myJSON.Data.Article.Link); $("#aCloseBN").click(function () { closeBN(myJSON.Data.Article.ID); }) //alert(myJSON.Data.Article.Position); if (myJSON.Data.Article.Position == "bottom") { $("#breakingNews").addClass("bottomBreakingNews"); $('header').removeClass('withAlert') } else { $("#breakingNews").removeClass("bottomBreakingNews"); $('header').addClass('withAlert') } $("#breakingNews").show(); } else {
$("#breakingNews").hide(); } } else { $("#breakingNews").hide(); $('header').removeClass('withAlert') } } else { $("#breakingNews").hide(); $('header').removeClass('withAlert') }
setTimeout(function () { checkBreakingNews(); }, 100000)
}
function closeBN( id) {
createCookie("BN-" + id, "1", 1);
$('.menuHolder').removeClass('noTransition') $("#breakingNews").hide(); $('.menuHolder').css('top', '46px') $('header').removeClass('withAlert') fixedMenu()
}
[ad_2]