$search = array ('@@si',
'@<[\/\!]*?[^<>]*?>@si',
'@([\r\n])[\s]+@',
'@&(quot|#34);@i',
'@&(amp|#38);@i',
'@&(lt|#60);@i',
'@&(gt|#62);@i',
'@&(nbsp|#160);@i',
'@&(iexcl|#161);@i',
'@&(cent|#162);@i',
'@&(pound|#163);@i',
'@&(copy|#169);@i',
'@(\d+);@e');
$replace = array ('', '', '\1', '\'', '&', '<', '>', ' ', chr(161), chr(162), chr(163), chr(169), 'chr(\1)');
$document = <<WASHINGTON (CNN) -- Eighty-nine Democratic members of the U.S. Congress last week sent President George W. Bush a letter asking for explanation of a secret British memo that said "intelligence and facts were being fixed" to support the Iraq war in mid-2002. Thursday, May 12, 2005 Posted: 2:49 AM EDT (0649 GMT)
How come its only Dems that are outraged?
Contact your senator and demand they investigate these allegations.
END;
$text = preg_replace($search, $replace, $document);
$text = str_replace('"', '\'', $text);
?>
Are you "over" political correctness? Are you sick of people not saying exactly what needs to be said? Are you mad as hell and not going to take it any more? Well neither am I.
Welcome to Bitch Alley, where frank talk is at home.
WASHINGTON (CNN) -- Eighty-nine Democratic members of the U.S. Congress last week sent President George W. Bush a letter asking for explanation of a secret British memo that said "intelligence and facts were being fixed" to support the Iraq war in mid-2002. Thursday, May 12, 2005 Posted: 2:49 AM EDT (0649 GMT)
How come its only Dems that are outraged?
Contact your senator and demand they investigate these allegations.
1 Comments:
What the heck ever happened to that story?
Post a Comment
<< Home