UK Muslims cannot claim that al-Aulaqi's jihadism only emerged since Iraq war

Frankie

Executive Member
Joined
Jun 21, 2007
Messages
5,785
Reaction score
2
Location
SDF + PLZ
Are the British authorities waking up ?

Al-Aulaqi's extremism is nothing new
Prominent British Muslims cannot claim that Anwar al-Aulaqi's violent jihadism has only emerged since the Iraq war
It is now clear US army major Nidal Hasan had a series of connections to the Islamist cleric, Anwar al-Aulaqi. For those of us who have studied, with increasing concern, the extreme teachings of this cleric, this tragedy is the inevitable consequence of unchecked Islamist radicalisation.

Even within political Islam, Aulaqi's teachings fall into the most extreme, al-Qaida-aligned territory. What should concern us most, however, is this: Aulaqi has a huge internet following among Muslims, all over the world. His sermons, delivered in word perfect English and Arabic, are downloaded and shared by vast numbers of people in the Middle East and in the west.

Most disturbingly of all, Aulaqi has been actively promoted by some of the United Kingdom's most prominent Islamist organisations.
Small minority, se moer.
 
Gees dude, looking at this post, your last post and your sig makes me wonder you have something against muslims in the UK or just muslims in general.
 
So Frankie, what is it with you and the UK Muslims ? You have a major falling out or something ?
 
So much for Hasan being this traumatized victim the MSM is desperately trying to portray. :rolleyes:
 
I live in the UK. Yes there is a radical element in the Muslim community. They are in the minority, and have to hide from their own community, they are so unpopular.

I sure you will be disappointed to hear this.
 
Gees dude, looking at this post, your last post and your sig makes me wonder you have something against muslims in the UK or just muslims in general.

So Frankie, what is it with you and the UK Muslims ? You have a major falling out or something ?
I notice you don't question Fieldy and his jihadi propaganda - I wonder why !
 
I live in the UK. Yes there is a radical element in the Muslim community. They are in the minority, and have to hide from their own community, they are so unpopular.

I sure you will be disappointed to hear this.
There's a number of Muslim clerics jailed in the UK and some deported for their jihadi activities, and they all enjoyed the support of followers in large numbers - clearly not a minority.
 
LOL Everytime I hear the word jihad I imagine a dude screaming it as he races his camel through the desert. :D

makes me think of these

[ame]http://www.youtube.com/watch?v=qT3xPQbMJd4[/ame]

aaaaaaaaaaaaaaaaa

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
I notice you don't question Fieldy and his jihadi propaganda - I wonder why !

I just noticed you, cause your threads were in a short space of time. If you dont want to answer thats fine.
 
I just noticed you, cause your threads were in a short space of time. If you dont want to answer thats fine.

by now you should know that frankie is always first with the islam news as too peterCH.

if you tire of the dribble you could always just ignore him. however you could always get yourself firefox, greasemonkey, vBulletin fullignore and modify the script a little so that it cuts out the threads and qouted replies completely. works like a charm. applied it to our local ps3 is god poster.

code sample
Code:
// ==UserScript==
// @name         vBulletin - Full ignore
// @namespace    http://userscripts.org/people/5587
// @description  Stops display of truncated posts from users on your ignore list.
// @source       http://userscripts.org/scripts/show/24465
// @identifier   http://userscripts.org/scripts/source/24465.user.js
// @version      1.01
// @date         2008-03-29
// @creator      Arne Dieckmann (aka "Mithrandir")
// @include      */showthread.php*
// ==/UserScript==

(function (){

var ignorePerson = new Array();
ignorePerson[0] = "I am Penguin";
ignorePerson[1] = "Frankie";


var filterkey = "profile.php?userlist=ignore&do=removelist&u=";
var allElements, thisElement;

allElements = document.getElementsByTagName('tr');

 for (var i = 0; i < allElements.length; i++) {
   thisElement = allElements[i];

   if(thisElement.innerHTML.indexOf(filterkey)!=-1)
   {
    	thisElement.parentNode.style.display = 'none';
   }


   for (var x = 0; x < ignorePerson.length; x++) {

  	if(thisElement.innerHTML.indexOf(ignorePerson[x])!=-1)
     	{
		thisElement.style.display = 'none';
     	}

   }


 }

}());
 
Top
Sign up to the MyBroadband newsletter
X