(Pascal Le Segretain/Getty Images)
Algeria's President Abdulaziz Bouteflika has been in power since 1999.
Hundreds of Algerian police broke up an anti-government rally in the capital Saturday, arresting at least one opposition member. Another opposition lawmaker was reportedly hospitalized. Turnout was much lower than expected. Police were out in force, and a group that represented 500 student protesters claimed they were beaten bloody with police sticks. Protesters, initially demonstrating against high commodity prices, increasingly are demanding political reform. Algerian President Abdelaziz Bouteflika has promised to lift a 19-year-long state of emergency, including a ban on public gatherings, by the end of the month. Assia Boundaoui is a freelance reporter, blogger and producer of the Worldview series Islamic Reform: Towards a Global Reformation Movement. She was in Algiers this weekend to monitor the anti-government demonstrations.
";
if (ad) {
splashAd(ad);
setInterval(timer, 1000);
// Change value of the cookie so script doesn't run next pageload.
setCookie('wbezSplash', 2, 1)
}
}
function splashAd() {
//build the display area
$('
')
.css({
'position' : 'fixed',
'top' : '100px',
'left' : '300px',
'height' : '500px',
'width' : '700px',
'padding' : '10px',
'background-color' : 'white'
})
.appendTo('#page');
// Add link to skip the ad.
$('
Skip This Ad 10
')
.css({
'text-align' : 'right',
'cursor' : 'pointer'
})
.appendTo('#placeholder');
$('#skip-ad').click(function() {
$('#splash-ad').hide();
});
$('
').html(ad).appendTo('#placeholder');
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1327426452883-0'); });
}
function timer(){
var time = $('#time').text();
time--;
if(time >= 0){
$('#time').text(time);
}
if(time == 0){
$('#splash-ad').hide();
}
}
}
//Cookie Handling Functions -- from http://www.w3schools.com/js/js_cookies.asp
// Date setting modified
function setCookie(c_name, value, exdays) {
var exdate=new Date();
exdate.setDate(exdate.getDate() + exdays);
exdate.setUTCHours('00');
exdate.setUTCMinutes('00');
exdate.setUTCSeconds('00');
var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString());
document.cookie=c_name + "=" + c_value;
}
function getCookie(c_name) {
var i,x,y,ARRcookies=document.cookie.split(";");
for (i=0;i