أكدت المجموعة في بيانها سعيها إلى إطلاق سراح أي ثائر لا يزال خلف القضبان بالسجون القاهرة – أ.ش.أ دعت مجموعة “ثوار” أمس ال… أكدت المجموعة في بيانها سعيها إلى إطلاق سراح أي ثائر لا يزال خلف القضبان بالسجون القاهرة – أ.ش.أ دعت مجموعة “ثوار” أمس الأحد، كافة قوى وأطياف الشعب المصري لتنظيم مسيرات من جميع مساجد القاهرة والمحافظات يوم الجمعة المقبل، تحت شعار “جمعة العزل السياسي” للتعبير عن رفضهم لمشاركة رموز الحزب الوطني المنحل في الانتخابات البرلمانية المقبلة. وأوضح بيان لمجموعة “ثوار” – التى تضم العديد من ائتلافات شباب الثورة والمستقلين الثوريين- أمس الأحد، إن جمعة العزل السياسي تتوخى تحقيق مجموعة من الأهداف من بينها ضرورة قرار ثوري بعزل رموز الحزب الوطني المنحل، وأهمية السماح للمصريين بالخارج بالادلاء بأصواتهم كحق أصيل لهم. وأكدت مجموعة “ثوار” فى بيانها تضامنها مع تظاهرات الطلاب وعمال هيئة النقل العام وموظفي الشركة المصرية للاتصالات للمطالبة بحقوقهم المشروعه. كما أكدت المجموعة في بيانها سعيها إلى إطلاق سراح أي ثائر لا يزال خلف القضبان بالسجون. تابع المزيد من الشروق على فيسبوك يوتيوب ‘ + post.Body.replace(“\n”, “”) + ”) //inject into the container .appendTo($(‘#posts’)) }); $(‘.commentsMore’).removeAttr(“disabled”); $(”) .addClass(‘clear’) .appendTo($(‘#posts’)) }; //first, take care of the “load more” //when someone clicks on the “load more” DIV var PageSize = parseInt(‘0’); var loadMore = $(‘.commentsMore’); loadMore.unbind(“click”); //load event / ajax loadMore.click(function () { //add the activate class and change the message loadMore.addClass(‘activate’).text(msgLoad); loadMore.attr(“disabled”, “true”); //begin the ajax attempt $.ajax({ url: ‘/_Services/ContentCommentService.asmx/GetComments’, type: ‘Post’, dataType: ‘json’, data: “{‘start’: ‘” + start + “‘,’commentsCount’:'” + PageSize + “‘,’contentId’:'” + ContentId + “‘,’orderDescending’:'” + OrderDescending + “‘,’contentType’:'” + ContentType + “‘,’commentOrderBy’:'” + CommentOrderBy + “‘}”, contentType: “application/json; charset=utf-8”, cache: false, success: function (responseJSON) { //reset the message loadMore.text(msgCMore); //increment the current status start = start + parseInt(PageSize) > parseInt(‘0’) ? parseInt(‘0’) : start + parseInt(PageSize); //add in the new posts postHandler(responseJSON.d); }, //failure class error: function (jqXHR, textStatus, errorThrown) { alert(“Error- Status: ” + textStatus + ” jqXHR Status: ” + jqXHR.status + ” jqXHR Response Text:” + jqXHR.responseText) }, //complete event complete: function () { //remove the spinner loadMore.removeClass(‘activate’); } }); }); }