Security beefed up after deadly Iraq suicide attack
Source: Agencies
Published in Terrorism on Monday, March 7, 2016
HILLA - Iraqi authorities on Monday tightened security in several provinces after a suicide attack at a checkpoint south of Baghdad killed 61 people, security and medical officials said.
A truck packed with explosives was detonated by a suicide bomber at the main checkpoint guarding the northern entrance to the city of Hilla on Sunday, the deadliest such attack in Iraq this year.
"The death toll following the suicide attack has risen to 61, including 23 members of the security forces," a doctor at Babil province health directorate told AFP.
Most Popular
-
-
Chief Minister Punjab
208159 Views
-
Chairman of Pakistan Tehreek-e-Insaf
191380 Views
-
TV Anchor/Foreign Policy Commentator
174203 Views
-
Ex-Prime Minister of Pakistan
170078 Views
');
Recaptcha.widget = Recaptcha.$('recaptcha_widget_div');
}
Recaptcha.reload();
Recaptcha.challenge_callback();
}
}
$('.popup').popover({
html: true,
placement: 'auto',
trigger: 'hover',
container: 'body',
content: function () {
return $('#' + "d" + $(this).attr("id")).html();
}
});
var jcarousel = $('.jcarousel');
jcarousel
.on('jcarousel:reload jcarousel:create', function () {
var width = jcarousel.innerWidth();
if (width >= 600) {
width = width / 1;
} else if (width >= 350) {
width = width / 2;
}
jcarousel.jcarousel('items').css('width', width + 'px');
})
.jcarousel({
wrap: 'circular'
});
var jcarouselauto = $('.jcarousel-auto');
jcarouselauto
.jcarousel({
wrap: 'circular'
})
.jcarouselAutoscroll({
interval: 5000,
target: '+=1',
autostart: true
});
$('.jcarousel-control-prev')
.jcarouselControl({
target: '-=1'
});
$('.jcarousel-control-next')
.jcarouselControl({
target: '+=1'
});
$('.jcarousel-pagination2')
.on('jcarouselpagination:active', 'a', function () {
$(this).addClass('active');
})
.on('jcarouselpagination:inactive', 'a', function () {
$(this).removeClass('active');
})
.on('click', function (e) {
e.preventDefault();
})
.jcarouselPagination({
perPage: 1,
item: function (page) {
return '
' + page + '';
}
});
$(document).ready(function () {
manager = Sys.WebForms.PageRequestManager.getInstance()
manager.add_beginRequest(BeginRequest);
manager.add_endRequest(EndRequest);
});
function pageLoad() {
$(".popupShowWeightage").click(function () {
$('#divWeightage').modal('show')
});
}
function BeginRequest() {
manager._scrollPosition = null;
}
function EndRequest(sender, args) {
manager._scrollPosition = null;
//$('#divPreviousResponses').modal('hide')
}
function hideModal(modalwindow) {
$(modalwindow).modal('hide');
}