I know.
Whether it’s birds falling from the sky in Arkansas or the tragedy in Tucson, it’s going to be used in an attempt to expand the fed, raise taxes and reduce our rights.
The theme never changes they just insert the newest tragedy or issue.
One could write an algorithm that churns their hate out.
Function CauseOfWordsProblems(Problem as String) as String
Dim Cause(3) as String
Dim CauseNum as long
‘Note: Parameter ‘Problem’ is Irrelevant
Cause(0)=”Bush”
Cause(1)=”The Joos”
Cause(2)=”Tea Party”
Cause(3)=”Republicans”
CauseNum = Rnd * 3
CauseOfWorldsProblems = Cause(CauseNum)
End Function