-- MySQL dump 10.13  Distrib 5.7.44, for Linux (x86_64)
--
-- Host: localhost    Database: lrbadmin_jo151
-- ------------------------------------------------------
-- Server version	5.7.44

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `jos_aicontactsafe_config`
--

DROP TABLE IF EXISTS `jos_aicontactsafe_config`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_aicontactsafe_config` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `config_key` varchar(50) NOT NULL DEFAULT '',
  `config_value` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_aicontactsafe_config`
--

LOCK TABLES `jos_aicontactsafe_config` WRITE;
/*!40000 ALTER TABLE `jos_aicontactsafe_config` DISABLE KEYS */;
INSERT INTO `jos_aicontactsafe_config` VALUES (1,'use_css_backend','1'),(2,'use_SqueezeBox','0'),(3,'highlight_errors','1'),(4,'keep_session_alive','0'),(5,'activate_help','1'),(6,'date_format','%d %B %Y %H:%M'),(7,'default_status_filter','0'),(8,'editbox_cols','40'),(9,'editbox_rows','10'),(10,'default_name',''),(11,'default_email',''),(12,'default_subject',''),(13,'activate_spam_control','0'),(14,'block_words','url='),(15,'record_blocked_messages','1'),(16,'activate_ip_ban','0'),(17,'ban_ips','117.27.138.144\r\n110.85.4.109\r\n110.85.4.114\r\n'),(18,'redirect_ips','http://www.fbi.gov/scams-safety/e-scams'),(19,'ban_ips_blocked_words','0'),(20,'maximum_messages_ban_ip','0'),(21,'maximum_minutes_ban_ip','0'),(22,'email_ban_ip',''),(23,'set_sender_joomla','0'),(24,'upload_attachments','media/aicontactsafe/attachments'),(25,'maximum_size','5000000'),(26,'attachments_types','rar,zip,doc,xls,txt,gif,jpg,png,bmp'),(27,'attach_to_email','1'),(28,'delete_after_sent','0'),(29,'gid_messages','25'),(30,'users_all_messages','0');
/*!40000 ALTER TABLE `jos_aicontactsafe_config` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_aicontactsafe_contactinformations`
--

DROP TABLE IF EXISTS `jos_aicontactsafe_contactinformations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_aicontactsafe_contactinformations` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `profile_id` int(11) unsigned NOT NULL,
  `info_key` varchar(50) NOT NULL DEFAULT '',
  `info_label` varchar(250) NOT NULL DEFAULT '',
  `info_value` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_aicontactsafe_contactinformations`
--

LOCK TABLES `jos_aicontactsafe_contactinformations` WRITE;
/*!40000 ALTER TABLE `jos_aicontactsafe_contactinformations` DISABLE KEYS */;
INSERT INTO `jos_aicontactsafe_contactinformations` VALUES (1,1,'contact_info','contact_info (Default form)','&lt;p&gt;&lt;img src=&quot;images/stories/articles.jpg&quot; border=&quot;0&quot; alt=&quot;articles&quot; width=&quot;128&quot; height=&quot;96&quot; style=&quot;margin-left: 10px; float: right;&quot; /&gt;&lt;/p&gt;\r\n&lt;div style=&quot;width: 150px; float: left;&quot;&gt;LetsRebuildit.com&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.algisinfo.com/&quot; target=&quot;_blank&quot;&gt;www.letsrebuildit.com&lt;/a&gt;&lt;/div&gt;'),(2,2,'contact_info','contact_info','<img style=\"margin-left: 10px; float: right;\" alt=\"articles\" src=\"images/stories/articles.jpg\" width=\"128\" height=\"96\" /><div style=\"width: 150px; float: left;\">Algis Info Grup SRL<br />Str. Hărmanului Nr.63<br />bl.1A sc.A ap.8<br />Brașov, România<br />500232<br /><a target=\"_blank\" href=\"http://www.algisinfo.com/\">www.algisinfo.com</a></div>'),(3,1,'meta_description','meta_description (Default form)',''),(4,2,'meta_description','meta_description',''),(5,1,'meta_keywords','meta_keywords (Default form)',''),(6,2,'meta_keywords','meta_keywords',''),(7,1,'meta_robots','meta_robots (Default form)',''),(8,2,'meta_robots','meta_robots',''),(9,1,'thank_you_message','thank_you_message (Default form)','Email sent. Thank you for your message.'),(10,2,'thank_you_message','thank_you_message','Email sent. Thank you for your message.'),(11,1,'required_field_notification','required_field_notification (Default form)','Fields marked with %mark% are required.'),(12,2,'required_field_notification','required_field_notification','Fields marked with %mark% are required.');
/*!40000 ALTER TABLE `jos_aicontactsafe_contactinformations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_aicontactsafe_fields`
--

DROP TABLE IF EXISTS `jos_aicontactsafe_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_aicontactsafe_fields` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL DEFAULT '',
  `field_label` text NOT NULL,
  `label_parameters` text NOT NULL,
  `field_label_message` text NOT NULL,
  `label_message_parameters` text NOT NULL,
  `label_after_field` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `field_type` varchar(2) NOT NULL DEFAULT 'TX',
  `field_parameters` text NOT NULL,
  `field_values` text NOT NULL,
  `field_limit` int(11) NOT NULL DEFAULT '0',
  `default_value` varchar(150) NOT NULL DEFAULT '',
  `auto_fill` varchar(10) NOT NULL DEFAULT '',
  `field_sufix` text NOT NULL,
  `field_prefix` text NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  `field_required` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `field_in_message` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `send_message` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `checked_out` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` date NOT NULL DEFAULT '0000-00-00',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_aicontactsafe_fields`
--

LOCK TABLES `jos_aicontactsafe_fields` WRITE;
/*!40000 ALTER TABLE `jos_aicontactsafe_fields` DISABLE KEYS */;
INSERT INTO `jos_aicontactsafe_fields` VALUES (1,'aics_name','Name','','Name','',0,'TX','class=\'textbox\'','',0,'','UN','','',1,1,1,0,'2012-09-24 22:01:25','2012-09-24 22:01:25',1,0,'0000-00-00'),(2,'aics_email','Email','','Email','',0,'EM','class=\'email\'','',0,'','UE','','',2,1,1,0,'2012-09-24 22:01:25','2012-09-24 22:01:25',1,0,'0000-00-00'),(3,'aics_phone','Phone','','Phone','',0,'TX','class=\'textbox\'','',15,'','','','',3,0,1,0,'2012-09-24 22:01:25','2012-09-24 22:01:25',1,0,'0000-00-00'),(4,'aics_subject','Subject','','Subject','',0,'TX','class=\'textbox\'','',0,'','','','',4,1,1,0,'2012-09-24 22:01:25','2012-09-24 22:01:25',1,0,'0000-00-00'),(5,'aics_message','Message','','Message','',0,'ED','class=\'editbox\'','',500,'','','','',5,1,1,0,'2012-09-24 22:01:25','2012-09-24 22:01:25',1,0,'0000-00-00'),(6,'aics_send_to_sender','Send a copy of this message to yourself','','Send a copy of this message to yourself','',1,'CK','class=\'checkbox\'','',0,'','','','',6,0,0,0,'2012-09-24 22:01:25','2012-09-24 22:01:25',1,0,'0000-00-00');
/*!40000 ALTER TABLE `jos_aicontactsafe_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_aicontactsafe_fieldvalues`
--

DROP TABLE IF EXISTS `jos_aicontactsafe_fieldvalues`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_aicontactsafe_fieldvalues` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `field_id` int(11) unsigned NOT NULL,
  `message_id` int(11) unsigned NOT NULL,
  `field_value` text NOT NULL,
  `date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `checked_out` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` date NOT NULL DEFAULT '0000-00-00',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_aicontactsafe_fieldvalues`
--

LOCK TABLES `jos_aicontactsafe_fieldvalues` WRITE;
/*!40000 ALTER TABLE `jos_aicontactsafe_fieldvalues` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_aicontactsafe_fieldvalues` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_aicontactsafe_messagefiles`
--

DROP TABLE IF EXISTS `jos_aicontactsafe_messagefiles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_aicontactsafe_messagefiles` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `message_id` int(11) unsigned NOT NULL,
  `name` text NOT NULL,
  `r_id` int(21) unsigned NOT NULL,
  `date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `checked_out` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` date NOT NULL DEFAULT '0000-00-00',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_aicontactsafe_messagefiles`
--

LOCK TABLES `jos_aicontactsafe_messagefiles` WRITE;
/*!40000 ALTER TABLE `jos_aicontactsafe_messagefiles` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_aicontactsafe_messagefiles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_aicontactsafe_messages`
--

DROP TABLE IF EXISTS `jos_aicontactsafe_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_aicontactsafe_messages` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL DEFAULT '',
  `email` varchar(100) NOT NULL DEFAULT '',
  `subject` varchar(200) NOT NULL DEFAULT '',
  `message` text NOT NULL,
  `send_to_sender` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `sender_ip` varchar(20) NOT NULL DEFAULT '',
  `profile_id` int(11) unsigned NOT NULL,
  `status_id` int(11) unsigned NOT NULL,
  `manual_status` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `email_destination` text NOT NULL,
  `email_reply` varchar(100) NOT NULL DEFAULT '',
  `subject_reply` text NOT NULL,
  `message_reply` text NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT '0',
  `date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `checked_out` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` date NOT NULL DEFAULT '0000-00-00',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_aicontactsafe_messages`
--

LOCK TABLES `jos_aicontactsafe_messages` WRITE;
/*!40000 ALTER TABLE `jos_aicontactsafe_messages` DISABLE KEYS */;
INSERT INTO `jos_aicontactsafe_messages` VALUES (1,'JB','jhbrake@comcast.net','Lets Rebuild It test','<table border=\"0\" cellpadding=\"0\" cellspacing=\"2\"><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td><span   >Name</span></td><td>&nbsp;</td><td>JB</td></tr><tr><td><span   >Email</span></td><td>&nbsp;</td><td>jhbrake@comcast.net</td></tr><tr><td><span   >Phone</span></td><td>&nbsp;</td><td>212-222-2222</td></tr><tr><td><span   >Subject</span></td><td>&nbsp;</td><td>test</td></tr><tr><td><span   >Message</span></td><td>&nbsp;</td><td>test</td></tr><tr><td><span   >Send a copy of this message to yourself</span></br><span style=\"color:#FF0000\">(not sent in the email)</span></td><td>&nbsp;</td><td>checked</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr></table>',1,'97.179.230.136',1,1,0,'admin@letsrebuildit.com,jhbrake@comcast.net','','','',0,'2012-09-25 03:23:26','2012-09-25 03:23:26',1,0,'0000-00-00'),(2,'jhb','jhbrake@comcast.net','Lets Rebuild It test2','<table border=\"0\" cellpadding=\"0\" cellspacing=\"2\"><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td><span   >Name</span></td><td>&nbsp;</td><td>jhb</td></tr><tr><td><span   >Email</span></td><td>&nbsp;</td><td>jhbrake@comcast.net</td></tr><tr><td><span   >Phone</span></td><td>&nbsp;</td><td>212-555-5566</td></tr><tr><td><span   >Subject</span></td><td>&nbsp;</td><td>test2</td></tr><tr><td><span   >Message</span></td><td>&nbsp;</td><td>test2</td></tr><tr><td><span   >Send a copy of this message to yourself</span></br><span style=\"color:#FF0000\">(not sent in the email)</span></td><td>&nbsp;</td><td>checked</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr></table>',1,'97.179.230.136',1,1,0,'admin@letsrebuildit.com,jhbrake@comcast.net','','','',0,'2012-09-25 03:28:25','2012-09-25 03:28:25',1,0,'0000-00-00'),(3,'JHB','jhbrake@comcast.net','Lets Rebuild It test3','<table border=\"0\" cellpadding=\"0\" cellspacing=\"2\"><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td><span   >Name</span></td><td>&nbsp;</td><td>JHB</td></tr><tr><td><span   >Email</span></td><td>&nbsp;</td><td>jhbrake@comcast.net</td></tr><tr><td><span   >Phone</span></td><td>&nbsp;</td><td>313-555-6666</td></tr><tr><td><span   >Subject</span></td><td>&nbsp;</td><td>test3</td></tr><tr><td><span   >Message</span></td><td>&nbsp;</td><td>test3</td></tr><tr><td><span   >Send a copy of this message to yourself</span></br><span style=\"color:#FF0000\">(not sent in the email)</span></td><td>&nbsp;</td><td>checked</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr></table>',1,'97.179.230.136',1,1,0,'admin@letsrebuildit.com,jhbrake@comcast.net','','','',0,'2012-09-25 03:32:48','2012-09-25 03:32:48',1,0,'0000-00-00'),(4,'David Gibson','gibsondavid412@gmail.com','Lets Rebuild It Online prmote your bussiness','<table border=\"0\" cellpadding=\"0\" cellspacing=\"2\"><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td><span   >Name</span></td><td>&nbsp;</td><td>David Gibson</td></tr><tr><td><span   >Email</span></td><td>&nbsp;</td><td>gibsondavid412@gmail.com</td></tr><tr><td><span   >Phone</span></td><td>&nbsp;</td><td>0120120120</td></tr><tr><td><span   >Subject</span></td><td>&nbsp;</td><td>Online prmote your bussiness</td></tr><tr><td><span   >Message</span></td><td>&nbsp;</td><td>We can increase rankings of your website in search engines. Please reply back for more details.</td></tr><tr><td><span   >Send a copy of this message to yourself</span></br><span style=\"color:#FF0000\">(not sent in the email)</span></td><td>&nbsp;</td><td>unchecked</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr></table>',0,'182.64.29.157',1,1,0,'admin@letsrebuildit.com','','','',0,'2014-08-27 07:41:08','2014-08-27 07:41:08',1,0,'0000-00-00'),(5,'Ranveer','ranveer@increaseorganicsales.in','Lets Rebuild It How To Increase Your Website Ranking And Traffic ','<table border=\"0\" cellpadding=\"0\" cellspacing=\"2\"><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td><span   >Name</span></td><td>&nbsp;</td><td>Ranveer</td></tr><tr><td><span   >Email</span></td><td>&nbsp;</td><td>ranveer@increaseorganicsales.in</td></tr><tr><td><span   >Phone</span></td><td>&nbsp;</td><td>9013061554</td></tr><tr><td><span   >Subject</span></td><td>&nbsp;</td><td>How To Increase Your Website Ranking And Traffic </td></tr><tr><td><span   >Message</span></td><td>&nbsp;</td><td>Hope you are well.<br /><br /> <br />I was surfing through your website. When we search for any keyword pertaining to your domain, your website does not come on the first page of Google. So how would people come to know about your website? If you want your website to appear on first page of Google then please let me know. We can provide you certain Top 10 Google rankings.<br /><br /> <br />I look forward to your Mail.</td></tr><tr><td><span   >Send a copy of this message to yourself</span></br><span style=\"color:#FF0000\">(not sent in the email)</span></td><td>&nbsp;</td><td>unchecked</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr></table>',0,'103.233.117.168',1,1,0,'admin@letsrebuildit.com','','','',0,'2014-12-20 04:33:12','2014-12-20 04:33:12',1,0,'0000-00-00'),(6,'JACK','jhbrake@comcast.net','Lets Rebuild It test','<table border=\"0\" cellpadding=\"0\" cellspacing=\"2\"><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td><span   >Name</span></td><td>&nbsp;</td><td>JACK</td></tr><tr><td><span   >Email</span></td><td>&nbsp;</td><td>jhbrake@comcast.net</td></tr><tr><td><span   >Phone</span></td><td>&nbsp;</td><td>4444444444</td></tr><tr><td><span   >Subject</span></td><td>&nbsp;</td><td>test</td></tr><tr><td><span   >Message</span></td><td>&nbsp;</td><td>test</td></tr><tr><td><span   >Send a copy of this message to yourself</span></br><span style=\"color:#FF0000\">(not sent in the email)</span></td><td>&nbsp;</td><td>checked</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr></table>',1,'75.109.58.224',1,1,0,'admin@letsrebuildit.com,jhbrake@comcast.net','','','',0,'2015-03-01 01:37:27','2015-03-01 01:37:27',1,0,'0000-00-00'),(7,'June M Poole','junepo36@gmail.com','Lets Rebuild It Progress of my Insurance claim','<table border=\"0\" cellpadding=\"0\" cellspacing=\"2\"><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td><span   >Name</span></td><td>&nbsp;</td><td>June M Poole</td></tr><tr><td><span   >Email</span></td><td>&nbsp;</td><td>junepo36@gmail.com</td></tr><tr><td><span   >Phone</span></td><td>&nbsp;</td><td>0749261029</td></tr><tr><td><span   >Subject</span></td><td>&nbsp;</td><td>Progress of my Insurance claim</td></tr><tr><td><span   >Message</span></td><td>&nbsp;</td><td>I would like to know the outcome of my insurance claim for damage from Cyclone Marcia</td></tr><tr><td><span   >Send a copy of this message to yourself</span></br><span style=\"color:#FF0000\">(not sent in the email)</span></td><td>&nbsp;</td><td>unchecked</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr></table>',0,'121.223.45.45',1,1,0,'admin@letsrebuildit.com','','','',0,'2015-04-04 13:15:43','2015-04-04 13:15:43',1,0,'0000-00-00'),(8,'June M Poole','junepo36@gmail.com','Lets Rebuild It Insurance ClaimFor W/Pac Insurance ClaimNo Hom582903 cust.no.49022','<table border=\"0\" cellpadding=\"0\" cellspacing=\"2\"><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td><span   >Name</span></td><td>&nbsp;</td><td>June M Poole</td></tr><tr><td><span   >Email</span></td><td>&nbsp;</td><td>junepo36@gmail.com</td></tr><tr><td><span   >Phone</span></td><td>&nbsp;</td><td>0749261029</td></tr><tr><td><span   >Subject</span></td><td>&nbsp;</td><td>Insurance ClaimFor W/Pac Insurance ClaimNo Hom582903 cust.no.49022</td></tr><tr><td><span   >Message</span></td><td>&nbsp;</td><td>Please give me an update on my ClaimNo.Hom582403 customer No.49022</td></tr><tr><td><span   >Send a copy of this message to yourself</span></br><span style=\"color:#FF0000\">(not sent in the email)</span></td><td>&nbsp;</td><td>unchecked</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr></table>',0,'121.223.45.45',1,1,0,'admin@letsrebuildit.com','','','',0,'2015-04-04 13:19:59','2015-04-04 13:19:59',1,0,'0000-00-00'),(9,'Mark','mark@increaseonlinebusiness.com','Lets Rebuild It Create Or Re-design Your Business Website','<table border=\"0\" cellpadding=\"0\" cellspacing=\"2\"><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td><span   >Name</span></td><td>&nbsp;</td><td>Mark</td></tr><tr><td><span   >Email</span></td><td>&nbsp;</td><td>mark@increaseonlinebusiness.com</td></tr><tr><td><span   >Phone</span></td><td>&nbsp;</td><td>9013061554</td></tr><tr><td><span   >Subject</span></td><td>&nbsp;</td><td>Create Or Re-design Your Business Website</td></tr><tr><td><span   >Message</span></td><td>&nbsp;</td><td>We are a progressive web solutions company based in India. We create stunning mobile responsive websites and do web marketing at very affordable price for clients all over the world.<br /><br />Kindly reply for more info!</td></tr><tr><td><span   >Send a copy of this message to yourself</span></br><span style=\"color:#FF0000\">(not sent in the email)</span></td><td>&nbsp;</td><td>unchecked</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr></table>',0,'116.74.10.198',1,1,0,'admin@letsrebuildit.com','','','',0,'2015-11-24 04:28:37','2015-11-24 04:28:37',1,0,'0000-00-00'),(10,'Wylie','wylie@getbusinessontop.com','Lets Rebuild It Create Or Re-design Your Business Website','<table border=\"0\" cellpadding=\"0\" cellspacing=\"2\"><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td><span   >Name</span></td><td>&nbsp;</td><td>Wylie</td></tr><tr><td><span   >Email</span></td><td>&nbsp;</td><td>wylie@getbusinessontop.com</td></tr><tr><td><span   >Phone</span></td><td>&nbsp;</td><td>9013061554</td></tr><tr><td><span   >Subject</span></td><td>&nbsp;</td><td>Create Or Re-design Your Business Website</td></tr><tr><td><span   >Message</span></td><td>&nbsp;</td><td>We are a progressive web solutions company based in India. We create stunning mobile responsive websites and do web marketing at very affordable price for clients all over the world.<br /><br />Kindly reply for more info!</td></tr><tr><td><span   >Send a copy of this message to yourself</span></br><span style=\"color:#FF0000\">(not sent in the email)</span></td><td>&nbsp;</td><td>unchecked</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr></table>',0,'43.239.204.150',1,1,0,'admin@letsrebuildit.com','','','',0,'2016-06-01 04:09:39','2016-06-01 04:09:39',1,0,'0000-00-00'),(11,'Sophia Wilson','sophiawilson2526@gmail.com','Lets Rebuild It Your Website Needs Attention!!','<table border=\"0\" cellpadding=\"0\" cellspacing=\"2\"><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td><span   >Name</span></td><td>&nbsp;</td><td>Sophia Wilson</td></tr><tr><td><span   >Email</span></td><td>&nbsp;</td><td>sophiawilson2526@gmail.com</td></tr><tr><td><span   >Phone</span></td><td>&nbsp;</td><td>6742553662</td></tr><tr><td><span   >Subject</span></td><td>&nbsp;</td><td>Your Website Needs Attention!!</td></tr><tr><td><span   >Message</span></td><td>&nbsp;</td><td>If you want to know more such points about what your site needs, and are curious to know what our working together would involve, then I would be glad to provide you with further detailed analysis in the form of a FREE SITE ANALYSIS REPORT or PRE SEO REPORT or WEBSITE ANALYSIS REPORT.</td></tr><tr><td><span   >Send a copy of this message to yourself</span></br><span style=\"color:#FF0000\">(not sent in the email)</span></td><td>&nbsp;</td><td>unchecked</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr></table>',0,'180.87.230.10',1,1,0,'admin@letsrebuildit.com','','','',0,'2016-07-08 07:08:42','2016-07-08 07:08:42',1,0,'0000-00-00'),(12,'Abbey','abbey@growonlinesales.com','Lets Rebuild It How To Increase Your Website Ranking And Traffic','<table border=\"0\" cellpadding=\"0\" cellspacing=\"2\"><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td><span   >Name</span></td><td>&nbsp;</td><td>Abbey</td></tr><tr><td><span   >Email</span></td><td>&nbsp;</td><td>abbey@growonlinesales.com</td></tr><tr><td><span   >Phone</span></td><td>&nbsp;</td><td>9013061554</td></tr><tr><td><span   >Subject</span></td><td>&nbsp;</td><td>How To Increase Your Website Ranking And Traffic</td></tr><tr><td><span   >Message</span></td><td>&nbsp;</td><td>We can put your website on 1st page of Google to drive relevant traffic to your site. Let us know if you would be interested in getting detailed proposal. We can also schedule a call & will be pleased to explain our services in detail. We look forward to hearing from you soon. Thanks!</td></tr><tr><td><span   >Send a copy of this message to yourself</span></br><span style=\"color:#FF0000\">(not sent in the email)</span></td><td>&nbsp;</td><td>unchecked</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr></table>',0,'43.239.205.66',1,1,0,'admin@letsrebuildit.com','','','',0,'2017-08-30 08:03:32','2017-08-30 08:03:32',1,0,'0000-00-00'),(13,'Amy Smith','amysmithdigitalmarketer@gmail.com','Lets Rebuild It Get Your Website on Front Page of Google Search','<table border=\"0\" cellpadding=\"0\" cellspacing=\"2\"><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td><span   >Name</span></td><td>&nbsp;</td><td>Amy Smith</td></tr><tr><td><span   >Email</span></td><td>&nbsp;</td><td>amysmithdigitalmarketer@gmail.com</td></tr><tr><td><span   >Phone</span></td><td>&nbsp;</td><td></td></tr><tr><td><span   >Subject</span></td><td>&nbsp;</td><td>Get Your Website on Front Page of Google Search</td></tr><tr><td><span   >Message</span></td><td>&nbsp;</td><td>Are you looking Digital Marketing Services?</td></tr><tr><td><span   >Send a copy of this message to yourself</span></br><span style=\"color:#FF0000\">(not sent in the email)</span></td><td>&nbsp;</td><td>checked</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr></table>',1,'103.254.205.124',1,1,0,'admin@letsrebuildit.com,amysmithdigitalmarketer@gmail.com','','','',0,'2017-12-14 09:55:07','2017-12-14 09:55:07',1,0,'0000-00-00'),(14,'Fulton Sheen','fsheen@gmail.com','Lets Rebuild It Request to remove my content from your website','<table border=\"0\" cellpadding=\"0\" cellspacing=\"2\"><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td><span   >Name</span></td><td>&nbsp;</td><td>Fulton Sheen</td></tr><tr><td><span   >Email</span></td><td>&nbsp;</td><td>fsheen@gmail.com</td></tr><tr><td><span   >Phone</span></td><td>&nbsp;</td><td>2692173272</td></tr><tr><td><span   >Subject</span></td><td>&nbsp;</td><td>Request to remove my content from your website</td></tr><tr><td><span   >Message</span></td><td>&nbsp;</td><td>Hi,\r<br />\r<br />Can you please remove any content from your website relating to me, Isaiah 58:12 and Merging Streams? \r<br />\r<br />Thank you,\r<br />\r<br />Fulton Sheen</td></tr><tr><td><span   >Send a copy of this message to yourself</span></br><span style=\"color:#FF0000\">(not sent in the email)</span></td><td>&nbsp;</td><td>unchecked</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr></table>',0,'75.106.112.20',1,1,0,'admin@letsrebuildit.com','','','',0,'2019-01-22 20:42:09','2019-01-22 20:42:09',1,0,'0000-00-00'),(15,'Rosemary Morris','rosemjmorris@gmail.com','Lets Rebuild It Increase Business Visibility on Google','<table border=\"0\" cellpadding=\"0\" cellspacing=\"2\"><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td><span   >Name</span></td><td>&nbsp;</td><td>Rosemary Morris</td></tr><tr><td><span   >Email</span></td><td>&nbsp;</td><td>rosemjmorris@gmail.com</td></tr><tr><td><span   >Phone</span></td><td>&nbsp;</td><td>5712007758</td></tr><tr><td><span   >Subject</span></td><td>&nbsp;</td><td>Increase Business Visibility on Google</td></tr><tr><td><span   >Message</span></td><td>&nbsp;</td><td>Hello,<br /><br />Are you getting business leads through your website? <br /><br />We have a team of highly qualified digital marketing experts. I believe that my team can help you scale your business just like we are helping others like yours. They can manage SEO, PPC, Face book Advertising, LinkedIn and Twitter Marketing and Brand Reputation management etc. <br /><br />Our prices are less than half of what other companies charge. Please provide below information to get a full Proposal for the Digital marketing services.</td></tr><tr><td><span   >Send a copy of this message to yourself</span></br><span style=\"color:#FF0000\">(not sent in the email)</span></td><td>&nbsp;</td><td>checked</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr></table>',1,'45.127.233.200',1,1,0,'admin@letsrebuildit.com,rosemjmorris@gmail.com','','','',0,'2020-05-12 11:31:38','2020-05-12 11:31:38',1,0,'0000-00-00');
/*!40000 ALTER TABLE `jos_aicontactsafe_messages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_aicontactsafe_profiles`
--

DROP TABLE IF EXISTS `jos_aicontactsafe_profiles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_aicontactsafe_profiles` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL DEFAULT '',
  `use_ajax` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `use_message_css` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `contact_form_width` int(11) NOT NULL DEFAULT '0',
  `bottom_row_space` int(11) NOT NULL DEFAULT '0',
  `align_buttons` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `contact_info_width` int(11) NOT NULL DEFAULT '0',
  `use_captcha` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `captcha_type` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `align_captcha` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `email_address` varchar(100) NOT NULL DEFAULT '',
  `always_send_to_email_address` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `subject_prefix` varchar(100) NOT NULL DEFAULT '',
  `email_mode` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `record_message` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `record_fields` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `custom_date_format` varchar(30) NOT NULL DEFAULT '%d %B %Y',
  `custom_date_years_back` int(11) NOT NULL DEFAULT '70',
  `custom_date_years_forward` int(11) NOT NULL DEFAULT '0',
  `required_field_mark` text NOT NULL,
  `display_format` int(11) NOT NULL DEFAULT '2',
  `plg_contact_info` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `use_random_letters` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `min_word_length` tinyint(2) unsigned NOT NULL DEFAULT '5',
  `max_word_length` tinyint(2) unsigned NOT NULL DEFAULT '8',
  `set_default` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `active_fields` text NOT NULL,
  `captcha_width` smallint(4) NOT NULL DEFAULT '400',
  `captcha_height` smallint(4) NOT NULL DEFAULT '55',
  `captcha_bgcolor` varchar(10) NOT NULL DEFAULT '#FFFFFF',
  `captcha_backgroundTransparent` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `captcha_colors` text NOT NULL,
  `name_field_id` int(11) unsigned NOT NULL,
  `email_field_id` int(11) unsigned NOT NULL,
  `subject_field_id` int(11) unsigned NOT NULL,
  `send_to_sender_field_id` int(11) NOT NULL,
  `redirect_on_success` text NOT NULL,
  `fields_order` text NOT NULL,
  `use_mail_template` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `default_status_id` int(11) unsigned NOT NULL,
  `read_status_id` int(11) unsigned NOT NULL,
  `reply_status_id` int(11) unsigned NOT NULL,
  `date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `checked_out` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` date NOT NULL DEFAULT '0000-00-00',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_aicontactsafe_profiles`
--

LOCK TABLES `jos_aicontactsafe_profiles` WRITE;
/*!40000 ALTER TABLE `jos_aicontactsafe_profiles` DISABLE KEYS */;
INSERT INTO `jos_aicontactsafe_profiles` VALUES (1,'Default form',1,1,0,0,1,0,1,0,1,'',1,'',1,1,0,'dmy',60,0,'( ! )',2,0,0,5,8,1,'0',300,55,'#FFFFFF',1,'#FF0000;#00FF00;#0000FF',1,2,4,6,'','1,2,3,4,5,6',0,1,2,3,'2009-01-01 00:00:00','2012-09-25 03:42:40',1,0,'0000-00-00'),(2,'Module form',0,1,0,0,1,0,1,0,1,'',1,'',1,1,0,'%d %B %Y',60,0,'( ! )',1,0,0,5,8,0,'0',180,55,'#FFFFFF',1,'#FF0000;#00FF00;#0000FF',1,2,4,6,'','',0,1,2,3,'2009-01-01 00:00:00','2009-01-01 00:00:00',1,0,'0000-00-00');
/*!40000 ALTER TABLE `jos_aicontactsafe_profiles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_aicontactsafe_statuses`
--

DROP TABLE IF EXISTS `jos_aicontactsafe_statuses`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_aicontactsafe_statuses` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(20) NOT NULL DEFAULT '',
  `color` varchar(10) NOT NULL DEFAULT '#FFFFFF',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `checked_out` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` date NOT NULL DEFAULT '0000-00-00',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_aicontactsafe_statuses`
--

LOCK TABLES `jos_aicontactsafe_statuses` WRITE;
/*!40000 ALTER TABLE `jos_aicontactsafe_statuses` DISABLE KEYS */;
INSERT INTO `jos_aicontactsafe_statuses` VALUES (1,'New','#FF0000',1,'2012-09-24 22:01:25','2012-09-24 22:01:25',1,0,'0000-00-00'),(2,'Read','#000000',2,'2012-09-24 22:01:25','2012-09-24 22:01:25',1,0,'0000-00-00'),(3,'Replied','#009900',3,'2012-09-24 22:01:25','2012-09-24 22:01:25',1,0,'0000-00-00'),(4,'Archived','#CCCCCC',4,'2012-09-24 22:01:25','2012-09-24 22:01:25',1,0,'0000-00-00');
/*!40000 ALTER TABLE `jos_aicontactsafe_statuses` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_banner`
--

DROP TABLE IF EXISTS `jos_banner`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_banner` (
  `bid` int(11) NOT NULL AUTO_INCREMENT,
  `cid` int(11) NOT NULL DEFAULT '0',
  `type` varchar(30) NOT NULL DEFAULT 'banner',
  `name` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `imptotal` int(11) NOT NULL DEFAULT '0',
  `impmade` int(11) NOT NULL DEFAULT '0',
  `clicks` int(11) NOT NULL DEFAULT '0',
  `imageurl` varchar(100) NOT NULL DEFAULT '',
  `clickurl` varchar(200) NOT NULL DEFAULT '',
  `date` datetime DEFAULT NULL,
  `showBanner` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `editor` varchar(50) DEFAULT NULL,
  `custombannercode` text,
  `catid` int(10) unsigned NOT NULL DEFAULT '0',
  `description` text NOT NULL,
  `sticky` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `tags` text NOT NULL,
  `params` text NOT NULL,
  PRIMARY KEY (`bid`),
  KEY `viewbanner` (`showBanner`),
  KEY `idx_banner_catid` (`catid`)
) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_banner`
--

LOCK TABLES `jos_banner` WRITE;
/*!40000 ALTER TABLE `jos_banner` DISABLE KEYS */;
INSERT INTO `jos_banner` VALUES (5,3,'','IN PRAYER','prayer-requests',0,857208,1,'','','2011-01-10 01:32:09',1,0,'0000-00-00 00:00:00','','That you will be with ME for all eternity is enough to keep you today.',14,'',0,1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','width=0\nheight=0'),(9,2,'','MOMENT OF TRUTH','moment-of-truth',0,176142,1355,'moment_of_truth.jpg','http://www.morningstarministries.org/store/other-items/moment-truth','2012-03-05 05:18:43',1,0,'0000-00-00 00:00:00','','',35,'MOMENT OF TRUTH by Marc Nuttle\r\nWith the Christian vote more widely polarized than at any time in the past thirty years, Marc Nuttle offers a clarion call for conservative America to take a stand today for the future the country and the next generation.\r\n\r\nHe demonstrates conclusively the dangers of a government led by those who would take us down a path to irretrievable darkness under the threatening clouds of big government control.',0,3,'0000-00-00 00:00:00','0000-00-00 00:00:00','moment of truth, marc nuttle, liberalism, conservatism, marxism','width=120\nheight=172'),(10,2,'','The Next American Civil War: The Populist Revolt against the Liberal Elite','the-next-american-civil-war-the-populist-revolt-against-the-liberal-elite',0,169918,1787,'next_am_civil_war_lHarris_.jpg','http://www.amazon.com/Next-American-Civil-War-Populist/dp/0230102719','2012-03-05 05:09:33',1,0,'0000-00-00 00:00:00','','',35,'',0,4,'0000-00-00 00:00:00','0000-00-00 00:00:00','The Next American Civil War: The Populist Revolt against the Liberal Elite, Lee Harris','width=0\nheight=0'),(12,1,'','Shariah News','shariah-news',0,0,0,'','','2011-03-23 12:36:29',0,0,'0000-00-00 00:00:00','','',14,'',0,1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','width=0\nheight=0'),(11,2,'','Shariah:The Threat to America','shariahthe-threat-to-america',0,166598,1551,'shariah-the-threat-to-america.jpg','http://www.theoakinitiative.org/content/sharia-threat-america','2011-03-08 15:26:34',1,0,'0000-00-00 00:00:00','','',35,'Shariah: The Threat To America: An Exercise In Competitive Analysis (Report of Team B II)',0,1,'0000-00-00 00:00:00','0000-00-00 00:00:00','shariah threat america','width=120\nheight=155'),(13,2,'','Bonhoeffer: Pastor, Martyr, Prophet, Spy','bonhoeffer-pastor-martyr-prophet-spy',0,154954,1063,'bonhoeffer.jpg','http://www.familychristian.com/bonhoeffer-pastor-martyr-prophet-spy-a-righteous-gentile-vs-the-third-reich-1.html','2012-03-04 22:49:20',1,0,'0000-00-00 00:00:00','','',35,'',0,2,'0000-00-00 00:00:00','0000-00-00 00:00:00','Bonhoeffer: Pastor, Martyr, Prophet, Spy: A Righteous Gentile vs. the Third Reich\r\nEric Metaxas \r\n','width=0\nheight=0'),(14,5,'','Useful Idiots','useful-idiots',0,0,0,'','http://en.wikipedia.org/wiki/Useful_idiot','2012-03-11 19:35:48',0,0,'0000-00-00 00:00:00','','',82,'\"Useful idiot\" is often used as a pejorative term for those who are seen to unwittingly support a malignant cause through their naive attempts to be a force for good.',0,7,'0000-00-00 00:00:00','0000-00-00 00:00:00','','width=0\nheight=0'),(15,3,'','Bible Gateway','bible-gateway',0,0,0,'','','2012-04-13 13:07:39',1,0,'0000-00-00 00:00:00','','<form action=\"http://www.biblegateway.com/quicksearch/\" method=\"post\">\r\n <table border=\"1\" cellspacing=\"0\" cellpadding=\"2\" style=\"border-color: #600;\">\r\n <tr><th style=\"background-color: #600; color:#fff; text-align: center; padding: 0 10px;\">Lookup a word or passage in the Bible</th></tr>\r\n <tr><td style=\"background-color: #fff; text-align: center; padding: 0 10px;\">\r\n <p style=\"margin-bottom: 0;\">\r\n <input type=\"text\" name=\"quicksearch\" /><br />\r\n <input type=\"submit\" value=\"Search BibleGateway.com\" /><br />\r\n </p>\r\n <a href=\"http://www.biblegateway.com/\" title=\"The Bible in multiple languages, versions, and formats\">\r\n <img src=\"http://static5.bgcdn.com/images/logos/bglogo_sm.gif\" width=\"146\" height=\"44\" alt=\"BibleGateway.com\" border=\"0\" /></a><br />\r\n <small>\r\n <a href=\"http://www.biblegateway.com/usage/form/\">Include this form on your page</a><br />\r\n </small>\r\n </td></tr>\r\n </table>\r\n </form>',14,'',0,2,'0000-00-00 00:00:00','0000-00-00 00:00:00','','width=0\nheight=0');
/*!40000 ALTER TABLE `jos_banner` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_bannerclient`
--

DROP TABLE IF EXISTS `jos_bannerclient`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_bannerclient` (
  `cid` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `contact` varchar(255) NOT NULL DEFAULT '',
  `email` varchar(255) NOT NULL DEFAULT '',
  `extrainfo` text NOT NULL,
  `checked_out` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out_time` time DEFAULT NULL,
  `editor` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`cid`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_bannerclient`
--

LOCK TABLES `jos_bannerclient` WRITE;
/*!40000 ALTER TABLE `jos_bannerclient` DISABLE KEYS */;
INSERT INTO `jos_bannerclient` VALUES (1,'Open Source Matters','Administrator','admin@opensourcematters.org','',0,'00:00:00',NULL),(2,'Family Christian Stores','Family Christian Stores','customerservice@familychristian.com','',0,'00:00:00',''),(3,'IN PRAYER','Elsie DeLuca','elsieandphil@charter.net','',0,'00:00:00',''),(4,'The Oak Initiative','The Oak Initiative','office@theoakinitiative.org','',0,'00:00:00',''),(5,'LRB','LetsRebuildIt','info@letsrebuildit.com','',0,'00:00:00','');
/*!40000 ALTER TABLE `jos_bannerclient` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_bannertrack`
--

DROP TABLE IF EXISTS `jos_bannertrack`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_bannertrack` (
  `track_date` date NOT NULL,
  `track_type` int(10) unsigned NOT NULL,
  `banner_id` int(10) unsigned NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_bannertrack`
--

LOCK TABLES `jos_bannertrack` WRITE;
/*!40000 ALTER TABLE `jos_bannertrack` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_bannertrack` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_categories`
--

DROP TABLE IF EXISTS `jos_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_categories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `image` varchar(255) NOT NULL DEFAULT '',
  `section` varchar(50) NOT NULL DEFAULT '',
  `image_position` varchar(30) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `editor` varchar(50) DEFAULT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  `access` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `count` int(11) NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `cat_idx` (`section`,`published`,`access`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`)
) ENGINE=MyISAM AUTO_INCREMENT=85 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_categories`
--

LOCK TABLES `jos_categories` WRITE;
/*!40000 ALTER TABLE `jos_categories` DISABLE KEYS */;
INSERT INTO `jos_categories` VALUES (1,0,'Latest','','latest-news','taking_notes.jpg','1','left','The latest news from the Joomla! Team',1,0,'0000-00-00 00:00:00','',1,0,1,''),(2,0,'Joomla! Specific Links','','joomla-specific-links','clock.jpg','com_weblinks','left','A selection of links that are all related to the Joomla! Project.',0,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(3,0,'Newsflash','','newsflash','','1','left','',1,0,'0000-00-00 00:00:00','',2,0,0,''),(4,0,'Joomla!','','joomla','','com_newsfeeds','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(5,0,'Free and Open Source Software','','free-and-open-source-software','','com_newsfeeds','left','Read the latest news about free and open source software from some of its leading advocates.',1,0,'0000-00-00 00:00:00',NULL,3,0,0,''),(6,0,'Related Projects','','related-projects','','com_newsfeeds','left','Joomla builds on and collaborates with many other free and open source projects. Keep up with the latest news from some of them.',1,0,'0000-00-00 00:00:00',NULL,4,0,0,''),(12,0,'Contacts','','contacts','','com_contact_details','left','Contact Details for this Web site',1,0,'0000-00-00 00:00:00',NULL,0,0,0,''),(13,0,'Sharia Update','','sharia-update','','com_banner','left','<p>\r\n<div style=\"color: #333333; font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 76%; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #ffffff; line-height: 1.3em; margin: 8px;\">\r\n<p>{source}<br />&lt;iframe title=\"YouTube video player\" width=\"320\" height=\"192\" src=\"http://www.youtube.com/embed/A3YQANdvvbY\" frameborder=\"0\" allowfullscreen &lt;/iframe&gt;<br />{/source}</p>\r\n</div>\r\n</p>',1,0,'0000-00-00 00:00:00',NULL,5,0,0,''),(14,0,'Text Ads','','text-ads','','com_banner','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(15,0,'Features','','features','','com_content','left','',0,0,'0000-00-00 00:00:00',NULL,6,0,0,''),(17,0,'Benefits','','benefits','','com_content','left','',0,0,'0000-00-00 00:00:00',NULL,4,0,0,''),(18,0,'Platforms','','platforms','','com_content','left','',0,0,'0000-00-00 00:00:00',NULL,3,0,0,''),(19,0,'Other Resources','','other-resources','','com_weblinks','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(29,0,'The CMS','','the-cms','','4','left','Information about the software behind Joomla!<br />',0,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(28,0,'Current Users','','current-users','','3','left','Questions that users migrating to Joomla! 1.5 are likely to raise<br />',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(25,0,'The Project','','the-project','','4','left','General facts about Joomla!<br />',0,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(27,0,'New to Joomla!','','new-to-joomla','','3','left','Questions for new users of Joomla!',0,0,'0000-00-00 00:00:00',NULL,3,0,0,''),(30,0,'The Community','','the-community','','4','left','About the millions of Joomla! users and Web sites<br />',0,0,'0000-00-00 00:00:00',NULL,3,0,0,''),(31,0,'General','','general','','3','left','General questions about the Joomla! CMS',0,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(32,0,'Languages','','languages','','3','left','Questions related to localisation and languages',0,0,'0000-00-00 00:00:00',NULL,4,0,0,''),(33,0,'Joomla! Promo','','joomla-promo','','com_banner','left','',1,0,'0000-00-00 00:00:00',NULL,4,0,0,''),(34,0,'Resources','','resources','','7','left','',1,0,'0000-00-00 00:00:00',NULL,4,0,0,''),(35,0,'Books','','books','','com_banner','left','<p>MUST READ!</p>',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(36,0,'Grassroots Organizations','','grassroots-organizations','','com_weblinks','left','',1,0,'0000-00-00 00:00:00',NULL,3,0,0,''),(37,0,'News Organizations','','news-organizations','','com_weblinks','left','',1,0,'0000-00-00 00:00:00',NULL,4,0,0,''),(38,0,'Government','','government','','com_weblinks','left','',1,0,'0000-00-00 00:00:00',NULL,5,0,0,''),(39,0,'Various','Various','various','','com_jevents','left','',1,0,'0000-00-00 00:00:00',NULL,6,0,0,''),(40,0,'TMI','TMI','tmi','','com_jevents','left','<p><a href=\"transformmi.com\">Contact Transformation Michigan</a></p>',1,0,'0000-00-00 00:00:00',NULL,7,0,0,''),(41,0,'Helio Rodriguez-Ecay','','helio-rodriguez-ecay','','5','left','',1,0,'0000-00-00 00:00:00',NULL,4,0,0,''),(42,0,'Ed Garry','','ed-garry','','5','left','',1,0,'0000-00-00 00:00:00',NULL,5,0,0,''),(43,0,'Jack Brake','','jack-brake','','5','left','',1,62,'2015-02-27 04:56:34',NULL,6,0,0,''),(44,0,'Mailbox','','mailbox','','com_contact_details','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(45,0,'FJS','FJS','fjs','','com_jevents','left','<p>Fulton J. Sheen</p>',1,0,'0000-00-00 00:00:00',NULL,5,0,0,''),(46,0,'Taxes','','taxes','','6','left','',1,62,'2015-11-01 03:32:41',NULL,1,0,0,''),(52,0,'Founding Fathers','','founding-fathers','','com_weblinks','left','<p><img src=\"images/stories/foundingFathers.jpg\" border=\"0\" /></p>',1,0,'0000-00-00 00:00:00',NULL,10,0,0,''),(73,0,'Humor','','humor','','16','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(47,0,'Tax Related Articles','','tax-related-articles','','com_weblinks','left','',1,0,'0000-00-00 00:00:00',NULL,6,0,0,''),(48,0,'The Tax Foundation','','the-tax-foundation','','com_weblinks','left','',1,0,'0000-00-00 00:00:00',NULL,7,0,0,''),(49,0,'The Wall Street Journal','','the-wall-street-journal','','com_weblinks','left','<p>Tax Related Articles</p>',1,0,'0000-00-00 00:00:00',NULL,8,0,0,''),(50,0,'The Examiner','','the-examiner','','com_weblinks','left','',1,0,'0000-00-00 00:00:00',NULL,9,0,0,''),(51,0,'Elsie Deluca','','elsie-deluca','','5','left','',1,0,'0000-00-00 00:00:00',NULL,7,0,0,''),(53,0,'Amateur Radio','Amateur Radio','amateur-radio','','com_jevents','left','<p>Livingston County ARES and the LARK</p>',1,0,'0000-00-00 00:00:00',NULL,4,0,0,''),(54,0,'Thomas Brake','','thomas-brake','','5','left','',1,0,'0000-00-00 00:00:00',NULL,8,0,0,''),(55,0,'Finance','','finance','','8','left','',1,0,'0000-00-00 00:00:00',NULL,4,0,0,''),(56,0,'Banking','','banking','','8','left','',1,0,'0000-00-00 00:00:00',NULL,5,0,0,''),(57,0,'Economy','','economy','','8','left','',1,0,'0000-00-00 00:00:00',NULL,6,0,0,''),(58,0,'Economics','','economics','','8','left','',1,62,'2015-11-05 03:34:55',NULL,7,0,0,''),(61,0,'Preparing for the Times','','temporal-preparedness','','10','left','<p>Resources - preparing for the times.</p>',1,62,'2015-02-27 04:38:22',NULL,1,0,0,''),(60,0,'Research Tools','','research-tools','','9','left','',1,62,'2012-07-18 14:37:05',NULL,2,0,0,''),(62,0,'Foriegn Opinion','','foriegn-opinion','','com_weblinks','left','',1,0,'0000-00-00 00:00:00',NULL,11,0,0,''),(63,0,'Heads of State','','heads-of-state','','com_weblinks','left','',1,0,'0000-00-00 00:00:00',NULL,12,0,0,''),(64,0,'TEA Party','TEA Party','tea-party','','com_jevents','left','<p>TEA Party</p>',1,0,'0000-00-00 00:00:00',NULL,3,0,0,''),(65,0,'The Oak Initiative','The Oak Initiative','the-oak-initiative','','com_jevents','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(66,0,'CTV','CTV','ctv','','com_jevents','left','<p>Citizens for Traditional Values</p>',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(67,0,'And the Wind Blows','','and-the-wind-blows','','11','left','',1,62,'2015-02-27 04:44:29',NULL,1,0,0,''),(68,0,'YouTube Videos - How To\'s - Preparation','','youtube-videos-how-tos-preparation','','10','left','',1,62,'2015-02-27 04:44:14',NULL,2,0,0,''),(69,0,'Links to Videos about Islam','','links-to-videos-about-islam','','12','left','',1,0,'0000-00-00 00:00:00',NULL,4,0,0,''),(70,0,'Marching Band','','marching-band','','13','left','<p> </p>\r\n<div style=\"color: #333333; font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 76%; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #ffffff; line-height: 1.3em; margin: 8px;\">\r\n<h2>\"Any people that would give up liberty for a little temporary safety, deserves neither liberty nor safety.\" – Benjamin Franklin</h2>\r\n</div>\r\n<p> </p>',1,62,'2012-03-08 03:26:15',NULL,1,0,0,''),(71,0,'Islam','','islam','','14','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(72,0,'The Right to Keep and Bear Arms','','the-right-to-keep-and-bear-arms','','15','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(74,0,'Commentary','','commentary','','17','left','<blockquote>\r\n<p>\"Everything must be different!\" or <em>\"Alles muss anders sein!\"</em> was a slogan of the Nazi Party. It is also the heart\'s desire of every Leftist since Karl Marx. Nazism was a deeply revolutionary creed, a fact that is always denied by the Left; but it\'s true. Hitler and his criminal gang hated the rich, the capitalists, the Jews, the Christian Churches, and \"the System\".</p>\r\n<p>John J. Ray, M.A., PhD<br />From <a href=\"http://constitutionalistnc.tripod.com/hitler-leftist/id9.html\">\"Hitler Was a Socialist\"<br /></a>February 2012</p>\r\n</blockquote>',1,0,'0000-00-00 00:00:00',NULL,4,0,0,''),(75,0,'YouTube','','youtube','','18','left','',1,62,'2015-02-27 04:45:14',NULL,4,0,0,''),(76,0,'Morningstar Ministries','','morningstar-ministries','','19','left','<html />',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(77,0,'Sounding the Alarm','','sounding-the-alarm','','20','left','',1,0,'0000-00-00 00:00:00',NULL,4,0,0,''),(78,0,'Sounding the Alarm','','sounding-the-alarm','','20','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(79,0,'What a Surprise Department','','what-a-surprise-department','','21','left','<p>The following excerpt from James P. O\'Donnell\'s <em>THE BUNKER</em> (1978, Boston, Houghton Mifflin, pp. 261-262) is instructive. O\'Donnell is quoting Artur Axmann, the Nazi youth leader, recalling a conversation with Goebbels in the Hitler bunker on Tuesday, May 1, 1945, the same day Goebbels and his wife would kill themselves after she killed their children.</p>\r\n<p><br />\"He said one of the great accomplishments of the Hitler regime had been to win the German workers over almost totally to the national cause. We had made patriots of the workers, he said, as the Kaiser had dismally failed to do. This, he kept repeating, had been one of the real triumphs of the movement. We Nazis were a non-Marxist yet revolutionary party, anticapitalist, antibourgeois, antireactionary....</p>\r\n<p><a href=\"http://constitutionalistnc.tripod.com/hitler-leftist/id9.html\">From: Hitler was A Socialist by John J. Ray M.A., PhD</a></p>',1,0,'0000-00-00 00:00:00',NULL,5,0,0,''),(80,0,'God\'s Chosen People','','gods-chosen-people','','22','left','',1,0,'0000-00-00 00:00:00',NULL,5,0,0,''),(81,0,'Inspiration','','inspiration','','23','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(82,0,'Misc','','misc','','com_banner','left','',1,0,'0000-00-00 00:00:00',NULL,6,0,0,''),(83,0,'Climate - Global Warming','','climate-global-warming','','24','left','',1,62,'2012-03-25 23:18:05',NULL,4,0,0,''),(84,0,'Energy','','energy','','25','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,'');
/*!40000 ALTER TABLE `jos_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_components`
--

DROP TABLE IF EXISTS `jos_components`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_components` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL DEFAULT '',
  `link` varchar(255) NOT NULL DEFAULT '',
  `menuid` int(11) unsigned NOT NULL DEFAULT '0',
  `parent` int(11) unsigned NOT NULL DEFAULT '0',
  `admin_menu_link` varchar(255) NOT NULL DEFAULT '',
  `admin_menu_alt` varchar(255) NOT NULL DEFAULT '',
  `option` varchar(50) NOT NULL DEFAULT '',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `admin_menu_img` varchar(255) NOT NULL DEFAULT '',
  `iscore` tinyint(4) NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  `enabled` tinyint(4) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `parent_option` (`parent`,`option`(32))
) ENGINE=MyISAM AUTO_INCREMENT=89 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_components`
--

LOCK TABLES `jos_components` WRITE;
/*!40000 ALTER TABLE `jos_components` DISABLE KEYS */;
INSERT INTO `jos_components` VALUES (1,'Banners','',0,0,'','Banner Management','com_banners',0,'js/ThemeOffice/component.png',0,'track_impressions=0\ntrack_clicks=0\ntag_prefix=\n\n',1),(2,'Banners','',0,1,'option=com_banners','Active Banners','com_banners',1,'js/ThemeOffice/edit.png',0,'',1),(3,'Clients','',0,1,'option=com_banners&c=client','Manage Clients','com_banners',2,'js/ThemeOffice/categories.png',0,'',1),(4,'Web Links','option=com_weblinks',0,0,'','Manage Weblinks','com_weblinks',0,'js/ThemeOffice/component.png',0,'show_comp_description=1\ncomp_description=\nshow_link_hits=1\nshow_link_description=1\nshow_other_cats=1\nshow_headings=1\nshow_page_title=1\nlink_target=0\nlink_icons=\n\n',1),(5,'Links','',0,4,'option=com_weblinks','View existing weblinks','com_weblinks',1,'js/ThemeOffice/edit.png',0,'',1),(6,'Categories','',0,4,'option=com_categories&section=com_weblinks','Manage weblink categories','',2,'js/ThemeOffice/categories.png',0,'',1),(7,'Contacts','option=com_contact',0,0,'','Edit contact details','com_contact',0,'js/ThemeOffice/component.png',1,'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n',1),(8,'Contacts','',0,7,'option=com_contact','Edit contact details','com_contact',0,'js/ThemeOffice/edit.png',1,'',1),(9,'Categories','',0,7,'option=com_categories&section=com_contact_details','Manage contact categories','',2,'js/ThemeOffice/categories.png',1,'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n',1),(10,'Polls','option=com_poll',0,0,'option=com_poll','Manage Polls','com_poll',0,'js/ThemeOffice/component.png',0,'',1),(11,'News Feeds','option=com_newsfeeds',0,0,'','News Feeds Management','com_newsfeeds',0,'js/ThemeOffice/component.png',0,'',1),(12,'Feeds','',0,11,'option=com_newsfeeds','Manage News Feeds','com_newsfeeds',1,'js/ThemeOffice/edit.png',0,'show_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_cat_description=1\nshow_cat_items=1\nshow_feed_image=1\nshow_feed_description=1\nshow_item_description=1\nfeed_word_count=0\n\n',1),(13,'Categories','',0,11,'option=com_categories&section=com_newsfeeds','Manage Categories','',2,'js/ThemeOffice/categories.png',0,'',1),(14,'User','option=com_user',0,0,'','','com_user',0,'',1,'',1),(15,'Search','option=com_search',0,0,'option=com_search','Search Statistics','com_search',0,'js/ThemeOffice/component.png',1,'enabled=0\n\n',1),(16,'Categories','',0,1,'option=com_categories&section=com_banner','Categories','',3,'',1,'',1),(17,'Wrapper','option=com_wrapper',0,0,'','Wrapper','com_wrapper',0,'',1,'',1),(18,'Mail To','',0,0,'','','com_mailto',0,'',1,'',1),(19,'Media Manager','',0,0,'option=com_media','Media Manager','com_media',0,'',1,'upload_extensions=pps,bmp,csv,doc,epg,gif,ico,jpg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,EPG,GIF,ICO,JPG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\nupload_maxsize=10000000\nfile_path=images/stories/videos\nimage_path=images/stories\nrestrict_uploads=1\nallowed_media_usergroup=3\ncheck_mime=1\nimage_extensions=bmp,gif,jpg,png\nignore_extensions=\nupload_mime=image/jpeg,image/gif,image/png,image/bmp,application/x-shockwave-flash,application/msword,application/excel,application/pdf,application/powerpoint,text/plain,application/x-zip\nupload_mime_illegal=text/html\nenable_flash=0\n\n',1),(20,'Articles','option=com_content',0,0,'','','com_content',0,'',1,'show_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=0\nfilter_groups=30|23|24\nfilter_type=BL\nfilter_tags=\nfilter_attritbutes=\n\n',1),(21,'Configuration Manager','',0,0,'','Configuration','com_config',0,'',1,'',1),(22,'Installation Manager','',0,0,'','Installer','com_installer',0,'',1,'',1),(23,'Language Manager','',0,0,'','Languages','com_languages',0,'',1,'',1),(24,'Mass mail','',0,0,'','Mass Mail','com_massmail',0,'',1,'mailSubjectPrefix=\nmailBodySuffix=\n\n',1),(25,'Menu Editor','',0,0,'','Menu Editor','com_menus',0,'',1,'',1),(27,'Messaging','',0,0,'','Messages','com_messages',0,'',1,'',1),(28,'Modules Manager','',0,0,'','Modules','com_modules',0,'',1,'',1),(29,'Plugin Manager','',0,0,'','Plugins','com_plugins',0,'',1,'',1),(30,'Template Manager','',0,0,'','Templates','com_templates',0,'',1,'',1),(31,'User Manager','',0,0,'','Users','com_users',0,'',1,'allowUserRegistration=0\nnew_usertype=Registered\nuseractivation=0\nfrontend_userparams=1\n\n',1),(32,'Cache Manager','',0,0,'','Cache','com_cache',0,'',1,'',1),(33,'Control Panel','',0,0,'','Control Panel','com_cpanel',0,'',1,'',1),(34,'JEvents MVC','option=com_jevents',0,0,'option=com_jevents','JEvents MVC','com_jevents',0,'js/ThemeOffice/component.png',0,'com_calViewName=ext\ncom_dateformat=1\ncom_calUseStdTime=1\ncom_blockRobots=3\nrobotprior=-1 month\nrobotpost=+1 month\ncom_cache=0\ncom_calHeadline=menu\ncom_calUseIconic=1\ncom_navbarcolor=blue\ncom_earliestyear=2010\ncom_latestyear=2012\ncom_starday=0\ncom_print_icon_view=1\ncom_email_icon_view=1\ncom_hideshowbycats=0\ninstalllayouts=0\ncom_copyright=1\nlargeDataSetLimit=100000\nshowPanelNews=0\njevadmin=62\nauthorisedonly=1\njevcreator_level=19\njeveditor_level=20\njevpublish_level=21\njevpublishown=1\nicaltimezone=America/New_York\nicalkey=nemo dat quod non habet\nshowicalicon=0\nicalmultiday=0\nicalmultiday24h=0\neditpopup=0\npopupw=800\npopuph=500\ndefaultcat=0\ncom_calForceCatColorEventForm=2\ncom_single_pane_edit=0\ntimebeforedescription=0\ncom_show_editor_buttons=0\ncom_editor_button_exceptions=pagebreak,readmore\ncom_notifyboth=0\ncom_notifyallevents=0\nshowpriority=0\nmultiday=1\ncom_byview=0\ncom_mailview=1\ncom_hitsview=1\ncom_repeatview=1\ncom_calCutTitle=15\ncom_calMaxDisplay=15\ncom_calDisplayStarttime=1\ncom_enableToolTip=1\ntooltiptype=joomla\ncom_calTTBackground=1\ncom_calTTPosX=LEFT\ncom_calTTPosY=BELOW\ncom_calTTShadow=1\ncom_calTTShadowX=0\ncom_calTTShadowY=0\ncom_calEventListRowsPpg=10\nshowyearpast=1\ncom_showrepeats=1\nshowyeardate=0\ncom_rss_cache=1\ncom_rss_cache_time=3600\ncom_rss_count=5\ncom_rss_live_bookmarks=1\ncom_rss_modid=0\ncom_rss_title=JEvents Syndication for Joomla\ncom_rss_description=Powered by JEvents!\ncom_rss_limit_text=0\ncom_rss_text_length=20\ncom_rss_logo=\nmodcal_DispLastMonth=NO\nmodcal_DispLastMonthDays=31\nmodcal_DispNextMonth=ALWAYS_events\nmodcal_DispNextMonthDays=1\nmodcal_LinkCloaking=0\nmodlatest_MaxEvents=10\nmodlatest_Mode=1\nmodlatest_Days=45\nmodlatest_NoRepeat=1\nmodlatest_DispLinks=1\nmodlatest_DispYear=0\nmodlatest_DisDateStyle=0\nmodlatest_DisTitleStyle=0\nmodlatest_LinkToCal=0\nmodlatest_LinkCloaking=0\nmodlatest_SortReverse=0\nmodlatest_CustFmtStr=${eventDate}[!a: - ${endDate(%I:%M%p)}]\\n${title}\nmodlatest_RSS=0\n\n',0),(42,'JComments','option=com_jcomments',0,0,'option=com_jcomments','JComments','com_jcomments',0,'class:jcomments-logo',0,'object_group=com_jcomments\nobject_id=1\n',1),(43,'Manage comments','',0,42,'option=com_jcomments&task=view','Manage comments','com_jcomments',0,'class:jcomments-edit',0,'',1),(44,'Settings','',0,42,'option=com_jcomments&task=settings','Settings','com_jcomments',1,'class:jcomments-settings',0,'',1),(45,'Smiles','',0,42,'option=com_jcomments&task=smiles','Smiles','com_jcomments',2,'class:jcomments-smiles',0,'',1),(46,'Subscriptions','',0,42,'option=com_jcomments&task=subscriptions','Subscriptions','com_jcomments',3,'class:jcomments-subscriptions',0,'',1),(47,'Custom BBCode','',0,42,'option=com_jcomments&task=custombbcodes','Custom BBCode','com_jcomments',4,'class:jcomments-custombbcode',0,'',1),(48,'Import','',0,42,'option=com_jcomments&task=import','Import','com_jcomments',5,'class:jcomments-import',0,'',1),(49,'About','',0,42,'option=com_jcomments&task=about','About','com_jcomments',6,'class:jcomments-logo',0,'',1),(51,'Jumi','option=com_jumi',0,0,'option=com_jumi','Jumi','com_jumi',0,'components/com_jumi/images/jumi.png',0,'',1),(52,'Rquotes','option=com_rquotes',0,0,'option=com_rquotes','Rquotes','com_rquotes',0,'js/ThemeOffice/component.png',0,'',1),(53,'List Quotes','',0,52,'option=com_rquotes&task=showRquotes','List Quotes','com_rquotes',0,'js/ThemeOffice/component.png',0,'',1),(54,'Manage Categories','',0,52,'option=com_rquotes&task=categories','Manage Categories','com_rquotes',1,'js/ThemeOffice/component.png',0,'',1),(80,'Update Manager','option=com_jupdateman',0,0,'option=com_jupdateman','Update Manager','com_jupdateman',0,'js/ThemeOffice/component.png',0,'',1),(81,'COM_AICONTACTSAFE','option=com_aicontactsafe',0,0,'option=com_aicontactsafe','COM_AICONTACTSAFE','com_aicontactsafe',0,'components/com_aicontactsafe/images/aicontactsafe_icon.gif',0,'',1),(82,'COM_AICONTACTSAFE_MESSAGES','',0,81,'option=com_aicontactsafe&sTask=messages','COM_AICONTACTSAFE_MESSAGES','com_aicontactsafe',0,'components/com_aicontactsafe/images/aicontactsafe_icon.gif',0,'',1),(83,'COM_AICONTACTSAFE_ATTACHMENTS','',0,81,'option=com_aicontactsafe&sTask=attachments','COM_AICONTACTSAFE_ATTACHMENTS','com_aicontactsafe',1,'components/com_aicontactsafe/images/aicontactsafe_icon.gif',0,'',1),(84,'COM_AICONTACTSAFE_PROFILES','',0,81,'option=com_aicontactsafe&sTask=profiles','COM_AICONTACTSAFE_PROFILES','com_aicontactsafe',2,'components/com_aicontactsafe/images/aicontactsafe_icon.gif',0,'',1),(85,'COM_AICONTACTSAFE_FIELDS','',0,81,'option=com_aicontactsafe&sTask=fields','COM_AICONTACTSAFE_FIELDS','com_aicontactsafe',3,'components/com_aicontactsafe/images/aicontactsafe_icon.gif',0,'',1),(86,'COM_AICONTACTSAFE_STATUSES','',0,81,'option=com_aicontactsafe&sTask=statuses','COM_AICONTACTSAFE_STATUSES','com_aicontactsafe',4,'components/com_aicontactsafe/images/aicontactsafe_icon.gif',0,'',1),(87,'COM_AICONTACTSAFE_CONTROL_PANEL','',0,81,'option=com_aicontactsafe&sTask=control_panel','COM_AICONTACTSAFE_CONTROL_PANEL','com_aicontactsafe',5,'components/com_aicontactsafe/images/aicontactsafe_icon.gif',0,'',1),(88,'COM_AICONTACTSAFE_ABOUT','',0,81,'option=com_aicontactsafe&sTask=about','COM_AICONTACTSAFE_ABOUT','com_aicontactsafe',6,'components/com_aicontactsafe/images/aicontactsafe_icon.gif',0,'',1);
/*!40000 ALTER TABLE `jos_components` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_contact_details`
--

DROP TABLE IF EXISTS `jos_contact_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_contact_details` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `con_position` varchar(255) DEFAULT NULL,
  `address` text,
  `suburb` varchar(100) DEFAULT NULL,
  `state` varchar(100) DEFAULT NULL,
  `country` varchar(100) DEFAULT NULL,
  `postcode` varchar(100) DEFAULT NULL,
  `telephone` varchar(255) DEFAULT NULL,
  `fax` varchar(255) DEFAULT NULL,
  `misc` mediumtext,
  `image` varchar(255) DEFAULT NULL,
  `imagepos` varchar(20) DEFAULT NULL,
  `email_to` varchar(255) DEFAULT NULL,
  `default_con` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `published` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT '0',
  `catid` int(11) NOT NULL DEFAULT '0',
  `access` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `mobile` varchar(255) NOT NULL DEFAULT '',
  `webpage` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `catid` (`catid`)
) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_contact_details`
--

LOCK TABLES `jos_contact_details` WRITE;
/*!40000 ALTER TABLE `jos_contact_details` DISABLE KEYS */;
INSERT INTO `jos_contact_details` VALUES (1,'Name','name','Position','Street','Suburb','State','Country','Zip Code','Telephone','Fax','Miscellanous info','powered_by.png','top','email@email.com',1,1,0,'0000-00-00 00:00:00',1,'show_name=1\r\nshow_position=1\r\nshow_email=0\r\nshow_street_address=1\r\nshow_suburb=1\r\nshow_state=1\r\nshow_postcode=1\r\nshow_country=1\r\nshow_telephone=1\r\nshow_mobile=1\r\nshow_fax=1\r\nshow_webpage=1\r\nshow_misc=1\r\nshow_image=1\r\nallow_vcard=0\r\ncontact_icons=0\r\nicon_address=\r\nicon_email=\r\nicon_telephone=\r\nicon_fax=\r\nicon_misc=\r\nshow_email_form=1\r\nemail_description=1\r\nshow_email_copy=1\r\nbanned_email=\r\nbanned_subject=\r\nbanned_text=',0,12,0,'',''),(2,'Rick Joyner','the-oak-initiative','President','375 Star Light Drive','Fort Mill','SC','USA','29715','803-547-8217','','','OAKI-logo.png',NULL,'office@theoakinitiative.org ',0,1,0,'0000-00-00 00:00:00',2,'show_name=1\nshow_position=1\nshow_email=0\nshow_street_address=1\nshow_suburb=1\nshow_state=1\nshow_postcode=1\nshow_country=1\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nshow_webpage=1\nshow_misc=1\nshow_image=1\nallow_vcard=0\ncontact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_email_form=1\nemail_description=\nshow_email_copy=1\nbanned_email=\nbanned_subject=\nbanned_text=',63,12,0,'','http://www.theoakinitiative.org/'),(3,'American Family Association','afa','','','','','','','','','','',NULL,'contact@afa.net',0,1,0,'0000-00-00 00:00:00',3,'show_name=1\nshow_position=1\nshow_email=0\nshow_street_address=1\nshow_suburb=1\nshow_state=1\nshow_postcode=1\nshow_country=1\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nshow_webpage=1\nshow_misc=1\nshow_image=1\nallow_vcard=0\ncontact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_email_form=1\nemail_description=\nshow_email_copy=1\nbanned_email=\nbanned_subject=\nbanned_text=',64,12,0,'','http://www.afa.net/'),(4,'Fulton J Sheen','isaiah5812org','Director','','','','','','269-692-2753','','','',NULL,'fjs777@aol.com',0,1,0,'0000-00-00 00:00:00',4,'show_name=1\nshow_position=1\nshow_email=0\nshow_street_address=1\nshow_suburb=1\nshow_state=1\nshow_postcode=1\nshow_country=1\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nshow_webpage=1\nshow_misc=1\nshow_image=1\nallow_vcard=0\ncontact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_email_form=1\nemail_description=\nshow_email_copy=1\nbanned_email=\nbanned_subject=\nbanned_text=',65,12,0,'','http://www.isaiah5812.org/'),(5,'Tea Party Express','tpe','','','','','','','','','','',NULL,'info@teapartyexpress.com',0,1,0,'0000-00-00 00:00:00',5,'show_name=1\nshow_position=1\nshow_email=0\nshow_street_address=1\nshow_suburb=1\nshow_state=1\nshow_postcode=1\nshow_country=1\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nshow_webpage=1\nshow_misc=1\nshow_image=1\nallow_vcard=0\ncontact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_email_form=1\nemail_description=\nshow_email_copy=1\nbanned_email=\nbanned_subject=\nbanned_text=',66,12,0,'','http://www.teapartyexpress.org/'),(6,'Scott Hagerstrom','afp','State Director','222 W. Genesee Street','Lansing','MI','USA','48933','517-853-9073','','','',NULL,'infomi@afphq.org',0,1,0,'0000-00-00 00:00:00',6,'show_name=1\nshow_position=1\nshow_email=0\nshow_street_address=1\nshow_suburb=1\nshow_state=1\nshow_postcode=1\nshow_country=1\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nshow_webpage=1\nshow_misc=1\nshow_image=1\nallow_vcard=0\ncontact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_email_form=1\nemail_description=\nshow_email_copy=1\nbanned_email=\nbanned_subject=\nbanned_text=',67,12,0,'','http://www.americansforprosperity.org/michigan'),(7,'Rick Warzywak','transformation-michigan','Facillitator','P.O. Box 12','Atlanta','MI','USA','49709','989-657-0832','','','',NULL,'transformmi@tds.net',0,1,0,'0000-00-00 00:00:00',7,'show_name=1\nshow_position=1\nshow_email=0\nshow_street_address=1\nshow_suburb=1\nshow_state=1\nshow_postcode=1\nshow_country=1\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nshow_webpage=1\nshow_misc=1\nshow_image=1\nallow_vcard=0\ncontact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_email_form=1\nemail_description=\nshow_email_copy=1\nbanned_email=\nbanned_subject=\nbanned_text=',68,12,0,'','http://transformmi.com/index.cfm'),(8,'James Muffett','ctv','President','3721 W. Michigan Ave, Suite 200','Lansing','MI','USA','48917 ','(517) 321-1390','(517) 321-6077','','',NULL,'ctv@ctvmichigan.org',0,1,0,'0000-00-00 00:00:00',8,'show_name=1\nshow_position=1\nshow_email=0\nshow_street_address=1\nshow_suburb=1\nshow_state=1\nshow_postcode=1\nshow_country=1\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nshow_webpage=1\nshow_misc=1\nshow_image=1\nallow_vcard=0\ncontact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_email_form=1\nemail_description=\nshow_email_copy=1\nbanned_email=\nbanned_subject=\nbanned_text=',69,12,0,'','http://www.ctvmichigan.org/'),(9,'Christian Broadcasting Network','cbn','','','','','','','','','','',NULL,'info@cbn.com',0,1,0,'0000-00-00 00:00:00',9,'show_name=1\nshow_position=1\nshow_email=0\nshow_street_address=1\nshow_suburb=1\nshow_state=1\nshow_postcode=1\nshow_country=1\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nshow_webpage=1\nshow_misc=1\nshow_image=1\nallow_vcard=0\ncontact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_email_form=1\nemail_description=\nshow_email_copy=1\nbanned_email=\nbanned_subject=\nbanned_text=',71,12,0,'','http://www.cbn.com'),(10,'Helio Rodriguez-Ecay','helio-rodriguez-ecay','','','Miami','Florida','','','','','','',NULL,'helio@reccpa.com',0,1,0,'0000-00-00 00:00:00',1,'show_name=1\nshow_position=1\nshow_email=0\nshow_street_address=1\nshow_suburb=1\nshow_state=1\nshow_postcode=1\nshow_country=1\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nshow_webpage=1\nshow_misc=1\nshow_image=1\nallow_vcard=0\ncontact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_email_form=1\nemail_description=\nshow_email_copy=1\nbanned_email=\nbanned_subject=\nbanned_text=',74,44,0,'','http://reccpa.com'),(11,'Ed Garabedian','ed-garry','','','Bloomfield Hills','Michigan','','','','','','',NULL,'edg@letsrebuildit.com',0,1,0,'0000-00-00 00:00:00',2,'show_name=1\nshow_position=1\nshow_email=0\nshow_street_address=1\nshow_suburb=1\nshow_state=1\nshow_postcode=1\nshow_country=1\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nshow_webpage=1\nshow_misc=1\nshow_image=1\nallow_vcard=0\ncontact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_email_form=1\nemail_description=\nshow_email_copy=1\nbanned_email=\nbanned_subject=\nbanned_text=',75,44,0,'',''),(12,'RetakeOurGov.com','retakeourgovcom','Director','','','','','','','','','',NULL,'wes@retakeourgov.com',0,1,0,'0000-00-00 00:00:00',10,'show_name=1\nshow_position=1\nshow_email=0\nshow_street_address=1\nshow_suburb=1\nshow_state=1\nshow_postcode=1\nshow_country=1\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nshow_webpage=1\nshow_misc=1\nshow_image=1\nallow_vcard=0\ncontact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_email_form=1\nemail_description=\nshow_email_copy=1\nbanned_email=\nbanned_subject=\nbanned_text=',94,12,0,'',''),(13,'LetsRebuildit.com','letsrebuilditcom','','','','','','','','','','taking_notes.jpg',NULL,'admin@letsrebuildit.com',0,1,62,'2015-10-31 16:15:24',11,'show_name=1\nshow_position=0\nshow_email=0\nshow_street_address=0\nshow_suburb=0\nshow_state=0\nshow_postcode=0\nshow_country=0\nshow_telephone=0\nshow_mobile=0\nshow_fax=0\nshow_webpage=1\nshow_misc=0\nshow_image=1\nallow_vcard=0\ncontact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_email_form=1\nemail_description=\nshow_email_copy=1\nbanned_email=\nbanned_subject=\nbanned_text=',62,12,0,'','http://www.letsrebuildit.com');
/*!40000 ALTER TABLE `jos_contact_details` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_content`
--

DROP TABLE IF EXISTS `jos_content`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_content` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `title_alias` varchar(255) NOT NULL DEFAULT '',
  `introtext` mediumtext NOT NULL,
  `fulltext` mediumtext NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `sectionid` int(11) unsigned NOT NULL DEFAULT '0',
  `mask` int(11) unsigned NOT NULL DEFAULT '0',
  `catid` int(11) unsigned NOT NULL DEFAULT '0',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(11) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `images` text NOT NULL,
  `urls` text NOT NULL,
  `attribs` text NOT NULL,
  `version` int(11) unsigned NOT NULL DEFAULT '1',
  `parentid` int(11) unsigned NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `access` int(11) unsigned NOT NULL DEFAULT '0',
  `hits` int(11) unsigned NOT NULL DEFAULT '0',
  `metadata` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_section` (`sectionid`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`)
) ENGINE=MyISAM AUTO_INCREMENT=824 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_content`
--

LOCK TABLES `jos_content` WRITE;
/*!40000 ALTER TABLE `jos_content` DISABLE KEYS */;
INSERT INTO `jos_content` VALUES (1,'Welcome to Joomla!','welcome-to-joomla','','<div align=\"left\"><strong>Joomla! is a free open source framework and content publishing system designed for quickly creating highly interactive multi-language Web sites, online communities, media portals, blogs and eCommerce applications. <br /></strong></div><p><strong><br /></strong><img src=\"images/stories/powered_by.png\" border=\"0\" alt=\"Joomla! Logo\" title=\"Example Caption\" hspace=\"6\" vspace=\"0\" width=\"165\" height=\"68\" align=\"left\" />Joomla! provides an easy-to-use graphical user interface that simplifies the management and publishing of large volumes of content including HTML, documents, and rich media.  Joomla! is used by organisations of all sizes for intranets and extranets and is supported by a community of tens of thousands of users. </p>','With a fully documented library of developer resources, Joomla! allows the customisation of every aspect of a Web site including presentation, layout, administration, and the rapid integration with third-party applications.<p>Joomla! now provides more developer power while making the user experience all the more friendly. For those who always wanted increased extensibility, Joomla! 1.5 can make this happen.</p><p>A new framework, ground-up refactoring, and a highly-active development team brings the excitement of \'the next generation CMS\' to your fingertips.  Whether you are a systems architect or a complete \'noob\' Joomla! can take you to the next level of content delivery. \'More than a CMS\' is something we have been playing with as a catchcry because the new Joomla! API has such incredible power and flexibility, you are free to take whatever direction your creative mind takes you and Joomla! can help you get there so much more easily than ever before.</p><p>Thinking Web publishing? Think Joomla!</p>',-2,1,0,1,'2008-08-12 10:00:00',62,'','2008-08-12 10:00:00',62,0,'0000-00-00 00:00:00','2006-01-03 01:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',29,0,0,'','',0,93,'robots=\nauthor='),(2,'Newsflash 1','newsflash-1','','<p>Joomla! makes it easy to launch a Web site of any kind. Whether you want a brochure site or you are building a large online community, Joomla! allows you to deploy a new site in minutes and add extra functionality as you need it. The hundreds of available Extensions will help to expand your site and allow you to deliver new services that extend your reach into the Internet.</p>','',0,1,0,3,'2008-08-10 06:30:34',62,'','2008-08-10 06:30:34',62,0,'0000-00-00 00:00:00','2004-08-09 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,4,'','',0,1,'robots=\nauthor='),(3,'Newsflash 2','newsflash-2','','<p>The one thing about a Web site, it always changes! Joomla! makes it easy to add Articles, content, images, videos, and more. Site administrators can edit and manage content \'in-context\' by clicking the \'Edit\' link. Webmasters can also edit content through a graphical Control Panel that gives you complete control over your site.</p>','',0,1,0,3,'2008-08-09 22:30:34',62,'','2008-08-09 22:30:34',62,0,'0000-00-00 00:00:00','2004-08-09 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,5,'','',0,0,'robots=\nauthor='),(4,'Newsflash 3','newsflash-3','','<p>With a library of thousands of free <a href=\"http://extensions.joomla.org\" target=\"_blank\" title=\"The Joomla! Extensions Directory\">Extensions</a>, you can add what you need as your site grows. Don\'t wait, look through the <a href=\"http://extensions.joomla.org/\" target=\"_blank\" title=\"Joomla! Extensions\">Joomla! Extensions</a>  library today. </p>','',0,1,0,3,'2008-08-10 06:30:34',62,'','2008-08-10 06:30:34',62,0,'0000-00-00 00:00:00','2004-08-09 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,6,'','',0,1,'robots=\nauthor='),(5,'Joomla! License Guidelines','joomla-license-guidelines','joomla-license-guidelines','<p>This Web site is powered by <a href=\"http://joomla.org/\" target=\"_blank\" title=\"Joomla!\">Joomla!</a> The software and default templates on which it runs are Copyright 2005-2008 <a href=\"http://www.opensourcematters.org/\" target=\"_blank\" title=\"Open Source Matters\">Open Source Matters</a>. The sample content distributed with Joomla! is licensed under the <a href=\"http://docs.joomla.org/JEDL\" target=\"_blank\" title=\"Joomla! Electronic Document License\">Joomla! Electronic Documentation License.</a> All data entered into this Web site and templates added after installation, are copyrighted by their respective copyright owners.</p> <p>If you want to distribute, copy, or modify Joomla!, you are welcome to do so under the terms of the <a href=\"http://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC1\" target=\"_blank\" title=\"GNU General Public License\"> GNU General Public License</a>. If you are unfamiliar with this license, you might want to read <a href=\"http://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC4\" target=\"_blank\" title=\"How To Apply These Terms To Your Program\">\'How To Apply These Terms To Your Program\'</a> and the <a href=\"http://www.gnu.org/licenses/old-licenses/gpl-2.0-faq.html\" target=\"_blank\" title=\"GNU General Public License FAQ\">\'GNU General Public License FAQ\'</a>.</p> <p>The Joomla! licence has always been GPL.</p>','',-2,4,0,25,'2008-08-20 10:11:07',62,'','2008-08-20 10:11:07',62,0,'0000-00-00 00:00:00','2004-08-19 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'','',0,108,'robots=\nauthor='),(6,'The Oak Initiative','the-oak-initiative','','<p><a href=\"http://www.theoakinitiative.org/\" target=\"_self\">The Oak Initiative</a> is a grassroots movement to <strong>unite</strong>, <strong>mobilize</strong>, <strong>equip</strong>, and <strong>activate </strong>Christians to be the salt and light they are called to be by engaging in the great issues of our time from a sound biblical worldview.<br /> </p>\r\n','\r\n<p>Started by more than 300 Christian leaders from across the spectrum of the body of Christ, within months of its founding, The Oak Initiative had a presence in all 50 states and more than 65 nations, with Oak Gatherings and Oak Chapters springing up rapidly.</p>\r\n<table border=\"0\" width=\"793\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"5\" valign=\"top\">\r\n<h2>In summary, the resolve of the Oak Initiative is...</h2>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"81\" valign=\"top\">\r\n<div style=\"text-align: right;\">•</div>\r\n</td>\r\n<td colspan=\"4\">To have and constantly strengthen a sound biblical worldview<br /></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">\r\n<div style=\"text-align: right;\">•</div>\r\n</td>\r\n<td colspan=\"4\">To be the salt and light we are called to be by standing without wavering for the truth as we are given the grace to see it<br /></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">\r\n<div style=\"text-align: right;\">•</div>\r\n</td>\r\n<td colspan=\"4\">To defend freedom, especially religious freedom, while also treating those of other faiths and perspectives with dignity and respect<br /></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">\r\n<div style=\"text-align: right;\">•</div>\r\n</td>\r\n<td colspan=\"4\">Through The Oak Institute, raise up effective leaders in the seven areas of dominant influence, which are:</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td width=\"45\">\r\n<div style=\"text-align: right;\">•</div>\r\n</td>\r\n<td width=\"291\"> Government</td>\r\n<td width=\"56\">\r\n<div style=\"text-align: right;\">•</div>\r\n</td>\r\n<td width=\"298\"> Business</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td>\r\n<div style=\"text-align: right;\">•</div>\r\n</td>\r\n<td width=\"291\"> Media</td>\r\n<td width=\"56\">\r\n<div style=\"text-align: right;\">•</div>\r\n</td>\r\n<td width=\"298\"> Arts and Entertainment</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td>\r\n<div style=\"text-align: right;\">•</div>\r\n</td>\r\n<td width=\"291\"> Education</td>\r\n<td width=\"56\">\r\n<div style=\"text-align: right;\">•</div>\r\n</td>\r\n<td width=\"298\"> Family Services</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td>\r\n<div style=\"text-align: right;\">•</div>\r\n</td>\r\n<td colspan=\"3\"> The Church</td>\r\n</tr>\r\n</tbody>\r\n</table>',1,1,0,1,'2010-04-27 00:00:00',62,'','2010-04-27 15:37:48',62,0,'0000-00-00 00:00:00','2010-04-27 00:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',18,0,276,'Oak Initiative, grass roots','The Oak Initiative',0,464,'robots=\nauthor='),(212,'Pastor to IRS: Sue Me!','pastor-to-irs-sue-me','','<p><span style=\"font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; line-height: 32px; font-size: 13px;\">\r\n<div id=\"StoryTitle\" class=\"storytitle\" style=\"width: auto; height: 68px; padding-top: 5px; padding-bottom: 5px; border-bottom-color: #cccccc; border-bottom-width: 1px; border-bottom-style: solid; font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; color: #003399; font-size: 18px; font-weight: bold; margin-bottom: 7px;\">\'Political\' pastor to IRS: Sue me\r\n<div id=\"reporter\" class=\"reporter\" style=\"width: auto; height: auto; padding-top: 2px; padding-bottom: 2px; font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; font-size: 10px; color: #333333; font-weight: normal;\">Charlie Butts - OneNewsNow - 10/11/2010 4:10:00 AM<span style=\"vertical-align: middle; margin-left: 25px;\"><a href=\"http://www.addthis.com/bookmark.php\" target=\"_blank\" style=\"color: #0e4d8b; background: inherit;\"><img src=\"http://s9.addthis.com/button1-addthis.gif\" border=\"0\" alt=\"Bookmark and Share\" width=\"125\" height=\"16\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" /></a></span></div>\r\n</div>\r\n<p style=\"line-height: 1.5em; margin: 0px;\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\"><img src=\"http://www.onenewsnow.com/uploadedImages/Media/Images/IRS_logo.jpg\" border=\"0\" alt=\"IRS logo (Internal Revenue Service)\" title=\"IRS logo (Internal Revenue Service)\" hspace=\"3\" vspace=\"3\" width=\"163\" height=\"133\" align=\"right\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" />A complaint has been filed with the Internal Revenue Service against an Iowa church on the basis of political involvement.</p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\">Next month, <a href=\"http://www.onenewsnow.com/Politics/Default.aspx?id=1195980\" target=\"_blank\" title=\"voters in The Hawkeye State will have an opportunity\" style=\"color: #0e4d8b; background: inherit;\">voters in The Hawkeye State will have an opportunity</a> to vote against renewing terms for three state Supreme Court justices who voted in favor of homosexual \"marriage.\" Pastor Cary Gordon of <a href=\"http://cornerstoneworld.org/\" target=\"_blank\" title=\"Cornerstone World Outreach\" style=\"color: #0e4d8b; background: inherit;\">Cornerstone World Outreach</a> in Sioux City sent a letter to pastors around the state encouraging them to join in the effort to remove the three from the bench. In response, Americans United for Separation of Church and State filed a complaint against the Sioux City pastor.</p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"center\"><a href=\"http://www.onenewsnow.com/uploadedFiles/Media/Audio/2010/10/11/IOWAIRS.mp3\" target=\"_blank\" title=\"CharlieIowaLongInterview\" style=\"color: #0e4d8b; background: inherit;\"><strong><span style=\"font-size: x-small;\">Listen to an extended interview with Pastor Cary Gordon</span></strong></a></p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"center\"><em><span style=\"font-size: xx-small;\">(wait approx. 20 seconds into the file for interview to start)</span></em></p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\"><br />Pastor Gordon tells OneNewsNow that Christians are often accused of shoving their religion down others\' throats -- and if they say the same things inside the walls of the church, they are accused of bringing politics into religion. \"You can\'t have it both ways,\" he remarks.<br /> <br /><img src=\"http://www.onenewsnow.com/uploadedImages/Media/Images/Mugs/CaryGordon.jpg\" border=\"0\" alt=\"Rev. Cary Gordon (Sioux City, IA)\" title=\"Rev. Cary Gordon (Sioux City, IA)\" hspace=\"3\" vspace=\"3\" width=\"88\" height=\"127\" align=\"left\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" />\"We\'re tired of the hypocrisy of these people because they desire to ensconce -- and frankly they\'re doing it -- ...secular humanism [as] the new state religion of the United States of America in violation of the original intent of the First Amendment,\" he laments.<br /> <br />Gordon stresses that despite complaints from groups like Americans United, he will continue to preach his convictions on Sunday.<br /> <br />\"I have never, nor will I ever, get a message from the Holy Spirit and then go check with the IRS tax code first to see if it\'s okay to preach it,\" he states. \"I\'m tired of pastors submitting to this tyranny -- and I\'m expecting to try to get the IRS to sue us so that we can take it all the way to the Supreme Court and restore freedom in America\'s pulpits.\"<br /> <br />Gordon\'s church is represented by Christian attorneys from <a href=\"http://www.libertylegal.org/\" target=\"_blank\" title=\"Liberty Institute\" style=\"color: #0e4d8b; background: inherit;\">Liberty Institute</a>.</p>\r\n</span></p>','',1,1,0,1,'2010-10-11 19:04:39',62,'Charlie Butts - OneNewsNow','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-10-11 19:04:39','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,254,'Political, pastor, IRS, Sue me','\'Political\' pastor to IRS: Sue me',0,315,'robots=\nauthor=Charlie Butts - OneNewsNow '),(9,'Millions of Smiles','millions-of-smiles','','<p>The Joomla! team has millions of good reasons to be smiling about the Joomla! 1.5. In its current incarnation, it\'s had millions of downloads, taking it to an unprecedented level of popularity.  The new code base is almost an entire re-factor of the old code base.  The user experience is still extremely slick but for developers the API is a dream.  A proper framework for real PHP architects seeking the best of the best.</p><p>If you\'re a former Mambo User or a 1.0 series Joomla! User, 1.5 is the future of CMSs for a number of reasons.  It\'s more powerful, more flexible, more secure, and intuitive.  Our developers and interface designers have worked countless hours to make this the most exciting release in the content management system sphere.</p><p>Go on ... get your FREE copy of Joomla! today and spread the word about this benchmark project. </p>','',0,1,0,1,'2007-07-07 09:54:06',62,'','2007-07-07 09:54:06',62,0,'0000-00-00 00:00:00','2004-07-06 22:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,277,'','',0,26,'robots=\nauthor='),(10,'How do I localise Joomla! to my language?','how-do-i-localise-joomla-to-my-language','','<h4>General<br /></h4><p>In Joomla! 1.5 all User interfaces can be localised. This includes the installation, the Back-end Control Panel and the Front-end Site.</p><p>The core release of Joomla! 1.5 is shipped with multiple language choices in the installation but, other than English (the default), languages for the Site and Administration interfaces need to be added after installation. Links to such language packs exist below.</p>','<p>Translation Teams for Joomla! 1.5 may have also released fully localised installation packages where site, administrator and sample data are in the local language. These localised releases can be found in the specific team projects on the <a href=\"http://extensions.joomla.org/component/option,com_mtree/task,listcats/cat_id,1837/Itemid,35/\" target=\"_blank\" title=\"JED\">Joomla! Extensions Directory</a>.</p><h4>How do I install language packs?</h4><ul><li>First download both the admin and the site language packs that you require.</li><li>Install each pack separately using the Extensions-&gt;Install/Uninstall Menu selection and then the package file upload facility.</li><li>Go to the Language Manager and be sure to select Site or Admin in the sub-menu. Then select the appropriate language and make it the default one using the Toolbar button.</li></ul><h4>How do I select languages?</h4><ul><li>Default languages can be independently set for Site and for Administrator</li><li>In addition, users can define their preferred language for each Site and Administrator. This takes affect after logging in.</li><li>While logging in to the Administrator Back-end, a language can also be selected for the particular session.</li></ul><h4>Where can I find Language Packs and Localised Releases?</h4><p><em>Please note that Joomla! 1.5 is new and language packs for this version may have not been released at this time.</em> </p><ul><li><a href=\"http://joomlacode.org/gf/project/jtranslation/\" target=\"_blank\" title=\"Accredited Translations\">The Joomla! Accredited Translations Project</a>  - This is a joint repository for language packs that were developed by teams that are members of the Joomla! Translations Working Group.</li><li><a href=\"http://extensions.joomla.org/component/option,com_mtree/task,listcats/cat_id,1837/Itemid,35/\" target=\"_blank\" title=\"Translations\">The Joomla! Extensions Site - Translations</a>  </li><li><a href=\"http://community.joomla.org/translations.html\" target=\"_blank\" title=\"Translation Work Group Teams\">List of Translation Teams and Translation Partner Sites for Joomla! 1.5</a> </li></ul>',-2,3,0,32,'2008-07-30 14:06:37',62,'','2008-07-30 14:06:37',62,0,'0000-00-00 00:00:00','2006-09-29 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',9,0,0,'','',0,12,'robots=\nauthor='),(11,'How do I upgrade to Joomla! 1.5 ?','how-do-i-upgrade-to-joomla-15','','<p>Joomla! 1.5 does not provide an upgrade path from earlier versions. Converting an older site to a Joomla! 1.5 site requires creation of a new empty site using Joomla! 1.5 and then populating the new site with the content from the old site. This migration of content is not a one-to-one process and involves conversions and modifications to the content dump.</p> <p>There are two ways to perform the migration:</p>',' <div id=\"post_content-107\"><li>An automated method of migration has been provided which uses a migrator Component to create the migration dump out of the old site (Mambo 4.5.x up to Joomla! 1.0.x) and a smart import facility in the Joomla! 1.5 Installation that performs required conversions and modifications during the installation process.</li> <li>Migration can be performed manually. This involves exporting the required tables, manually performing required conversions and modifications and then importing the content to the new site after it is installed.</li>  <p><!--more--></p> <h2><strong> Automated migration</strong></h2>  <p>This is a two phased process using two tools. The first tool is a migration Component named <font face=\"courier new,courier\">com_migrator</font>. This Component has been contributed by Harald Baer and is based on his <strong>eBackup </strong>Component. The migrator needs to be installed on the old site and when activated it prepares the required export dump of the old site\'s data. The second tool is built into the Joomla! 1.5 installation process. The exported content dump is loaded to the new site and all conversions and modification are performed on-the-fly.</p> <h3><u> Step 1 - Using com_migrator to export data from old site:</u></h3> <li>Install the <font face=\"courier new,courier\">com_migrator</font> Component on the <u><strong>old</strong></u> site. It can be found at the <a href=\"http://joomlacode.org/gf/project/pasamioprojects/frs/\" target=\"_blank\" title=\"JoomlaCode\">JoomlaCode developers forge</a>.</li> <li>Select the Component in the Component Menu of the Control Panel.</li> <li>Click on the <strong>Dump it</strong> icon. Three exported <em>gzipped </em>export scripts will be created. The first is a complete backup of the old site. The second is the migration content of all core elements which will be imported to the new site. The third is a backup of all 3PD Component tables.</li> <li>Click on the download icon of the particular exports files needed and store locally.</li> <li>Multiple export sets can be created.</li> <li>The exported data is not modified in anyway and the original encoding is preserved. This makes the <font face=\"courier new,courier\">com_migrator</font> tool a recommended tool to use for manual migration as well.</li> <h3><u> Step 2 - Using the migration facility to import and convert data during Joomla! 1.5 installation:</u></h3><p>Note: This function requires the use of the <em><font face=\"courier new,courier\">iconv </font></em>function in PHP to convert encodings. If <em><font face=\"courier new,courier\">iconv </font></em>is not found a warning will be provided.</p> <li>In step 6 - Configuration select the \'Load Migration Script\' option in the \'Load Sample Data, Restore or Migrate Backed Up Content\' section of the page.</li> <li>Enter the table prefix used in the content dump. For example: \'jos_\' or \'site2_\' are acceptable values.</li> <li>Select the encoding of the dumped content in the dropdown list. This should be the encoding used on the pages of the old site. (As defined in the _ISO variable in the language file or as seen in the browser page info/encoding/source)</li> <li>Browse the local host and select the migration export and click on <strong>Upload and Execute</strong></li> <li>A success message should appear or alternately a listing of database errors</li> <li>Complete the other required fields in the Configuration step such as Site Name and Admin details and advance to the final step of installation. (Admin details will be ignored as the imported data will take priority. Please remember admin name and password from the old site)</li> <p><u><br /></u></p></div>',-2,3,0,28,'2008-07-30 20:27:52',62,'','2008-07-30 20:27:52',62,0,'0000-00-00 00:00:00','2006-09-29 12:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',10,0,0,'','',0,16,'robots=\nauthor='),(12,'Why does Joomla! 1.5 use UTF-8 encoding?','why-does-joomla-15-use-utf-8-encoding','','<p>Well... how about never needing to mess with encoding settings again?</p><p>Ever needed to display several languages on one page or site and something always came up in Giberish?</p><p>With utf-8 (a variant of Unicode) glyphs (character forms) of basically all languages can be displayed with one single encoding setting. </p>','',0,3,0,31,'2008-08-05 01:11:29',62,'','2008-08-05 01:11:29',62,0,'0000-00-00 00:00:00','2006-10-03 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',8,0,2,'','',0,31,'robots=\nauthor='),(13,'What happened to the locale setting?','what-happened-to-the-locale-setting','','This is now defined in the Language [<em>lang</em>].xml file in the Language metadata settings. If you are having locale problems such as dates do not appear in your language for example, you might want to check/edit the entries in the locale tag. Note that multiple locale strings can be set and the host will usually accept the first one recognised.','',-2,3,0,28,'2008-08-06 16:47:35',62,'','2008-08-06 16:47:35',62,0,'0000-00-00 00:00:00','2006-10-05 14:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'','',0,13,'robots=\nauthor='),(14,'What is the FTP layer for?','what-is-the-ftp-layer-for','','<p>The FTP Layer allows file operations (such as installing Extensions or updating the main configuration file) without having to make all the folders and files writable. This has been an issue on Linux and other Unix based platforms in respect of file permissions. This makes the site admin\'s life a lot easier and increases security of the site.</p><p>You can check the write status of relevent folders by going to \'\'Help-&gt;System Info\" and then in the sub-menu to \"Directory Permissions\". With the FTP Layer enabled even if all directories are red, Joomla! will operate smoothly.</p><p>NOTE: the FTP layer is not required on a Windows host/server. </p>','',-2,3,0,31,'2008-08-06 21:27:49',62,'','2008-08-06 21:27:49',62,0,'0000-00-00 00:00:00','2006-10-05 16:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=',6,0,0,'','',0,25,'robots=\nauthor='),(15,'Can Joomla! 1.5 operate with PHP Safe Mode On?','can-joomla-15-operate-with-php-safe-mode-on','','<p>Yes it can! This is a significant security improvement.</p><p>The <em>safe mode</em> limits PHP to be able to perform actions only on files/folders who\'s owner is the same as PHP is currently using (this is usually \'apache\'). As files normally are created either by the Joomla! application or by FTP access, the combination of PHP file actions and the FTP Layer allows Joomla! to operate in PHP Safe Mode.</p>','',-2,3,0,31,'2008-08-06 19:28:35',62,'','2008-08-06 19:28:35',62,0,'0000-00-00 00:00:00','2006-10-05 14:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'','',0,10,'robots=\nauthor='),(16,'Only one edit window! How do I create \"Read more...\"?','only-one-edit-window-how-do-i-create-read-more','','<p>This is now implemented by inserting a <strong>Read more...</strong> tag (the button is located below the editor area) a dotted line appears in the edited text showing the split location for the <em>Read more....</em> A new Plugin takes care of the rest.</p><p>It is worth mentioning that this does not have a negative effect on migrated data from older sites. The new implementation is fully backward compatible.</p>','',-2,3,0,28,'2008-08-06 19:29:28',62,'','2008-08-06 19:29:28',62,0,'0000-00-00 00:00:00','2006-10-05 14:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'','',0,22,'robots=\nauthor='),(17,'My MySQL database does not support UTF-8. Do I have a problem?','my-mysql-database-does-not-support-utf-8-do-i-have-a-problem','','No you don\'t. Versions of MySQL lower than 4.1 do not have built in UTF-8 support. However, Joomla! 1.5 has made provisions for backward compatibility and is able to use UTF-8 on older databases. Let the installer take care of all the settings and there is no need to make any changes to the database (charset, collation, or any other).','',-2,3,0,31,'2008-08-07 09:30:37',62,'','2008-08-07 09:30:37',62,0,'0000-00-00 00:00:00','2006-10-05 20:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',10,0,0,'','',0,11,'robots=\nauthor='),(18,'Joomla! Features','joomla-features','','<h4><font color=\"#ff6600\">Joomla! features:</font></h4> <ul><li>Completely database driven site engines </li><li>News, products, or services sections fully editable and manageable</li><li>Topics sections can be added to by contributing Authors </li><li>Fully customisable layouts including <em>left</em>, <em>center</em>, and <em>right </em>Menu boxes </li><li>Browser upload of images to your own library for use anywhere in the site </li><li>Dynamic Forum/Poll/Voting booth for on-the-spot results </li><li>Runs on Linux, FreeBSD, MacOSX server, Solaris, and AIX','  </li></ul> <h4>Extensive Administration:</h4> <ul><li>Change order of objects including news, FAQs, Articles etc. </li><li>Random Newsflash generator </li><li>Remote Author submission Module for News, Articles, FAQs, and Links </li><li>Object hierarchy - as many Sections, departments, divisions, and pages as you want </li><li>Image library - store all your PNGs, PDFs, DOCs, XLSs, GIFs, and JPEGs online for easy use </li><li>Automatic Path-Finder. Place a picture and let Joomla! fix the link </li><li>News Feed Manager. Easily integrate news feeds into your Web site.</li><li>E-mail a friend and Print format available for every story and Article </li><li>In-line Text editor similar to any basic word processor software </li><li>User editable look and feel </li><li>Polls/Surveys - Now put a different one on each page </li><li>Custom Page Modules. Download custom page Modules to spice up your site </li><li>Template Manager. Download Templates and implement them in seconds </li><li>Layout preview. See how it looks before going live </li><li>Banner Manager. Make money out of your site.</li></ul>',-2,4,0,29,'2008-08-08 23:32:45',62,'','2008-08-08 23:32:45',62,0,'0000-00-00 00:00:00','2006-10-07 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',11,0,0,'','',0,60,'robots=\nauthor='),(19,'Joomla! Overview','joomla-overview','','<p>If you\'re new to Web publishing systems, you\'ll find that Joomla! delivers sophisticated solutions to your online needs. It can deliver a robust enterprise-level Web site, empowered by endless extensibility for your bespoke publishing needs. Moreover, it is often the system of choice for small business or home users who want a professional looking site that\'s simple to deploy and use. <em>We do content right</em>.<br /> </p><p>So what\'s the catch? How much does this system cost?</p><p> Well, there\'s good news ... and more good news! Joomla! 1.5 is free, it is released under an Open Source license - the GNU/General Public License v 2.0. Had you invested in a mainstream, commercial alternative, there\'d be nothing but moths left in your wallet and to add new functionality would probably mean taking out a second mortgage each time you wanted something adding!</p><p>Joomla! changes all that ... <br />Joomla! is different from the normal models for content management software. For a start, it\'s not complicated. Joomla! has been developed for everybody, and anybody can develop it further. It is designed to work (primarily) with other Open Source, free, software such as PHP, MySQL, and Apache. </p><p>It is easy to install and administer, and is reliable. </p><p>Joomla! doesn\'t even require the user or administrator of the system to know HTML to operate it once it\'s up and running.</p><p>To get the perfect Web site with all the functionality that you require for your particular application may take additional time and effort, but with the Joomla! Community support that is available and the many Third Party Developers actively creating and releasing new Extensions for the 1.5 platform on an almost daily basis, there is likely to be something out there to meet your needs. Or you could develop your own Extensions and make these available to the rest of the community. </p>','',-2,4,0,29,'2008-08-09 07:49:20',62,'','2008-08-09 07:49:20',62,0,'0000-00-00 00:00:00','2006-10-07 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',13,0,0,'','',0,158,'robots=\nauthor='),(20,'Support and Documentation','support-and-documentation','','<h1>Support </h1><p>Support for the Joomla! CMS can be found on several places. The best place to start would be the <a href=\"http://docs.joomla.org/\" target=\"_blank\" title=\"Joomla! Official Documentation Wiki\">Joomla! Official Documentation Wiki</a>. Here you can help yourself to the information that is regularly published and updated as Joomla! develops. There is much more to come too!</p> <p>Of course you should not forget the Help System of the CMS itself. On the <em>topmenu </em>in the Back-end Control panel you find the Help button which will provide you with lots of explanation on features.</p> <p>Another great place would of course be the <a href=\"http://forum.joomla.org/\" target=\"_blank\" title=\"Forum\">Forum</a> . On the Joomla! Forum you can find help and support from Community members as well as from Joomla! Core members and Working Group members. The forum contains a lot of information, FAQ\'s, just about anything you are looking for in terms of support.</p> <p>Two other resources for Support are the <a href=\"http://developer.joomla.org/\" target=\"_blank\" title=\"Joomla! Developer Site\">Joomla! Developer Site</a> and the <a href=\"http://extensions.joomla.org/\" target=\"_blank\" title=\"Joomla! Extensions Directory\">Joomla! Extensions Directory</a> (JED). The Joomla! Developer Site provides lots of technical information for the experienced Developer as well as those new to Joomla! and development work in general. The JED whilst not a support site in the strictest sense has many of the Extensions that you will need as you develop your own Web site.</p> <p>The Joomla! Developers and Bug Squad members are regularly posting their blog reports about several topics such as programming techniques and security issues.</p> <h1>Documentation</h1> <p>Joomla! Documentation can of course be found on the <a href=\"http://docs.joomla.org/\" target=\"_blank\" title=\"Joomla! Official Documentation Wiki\">Joomla! Official Documentation Wiki</a>. You can find information for beginners, installation, upgrade, Frequently Asked Questions, developer topics, and a lot more. The Documentation Team helps oversee the wiki but you are invited to contribute content, as well.</p> <p>There are also books written about Joomla! You can find a listing of these books in the <a href=\"http://shop.joomla.org/\" target=\"_blank\" title=\"Joomla! Shop\">Joomla! Shop</a>.</p>','',-2,4,0,25,'2008-08-09 08:33:57',62,'','2008-08-09 08:33:57',62,0,'0000-00-00 00:00:00','2006-10-07 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',13,0,0,'','',0,7,'robots=\nauthor='),(21,'Joomla! Facts','joomla-facts','','<p>Here are some interesting facts about Joomla!</p><ul><li><span>Over 210,000 active registered Users on the <a href=\"http://forum.joomla.org\" target=\"_blank\" title=\"Joomla Forums\">Official Joomla! community forum</a> and more on the many international community sites.</span><ul><li><span>over 1,000,000 posts in over 200,000 topics</span></li><li>over 1,200 posts per day</li><li>growing at 150 new participants each day!</li></ul></li><li><span>1168 Projects on the JoomlaCode (<a href=\"http://joomlacode.org/\" target=\"_blank\" title=\"JoomlaCode\">joomlacode.org</a> ). All for open source addons by third party developers.</span><ul><li><span>Well over 6,000,000 downloads of Joomla! since the migration to JoomlaCode in March 2007.<br /></span></li></ul></li><li><span>Nearly 4,000 extensions for Joomla! have been registered on the <a href=\"http://extensions.joomla.org\" target=\"_blank\" title=\"http://extensions.joomla.org\">Joomla! Extension Directory</a>  </span></li><li><span>Joomla.org exceeds 2 TB of traffic per month!</span></li></ul>','',-2,4,0,30,'2008-08-09 16:46:37',62,'','2008-08-09 16:46:37',62,0,'0000-00-00 00:00:00','2006-10-07 14:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',13,0,0,'','',0,52,'robots=\nauthor='),(22,'What\'s New in 1.5?','whats-new-in-15','','<p>As with previous releases, Joomla! provides a unified and easy-to-use framework for delivering content for Web sites of all kinds. To support the changing nature of the Internet and emerging Web technologies, Joomla! required substantial restructuring of its core functionality and we also used this effort to simplify many challenges within the current user interface. Joomla! 1.5 has many new features.</p>','<p style=\"margin-bottom: 0in\">In Joomla! 1.5, you\'ll notice: </p>    <ul><li>     <p style=\"margin-bottom: 0in\">       Substantially improved usability, manageability, and scalability far beyond the original Mambo foundations</p>   </li><li>     <p style=\"margin-bottom: 0in\"> Expanded accessibility to support internationalisation, double-byte characters and right-to-left support for Arabic, Farsi, and Hebrew languages among others</p>   </li><li>     <p style=\"margin-bottom: 0in\"> Extended integration of external applications through Web services and remote authentication such as the Lightweight Directory Access Protocol (LDAP)</p>   </li><li>     <p style=\"margin-bottom: 0in\"> Enhanced content delivery, template and presentation capabilities to support accessibility standards and content delivery to any destination</p>   </li><li>     <p style=\"margin-bottom: 0in\">       A more sustainable and flexible framework for Component and Extension developers</p>   </li><li>     <p style=\"margin-bottom: 0in\">Backward compatibility with previous releases of Components, Templates, Modules, and other Extensions</p></li></ul>',-2,4,0,29,'2008-08-11 22:13:58',62,'','2008-08-11 22:13:58',62,0,'0000-00-00 00:00:00','2006-10-10 18:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',10,0,0,'','',0,97,'robots=\nauthor='),(23,'Platforms and Open Standards','platforms-and-open-standards','','<p class=\"MsoNormal\">Joomla! runs on any platform including Windows, most flavours of Linux, several Unix versions, and the Apple OS/X platform.  Joomla! depends on PHP and the MySQL database to deliver dynamic content.  </p>            <p class=\"MsoNormal\">The minimum requirements are:</p>      <ul><li>Apache 1.x, 2.x and higher</li><li>PHP 4.3 and higher</li><li>MySQL 3.23 and higher</li></ul>It will also run on alternative server platforms such as Windows IIS - provided they support PHP and MySQL - but these require additional configuration in order for the Joomla! core package to be successful installed and operated.','',-2,4,0,25,'2008-08-11 04:22:14',62,'','2008-08-11 04:22:14',62,0,'0000-00-00 00:00:00','2006-10-10 08:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'','',0,12,'robots=\nauthor='),(24,'Content Layouts','content-layouts','','<p>Joomla! provides plenty of flexibility when displaying your Web content. Whether you are using Joomla! for a blog site, news or a Web site for a company, you\'ll find one or more content styles to showcase your information. You can also change the style of content dynamically depending on your preferences. Joomla! calls how a page is laid out a <strong>layout</strong>. Use the guide below to understand which layouts are available and how you might use them. </p> <h2>Content </h2> <p>Joomla! makes it extremely easy to add and display content. All content  is placed where your mainbody tag in your template is located. There are three main types of layouts available in Joomla! and all of them can be customised via parameters. The display and parameters are set in the Menu Item used to display the content your working on. You create these layouts by creating a Menu Item and choosing how you want the content to display.</p> <h3>Blog Layout<br /> </h3> <p>Blog layout will show a listing of all Articles of the selected blog type (Section or Category) in the mainbody position of your template. It will give you the standard title, and Intro of each Article in that particular Category and/or Section. You can customise this layout via the use of the Preferences and Parameters, (See Article Parameters) this is done from the Menu not the Section Manager!</p> <h3>Blog Archive Layout<br /> </h3> <p>A Blog Archive layout will give you a similar output of Articles as the normal Blog Display but will add, at the top, two drop down lists for month and year plus a search button to allow Users to search for all Archived Articles from a specific month and year.</p> <h3>List Layout<br /> </h3> <p>Table layout will simply give you a <em>tabular </em>list<em> </em>of all the titles in that particular Section or Category. No Intro text will be displayed just the titles. You can set how many titles will be displayed in this table by Parameters. The table layout will also provide a filter Section so that Users can reorder, filter, and set how many titles are listed on a single page (up to 50)</p> <h2>Wrapper</h2> <p>Wrappers allow you to place stand alone applications and Third Party Web sites inside your Joomla! site. The content within a Wrapper appears within the primary content area defined by the \"mainbody\" tag and allows you to display their content as a part of your own site. A Wrapper will place an IFRAME into the content Section of your Web site and wrap your standard template navigation around it so it appears in the same way an Article would.</p> <h2>Content Parameters</h2> <p>The parameters for each layout type can be found on the right hand side of the editor boxes in the Menu Item configuration screen. The parameters available depend largely on what kind of layout you are configuring.</p>','',-2,4,0,29,'2008-08-12 22:33:10',62,'','2008-08-12 22:33:10',62,0,'0000-00-00 00:00:00','2006-10-11 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',11,0,0,'','',0,76,'robots=\nauthor='),(25,'What are the requirements to run Joomla! 1.5?','what-are-the-requirements-to-run-joomla-15','','<p>Joomla! runs on the PHP pre-processor. PHP comes in many flavours, for a lot of operating systems. Beside PHP you will need a Web server. Joomla! is optimized for the Apache Web server, but it can run on different Web servers like Microsoft IIS it just requires additional configuration of PHP and MySQL. Joomla! also depends on a database, for this currently you can only use MySQL. </p>Many people know from their own experience that it\'s not easy to install an Apache Web server and it gets harder if you want to add MySQL, PHP and Perl. XAMPP, WAMP, and MAMP are easy to install distributions containing Apache, MySQL, PHP and Perl for the Windows, Mac OSX and Linux operating systems. These packages are for localhost installations on non-public servers only.<br />The minimum version requirements are:<br /><ul><li>Apache 1.x or 2.x</li><li>PHP 4.3 or up</li><li>MySQL 3.23 or up</li></ul>For the latest minimum requirements details, see <a href=\"http://www.joomla.org/about-joomla/technical-requirements.html\" target=\"_blank\" title=\"Joomla! Technical Requirements\">Joomla! Technical Requirements</a>.','',-2,3,0,31,'2008-08-11 00:42:31',62,'','2008-08-11 00:42:31',62,0,'0000-00-00 00:00:00','2006-10-10 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,0,'','',0,29,'robots=\nauthor='),(26,'Extensions','extensions','','<p>Out of the box, Joomla! does a great job of managing the content needed to make your Web site sing. But for many people, the true power of Joomla! lies in the application framework that makes it possible for developers all around the world to create powerful add-ons that are called <strong>Extensions</strong>. An Extension is used to add capabilities to Joomla! that do not exist in the base core code. Here are just some examples of the hundreds of available Extensions:</p> <ul>   <li>Dynamic form builders</li>   <li>Business or organisational directories</li>   <li>Document management</li>   <li>Image and multimedia galleries</li>   <li>E-commerce and shopping cart engines</li>   <li>Forums and chat software</li>   <li>Calendars</li>   <li>E-mail newsletters</li>   <li>Data collection and reporting tools</li>   <li>Banner advertising systems</li>   <li>Paid subscription services</li>   <li>and many, many, more</li> </ul> <p>You can find more examples over at our ever growing <a href=\"http://extensions.joomla.org\" target=\"_blank\" title=\"Joomla! Extensions Directory\">Joomla! Extensions Directory</a>. Prepare to be amazed at the amount of exciting work produced by our active developer community!</p><p>A useful guide to the Extension site can be found at:<br /><a href=\"http://extensions.joomla.org/content/view/15/63/\" target=\"_blank\" title=\"Guide to the Joomla! Extension site\">http://extensions.joomla.org/content/view/15/63/</a> </p> <h3>Types of Extensions </h3><p>There are five types of extensions:</p> <ul>   <li>Components</li>   <li>Modules</li>   <li>Templates</li>   <li>Plugins</li>   <li>Languages</li> </ul> <p>You can read more about the specifics of these using the links in the Article Index - a Table of Contents (yet another useful feature of Joomla!) - at the top right or by clicking on the <strong>Next </strong>link below.<br /> </p> <hr title=\"Components\" class=\"system-pagebreak\" /> <h3><img src=\"images/stories/ext_com.png\" border=\"0\" alt=\"Component - Joomla! Extension Directory\" title=\"Component - Joomla! Extension Directory\" width=\"17\" height=\"17\" /> Components</h3> <p>A Component is the largest and most complex of the Extension types.  Components are like mini-applications that render the main body of the  page. An analogy that might make the relationship easier to understand  would be that Joomla! is a book and all the Components are chapters in  the book. The core Article Component (<font face=\"courier new,courier\">com_content</font>), for example, is the  mini-application that handles all core Article rendering just as the  core registration Component (<font face=\"courier new,courier\">com_user</font>) is the mini-application  that handles User registration.</p> <p>Many of Joomla!\'s core features are provided by the use of default Components such as:</p> <ul>   <li>Contacts</li>   <li>Front Page</li>   <li>News Feeds</li>   <li>Banners</li>   <li>Mass Mail</li>   <li>Polls</li></ul><p>A Component will manage data, set displays, provide functions, and in general can perform any operation that does not fall under the general functions of the core code.</p> <p>Components work hand in hand with Modules and Plugins to provide a rich variety of content display and functionality aside from the standard Article and content display. They make it possible to completely transform Joomla! and greatly expand its capabilities.</p>  <hr title=\"Modules\" class=\"system-pagebreak\" /> <h3><img src=\"images/stories/ext_mod.png\" border=\"0\" alt=\"Module - Joomla! Extension Directory\" title=\"Module - Joomla! Extension Directory\" width=\"17\" height=\"17\" /> Modules</h3> <p>A more lightweight and flexible Extension used for page rendering is a Module. Modules are used for small bits of the page that are generally  less complex and able to be seen across different Components. To  continue in our book analogy, a Module can be looked at as a footnote  or header block, or perhaps an image/caption block that can be rendered  on a particular page. Obviously you can have a footnote on any page but  not all pages will have them. Footnotes also might appear regardless of  which chapter you are reading. Simlarly Modules can be rendered  regardless of which Component you have loaded.</p> <p>Modules are like little mini-applets that can be placed anywhere on your site. They work in conjunction with Components in some cases and in others are complete stand alone snippets of code used to display some data from the database such as Articles (Newsflash) Modules are usually used to output data but they can also be interactive form items to input data for example the Login Module or Polls.</p> <p>Modules can be assigned to Module positions which are defined in your Template and in the back-end using the Module Manager and editing the Module Position settings. For example, \"left\" and \"right\" are common for a 3 column layout. </p> <h4>Displaying Modules</h4> <p>Each Module is assigned to a Module position on your site. If you wish it to display in two different locations you must copy the Module and assign the copy to display at the new location. You can also set which Menu Items (and thus pages) a Module will display on, you can select all Menu Items or you can pick and choose by holding down the control key and selecting multiple locations one by one in the Modules [Edit] screen</p> <p>Note: Your Main Menu is a Module! When you create a new Menu in the Menu Manager you are actually copying the Main Menu Module (<font face=\"courier new,courier\">mod_mainmenu</font>) code and giving it the name of your new Menu. When you copy a Module you do not copy all of its parameters, you simply allow Joomla! to use the same code with two separate settings.</p> <h4>Newsflash Example</h4> <p>Newsflash is a Module which will display Articles from your site in an assignable Module position. It can be used and configured to display one Category, all Categories, or to randomly choose Articles to highlight to Users. It will display as much of an Article as you set, and will show a <em>Read more...</em> link to take the User to the full Article.</p> <p>The Newsflash Component is particularly useful for things like Site News or to show the latest Article added to your Web site.</p>  <hr title=\"Plugins\" class=\"system-pagebreak\" /> <h3><img src=\"images/stories/ext_plugin.png\" border=\"0\" alt=\"Plugin - Joomla! Extension Directory\" title=\"Plugin - Joomla! Extension Directory\" width=\"17\" height=\"17\" /> Plugins</h3> <p>One  of the more advanced Extensions for Joomla! is the Plugin. In previous  versions of Joomla! Plugins were known as Mambots. Aside from changing their name their  functionality has been expanded. A Plugin is a section of code that  runs when a pre-defined event happens within Joomla!. Editors are Plugins, for example, that execute when the Joomla! event <font face=\"courier new,courier\">onGetEditorArea</font> occurs. Using a Plugin allows a developer to change  the way their code behaves depending upon which Plugins are installed  to react to an event.</p>  <hr title=\"Languages\" class=\"system-pagebreak\" /> <h3><img src=\"images/stories/ext_lang.png\" border=\"0\" alt=\"Language - Joomla! Extensions Directory\" title=\"Language - Joomla! Extensions Directory\" width=\"17\" height=\"17\" /> Languages</h3> <p>New  to Joomla! 1.5 and perhaps the most basic and critical Extension is a Language. Joomla! is released with multiple Installation Languages but the base Site and Administrator are packaged in just the one Language <strong>en-GB</strong> - being English with GB spelling for example. To include all the translations currently available would bloat the core package and make it unmanageable for uploading purposes. The Language files enable all the User interfaces both Front-end and Back-end to be presented in the local preferred language. Note these packs do not have any impact on the actual content such as Articles. </p> <p>More information on languages is available from the <br />   <a href=\"http://community.joomla.org/translations.html\" target=\"_blank\" title=\"Joomla! Translation Teams\">http://community.joomla.org/translations.html</a></p>','',-2,4,0,29,'2008-08-11 06:00:00',62,'','2008-08-11 06:00:00',62,0,'0000-00-00 00:00:00','2006-10-10 22:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',24,0,0,'About Joomla!, General, Extensions','',0,115,'robots=\nauthor='),(27,'The Joomla! Community','the-joomla-community','','<p><strong>Got a question? </strong>With more than 210,000 members, the Joomla! Discussion Forums at <a href=\"http://forum.joomla.org/\" target=\"_blank\" title=\"Forums\">forum.joomla.org</a> are a great resource for both new and experienced users. Ask your toughest questions the community is waiting to see what you\'ll do with your Joomla! site.</p><p><strong>Do you want to show off your new Joomla! Web site?</strong> Visit the <a href=\"http://forum.joomla.org/viewforum.php?f=514\" target=\"_blank\" title=\"Site Showcase\">Site Showcase</a>Â section of our forum.</p><p><strong>Do you want to contribute?</strong></p><p>If you think working with Joomla is fun, wait until you start working on it. We\'re passionate about helping Joomla users become contributors. There are many ways you can help Joomla\'s development:</p><ul>	<li>Submit news about Joomla. We syndicate Joomla-related news on <a href=\"http://news.joomla.org\" target=\"_blank\" title=\"JoomlaConnect\">JoomlaConnect<sup>TM</sup></a>. If you have Joomla news that you would like to share with the community, find out how to get connectedÂ <a href=\"http://community.joomla.org/connect.html\" target=\"_blank\" title=\"JoomlaConnect\">here</a>.</li>	<li>Report bugs and request features in our <a href=\"http://joomlacode.org/gf/project/joomla/tracker/\" target=\"_blank\" title=\"Joomla! developement trackers\">trackers</a>. Please read <a href=\"http://docs.joomla.org/Filing_bugs_and_issues\" target=\"_blank\" title=\"Reporting Bugs\">Reporting Bugs</a>, for details on how we like our bug reports served up</li><li>Submit patches for new and/or fixed behaviour. Please read <a href=\"http://docs.joomla.org/Patch_submission_guidelines\" target=\"_blank\" title=\"Submitting Patches\">Submitting Patches</a>, for details on how to submit a patch.</li><li>Join the <a href=\"http://forum.joomla.org/viewforum.php?f=509\" target=\"_blank\" title=\"Joomla! development forums\">developer forums</a> and share your ideas for how to improve Joomla. We\'re always open to suggestions, although we\'re likely to be sceptical of large-scale suggestions without some code to back it up.</li><li>Join any of the <a href=\"http://www.joomla.org/about-joomla/the-project/working-groups.html\" target=\"_blank\" title=\"Joomla! working groups\">Joomla Working Groups</a> and bring your personal expertise to the Joomla community.Â </li></ul><p>These are just a few ways you can contribute. SeeÂ <a href=\"http://www.joomla.org/about-joomla/contribute-to-joomla.html\" target=\"_blank\" title=\"Contribute\">Contribute to Joomla</a>Â for many more ways.</p>','',-2,4,0,30,'2008-08-12 16:50:48',62,'','2008-08-12 16:50:48',62,0,'0000-00-00 00:00:00','2006-10-11 02:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',12,0,0,'','',0,55,'robots=\nauthor='),(28,'How do I install Joomla! 1.5?','how-do-i-install-joomla-15','','<p>Installing of Joomla! 1.5 is pretty easy. We assume you have set-up your Web site, and it is accessible with your browser.<br /><br />Download Joomla! 1.5, unzip it and upload/copy the files into the directory you Web site points to, fire up your browser and enter your Web site address and the installation will start.  </p><p>For full details on the installation processes check out the <a href=\"http://help.joomla.org/content/category/48/268/302\" target=\"_blank\" title=\"Joomla! 1.5 Installation Manual\">Installation Manual</a> on the <a href=\"http://help.joomla.org\" target=\"_blank\" title=\"Joomla! Help Site\">Joomla! Help Site</a> where you will also find download instructions for a PDF version too. </p>','',-2,3,0,31,'2008-08-11 01:10:59',62,'','2008-08-11 01:10:59',62,0,'0000-00-00 00:00:00','2006-10-10 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,0,'','',0,7,'robots=\nauthor='),(29,'What is the purpose of the collation selection in the installation screen?','what-is-the-purpose-of-the-collation-selection-in-the-installation-screen','','The collation option determines the way ordering in the database is done. In languages that use special characters, for instance the German umlaut, the database collation determines the sorting order. If you don\'t know which collation you need, select the \"utf8_general_ci\" as most languages use this. The other collations listed are exceptions in regards to the general collation. If your language is not listed in the list of collations it most likely means that \"utf8_general_ci is suitable.','',-2,3,0,32,'2008-08-11 03:11:38',62,'','2008-08-11 03:11:38',62,0,'0000-00-00 00:00:00','2006-10-10 08:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=',4,0,0,'','',0,8,'robots=\nauthor='),(30,'What languages are supported by Joomla! 1.5?','what-languages-are-supported-by-joomla-15','','Within the Installer you will find a wide collection of languages. The installer currently supports the following languages: Arabic, Bulgarian, Bengali, Czech, Danish, German, Greek, English, Spanish, Finnish, French, Hebrew, Devanagari(India), Croatian(Croatia), Magyar (Hungary), Italian, Malay, Norwegian bokmal, Dutch, Portuguese(Brasil), Portugues(Portugal), Romanian, Russian, Serbian, Svenska, Thai and more are being added all the time.<br />By default the English language is installed for the Back and Front-ends. You can download additional language files from the <a href=\"http://extensions.joomla.org\" target=\"_blank\" title=\"Joomla! Extensions Directory\">Joomla!Extensions Directory</a>. ','',-2,3,0,32,'2008-08-11 01:12:18',62,'','2008-08-11 01:12:18',62,0,'0000-00-00 00:00:00','2006-10-10 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,0,'','',0,10,'robots=\nauthor='),(31,'Is it useful to install the sample data?','is-it-useful-to-install-the-sample-data','','Well you are reading it right now! This depends on what you want to achieve. If you are new to Joomla! and have no clue how it all fits together, just install the sample data. If you don\'t like the English sample data because you - for instance - speak Chinese, then leave it out.','',-2,3,0,27,'2008-08-11 09:12:55',62,'','2008-08-11 09:12:55',62,0,'0000-00-00 00:00:00','2006-10-10 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,0,'','',0,5,'robots=\nauthor='),(32,'Where is the Static Content Item?','where-is-the-static-content','','<p>In Joomla! versions prior to 1.5 there were separate processes for creating a Static Content Item and normal Content Items. The processes have been combined now and whilst both content types are still around they are renamed as Articles for Content Items and Uncategorized Articles for Static Content Items. </p><p>If you want to create a static item, create a new Article in the same way as for standard content and rather than relating this to a particular Section and Category just select <span style=\"font-style: italic\">Uncategorized</span> as the option in the Section and Category drop down lists.</p>','',-2,3,0,28,'2008-08-10 23:13:33',62,'','2008-08-10 23:13:33',62,0,'0000-00-00 00:00:00','2006-10-10 04:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,0,'','',0,7,'robots=\nauthor='),(33,'What is an Uncategorised Article?','what-is-uncategorised-article','','Most Articles will be assigned to a Section and Category. In many cases, you might not know where you want it to appear so put the Article in the <em>Uncategorized </em>Section/Category. The Articles marked as <em>Uncategorized </em>are handled as static content.','',-2,3,0,31,'2008-08-11 15:14:11',62,'','2008-08-11 15:14:11',62,0,'0000-00-00 00:00:00','2006-10-10 12:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',8,0,0,'','',0,8,'robots=\nauthor='),(34,'Does the PDF icon render pictures and special characters?','does-the-pdf-icon-render-pictures-and-special-characters','','Yes! Prior to Joomla! 1.5, only the text values of an Article and only for ISO-8859-1 encoding was allowed in the PDF rendition. With the new PDF library in place, the complete Article including images is rendered and applied to the PDF. The PDF generator also handles the UTF-8 texts and can handle any character sets from any language. The appropriate fonts must be installed but this is done automatically during a language pack installation.','',-2,3,0,32,'2008-08-11 17:14:57',62,'','2008-08-11 17:14:57',62,0,'0000-00-00 00:00:00','2006-10-10 14:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'','',0,8,'robots=\nauthor='),(35,'Is it possible to change A Menu Item\'s Type?','is-it-possible-to-change-the-types-of-menu-entries','','<p>You indeed can change the Menu Item\'s Type to whatever you want, even after they have been created. </p><p>If, for instance, you want to change the Blog Section of a Menu link, go to the Control Panel-&gt;Menus Menu-&gt;[menuname]-&gt;Menu Item Manager and edit the Menu Item. Select the <strong>Change Type</strong> button and choose the new style of Menu Item Type from the available list. Thereafter, alter the Details and Parameters to reconfigure the display for the new selection  as you require it.</p>','',-2,3,0,31,'2008-08-10 23:15:36',62,'','2008-08-10 23:15:36',62,0,'0000-00-00 00:00:00','2006-10-10 04:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,0,'','',0,20,'robots=\nauthor='),(36,'Where did the Installers go?','where-did-the-installer-go','','The improved Installer can be found under the Extensions Menu. With versions prior to Joomla! 1.5 you needed to select a specific Extension type when you wanted to install it and use the Installer associated with it, with Joomla! 1.5 you just select the Extension you want to upload, and click on install. The Installer will do all the hard work for you.','',-2,3,0,28,'2008-08-10 23:16:20',62,'','2008-08-10 23:16:20',62,0,'0000-00-00 00:00:00','2006-10-10 04:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,0,'','',0,6,'robots=\nauthor='),(37,'Where did the Mambots go?','where-did-the-mambots-go','','<p>Mambots have been renamed as Plugins. </p><p>Mambots were introduced in Mambo and offered possibilities to add plug-in logic to your site mainly for the purpose of manipulating content. In Joomla! 1.5, Plugins will now have much broader capabilities than Mambots. Plugins are able to extend functionality at the framework layer as well.</p>','',-2,3,0,28,'2008-08-11 09:17:00',62,'','2008-08-11 09:17:00',62,0,'0000-00-00 00:00:00','2006-10-10 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,0,'','',0,6,'robots=\nauthor='),(38,'I installed with my own language, but the Back-end is still in English','i-installed-with-my-own-language-but-the-back-end-is-still-in-english','','<p>A lot of different languages are available for the Back-end, but by default this language may not be installed. If you want a translated Back-end, get your language pack and install it using the Extension Installer. After this, go to the Extensions Menu, select Language Manager and make your language the default one. Your Back-end will be translated immediately.</p><p>Users who have access rights to the Back-end may choose the language they prefer in their Personal Details parameters. This is of also true for the Front-end language.</p><p> A good place to find where to download your languages and localised versions of Joomla! is <a href=\"http://extensions.joomla.org/index.php?option=com_mtree&task=listcats&cat_id=1837&Itemid=35\" target=\"_blank\" title=\"Translations for Joomla!\">Translations for Joomla!</a> on JED.</p>','',-2,3,0,32,'2008-08-11 17:18:14',62,'','2008-08-11 17:18:14',62,0,'0000-00-00 00:00:00','2006-10-10 14:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'','',0,9,'robots=\nauthor='),(39,'How do I remove an Article?','how-do-i-remove-an-article','','<p>To completely remove an Article, select the Articles that you want to delete and move them to the Trash. Next, open the Article Trash in the Content Menu and select the Articles you want to delete. After deleting an Article, it is no longer available as it has been deleted from the database and it is not possible to undo this operation.  </p>','',-2,3,0,27,'2008-08-11 09:19:01',62,'','2008-08-11 09:19:01',62,0,'0000-00-00 00:00:00','2006-10-10 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,0,'','',0,6,'robots=\nauthor='),(40,'What is the difference between Archiving and Trashing an Article? ','what-is-the-difference-between-archiving-and-trashing-an-article','','<p>When you <em>Archive </em>an Article, the content is put into a state which removes it from your site as published content. The Article is still available from within the Control Panel and can be <em>retrieved </em>for editing or republishing purposes. Trashed Articles are just one step from being permanently deleted but are still available until you Remove them from the Trash Manager. You should use Archive if you consider an Article important, but not current. Trash should be used when you want to delete the content entirely from your site and from future search results.  </p>','',-2,3,0,27,'2008-08-11 05:19:43',62,'','2008-08-11 05:19:43',62,0,'0000-00-00 00:00:00','2006-10-10 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',8,0,0,'','',0,7,'robots=\nauthor='),(41,'Newsflash 5','newsflash-5','','Joomla! 1.5 - \'Experience the Freedom\'!. It has never been easier to create your own dynamic Web site. Manage all your content from the best CMS admin interface and in virtually any language you speak.','',0,1,0,3,'2008-08-12 00:17:31',62,'','2008-08-12 00:17:31',62,0,'0000-00-00 00:00:00','2006-10-11 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,2,'','',0,4,'robots=\nauthor='),(42,'Newsflash 4','newsflash-4','','Yesterday all servers in the U.S. went out on strike in a bid to get more RAM and better CPUs. A spokes person said that the need for better RAM was due to some fool increasing the front-side bus speed. In future, buses will be told to slow down in residential motherboards.','',0,1,0,3,'2008-08-12 00:25:50',62,'','2008-08-12 00:25:50',62,0,'0000-00-00 00:00:00','2006-10-11 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,1,'','',0,5,'robots=\nauthor='),(43,'Example Pages and Menu Links','example-pages-and-menu-links','','<p>This page is an example of content that is <em>Uncategorized</em>; that is, it does not belong to any Section or Category. You will see there is a new Menu in the left column. It shows links to the same content presented in 4 different page layouts.</p><ul><li>Section Blog</li><li>Section Table</li><li> Blog Category</li><li>Category Table</li></ul><p>Follow the links in the <strong>Example Pages</strong> Menu to see some of the options available to you to present all the different types of content included within the default installation of Joomla!.</p><p>This includes Components and individual Articles. These links or Menu Item Types (to give them their proper name) are all controlled from within the <strong><font face=\"courier new,courier\">Menu Manager-&gt;[menuname]-&gt;Menu Items Manager</font></strong>. </p>','',-2,0,0,0,'2008-08-12 09:26:52',62,'','2008-08-12 09:26:52',62,0,'0000-00-00 00:00:00','2006-10-11 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'Uncategorized, Uncategorized, Example Pages and Menu Links','',0,52,'robots=\nauthor='),(44,'Joomla! Security Strike Team','joomla-security-strike-team','','<p>The Joomla! Project has assembled a top-notch team of experts to form the new Joomla! Security Strike Team. This new team will solely focus on investigating and resolving security issues. Instead of working in relative secrecy, the JSST will have a strong public-facing presence at the <a href=\"http://developer.joomla.org/security.html\" target=\"_blank\" title=\"Joomla! Security Center\">Joomla! Security Center</a>.</p>','<p>The new JSST will call the new <a href=\"http://developer.joomla.org/security.html\" target=\"_blank\" title=\"Joomla! Security Center\">Joomla! Security Center</a> their home base. The Security Center provides a public presence for <a href=\"http://developer.joomla.org/security/news.html\" target=\"_blank\" title=\"Joomla! Security News\">security issues</a> and a platform for the JSST to <a href=\"http://developer.joomla.org/security/articles-tutorials.html\" target=\"_blank\" title=\"Joomla! Security Articles\">help the general public better understand security</a> and how it relates to Joomla!. The Security Center also offers users a clearer understanding of how security issues are handled. There\'s also a <a href=\"http://feeds.joomla.org/JoomlaSecurityNews\" target=\"_blank\" title=\"Joomla! Security News Feed\">news feed</a>, which provides subscribers an up-to-the-minute notification of security issues as they arise.</p>',-2,1,0,1,'2007-07-07 09:54:06',62,'','2007-07-07 09:54:06',62,0,'0000-00-00 00:00:00','2004-07-06 22:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,0,'','',0,3,'robots=\nauthor='),(45,'GRASSROOTS COMMUNITY PORTAL','community-portal','','<p>The  <a title=\"Joomla! Community Portal\" href=\"http://community.joomla.org/\" target=\"_blank\">Community Portal</a> is now online. Here, you will find a constant source of information about the activities of grassroot movements powering the LetsRebuildit Project. Learn about <a title=\"Joomla! Events\" href=\"http://community.joomla.org/events.html\" target=\"_blank\">Grassroot Events</a> nationwide, and see if there is an <a title=\"Joomla! User Groups\" href=\"http://community.joomla.org/user-groups.html\" target=\"_blank\">Event Group</a> nearby.</p>\r\n<p>The Community Portal promises an interesting overview of feature articles, community accomplishments, learning topics, and event updates each week. Also, check out <a title=\"JoomlaConnect\" href=\"http://community.joomla.org/connect.html\" target=\"_blank\">EventConnect™</a>. This aggregated RSS feed brings together news from all over the world. Get the latest and greatest by clicking <a title=\"JoomlaConnect\" href=\"http://community.joomla.org/connect.html\" target=\"_blank\">here</a>.</p>','',0,0,0,0,'2007-07-07 09:54:06',62,'','2011-07-09 13:42:14',62,0,'0000-00-00 00:00:00','2004-07-06 22:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',12,0,2,'','',0,6,'robots=\nauthor='),(49,'The Oak Initiative','the-oak-initiative','','<p> Just a few days ago Detroit was called not only the most dangerous city in America, but the most dangerous city in the world. Since I was there, I wanted to understand how this could happen to such a great American city. This is especially important because many of the same policies and the style of leadership that has led Detroit for decades is now being imposed on the whole nation.</p>\r\n','\r\n<p>Detroit does not just look like a war zone in many areas—it is one. The population within the city has fallen from around 2 million to about 800,000. Real unemployment is over 20%, and as one observer recently said, the only people left in Detroit are the very poor who had nowhere to go and the criminals. Then many of the poor have had to become criminals to survive. In many areas it is borderline anarchy.</p>\r\n<p class=\"style1\" align=\"justify\">     Think about what your city would be like if in just a short period of time over half the people left. There are not just empty houses on virtually every block, there are whole neighborhoods that are empty, and deteriorating fast the way property does when not occupied. There seemed to be more boarded up buildings and businesses than open ones. The cloud of depression is possibly even thicker than you might find in Haiti right now, because in Haiti they at least know their catastrophe has gotten the attention of the world and there is hope. In Detroit, hope for the future is hard to find.</p>\r\n<p class=\"style1\" align=\"justify\">     To see this happen to a great American city is more than a tragedy—it is a disgrace, because it was so unnecessary. It is also a prophetic look of where America is headed because the same policies that brought such devastation to Detroit are now being imposed on the whole nation. As the saying goes, “If you do not change your direction you will end up where you are headed,” and we are headed for a similar devastation like Detroit if we do not change directions very quickly. We need to understand how this happened, and what the policies and leadership were that has gutted this once great city.</p>\r\n<p class=\"style1\" align=\"justify\">     Yesterday I spoke at a pastor’s lunch in Detroit, and then an open meeting at the First Baptist Church there. As I expected, the church leaders and Christians there are strong. Most are there because they chose to stay and not give up on their city. They had vision, and character, but were seeking strategy and help. They are worthy of investing in. They may be learning lessons in their situation we may all need one day soon.</p>\r\n<p class=\"style1\" align=\"justify\">     Between these meetings we went to Dearborn to have dinner at a restaurant in the Islamic community. Probably the only growth area of Detroit is the Muslim community in Dearborn. A growing business in Dearborn is the immigration services as Muslims are coming from the Middle East in good numbers to what many think will be the first major city in America to be ruled by Muslims. Some Muslim leaders have boasted that Michigan will be the first Muslim state in America. If you wonder why the rest of the community is not sounding the alarm about this, it is because before Muslims try to impose Shiria Law they are great neighbors, and their communities rise in striking contrast to the rest of Detroit right now.</p>\r\n<p class=\"style1\" align=\"justify\">     When there is virtual anarchy in large parts of Detroit, Islam has a certain attraction because Muslims do not tolerate the crime and disorder. The Muslim sections of the city are clean, with little or no observed vice. This is becoming more and more appealing to a city that is dying. Even tyranny is preferable to anarchy, and when there is a collapse of order, that is when the world’s worst tyrants have found their opportunities. <br /><br /></p>\r\n<p class=\"style1\" align=\"justify\"><strong>Haven’t We Seen This Play Before?</strong></p>\r\n<p class=\"style1\" align=\"justify\">     Science learns from past mistakes, and builds on the knowledge to create a steady advancement. Society does not do this, but rather tends to make the same mistakes over and over, often many times by the same generation. There has been social advancement, but it is slow and plodding, often taking three steps forward and then two back, and sometimes four steps back. The kind of remedies now being imposed on America to address the crises we’re in have been tried many times before and in every case have had the same result—the ultimate devastation and impoverishment of the people.</p>\r\n<p class=\"style1\" align=\"justify\">     We have seen what is happened in Michigan happen just a couple of decades ago in New York. In the 1970’s and 80’s as taxes rose more and more corporations were driven out of New York. Instead of waking up to what they were doing, amazingly the government just raised taxes even more on the remaining companies until they had driven them out too. Soon there was virtually no great companies left to pay the taxes. Then the cuts that had to be made to the social programs were so extreme that many who had come to depend on the government were suddenly helpless, and as is usually the case when this happens—crime rates soared driving even more of the law abiding and prosperous out. Finally on the road out of New York City there was a billboard simply saying, “The last one out cut off the lights.”</p>\r\n<p class=\"style1\" align=\"justify\">     Finally even the very liberal state of New York woke up to the way their welfare state was destroying them, and they voted in conservatives who cut the budget, lowered taxes, and actually reached out to the business community and made them feel welcome again. Soon New York had a robust and growing economy, jobs were coming back, people were coming back, and corporations were even coming back.</p>\r\n<p class=\"style1\" align=\"justify\">     Of course there were some other factors in both New York and now in Michigan, but very basically their plight is alike, and both the cause of it and the solution to it is simple. One method seems good and it will often appeal to more people at first, but in the end the worst victims are the ones they claimed would be helped. The other method may seem more harsh up front, but it will actually end up helping everyone far more in the end.</p>\r\n<p class=\"style1\" align=\"justify\">     Michigan can be turned around, but it is going to take strong leaders who are willing to use their resolve and force of will to actually turn from the direction the state has been going in. Probably every American company would rather manufacture in America, but with intransigent unions it is not possible to do so and compete in the world economy. It will take unions that are reasonable enough to understand that a lower paying job is better than no job, so that those who hire them can compete in the world market and actually make a profit. Profit is not a bad word, but actually necessary if we want to keep eating.</p>\r\n<p class=\"style1\" align=\"justify\">     While in Detroit, I talked with a man running for congress who was very impressive. It was refreshing to meet someone running for political office who actually said nothing to promote himself, but all of his questions were about how he could help the city he obviously had a deep love for. He was also humble enough to ask sincere questions, not presuming that he knew what needed to be done. When you can find this in leadership you can have hope.</p>\r\n<p class=\"style1\" align=\"justify\">     This man running for congress was an African-American, a Democrat, and an obvious Obama supporter, but he was open to listening to a different perspective. He was not at all challenging or argumentative, but rather inquisitive. I have found this more and more in the African-American community, where some of the most informed sources say Obama is losing the faith of the African-American community who may understand more than anyone that his promise of jobs has not materialized, and there does not seem to be the hope of them anywhere on the radar.</p>\r\n<p class=\"style1\" align=\"justify\">     On a side note, 1712 was the year Willy Lynch wrote his diabolical letter laying out a strategy for the slave holders so that they could keep their slaves in bondage in a way that would last 300 years. That means that 2012 is the end of this devil’s prophecy. Could it be that we will then see true freedom come to the African-American community in America? I think we will.</p>\r\n<p class=\"style1\" align=\"justify\">     As I talked to this impressive young man running for congress in Detroit, it was obvious he was also missing one big piece of understanding that the future leadership of Detroit, Michigan, and even the United States must have if they are going to attract and stimulate business to return to America. What was it?</p>\r\n<p class=\"style1\" align=\"justify\">     First, we presume to our peril that America is the best and safest place to do business. That has changed in a most profound way in just the last year. To the business mind what is happening in America now is one of the very worst climates for business—no one really knows what the rules are, and they keep changing them. The most hostile of all business environments is in a climate of change that you cannot predict or prepare for.</p>\r\n<p class=\"style1\" align=\"justify\">     When this happens, it’s like trying to play a game where the referees keep changing the rules on you, but don’t even tell you about the changes until you’ve violated them. If anything could be worse than that it would be to have the referees jump in and start playing the game, which is what happens when the government enters business. Who can possibly compete with the one who has the power to make and change the rules on you? The frustration of trying to play a game like that will very quickly have even the greatest athletes quitting in disgust, and that is what America is now doing to some of the world’s greatest business leaders—driving them away.</p>\r\n<p class=\"style1\" align=\"justify\">     Much of America’s economic strength and prosperity was the result of a stable government and business environment. Almost four centuries of the development of this most incredible of all places to do business is being undermined and destroyed in one administration. It is being done with an unprecedented onslaught of legislation that cuts the heart out of business incentive. This is being done under the pretense of dealing with greed, but to bring the kind of control needed to quash all greed you will also have snuffed out all incentive, and economic growth and advancement is not possible under those conditions.</p>\r\n<p class=\"style1\" align=\"justify\">     There are some rule changes that are needed, but the way that they are being implemented, often even retroactively, could not be more devastating to quality and enduring business and commerce. This is why we may now be going through a time of more purchasing, and seeing stocks go up simply because there is nowhere else to invest, but this is being done without new jobs being created. Expansion is off the table with most businesses when there is this kind of behavior from the government.</p>\r\n<p class=\"style1\" align=\"justify\">     Right now business and capital is fleeing the country probably at a record rate. Most do not want to leave, like most did not want to leave Detroit, but it has just gotten too dangerous for them. America has become hostile to business, and especially to those who are the most successful at business, which is why just about all business people play the game—they want to succeed. If this most hostile of all business environments that has been created in America in the last year is not changed very fast it will ultimately be devastating to the point of making the whole country look like Detroit. The ignorant and foolish people who will have done this will continue to blame the ones they drove off for the debacle, but it was the insanity of their own polices that did it.</p>\r\n<p class=\"style1\" align=\"justify\">     This insanity is Einstein’s definition of insanity—doing the same thing over and over and expecting different results. Extreme socialism and Marxism have never once worked in raising the general condition of the people, but has only brought everyone down to even lower levels of poverty. It cannot work because it is against natural law that has been proven over and over. This “natural law” was first formulated by Cicero, the great Roman philosopher and thinker, whose perceptions of the world and mankind so remarkably paralleled Scripture. Cicero’s writings had a great influence over the Founding Fathers of America, and it was here that Cicero’s vision of the abounding prosperity of a free people was first really tried and proven true.</p>\r\n<p class=\"style1\" align=\"justify\">     This natural law was demonstrated in Jamestown, the first surviving English colony in America. For the first two years of this colony they had a common garden that everyone was supposed to work. For two years half of the colonists starved to death each winter. Then they decided to give every person their own plot of ground to grow their own food and no one ever starved again. That, in a nutshell, describes the difference between socialism and free enterprise.</p>\r\n<p class=\"style1\" align=\"justify\">     When the congressional candidate in Detroit asked me why I couldn’t get some of my billionaire friends to invest in Detroit, I asked why should they? Why should anyone take their hard earned winnings and risk them in Detroit? I’m sure they would be open to do this if they were given a reasonable chance of success, but it is not just cheap real estate prices that are going to draw business back to Detroit—it is a stable, friendly to business environment that has to be created.</p>\r\n<p class=\"style1\" align=\"justify\">     There is a difference between riches and wealth. The Bible says riches comes fast, but leaves just as fast. The history of lottery winners validates this. What happens to the fortunes of too many professional athletes validates this, many of which are broke soon after their careers are over. As opposed to riches that comes fast and leaves just as fast, true wealth is built with patience, endurance, hard work, all of which help build in those who have gained it a wisdom that can not only preserve it, but keep growing it.</p>\r\n<p class=\"style1\" align=\"justify\">     Having known a good number of professional athletes, and entertainers, as well as some of the most successful people in business, the way that each invests is strikingly different. Those who gained riches fast will invest in the idea of someone because they like them, or knew a relative of theirs they liked or trusted. I have watched good friends make a multitude of such investments and I have not yet seen one work out. In contrast to this, a wise business person may like you, your family, where you went to school, or many other things about you, but they will never invest in you until they have done their due diligence, checking you out, your experience and record of success, regardless of how good your business deal seems. In their due diligence they will usually uncover potential problems or flaws that, without correction, often are what brings the new enterprise down.</p>\r\n<p class=\"style1\" align=\"justify\">     Likewise, to rebuild Detroit, or a high quality business environment in America, we need to attract wealth, not just money. The wisdom of the truly wealthy is more valuable than their money. I know quite a few in this category, and without exception they are frightened for their country, and are sending at least a lot of their wealth elsewhere. In just over a year we have gone from being the best place in the world to invest in, to one of the scariest. If we do not change our course we will end up where we are headed. Visit Detroit and you want to know where we are headed.</p>\r\n<p class=\"style1\" align=\"justify\">     If we wake up to this impending tragedy, and change our course, then Detroit could be a barometer, becoming again a world-class city that people will be moving to instead of away from. I do not intend to give up on Detroit, or America, and neither will I stop sounding the alarm about the icebergs we are heading for until we have changed our course.</p>\r\n<p class=\"style1\" align=\"justify\">In His Service,</p>\r\n<p class=\"style1\" align=\"justify\">Rick Joyner</p>\r\n<p class=\"style1\" align=\"justify\"> </p>\r\n<p class=\"style1\" align=\"justify\"><strong>Note:</strong> This week\'s letter (Vol. 2 No. 12), normally sent exclusively to our membership, has been sent to all members and subscribers of The Oak Initiative.</p>\r\n<div>____________________________________________________________________________<br /><br /></div>\r\n<p align=\"center\"><span class=\"style4\"><em>{At this time the Oak Initiative is not endorsing any candidate on the Federal, State, or Local levels. No candidate endorsement forms are to be passed out at any Oak Initiative meetings. Just like Right to Life, Michigan Family Forum, or any other Christian group, our purpose is not to endorse candidates. Instead, it is to inform people about issues and candidates.</em>}</span></p>\r\n<div>____________________________________________________________________________<br /><br /></div>\r\n<p>Please find below the link to this week\'s letter in PDF notebook form. The next installment of our Oak Initiative High Impact Workbook for organizing an Oak Chapter will be sent via another email soon. When you receive the next installment of the workbook, we invite your feedback or recommended contributions.</p>\r\n<div>____________________________________________________________________________<br /><br /></div>\r\n<p> </p>',1,20,0,78,'2010-04-28 12:46:23',63,'','2012-02-04 13:08:03',62,0,'0000-00-00 00:00:00','2010-04-28 12:46:23','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,62,'','',0,513,'robots=\nauthor='),(46,'Declaration of Independence','declaration-of-independence','','<p class=\"document-title\" style=\"text-align: left;\"><strong>Declaration of Independence, July 4, 1776</strong></p>\r\n<p>When in the course of human events, it becomes necessary for one people to dissolve the political bands which have connected them with another, and to assume among the powers of the earth, the separate and equal station to which the laws of nature and of nature\'s God entitle them, a decent respect to the opinions of mankind requires that they should declare the causes which impel them to the separation.</p>\r\n<p><strong>We hold these truths to be self-evident:</strong></p>\r\n<p>That all men are created equal; that they are endowed by their Creator with certain unalienable rights; that among these are life, liberty, and the pursuit of happiness; that, to secure these rights, governments are instituted among men, deriving their just powers from the consent of the governed; that whenever any form of government becomes destructive of these ends, it is the right of the people to alter or to abolish it, and to institute new government, laying its foundation on such principles, and organizing its powers in such form, as to them shall seem most likely to effect their safety and happiness. Prudence, indeed, will dictate that governments long established should not be changed for light and transient causes; and accordingly all experience hath shown that mankind are more disposed to suffer, while evils are sufferable than to right themselves by abolishing the forms to which they are accustomed. But when a long train of abuses and usurpations, pursuing invariably the same object, evinces a design to reduce them under absolute despotism, it is their right, it is their duty, to throw off such government, and to provide new guards for their future security. Such has been the patient sufferance of these colonies; and such is now the necessity which constrains them to alter their former systems of government. The history of the present King of Great Britain is a history of repeated injuries and usurpations, all having in direct object the establishment of an absolute tyranny over these states. To prove this, let facts be submitted to a candid world.</p>\r\n<p>He has refused his assent to laws, the most wholesome and necessary for the public good.</p>\r\n<p>He has forbidden his governors to pass laws of immediate and pressing importance, unless suspended in their operation till his assent should be obtained; and, when so suspended, he has utterly neglected to attend to them.</p>\r\n<p>He has refused to pass other laws for the accommodation of large districts of people, unless those people would relinquish the right of representation in the legislature, a right inestimable to them, and formidable to tyrants only.</p>\r\n<p>He has called together legislative bodies at places unusual uncomfortable, and distant from the depository of their public records, for the sole purpose of fatiguing them into compliance with his measures.</p>\r\n<p>He has dissolved representative houses repeatedly, for opposing, with manly firmness, his invasions on the rights of the people.</p>\r\n<p>He has refused for a long time, after such dissolutions, to cause others to be elected; whereby the legislative powers, incapable of annihilation, have returned to the people at large for their exercise; the state remaining, in the mean time, exposed to all the dangers of invasions from without and convulsions within.</p>\r\n<p>He has endeavored to prevent the population of these states; for that purpose obstructing the laws for naturalization of foreigners; refusing to pass others to encourage their migration hither, and raising the conditions of new appropriations of lands.</p>\r\n<p>He has obstructed the administration of justice, by refusing his assent to laws for establishing judiciary powers.</p>\r\n<p>He has made judges dependent on his will alone, for the tenure of their offices, and the amount and payment of their salaries.</p>\r\n<p>He has erected a multitude of new offices, and sent hither swarms of officers to harass our people and eat out their substance.</p>\r\n<p>He has kept among us, in times of peace, standing armies, without the consent of our legislatures.</p>\r\n<p>He has affected to render the military independent of, and superior to, the civil power.</p>\r\n<p>He has combined with others to subject us to a jurisdiction foreign to our Constitution and unacknowledged by our laws, giving his assent to their acts of pretended legislation:</p>\r\n<p>For quartering large bodies of armed troops among us;</p>\r\n<p>For protecting them, by a mock trial, from punishment for any murders which they should commit on the inhabitants of these states;</p>\r\n<p>For cutting off our trade with all parts of the world;</p>\r\n<p>For imposing taxes on us without our consent;</p>\r\n<p>For depriving us, in many cases, of the benefits of trial by jury;</p>\r\n<p>For transporting us beyond seas, to be tried for pretended offenses;</p>\r\n<p>For abolishing the free system of English laws in a neighboring province, establishing therein an arbitrary government, and enlarging its boundaries, so as to render it at once an example and fit instrument for introducing the same absolute rule into these colonies;</p>\r\n<p>For taking away our charters, abolishing our most valuable laws, and altering fundamentally the forms of our governments;</p>\r\n<p>For suspending our own legislatures, and declaring themselves invested with power to legislate for us in all cases whatsoever.</p>\r\n<p>He has abdicated government here, by declaring us out of his protection and waging war against us.</p>\r\n<p>He has plundered our seas, ravaged our coasts, burned our towns, and destroyed the lives of our people.</p>\r\n<p>He is at this time transporting large armies of foreign mercenaries to complete the works of death, desolation, and tyranny already begun with circumstances of cruelty and perfidy scarcely paralleled in the most barbarous ages, and totally unworthy the head of a civilized nation.</p>\r\n<p>He has constrained our fellow-citizens, taken captive on the high seas, to bear arms against their country, to become the executioners of their friends and brethren, or to fall themselves by their hands.</p>\r\n<p>He has excited domestic insurrection among us, and has endeavored to bring on the inhabitants of our frontiers the merciless Indian savages, whose known rule of warfare is an undistinguished destruction of all ages, sexes, and conditions.</p>\r\n<p>In every stage of these oppressions we have petitioned for redress in the most humble terms; our repeated petitions have been answered only by repeated injury. A prince, whose character is thus marked by every act which may define a tyrant, is unfit to be the ruler of a free people.</p>\r\n<p>Nor have we been wanting in our attentions to our British brethren. We have warned them, from time to time, of attempts by their legislature to extend an unwarrantable jurisdiction over us. We have reminded them of the circumstances of our emigration and settlement here. We have appealed to their native justice and magnanimity; and we have conjured them, by the ties of our common kindred, to disavow these usurpations which would inevitably interrupt our connections and correspondence. They too, have been deaf to the voice of justice and of consanguinity. We must, therefore, acquiesce in the necessity which denounces our separation, and hold them as we hold the rest of mankind, enemies in war, in peace friends.</p>\r\n<p>We, therefore, the representatives of the United States of America, in General Congress assembled, appealing to the Supreme Judge of the world for the rectitude of our intentions, do, in the name and by the authority of the good people of these colonies solemnly publish and declare, That these United Colonies are, and of right ought to be, <strong><em>FREE AND INDEPENDENT STATES</em>;</strong> that they are absolved from all allegiance to the British crown and that all political connection between them and the state of Great Britain is, and ought to be, totally dissolved; and that, as free and independent states, they have full power to levy war, conclude peace, contract alliances, establish commerce, and do all other acts and things which independent states may of right do. And for the support of this declaration, with a firm reliance on the protection of Divine Providence, we mutually pledge to each other our lives, our fortunes, and our sacred honor.</p>\r\n<p>[Signed by] JOHN HANCOCK [President]</p>\r\n<p><br />New Hampshire <br />JOSIAH BARTLETT, <br />WM. WHIPPLE, <br />MATTHEW THORNTON.<br /><br />Massachusetts Bay<br />SAML. ADAMS,<br />JOHN ADAMS,<br />ROBT. TREAT PAINE,<br />ELBRIDGE GERRY<br /><br />Rhode Island<br />STEP. HOPKINS,<br />WILLIAM ELLERY.<br /><br />Connecticut<br />ROGER SHERMAN, <br />SAM\'EL HUNTINGTON, <br />WM. WILLIAMS, <br />OLIVER WOLCOTT.<br /><br />New York<br />WM. FLOYD, <br />PHIL. LIVINGSTON, <br />FRANS. LEWIS, <br />LEWIS MORRIS.<br /><br />New Jersey<br />RICHD. STOCKTON, <br />JNO. WITHERSPOON, <br />FRAS. HOPKINSON, <br />JOHN HART, <br />ABRA. CLARK.<br /><br />Pennsylvania<br />ROBT. MORRIS<br />BENJAMIN RUSH,<br />BENJA. FRANKLIN,<br />JOHN MORTON,<br />GEO. CLYMER,<br />JAS. SMITH,<br />GEO. TAYLOR,<br />JAMES WILSON,<br />GEO. ROSS.<br /><br />Delaware <br />CAESAR RODNEY, <br />GEO. READ, <br />THO. M\'KEAN.<br /><br />Maryland<br />SAMUEL CHASE,<br />WM. PACA,<br />THOS. STONE,<br />CHARLES CARROLL of Carrollton.<br /><br />Virginia<br />GEORGE WYTHE,<br />RICHARD HENRY LEE,<br />TH. JEFFERSON,<br />BENJA. HARRISON,<br />THS. NELSON, JR.,<br />FRANCIS LIGHTFOOT LEE,<br />CARTER BRAXTON.<br /><br />North Carolina<br />WM. HOOPER,<br />JOSEPH HEWES,<br />JOHN PENN.<br /><br />South Carolina<br />EDWARD RUTLEDGE,<br />THOS. HAYWARD, JUNR.,<br />THOMAS LYNCH, JUNR.,<br />ARTHUR MIDDLETON.<br /><br />Georgia<br />BUTTON GWINNETT,<br />LYMAN HALL,<br />GEO. WALTON.</p>\r\n<p>NOTE.-Mr. Ferdinand Jefferson, Keeper of the Rolls in the Department of State, at Washington, says: \" The names of the signers are spelt above as in the facsimile of the original, but the punctuation of them is not always the same; neither do the names of the States appear in the facsimile of the original. The names of the signers of each State are grouped together in the facsimile of the original, except the name of Matthew Thornton, which follows that of Oliver Wolcott.\"-Revised Statutes of the United States, 2d edition, 1878, p. 6.</p>\r\n<div>\r\n<table class=\"sourcetable\" border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"sourcecell\">Source:<br />Documents Illustrative of the Formation of the Union of the American States.<br />Government Printing Office, 1927. <br />House Document No. 398. <br />Selected, Arranged and Indexed by Charles C. Tansill</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','',1,7,0,34,'2010-04-27 22:00:44',70,'','2010-05-12 02:38:16',62,0,'0000-00-00 00:00:00','2010-04-27 22:00:44','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,7,'','',0,3581,'robots=\nauthor='),(47,'Bill of Rights','bill-of-rights','','<h3>Original Ten Amendments: The Bill of Rights</h3>\r\n<p>Passed by Congress September 25, 1789.<br />Ratified December 15, 1791.</p>\r\n<p><a name=\"amend01\"></a></p>\r\n<h2><strong>Amendment I</strong></h2>\r\n<p class=\"what\">Freedoms, Petitions, Assembly</p>\r\n<p>Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof; or abridging the freedom of speech, or of the press, or the right of the people peaceably to assemble, and to petition the Government for a redress of grievances.</p>\r\n<p><a name=\"amend02\"></a></p>\r\n<h2><strong>Amendment II</strong></h2>\r\n<p class=\"what\">Right to bear arms</p>\r\n<p>A well regulated Militia, being necessary to the security of a free State, the right of the people to keep and bear Arms, shall not be infringed.</p>\r\n<p><a name=\"amend03\"></a></p>\r\n<h2><strong>Amendment III</strong></h2>\r\n<p class=\"what\">Quartering of soldiers</p>\r\n<p>No Soldier shall, in time of peace be quartered in any house, without the consent of the Owner, nor in time of war, but in a manner to be prescribed by law.</p>\r\n<p><a name=\"amend04\"></a></p>\r\n<h2><strong>Amendment IV</strong></h2>\r\n<p class=\"what\">Search and arrest</p>\r\n<p>The right of the people to be secure in their persons, houses, papers, and effects, against unreasonable searches and seizures, shall not be violated, and no Warrants shall issue, but upon probable cause, supported by Oath or affirmation, and particularly describing the place to be searched, and the persons or things to be seized.</p>\r\n<p><a name=\"amend05\"></a></p>\r\n<h2><strong>Amendment V</strong></h2>\r\n<p class=\"what\">Rights in criminal cases</p>\r\n<p>No person shall be held to answer for a capital, or otherwise infamous crime, unless on a presentment or indictment of a Grand Jury, except in cases arising in the land or naval forces, or in the Militia, when in actual service in time of War or public danger; nor shall any person be subject for the same offence to be twice put in jeopardy of life or limb, nor shall be compelled in any criminal case to be a witness against himself, nor be deprived of life, liberty, or property, without due process of law; nor shall private property be taken for public use, without just compensation.</p>\r\n<p><a name=\"amend06\"></a></p>\r\n<h2><strong>Amendment VI</strong></h2>\r\n<p class=\"what\">Right to a fair trial</p>\r\n<p>In all criminal prosecutions, the accused shall enjoy the right to a speedy and public trial, by an impartial jury of the State and district wherein the crime shall have been committed; which district shall have been previously ascertained by law, and to be informed of the nature and cause of the accusation; to be confronted with the witnesses against him; to have compulsory process for obtaining witnesses in his favor, and to have the assistance of counsel for his defence.</p>\r\n<p><a name=\"amend07\"></a></p>\r\n<h2><strong>Amendment VII</strong></h2>\r\n<p class=\"what\">Rights in civil cases</p>\r\n<p>In Suits at common law, where the value in controversy shall exceed twenty dollars, the right of trial by jury shall be preserved, and no fact tried by a jury shall be otherwise re-examined in any Court of the United States, than according to the rules of the common law.</p>\r\n<p><a name=\"amend08\"></a></p>\r\n<h2><strong>Amendment VIII</strong></h2>\r\n<p class=\"what\">Bail, fines, punishment</p>\r\n<p>Excessive bail shall not be required, nor excessive fines imposed, nor cruel and unusual punishments inflicted.</p>\r\n<p><a name=\"amend09\"></a></p>\r\n<h2><strong>Amendment IX</strong></h2>\r\n<p class=\"what\">Rights retained by the People</p>\r\n<p>The enumeration in the Constitution of certain rights shall not be construed to deny or disparage others retained by the people.</p>\r\n<p><a name=\"amend10\"></a></p>\r\n<h2><strong>Amendment X</strong></h2>\r\n<p class=\"what\">States\' rights</p>\r\n<p>The powers not delegated to the United States by the Constitution, nor prohibited by it to the States, are reserved to the States respectively, or to the people.</p>\r\n<hr size=\"1\" />\r\n<h3>Later Amendments</h3>\r\n<p><a name=\"amend11\"></a></p>\r\n<h2><strong>Amendment 11</strong></h2>\r\n<p class=\"what\">Lawsuits against states</p>\r\n<p>The Judicial power of the United States shall not be construed to extend to any suit in law or equity, commenced or prosecuted against one of the United States by Citizens of another State, or by Citizens or Subjects of any Foreign State.</p>\r\n<p class=\"rati\">February 7, 1795.</p>\r\n<p><a name=\"amend12\"></a></p>\r\n<h2><strong>Amendment 12</strong></h2>\r\n<p class=\"what\">Presidential elections</p>\r\n<p>The Electors shall meet in their respective states, and vote by ballot for President and Vice-President, one of whom, at least, shall not be an inhabitant of the same state with themselves; they shall name in their ballots the person voted for as President, and in distinct ballots the person voted for as Vice-President, and they shall make distinct lists of all persons voted for as President, and of all persons voted for as Vice-President, and of the number of votes for each, which lists they shall sign and certify, and transmit sealed to the seat of the government of the United States, directed to the President of the Senate;--The President of the Senate shall, in the presence of the Senate and House of Representatives, open all the certificates and the votes shall then be counted;--The person having the greatest number of votes for President, shall be the President, if such number be a majority of the whole number of Electors appointed; and if no person have such majority, then from the persons having the highest numbers not exceeding three on the list of those voted for as President, the House of Representatives shall choose immediately, by ballot, the President. But in choosing the President, the votes shall be taken by states, the representation from each state having one vote; a quorum for this purpose shall consist of a member or members from two-thirds of the states, and a majority of all the states shall be necessary to a choice. [And if the House of Representatives shall not choose a President whenever the right of choice shall devolve upon them, before the fourth day of March next following, then the Vice-President shall act as President, as in the case of the death or other constitutional disability of the President.]<sup>*</sup> The person having the greatest number of votes as Vice-President, shall be the Vice-President, if such number be a majority of the whole number of Electors appointed, and if no person have a majority, then from the two highest numbers on the list, the Senate shall choose the Vice-President; a quorum for the purpose shall consist of two-thirds of the whole number of Senators, and a majority of the whole number shall be necessary to a choice. But no person constitutionally ineligible to the office of President shall be eligible to that of Vice-President of the United States.</p>\r\n<p class=\"rati\">June 15, 1804.<br />Superseded by Section 3 of the Twentieth Amendment.</p>\r\n<p><a name=\"amend13\"></a></p>\r\n<h2><strong>Amendment 13</strong></h2>\r\n<p class=\"what\">Abolition of slavery</p>\r\n<p><strong>Section 1.</strong> Neither slavery nor involuntary servitude, except as a punishment for crime whereof the party shall have been duly convicted, shall exist within the United States, or any place subject to their jurisdiction.</p>\r\n<p><strong>Section 2.</strong> Congress shall have power to enforce these article by appropriate legislation.</p>\r\n<p class=\"rati\">December 6, 1865.</p>\r\n<p><a name=\"amend14\"></a></p>\r\n<h2><strong>Amendment 14</strong></h2>\r\n<p class=\"what\">Civil rights</p>\r\n<p><strong>Section 1.</strong> All persons born or naturalized in the United States and subject to the jurisdiction thereof, are citizens of the United States and of the State wherein they reside. No State shall make or enforce any law which shall abridge the privileges or immunities of citizens of the United States; nor shall any State deprive any person of life, liberty, or property, without due process of law; nor deny to any person within its jurisdiction the equal protection of the laws.</p>\r\n<p><strong>Section 2.</strong> Representatives shall be apportioned among the several States according to their respective numbers, counting the whole number of persons in each State, excluding Indians not taxed. But when the right to vote at any election for the choice of electors for President and Vice President of the United States, Representatives in Congress, the Executive and Judicial officers of a State, or the members of the Legislature thereof, is denied to any of the male inhabitants of such State, being twenty-one years of age, and citizens of the United States, or in any way abridged, except for participation in rebellion, or other crime, the basis of representation therein shall be reduced in the proportion which the number of such male citizens shall bear to the whole number of male citizens twenty-one years of age in such State.</p>\r\n<p><strong>Section 3.</strong> No person shall be a Senator or Representative in Congress, or elector of President and Vice President, or hold any office, civil or military, under the United States, or under any State, who, having previously taken an oath, as a member of Congress, or as an officer of the United States, or as a member of any State legislature, or as an executive or judicial officer of any State, to support the Constitution of the United States, shall have engaged in insurrection or rebellion against the same, or given aid or comfort to the enemies thereof. But Congress may by a vote of two-thirds of each House, remove such disability.</p>\r\n<p><strong>Section 4.</strong> The validity of the public debt of the United States, authorized by law, including debts incurred for payment of pensions and bounties for services in suppressing insurrection or rebellion, shall not be questioned. But neither the United States nor any State shall assume or pay any debt or obligation incurred in aid of insurrection or rebellion against the United States, or any claim for the loss or emancipation of any slave; but all such debts, obligations and claims shall be held illegal and void.</p>\r\n<p><strong>Section 5.</strong> The Congress shall have power to enforce, by appropriate legislation, the provisions of this article.</p>\r\n<p class=\"rati\">July 9, 1868.</p>\r\n<p><a name=\"amend15\"></a></p>\r\n<h2><strong>Amendment 15</strong></h2>\r\n<p class=\"what\">Black suffrage</p>\r\n<p><strong>Section 1.</strong> The right of citizens of the United States to vote shall not be denied or abridged by the United States or by any State on account of race, color, or previous condition of servitude.</p>\r\n<p><strong>Section 2.</strong> The Congress shall have power to enforce this article by appropriate legislation.</p>\r\n<p class=\"rati\">February 3, 1870.</p>\r\n<p><a name=\"amend16\"></a></p>\r\n<h2><strong>Amendment 16</strong></h2>\r\n<p class=\"what\">Income taxes</p>\r\n<p>The Congress shall have power to lay and collect taxes on incomes, from whatever source derived, without apportionment among the several States, and without regard to any census or enumeration.</p>\r\n<p class=\"rati\">February 3, 1913.</p>\r\n<p><a name=\"amend17\"></a></p>\r\n<h2><strong>Amendment 17</strong></h2>\r\n<p class=\"what\">Senatorial elections</p>\r\n<p>The Senate of the United States shall be composed of two senators from each State, elected by the people thereof, for six years; and each Senator shall have one vote. The electors in each State shall have the qualifications requisite for electors of the most numerous branch of the State legislature.</p>\r\n<p>When vacancies happen in the representation of any State in the Senate, the executive authority of such State shall issue writs of election to fill such vacancies: <em>Provided</em>, That the legislature of any State may empower the executive thereof to make temporary appointments until the people fill the vacancies by election as the legislature may direct.</p>\r\n<p>This amendment shall not be so construed as to affect the election or term of any Senator chosen before it becomes valid as part of the Constitution.</p>\r\n<p class=\"rati\">April 8, 1913.</p>\r\n<p><a name=\"amend18\"></a></p>\r\n<h2><strong>Amendment 18</strong></h2>\r\n<p class=\"what\">Prohibition of liquor</p>\r\n<p><strong>Section 1.</strong> After one year from the ratification of this article, the manufacture, sale, or transportation of intoxicating liquors within, the importation thereof into, or the exportation thereof from the United States and all territory subject to the jurisdiction thereof for beverage purposes is hereby prohibited.</p>\r\n<p><strong>Section 2.</strong> The Congress and the several States shall have concurrent power to enforce this article by appropriate legislation.</p>\r\n<p><strong>Section 3.</strong> This article shall be inoperative unless it shall have been ratified as an amendment to the Constitution by the legislatures of the several States, as provided in the Constitution, within seven years from the date of the submission hereof to the States by the Congress.</p>\r\n<p class=\"rati\">January 16, 1919. Repealed by the Twenty-First, December 5, 1933.</p>\r\n<p><a name=\"amend19\"></a></p>\r\n<h2><strong>Amendment 19</strong></h2>\r\n<p class=\"what\">Women\'s suffrage</p>\r\n<p>The right of citizens of the United States to vote shall not be denied or abridged by the United States or by any States on account of sex.</p>\r\n<p>Congress shall have power to enforce this article by appropriate legislation.</p>\r\n<p class=\"rati\">August 18, 1920.</p>\r\n<p><a name=\"amend20\"></a></p>\r\n<h2><strong>Amendment 20</strong></h2>\r\n<p class=\"what\">Terms of office</p>\r\n<p><strong>Section 1.</strong> The terms of the President and Vice President shall end at noon the 20th day of January, and the terms of Senators and Representatives at noon on the 3d day of January, of the years in which such terms would have ended if this article had not been ratified; and the terms of their successors shall then begin.</p>\r\n<p><strong>Section 2.</strong> The Congress shall assemble at least once in every year, and such meeting shall begin at noon on the 3d day of January, unless they shall by law appoint a different day.</p>\r\n<p><strong>Section 3.</strong> If, at the time fixed for the beginning of the term of the President, the President elect shall have died, the Vice President elect shall become President. If a President shall not have been chosen before the time fixed for the beginning of his term, or if the President elect shall have failed to qualify, then the Vice President elect shall act as President until a President shall have qualified; and the Congress may by law provide for the case wherein neither a President elect nor a Vice President elect shall have qualified, declaring who shall then act as President, or the manner in which one who is to act shall be selected, and such person shall act accordingly until a President or Vice President shall have qualified.</p>\r\n<p><strong>Section 4.</strong> The Congress may by law provide for the case of the death of any of the persons from whom the House of Representatives may choose a President whenever the right of choice shall have devolved upon them, and for the case of the death of any of the persons from whom the Senate may choose a Vice President whenever the right of choice shall have devolved upon them.</p>\r\n<p><strong>Section 5.</strong> Sections 1 and 2 shall take effect on the 15th day of October following the ratification of this article.</p>\r\n<p><strong>Section 6.</strong> This article shall be inoperative unless it shall have been ratified as an amendment to the Constitution by the legislatures of three-fourths of the several States within seven years from the date of its submission.</p>\r\n<p class=\"rati\">January 23, 1933.</p>\r\n<p><a name=\"amend21\"></a></p>\r\n<h2><strong>Amendment 21</strong></h2>\r\n<p class=\"what\">Repeal of Prohibition</p>\r\n<p><strong>Section 1.</strong> The eighteenth article of amendment to the Constitution of the United States is hereby repealed.</p>\r\n<p><strong>Section 2.</strong> The transportation or importation into any State, Territory, or possession of the United States for delivery or use therein of intoxicating liquors, in violation of the laws thereof, is hereby prohibited.</p>\r\n<p><strong>Section 3.</strong> The article shall be inoperative unless it shall have been ratified as an amendment to the Constitution by conventions in the several States, as provided in the Constitution, within seven years from the date of the submission hereof to the States by the Congress.</p>\r\n<p class=\"rati\">December 5, 1933.</p>\r\n<p><a name=\"amend22\"></a></p>\r\n<h2><strong>Amendment 22</strong></h2>\r\n<p class=\"what\">Term Limits for the Presidency</p>\r\n<p><strong>Section 1.</strong> No person shall be elected to the office of the President more than twice, and no person who has held the office of President, or acted as President, for more than two years of a term to which some other person was elected President shall be elected to the office of the President more than once. But this Article shall not apply to any person holding the office of President when this Article was proposed by the Congress, and shall not prevent any person who may be holding the office of President, or acting as President, during the term within which this Article becomes operative from holding the office of President or acting as President during the remainder of such term.</p>\r\n<p><strong>Section 2.</strong> This article shall be inoperative unless it shall have been ratified as an amendment to the Constitution by the legislatures of three-fourths of the several States within seven years from the date of its submission to the States by the Congress.</p>\r\n<p class=\"rati\">February 27, 1951.</p>\r\n<p><a name=\"amend23\"></a></p>\r\n<h2><strong>Amendment 23</strong></h2>\r\n<p class=\"what\">Washington, D.C., suffrage</p>\r\n<p><strong>Section 1.</strong> The District constituting the seat of government of the United States shall appoint in such manner as the Congress may direct:</p>\r\n<p>A number of electors of President and Vice President equal to the whole number of Senators and Representatives in Congress to which the District would be entitled if it were a state, but in no event more than the least populous State; they shall be in addition to those appointed by the States, but they shall be considered, for the purposes of the election of President and Vice President, to be electors appointed by a State; and they shall meet in the District and perform such duties as provided by the twelfth article of amendment.</p>\r\n<p><strong>Section 2.</strong> The Congress shall have power to enforce this article by appropriate legislation.</p>\r\n<p class=\"rati\">March 29, 1961.</p>\r\n<p><a name=\"amend24\"></a></p>\r\n<h2><strong>Amendment 24</strong></h2>\r\n<p class=\"what\">Abolition of poll taxes</p>\r\n<p><strong>Section 1.</strong> The right of citizens of the United States to vote in any primary or other election for President or Vice President, for electors for President or Vice President, or for Senator or Representative in Congress, shall not be denied or abridged by the United States or any State by reason of failure to pay any poll tax or other tax.</p>\r\n<p><strong>Section 2.</strong> The Congress shall have power to enforce this article by appropriate legislation.</p>\r\n<p class=\"rati\">January 23, 1964.</p>\r\n<p><a name=\"amend25\"></a></p>\r\n<h2><strong>Amendment 25</strong></h2>\r\n<p class=\"what\">Presidential succession</p>\r\n<p><strong>Section 1.</strong> In case of the removal of the President from office or of his death or resignation, the Vice President shall become President.</p>\r\n<p><strong>Section 2.</strong> Whenever there is a vacancy in the office of the Vice President, the President shall nominate a Vice President who shall take office upon confirmation by a majority vote of both Houses of Congress.</p>\r\n<p><strong>Section 3.</strong> Whenever the President transmits to the President pro tempore of the Senate and the Speaker of the House of Representatives his written declaration that he is unable to discharge the powers and duties of his office, and until he transmits to them a written declaration to the contrary, such powers and duties shall be discharged by the Vice President as Acting President.</p>\r\n<p><strong>Section 4.</strong> Whenever the Vice President and a majority of either the principal officers of the executive departments or of such other body as Congress may by law provide, transmit to the President pro tempore of the Senate and the Speaker of the House of Representatives their written declaration that the President is unable to discharge the powers and duties of his office, the Vice President shall immediately assume the powers and duties of the office as Acting President.</p>\r\n<p>Thereafter, when the President transmits to the President pro tempore of the Senate and the Speaker of the House of Representatives his written declaration that no inability exists, he shall resume the powers and duties of his office unless the Vice President and a majority of either the principal officers of the executive department or of such other body as Congress may by law provide, transmit within four days to the President pro tempore of the Senate and the Speaker of the House of Representatives their written declaration that the President is unable to discharge the powers and duties of his office. Thereupon Congress shall decide the issue, assembling within forty-eight hours for that purpose if not in session. If the Congress, within twenty-one days after receipt of the latter written declaration, or, if Congress is not in session, within twenty-one days after Congress is required to assemble, determines by two-thirds vote of both Houses that the President is unable to discharge the powers and duties of his office, the Vice President shall continue to discharge the same as Acting President; otherwise, the President shall resume the powers and duties of his office.</p>\r\n<p class=\"rati\">February 10, 1967.</p>\r\n<p><a name=\"amend26\"></a></p>\r\n<h2><strong>Amendment 26</strong></h2>\r\n<p class=\"what\">18-year-old suffrage</p>\r\n<p><strong>Section 1.</strong> The right of citizens of the United States, who are eighteen years of age or older, to vote shall not be denied or abridged by the United States or by any State on account of age.</p>\r\n<p><strong>Section 2.</strong> The Congress shall have power to enforce this article by appropriate legislation.</p>\r\n<p class=\"rati\">June 30, 1971.</p>\r\n<p><a name=\"amend27\"></a></p>\r\n<h2><strong>Amendment 27</strong></h2>\r\n<p class=\"what\">Congressional pay raises</p>\r\n<p>No law, varying the compensation for the services of the Senators and Representatives, shall take effect, until an election of Representatives shall have intervened.</p>\r\n<p class=\"rati\">May 7, 1992. (Note: Congress submitted the text of this amendment as part of the proposed Bill of Rights on September 27, 1789. The Amendment was not ratified together with the first ten Amendments.)</p>\r\n<!--footer-->','',1,7,0,34,'2010-04-27 22:38:32',70,'','2010-05-12 02:38:38',62,0,'0000-00-00 00:00:00','2010-04-27 22:38:32','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,5,'Bill of Rights, government, founding fathers','Bill of Rights',0,3638,'robots=\nauthor='),(48,'Constitution of the United States','constitution-of-the-united-states','','<h1>Constitution of the United States</h1>\r\n<!--body here--><!-- .const table {font:10pt arial,sans-serif;} .const table td {vertical-align:top;} .const a {text-decoration:underline;} h3 {font:bold 12pt arial,sans-serif;text-align:center;} .changed {color:red; font-weight:bold;} .pop {position:relative;} .popup {z-index:9999; display: none; position: absolute; left: -60px; top: 5px; border: solid black 1px; padding: 4px; background: #efefef; font: 10pt arial,sans-serif; width: 250px; color:black;} -->\r\n<div class=\"const\">\r\n<p>We the people of the United States, in order to form a more perfect union, establish justice, insure domestic tranquility, provide for the common defense, promote the general welfare, and secure the blessings of liberty to ourselves and our posterity, do ordain and establish this Constitution for the United States of America.</p>\r\n<h3>Article I</h3>\r\n<p><strong>Section 1.</strong> All legislative powers herein granted shall be vested in a Congress of the United States, which shall consist of a Senate and House of Representatives.</p>\r\n<p><strong>Section 2.</strong> The House of Representatives shall be composed of members chosen every second year by the people of the several states, and the electors in each state shall have the qualifications requisite for electors of the most numerous branch of the state legislature.</p>\r\n<p>No person shall be a Representative who shall not have attained to the age of twenty five years, and been seven years a citizen of the United States, and who shall not, when elected, be an inhabitant of that state in which he shall be chosen.</p>\r\n<p><span class=\"changed\" title=\"Changed by Section 2 of the Fourteenth Amendment\">{Representatives and direct taxes shall be apportioned among the several states which may be included within this union, according to their respective numbers, which shall be determined by adding to the whole number of free persons, including those bound to service for a term of years, and excluding Indians not taxed, three fifths of all other Persons.<span class=\"pop\"><sup><a onclick=\"document.getElementById(\'PopUp1\').style.display=\'block\'\">1</a></sup><span id=\"PopUp1\" class=\"popup\">Changed by Section 2 of the <a href=\"http://www.letsrebuildit.com/index.php?option=com_content&amp;view=article&amp;id=47&amp;Itemid=13#amend14\"><span style=\"color: #0066cc;\">Fourteenth Amendment</span><br /></a><br /><a onclick=\"document.getElementById(\'PopUp1\').style.display=\'none\'\" style=\"FONT: 8pt arial,sans-serif\">Close</a></span></span>}</span><span style=\"color: #000000;\"> The actual Enumeration shall be made within three years after the first meeting of the Congress of the United States, and within every subsequent term of ten years, in such manner as they shall by law direct. The number of Representatives shall not exceed one for every thirty thousand, but each state shall have at least one Representative; and until such enumeration shall be made, the state of New Hampshire shall be entitled to chuse three, Massachusetts eight, Rhode Island and Providence Plantations one, Connecticut five, New York six, New Jersey four, Pennsylvania eight, Delaware one, Maryland six, Virginia ten, North Carolina five, South Carolina five, and Georgia three.</span></p>\r\n<p>When vacancies happen in the Representation from any state, the executive authority thereof shall issue writs of election to fill such vacancies.</p>\r\n<p>The House of Representatives shall choose their speaker and other officers; and shall have the sole power of impeachment.</p>\r\n<p><strong>Section 3.</strong> The Senate of the United States shall be composed of two Senators from each state, <span class=\"changed\" title=\"Changed by the Seventeenth Amendment\">{chosen by the legislature thereof, for six years; and each Senator shall have one vote.<span class=\"pop\"><sup><a onclick=\"document.getElementById(\'PopUp2\').style.display=\'block\'\">2</a></sup><span id=\"PopUp2\" class=\"popup\">Changed by the <a href=\"http://www.letsrebuildit.com/index.php?option=com_content&amp;view=article&amp;id=47&amp;Itemid=13#amend17\"><span style=\"color: #0066cc;\">Seventeenth Amendment</span><br /></a><br /><a onclick=\"document.getElementById(\'PopUp2\').style.display=\'none\'\" style=\"FONT: 8pt arial,sans-serif\">Close</a></span></span>}</span></p>\r\n<p><span class=\"changed\" title=\"Changed by the Seventeenth Amendment\">{Immediately after they shall be assembled in consequence of the first election, they shall be divided as equally as may be into three classes. The seats of the Senators of the first class shall be vacated at the expiration of the second year, of the second class at the expiration of the fourth year, and the third class at the expiration of the sixth year, so that one third may be chosen every second year; and if vacancies happen by resignation, or otherwise, during the recess of the legislature of any state, the executive thereof may make temporary appointments until the next meeting of the legislature, which shall then fill such vacancies<span class=\"pop\"><sup><a onclick=\"document.getElementById(\'PopUp3\').style.display=\'block\'\">3</a></sup><span id=\"PopUp3\" class=\"popup\">Changed by the <a href=\"http://www.letsrebuildit.com/index.php?option=com_content&amp;view=article&amp;id=47&amp;Itemid=13#amend17\"><span style=\"color: #0066cc;\">Seventeenth Amendment</span></a><br /><br /><a onclick=\"document.getElementById(\'PopUp3\').style.display=\'none\'\" style=\"FONT: 8pt arial,sans-serif\">Close</a></span></span>}</span><span style=\"color: #000000;\">.</span></p>\r\n<p>No person shall be a Senator who shall not have attained to the age of thirty years, and been nine years a citizen of the United States and who shall not, when elected, be an inhabitant of that state for which he shall be chosen.</p>\r\n<p>The Vice President of the United States shall be President of the Senate, but shall have no vote, unless they be equally divided.</p>\r\n<p>The Senate shall choose their other officers, and also a President pro tempore, in the absence of the Vice President, or when he shall exercise the office of President of the United States.</p>\r\n<p>The Senate shall have the sole power to try all impeachments. When sitting for that purpose, they shall be on oath or affirmation. When the President of the United States is tried, the Chief Justice shall preside: And no person shall be convicted without the concurrence of two thirds of the members present.</p>\r\n<p>Judgment in cases of impeachment shall not extend further than to removal from office, and disqualification to hold and enjoy any office of honor, trust or profit under the United States: but the party convicted shall nevertheless be liable and subject to indictment, trial, judgment and punishment, according to law.</p>\r\n<p><strong>Section 4.</strong> The times, places and manner of holding elections for Senators and Representatives, shall be prescribed in each state by the legislature thereof; but the Congress may at any time by law make or alter such regulations, except as to the places of choosing Senators.</p>\r\n<p>The Congress shall assemble at least once in every year, and such meeting shall <span class=\"changed\" title=\"Changed by Section 2 of the Twentieth Amendment\">{be on the first Monday in December,<span class=\"pop\"><sup><a onclick=\"document.getElementById(\'PopUp4\').style.display=\'block\'\">4</a></sup><span id=\"PopUp4\" class=\"popup\">Changed by Section 2 of the <a href=\"http://www.letsrebuildit.com/index.php?option=com_content&amp;view=article&amp;id=47&amp;Itemid=13#amend20\"><span style=\"color: #0066cc;\">Twentieth Amendment</span></a><br /><br /><a onclick=\"document.getElementById(\'PopUp4\').style.display=\'none\'\" style=\"FONT: 8pt arial,sans-serif\">Close</a></span></span>}</span><span style=\"color: #000000;\"> unless they shall by law appoint a different day.</span></p>\r\n<p><strong>Section 5.</strong> Each House shall be the judge of the elections, returns and qualifications of its own members, and a majority of each shall constitute a quorum to do business; but a smaller number may adjourn from day to day, and may be authorized to compel the attendance of absent members, in such manner, and under such penalties as each House may provide.</p>\r\n<p>Each House may determine the rules of its proceedings, punish its members for disorderly behavior, and, with the concurrence of two thirds, expel a member.</p>\r\n<p>Each House shall keep a journal of its proceedings, and from time to time publish the same, excepting such parts as may in their judgment require secrecy; and the yeas and nays of the members of either House on any question shall, at the desire of one fifth of those present, be entered on the journal.</p>\r\n<p>Neither House, during the session of Congress, shall, without the consent of the other, adjourn for more than three days, nor to any other place than that in which the two Houses shall be sitting.</p>\r\n<p><strong>Section 6.</strong> The Senators and Representatives shall receive a compensation for their services, to be ascertained by law, and paid out of the treasury of the United States. They shall in all cases, except treason, felony and breach of the peace, be privileged from arrest during their attendance at the session of their respective Houses, and in going to and returning from the same; and for any speech or debate in either House, they shall not be questioned in any other place.</p>\r\n<p>No Senator or Representative shall, during the time for which he was elected, be appointed to any civil office under the authority of the United States, which shall have been created, or the emoluments whereof shall have been increased during such time: and no person holding any office under the United States, shall be a member of either House during his continuance in office.</p>\r\n<p><strong>Section 7.</strong> All bills for raising revenue shall originate in the House of Representatives; but the Senate may propose or concur with amendments as on other Bills.</p>\r\n<p>Every bill which shall have passed the House of Representatives and the Senate, shall, before it become a law, be presented to the President of the United States; if he approve he shall sign it, but if not he shall return it, with his objections to that House in which it shall have originated, who shall enter the objections at large on their journal, and proceed to reconsider it. If after such reconsideration two thirds of that House shall agree to pass the bill, it shall be sent, together with the objections, to the other House, by which it shall likewise be reconsidered, and if approved by two thirds of that House, it shall become a law. But in all such cases the votes of both Houses shall be determined by yeas and nays, and the names of the persons voting for and against the bill shall be entered on the journal of each House respectively. If any bill shall not be returned by the President within ten days (Sundays excepted) after it shall have been presented to him, the same shall be a law, in like manner as if he had signed it, unless the Congress by their adjournment prevent its return, in which case it shall not be a law.</p>\r\n<p>Every order, resolution, or vote to which the concurrence of the Senate and House of Representatives may be necessary (except on a question of adjournment) shall be presented to the President of the United States; and before the same shall take effect, shall be approved by him, or being disapproved by him, shall be repassed by two thirds of the Senate and House of Representatives, according to the rules and limitations prescribed in the case of a bill.</p>\r\n<p><strong>Section 8.</strong> The Congress shall have power to lay and collect taxes, duties, imposts and excises, to pay the debts and provide for the common defense and general welfare of the United States; but all duties, imposts and excises shall be uniform throughout the United States;</p>\r\n<p>To borrow money on the credit of the United States;</p>\r\n<p>To regulate commerce with foreign nations, and among the several states, and with the Indian tribes;</p>\r\n<p>To establish a uniform rule of naturalization, and uniform laws on the subject of bankruptcies throughout the United States;</p>\r\n<p>To coin money, regulate the value thereof, and of foreign coin, and fix the standard of weights and measures;</p>\r\n<p>To provide for the punishment of counterfeiting the securities and current coin of the United States;</p>\r\n<p>To establish post offices and post roads;</p>\r\n<p>To promote the progress of science and useful arts, by securing for limited times to authors and inventors the exclusive right to their respective writings and discoveries;</p>\r\n<p>To constitute tribunals inferior to the Supreme Court;</p>\r\n<p>To define and punish piracies and felonies committed on the high seas, and offenses against the law of nations;</p>\r\n<p>To declare war, grant letters of marque and reprisal, and make rules concerning captures on land and water;</p>\r\n<p>To raise and support armies, but no appropriation of money to that use shall be for a longer term than two years;</p>\r\n<p>To provide and maintain a navy;</p>\r\n<p>To make rules for the government and regulation of the land and naval forces;</p>\r\n<p>To provide for calling forth the militia to execute the laws of the union, suppress insurrections and repel invasions;</p>\r\n<p>To provide for organizing, arming, and disciplining, the militia, and for governing such part of them as may be employed in the service of the United States, reserving to the states respectively, the appointment of the officers, and the authority of training the militia according to the discipline prescribed by Congress;</p>\r\n<p>To exercise exclusive legislation in all cases whatsoever, over such District (not exceeding ten miles square) as may, by cession of particular states, and the acceptance of Congress, become the seat of the government of the United States, and to exercise like authority over all places purchased by the consent of the legislature of the state in which the same shall be, for the erection of forts, magazines, arsenals, dockyards, and other needful buildings; — And</p>\r\n<p>To make all laws which shall be necessary and proper for carrying into execution the foregoing powers, and all other powers vested by this Constitution in the government of the United States, or in any department or officer thereof.</p>\r\n<p><strong>Section 9.</strong> The migration or importation of such persons as any of the states now existing shall think proper to admit, shall not be prohibited by the Congress prior to the year one thousand eight hundred and eight, but a tax or duty may be imposed on such importation, not exceeding ten dollars for each person.</p>\r\n<p>The privilege of the writ of habeas corpus shall not be suspended, unless when in cases of rebellion or invasion the public safety may require it.</p>\r\n<p>No bill of attainder or ex post facto Law shall be passed.</p>\r\n<p><span class=\"changed\" title=\"See Sixteenth Amendment\">{No capitation, or other direct, tax shall be laid, unless in proportion to the census or enumeration herein before directed to be taken.<span class=\"pop\"><sup><a onclick=\"document.getElementById(\'PopUp5\').style.display=\'block\'\">5</a></sup><span id=\"PopUp5\" class=\"popup\">See <a href=\"http://www.letsrebuildit.com/index.php?option=com_content&amp;view=article&amp;id=47&amp;Itemid=13#amend16\"><span style=\"color: #0066cc;\">Sixteenth Amendment</span><br /></a><br /><a onclick=\"document.getElementById(\'PopUp5\').style.display=\'none\'\" style=\"FONT: 8pt arial,sans-serif\">Close</a></span></span>}</span></p>\r\n<p>No tax or duty shall be laid on articles exported from any state.</p>\r\n<p>No preference shall be given by any regulation of commerce or revenue to the ports of one state over those of another: nor shall vessels bound to, or from, one state, be obliged to enter, clear or pay duties in another.</p>\r\n<p>No money shall be drawn from the treasury, but in consequence of appropriations made by law; and a regular statement and account of receipts and expenditures of all public money shall be published from time to time.</p>\r\n<p>No title of nobility shall be granted by the United States: and no person holding any office of profit or trust under them, shall, without the consent of the Congress, accept of any present, emolument, office, or title, of any kind whatever, from any king, prince, or foreign state.</p>\r\n<p><strong>Section 10.</strong> No state shall enter into any treaty, alliance, or confederation; grant letters of marque and reprisal; coin money; emit bills of credit; make anything but gold and silver coin a tender in payment of debts; pass any bill of attainder, ex post facto law, or law impairing the obligation of contracts, or grant any title of nobility.</p>\r\n<p>No state shall, without the consent of the Congress, lay any imposts or duties on imports or exports, except what may be absolutely necessary for executing it\'s inspection laws: and the net produce of all duties and imposts, laid by any state on imports or exports, shall be for the use of the treasury of the United States; and all such laws shall be subject to the revision and control of the Congress.</p>\r\n<p>No state shall, without the consent of Congress, lay any duty of tonnage, keep troops, or ships of war in time of peace, enter into any agreement or compact with another state, or with a foreign power, or engage in war, unless actually invaded, or in such imminent danger as will not admit of delay.</p>\r\n<h3>Article II</h3>\r\n<p>Section 1. The executive power shall be vested in a President of the United States of America. He shall hold his office during the term of four years <span class=\"changed\">{<span class=\"pop\"><sup><a onclick=\"document.getElementById(\'PopUp6\').style.display=\'block\'\">6</a></sup><span id=\"PopUp6\" class=\"popup\">Limited to two terms by the <a href=\"http://www.letsrebuildit.com/index.php?option=com_content&amp;view=article&amp;id=47&amp;Itemid=13#amend22\"><span style=\"color: #0066cc;\">Twenty-Second Amendment</span><br /></a><br /><a onclick=\"document.getElementById(\'PopUp6\').style.display=\'none\'\" style=\"FONT: 8pt arial,sans-serif\">Close</a></span></span>}</span><span style=\"color: #000000;\">, and, together with the Vice President, chosen for the same term, be elected, as follows:</span></p>\r\n<p>Each state shall appoint, in such manner as the Legislature thereof may direct, a number of electors, equal to the whole number of Senators and Representatives to which the State may be entitled in the Congress: but no Senator or Representative, or person holding an office of trust or profit under the United States, shall be appointed an elector.</p>\r\n<p><span class=\"changed\" title=\"Changed by the Twelfth Amendment\">{The electors shall meet in their respective states, and vote by ballot for two persons, of whom one at least shall not be an inhabitant of the same state with themselves. And they shall make a list of all the persons voted for, and of the number of votes for each; which list they shall sign and certify, and transmit sealed to the seat of the government of the United States, directed to the President of the Senate. The President of the Senate shall, in the presence of the Senate and House of Representatives, open all the certificates, and the votes shall then be counted. The person having the greatest number of votes shall be the President, if such number be a majority of the whole number of electors appointed; and if there be more than one who have such majority, and have an equal number of votes, then the House of Representatives shall immediately choose by ballot one of them for President; and if no person have a majority, then from the five highest on the list the said House shall in like manner choose the President. But in choosing the President, the votes shall be taken by States, the representation from each state having one vote; A quorum for this purpose shall consist of a member or members from two thirds of the states, and a majority of all the states shall be necessary to a choice. In every case, after the choice of the President, the person having the greatest number of votes of the electors shall be the Vice President. But if there should remain two or more who have equal votes, the Senate shall choose from them by ballot the Vice President.<span class=\"pop\"><sup><a onclick=\"document.getElementById(\'PopUp7\').style.display=\'block\'\">7</a></sup><span id=\"PopUp7\" class=\"popup\">Changed by the <a href=\"http://www.letsrebuildit.com/index.php?option=com_content&amp;view=article&amp;id=47&amp;Itemid=13#amend12\"><span style=\"color: #0066cc;\">Twelfth Amendment</span><br /></a><br /><a onclick=\"document.getElementById(\'PopUp7\').style.display=\'none\'\" style=\"FONT: 8pt arial,sans-serif\">Close</a></span></span>}</span></p>\r\n<p>The Congress may determine the time of choosing the electors, and the day on which they shall give their votes; which day shall be the same throughout the United States.</p>\r\n<p>No person except a natural born citizen, or a citizen of the United States, at the time of the adoption of this Constitution, shall be eligible to the office of President; neither shall any person be eligible to that office who shall not have attained to the age of thirty five years, and been fourteen Years a resident within the United States.</p>\r\n<p><span class=\"changed\" title=\"Changed by the Twenty-Fifth Amendment\">{In case of the removal of the President from office, or of his death, resignation, or inability to discharge the powers and duties of the said office, the same shall devolve on the Vice President, and the Congress may by law provide for the case of removal, death, resignation or inability, both of the President and Vice President, declaring what officer shall then act as President, and such officer shall act accordingly, until the disability be removed, or a President shall be elected.<span class=\"pop\"><sup><a onclick=\"document.getElementById(\'PopUp8\').style.display=\'block\'\">8</a></sup><span id=\"PopUp8\" class=\"popup\">Changed by the <a href=\"http://www.letsrebuildit.com/index.php?option=com_content&amp;view=article&amp;id=47&amp;Itemid=13#amend25\"><span style=\"color: #0066cc;\">Twenty-Fifth Amendment</span><br /></a><br /><a onclick=\"document.getElementById(\'PopUp8\').style.display=\'none\'\" style=\"FONT: 8pt arial,sans-serif\">Close</a></span></span>}</span></p>\r\n<p>The President shall, at stated times, receive for his services, a compensation, which shall neither be increased nor diminished during the period for which he shall have been elected, and he shall not receive within that period any other emolument from the United States, or any of them.</p>\r\n<p>Before he enter on the execution of his office, he shall take the following oath or affirmation: — \"I do solemnly swear (or affirm) that I will faithfully execute the office of President of the United States, and will to the best of my ability, preserve, protect and defend the Constitution of the United States.\"</p>\r\n<p><strong>Section 2.</strong> The President shall be commander in chief of the Army and Navy of the United States, and of the militia of the several states, when called into the actual service of the United States; he may require the opinion, in writing, of the principal officer in each of the executive departments, upon any subject relating to the duties of their respective offices, and he shall have power to grant reprieves and pardons for offenses against the United States, except in cases of impeachment.</p>\r\n<p>He shall have power, by and with the advice and consent of the Senate, to make treaties, provided two thirds of the Senators present concur; and he shall nominate, and by and with the advice and consent of the Senate, shall appoint ambassadors, other public ministers and consuls, judges of the Supreme Court, and all other officers of the United States, whose appointments are not herein otherwise provided for, and which shall be established by law: but the Congress may by law vest the appointment of such inferior officers, as they think proper, in the President alone, in the courts of law, or in the heads of departments.</p>\r\n<p>The President shall have power to fill up all vacancies that may happen during the recess of the Senate, by granting commissions which shall expire at the end of their next session.</p>\r\n<p><strong>Section 3.</strong> He shall from time to time give to the Congress information of the state of the union, and recommend to their consideration such measures as he shall judge necessary and expedient; he may, on extraordinary occasions, convene both Houses, or either of them, and in case of disagreement between them, with respect to the time of adjournment, he may adjourn them to such time as he shall think proper; he shall receive ambassadors and other public ministers; he shall take care that the laws be faithfully executed, and shall commission all the officers of the United States.</p>\r\n<p><strong>Section 4.</strong> The President, Vice President and all civil officers of the United States, shall be removed from office on impeachment for, and conviction of, treason, bribery, or other high crimes and misdemeanors.</p>\r\n<h3>Article III</h3>\r\n<p>Section 1. The judicial power of the United States, shall be vested in one Supreme Court, and in such inferior courts as the Congress may from time to time ordain and establish. The judges, both of the supreme and inferior courts, shall hold their offices during good behaviour, and shall, at stated times, receive for their services, a compensation, which shall not be diminished during their continuance in office.</p>\r\n<p><strong>Section 2.</strong> The judicial power shall extend to all cases, in law and equity, arising under this Constitution, the laws of the United States, and treaties made, or which shall be made, under their authority; — to all cases affecting ambassadors, other public ministers and consuls; — to all cases of admiralty and maritime jurisdiction; — to controversies to which the United States shall be a party; — to controversies between two or more states; — <span class=\"changed\" title=\"Changed by the Eleventh Amendment\">{between a state and citizens of another state<span class=\"pop\"><sup><a onclick=\"document.getElementById(\'PopUp9\').style.display=\'block\'\">9</a></sup></span>}</span><span style=\"color: #000000;\">; — between citizens of different states; — between citizens of the same state claiming lands under grants of different states, and between a state, or the citizens thereof, and foreign states, citizens or subjects.</span></p>\r\n<p>In all cases affecting ambassadors, other public ministers and consuls, and those in which a state shall be party, the Supreme Court shall have original jurisdiction. In all the other cases before mentioned, the<span id=\"PopUp9\" class=\"popup\" style=\"width: 284px; height: 54px;\">Changed by the <a href=\"http://www.letsrebuildit.com/index.php?option=com_content&amp;view=article&amp;id=47&amp;Itemid=13#amend11\"><span style=\"color: #0066cc;\"><span style=\"text-decoration: underline;\">Eleventh Amendment</span></span><br /></a><br /><a onclick=\"document.getElementById(\'PopUp9\').style.display=\'none\'\" style=\"FONT: 8pt arial,sans-serif\">Close</a></span> Supreme Court shall have appellate jurisdiction, both as to law and fact, with such exceptions, and under such regulations as the Congress shall make.</p>\r\n<p>The trial of all crimes, except in cases of impeachment, shall be by jury; and such trial shall be held in the state where the said crimes shall have been committed; but when not committed within any state, the trial shall be at such place or places as the Congress may by law have directed.</p>\r\n<p><strong>Section 3.</strong> Treason against the United States, shall consist only in levying war against them, or in adhering to their enemies, giving them aid and comfort. No person shall be convicted of treason unless on the testimony of two witnesses to the same overt act, or on confession in open court.</p>\r\n<p>The Congress shall have power to declare the punishment of treason, but no attainder of treason shall work corruption of blood, or forfeiture except during the life of the person attainted.</p>\r\n<h3>Article IV</h3>\r\n<p>Section 1. Full faith and credit shall be given in each state to the public acts, records, and judicial proceedings of every other state. And the Congress may by general laws prescribe the manner in which such acts, records, and proceedings shall be proved, and the effect thereof.</p>\r\n<p><strong>Section 2.</strong> The citizens of each state shall be entitled to all privileges and immunities of citizens in the several states.</p>\r\n<p>A person charged in any state with treason, felony, or other crime, who shall flee from justice, and be found in another state, shall on demand of the executive authority of the state from which he fled, be delivered up, to be removed to the state having jurisdiction of the crime.</p>\r\n<p><span class=\"changed\" title=\"Changed by the Thirteenth Amendment\">{No person held to service or labor in one state, under the laws thereof, escaping into another, shall, in consequence of any law or regulation therein, be discharged from such service or labor, but shall be delivered up on claim of the party to whom such service or labor may be due.<span class=\"pop\"><sup><a onclick=\"document.getElementById(\'PopUp10\').style.display=\'block\'\">10</a></sup></span>}</span></p>\r\n<p><strong>Section 3.</strong> New states may be admitted by the Congress into this union; but no new states shall be formed or erected within the jurisd<span id=\"PopUp10\" class=\"popup\">Changed by the <a href=\"http://www.letsrebuildit.com/index.php?option=com_content&amp;view=article&amp;id=47&amp;Itemid=13#amend13\"><span style=\"color: #0066cc;\">Thirteenth Amendment</span><br /></a><br /><a onclick=\"document.getElementById(\'PopUp10\').style.display=\'none\'\" style=\"FONT: 8pt arial,sans-serif\">Close</a></span>iction of any other state; nor any state be formed by the junction of two or more states, or parts of states, without the consent of the legislatures of the states concerned as well as of the Congress.</p>\r\n<p>The Congress shall have power to dispose of and make all needful rules and regulations respecting the territory or other property belonging to the United States; and nothing in this Constitution shall be so construed as to prejudice any claims of the United States, or of any particular state.</p>\r\n<p><strong>Section 4.</strong> The United States shall guarantee to every state in this union a republican form of government, and shall protect each of them against invasion; and on application of the legislature, or of the executive (when the legislature cannot be convened) against domestic violence.</p>\r\n<h3>Article V</h3>\r\n<p>The Congress, whenever two thirds of both houses shall deem it necessary, shall propose amendments to this Constitution, or, on the application of the legislatures of two thirds of the several states, shall call a convention for proposing amendments, which, in either case, shall be valid to all intents and purposes, as part of this Constitution, when ratified by the legislatures of three fourths of the several states, or by conventions in three fourths thereof, as the one or the other mode of ratification may be proposed by the Congress; provided that no amendment which may be made prior to the year one thousand eight hundred and eight shall in any manner affect the first and fourth clauses in the ninth section of the first article; and that no state, without its consent, shall be deprived of its equal suffrage in the Senate.</p>\r\n<h3>Article VI</h3>\r\n<p>All debts contracted and engagements entered into, before the adoption of this Constitution, shall be as valid against the United States under this Constitution, as under the Confederation.</p>\r\n<p>This Constitution, and the laws of the United States which shall be made in pursuance thereof; and all treaties made, or which shall be made, under the authority of the United States, shall be the supreme law of the land; and the judges in every state shall be bound thereby, anything in the Constitution or laws of any State to the contrary notwithstanding.</p>\r\n<p>The Senators and Representatives before mentioned, and the members of the several state legislatures, and all executive and judicial officers, both of the United States and of the several states, shall be bound by oath or affirmation, to support this Constitution; but no religious test shall ever be required as a qualification to any office or public trust under the United States.</p>\r\n<h3>Article VII</h3>\r\n<p>The ratification of the conventions of nine states, shall be sufficient for the establishment of this Constitution between the states so ratifying the same.</p>\r\n<hr />\r\n<p>Done in convention by the unanimous consent of the states present the seventeenth day of September in the year of our Lord one thousand seven hundred and eighty seven and of the independence of the United States of America the twelfth.</p>\r\n<p>In witness whereof We have hereunto subscribed our Names,</p>\r\n<p><strong>G.<sup>o</sup> Washington — Presdt. and deputy from Virginia</strong></p>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"4\">\r\n<tbody>\r\n<tr>\r\n<td align=\"right\"><strong>New Hampshire</strong></td>\r\n<td>John Langdon<br />Nicholas Gilman</td>\r\n</tr>\r\n<tr>\r\n<td align=\"right\"><strong>Massachusetts</strong></td>\r\n<td>Nathaniel Gorham<br />Rufus King</td>\r\n</tr>\r\n<tr>\r\n<td align=\"right\"><strong>Connecticut</strong></td>\r\n<td>Wm: Saml. Johnson<br />Roger Sherman</td>\r\n</tr>\r\n<tr>\r\n<td align=\"right\"><strong>New York</strong></td>\r\n<td>Alexander Hamilton</td>\r\n</tr>\r\n<tr>\r\n<td align=\"right\"><strong>New Jersey</strong></td>\r\n<td>Wil: Livingston<br />David Brearley<br />Wm. Paterson<br />Jona: Dayton</td>\r\n</tr>\r\n<tr>\r\n<td align=\"right\"><strong>Pennsylvania</strong></td>\r\n<td>B Franklin<br />Thomas Mifflin<br />Robt Morris<br />Geo. Clymer<br />Thos. FitzSimons<br />Jared Ingersoll<br />James Wilson<br />Gouv Morris</td>\r\n</tr>\r\n<tr>\r\n<td align=\"right\"><strong>Delaware</strong></td>\r\n<td>Geo: Read<br />Gunning Bedford jun<br />John Dickinson<br />Richard Bassett<br />Jaco: Broom</td>\r\n</tr>\r\n<tr>\r\n<td align=\"right\"><strong>Maryland</strong></td>\r\n<td>James McHenry<br />Dan of St. Thos. Jenifer<br />Danl Carroll</td>\r\n</tr>\r\n<tr>\r\n<td align=\"right\"><strong>Virginia</strong></td>\r\n<td>John Blair--<br />James Madison Jr.</td>\r\n</tr>\r\n<tr>\r\n<td align=\"right\"><strong>North Carolina</strong></td>\r\n<td>Wm. Blount<br />Richd. Dobbs Spaight<br />Hu Williamson</td>\r\n</tr>\r\n<tr>\r\n<td align=\"right\"><strong>South Carolina</strong></td>\r\n<td>J. Rutledge<br />Charles Cotesworth Pinckney<br />Charles Pinckney<br />Pierce Butler</td>\r\n</tr>\r\n<tr>\r\n<td align=\"right\"><strong>Georgia</strong></td>\r\n<td>William Few<br />Abr Baldwin</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong>Attest William Jackson Secretary</strong></p>\r\n</div>','',1,7,0,34,'2010-04-27 22:46:31',70,'','2010-05-12 06:32:41',62,0,'0000-00-00 00:00:00','2010-04-27 22:46:31','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,6,'Constitution of the United States, government, founding fathers, documents, original','Constitution of the United States',0,3118,'robots=\nauthor='),(50,'Meet At City Hall on National Day of Prayer','meet-at-city-hall-on-national-day-of-prayer-2010','','<p><span>Last week, Barbara Crabb, a federal judge appointed by former president Jimmy Carter, declared that the National Day of Prayer is unconstitutional. Bizarrely, she said it is a violation of the First Amendment.<br /><br />Yet the tradition of national days of prayer goes back to our very first congress and our first president. Just two days after members of Congress passed the First Amendment, they asked President George Washington to declare a national day of thanksgiving and prayer.</span></p>\r\n<p>In response to this request from Congress, President Washington, less than a week after passage of the First Amendment, issued just such a proclamation on October 3, 1789. <br /><br />From a merely historical point of view, this makes it clear that it is preposterous to suggest that there is anything unconstitutional about a national day of prayer. Judge Crabb seems dangerously unaware of American history and the true meaning of the First Amendment, which was designed to protect freedom of religious expression, not stamp it out.</p>\r\n','\r\n<p> </p>\r\n<p> <span>On Thursday, May 6, I invite you to participate in <span><a href=\"http://www.afa.net/Detail.aspx?id=2147483724\" title=\"http://action.afa.net/Detail.aspx?id=2147483724\"><strong><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">Meet At City Hall</span></span></strong></a></span> from 12:20 pm to 12:40 pm during the National Day Of Prayer. At thousands of city halls across the country, individuals will gather to pray for a moral rebirth in our country. The National Day of Prayer is an annual event established by an act of Congress which encourages Americans to pray for our nation, its people and its leaders.</span></p>\r\n<p><span><a href=\"Detail.aspx?id=2147483724\" title=\"http://action.afa.net/Detail.aspx?id=2147483724\"></a></span><a href=\"Detail.aspx?id=2147483724\" title=\"http://action.afa.net/Detail.aspx?id=2147483724\"></a><span><a href=\"Detail.aspx?id=2147483724\" title=\"http://action.afa.net/Detail.aspx?id=2147483724\"></a><strong>Your participation in</strong> <span><a href=\"http://www.afa.net/Detail.aspx?id=2147483724\" title=\"http://action.afa.net/Detail.aspx?id=2147483724\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\"><strong>Meet At City Hall</strong></span></span></a></span> <strong>is very simple. Simply show up at your local city hall at 12:20 pm on Thursday, May 6. There will be others present. Spend the 20 minutes in prayer.</strong></span></p>\r\n<p>\r\n<p><span>If you want to help promote <span><a href=\"http://www.afa.net/Detail.aspx?id=2147483724\" title=\"http://action.afa.net/Detail.aspx?id=2147483724\"><strong><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">Meet At City Hall</span></span></strong></a></span>, we suggest you invite members of your Sunday School class or church to join together and organize, as you desire. You can invite some public officials, local pastors, church choirs, etc. to participate. The amount of organization and promotion is entirely up to you. Let us unashamedly take our Light from underneath the basket and set it on a table.</span></p>\r\n<p><span>Sincerely,<br /><br />Tim Wildmon, President<br />American Family Association<br /><br /><span><strong>P.S. Last week I encouraged you to watch \"Secrets of the Mountain\" on NBC. Last Friday night\'s family-friendly movie by Walmart and Procter &amp; Gamble was the </strong><a href=\"http://blog.zap2it.com/frominsidethebox/2010/04/tv-ratings-nbc-secrets-of-the-mountain-triumphs-friday.html\" title=\"http://blog.zap2it.com/frominsidethebox/2010/04/tv-ratings-nbc-secrets-of-the-mountain-triumphs-friday.html\"><strong><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">highest rated program on television</span></span></strong></a><strong> that night! This high rating sends a strong message to television networks that quality, family programming is worth paying attention to! </strong></span></span></p>\r\n</p>',-1,1,0,1,'2010-04-28 19:22:15',64,'','2010-04-29 01:12:28',62,0,'0000-00-00 00:00:00','2010-04-28 19:22:15','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,21,'','',0,55,'robots=\nauthor='),(51,'Prayer Mobilizing Strategy to Face the Giants!','tmi','','<p class=\"MsoNormal\">The process <strong>of filling prayer slots has begun</strong>.<span>  </span>Our plan is to work with a <span style=\"text-decoration: underline;\">multitude</span> of churches, ministries, and individuals across our state to launch a 24/7/365 prayer and Bible reading initiative in all 83 counties in Michigan.  It will last indefinitely.   Counties are presently being activated.</p>\r\n','\r\n<p class=\"MsoNormal\">A \"Verizon Network\" of prayer is being established throughout Michigan.  There will be no \"dead zones\" as every county will be enaged as people step forth to commit time to the Lord in their prayer closets (Matthew 6:6). <span><span style=\"font-size: x-small; font-family: Verdana;\">  </span></span><strong>Will you be part and submit information </strong><strong>to network and align our state in the Michigan House of Prayer Endeavor.</strong><strong>  Will you commit 1/2 hour a week of designated time to pray for our state and nation.  </strong></p>\r\n<p class=\"MsoNormal\"> </p>\r\n<p class=\"MsoNormal\"><strong>SIGN UP HERE:  \"<span style=\"text-decoration: underline;\"><a href=\"http://transformmi.com/prayercounties/prayercommitment.cfm\">Want to Make a Commitment to Pray</a></span>\" - The \"prayer closet or secret place\"  (Matthew 6:6) is the key where individuals will take 1/2 hour or more each week to wait on the Lord.  It is our personal time with God each day where the whole individual seeks God privately that will transform our state and nation!<br /></strong></p>\r\n<p class=\"MsoNormal\"> </p>\r\n<p class=\"MsoNormal\"> </p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: medium;\"><span style=\"color: #ff0000;\"><strong><span style=\"font-size: x-small; font-family: Verdana;\">CLICK ON: </span></strong></span></span><span style=\"font-size: medium;\"><span style=\"color: #ff0000;\"><span><a href=\"http://www.transformmi.com/PrayerTargets.cfm\"><strong><span style=\"text-decoration: underline;\"><span style=\"font-size: x-small; color: #004a84; font-family: Verdana;\">PRAYER GUIDE</span></span></strong></a><strong><span style=\"font-size: x-small; font-family: Verdana;\"> - 7 Mountain or Cultural Gateway Guide! </span><br /></strong></span></span></span></p>',1,1,0,1,'2010-04-29 00:56:10',68,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-04-29 00:56:10','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,275,'prayer, michigan, transformation','Prayer Watch Michigan',0,1163,'robots=\nauthor='),(52,'Cox joins Hoekstra and Bouchard for debate May 1st','afp','','<p><strong>LANSING, MI -- </strong>Americans for Prosperity Foundation–Michigan announced today that Attorney General Mike Cox has confirmed his participation in the gubernatorial debate at the Michigan Defending the American Dream Summit. He will join Congressman Pete Hoekstra and Oakland County Sheriff Mike Bouchard on stage for a debate moderated by Fox News contributor Phil Kerpen from 3:30 PM to 5:00 PM.</p>\r\n<p>\"This exciting debate will focus on the economic challenges facing our state and the candidates seeking the confidence and vote of Michigan taxpayers,” said Scott Hagerstrom, AFPF-Michigan State Director.</p>\r\n<p>Sarah Palin will be the keynote speaker <br />\r\n','\r\n</p>\r\n<p> </p>\r\n<p>at the 2nd bi-annual Michigan Defending the American Dream Summit to be held Saturday, May 1st from 8:00 AM to 5:00 PM at Mt. Zion Church in Clarkston.</p>\r\n<p>Other highlights will include Wall Street Journal editorial board member Steve Moore, AFPF President Tim Phillips and other top-tier speakers who will cover a wide range of topics such as health care, property rights, taxes, the federal and state budget, government transparency, educational choice, and cap-and-trade. Attendees will also receive grassroots training to give them the tools to become better citizen activists.</p>\r\n<p>For online registration and more information, visit <a href=\"http://midream.org/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">www.MIdream.org</span></span></a>.</p>\r\n<p>\r\n<script type=\"text/javascript\">// <![CDATA[\r\nvar disqus_title = \"Cox joins Hoekstra and Bouchard for debate May 1st\";var disqus_message = \"For Immediate Release: Monday, April 26, 2010      Contact: Jake Davison, (517) 853-9073; jdavison@afphq.org                                                                   .  Cox Accepts Invitation to Gubernatorial Debate at Michigan Defending the American Dream Summit, May 1st  Attorney General joins Congressman Hoekstra and Sheriff Bouchard for candidate debate                                                                  .  \";var disqus_developer = 1;\r\n// ]]></script>\r\n<br /><br />Read more: <a href=\"http://www.americansforprosperity.org/042610-cox-joins-hoekstra-and-bouchard-debate-may-1st#ixzz0mRryFaV7\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://www.americansforprosperity.org/042610-cox-joins-hoekstra-and-bouchard-debate-may-1st#ixzz0mRryFaV7</span></span></a></p>',-1,1,0,1,'2010-04-29 01:26:47',67,'AFP','2010-04-29 01:38:55',62,0,'0000-00-00 00:00:00','2010-04-29 01:26:47','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,19,'','',0,53,'robots=\nauthor='),(53,'Bonhoeffer: Pastor, Spy','cbn','','<p><span class=\"source\"><a href=\"http://www.cbn.com/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">CBN.com</span></span></a> – </span>As Adolf Hitler propelled himself into the dictatorship of the nation of Germany, then thrust that nation into not only a frenzied attempt at world domination, but also a plot to systematically destroy the Jewish race, a small group of brave opponents worked quietly to stop this evil. Among this group were politicians, military leaders, college professors and even pastors. One such leader was a Christian theologian named Dietrich Bonhoeffer, who gave his life to help bring an end to the diabolical Third Reich of Nazi Germany.</p>\r\n','\r\n<p>In the first major biography of Bonhoeffer in forty years, New York Times best-selling author Eric Metaxas examines this German pastor\'s life, as both a theologian and a spy, and draws the two aspects of his remarkable life together to tell of his moral courage in the face of monstrous evil.</p>\r\n<p>In this moving narrative, Metaxas uses previously unavailable documents, including personal letters, detailed journal entries, and firsthand personal accounts -- to reveal dimensions of Bonhoeffer\'s life and theology from a new perspective.</p>\r\n<p>I recently had the chance to sit down and talk with Eric about this new Bonhoeffer biography, <em><a href=\"http://www.amazon.com/Bonhoeffer-Pastor-Martyr-Prophet-Spy/dp/1595551387/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1272490444&amp;sr=8-1\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">Bonhoeffer: Pastor, Martyr, Prophet, Spy</span></span></a></em>. Here is that conversation.</p>\r\n<p><strong>von Buseck:</strong> We spoke recently about your calling to share Jesus with our culture through storytelling and intellectual debate. Is this why you chose to write this biography on Dietrich Bonhoeffer?</p>\r\n<p><strong>Metaxas:</strong> I have never in my life encountered a Christian hero like Dietrich Bonhoeffer. And I have to say, if this story of Bonhoeffer could be known to most Christians in America, they would be blown away. I think most people actually have no idea of the treasure of the life of Bonhoeffer.</p>\r\n<p>I remember hearing things about him and getting confused -- \'was he theologically liberal?\'; he was going to visit Gandhi; religion-less Christianity -- not really understanding if he was a believer as I understand a Christian believer to be. I asked if he was a born-again, evangelical, theologically orthodox believer. And in my research, I have to say, with unbounded joy, I discovered him to be the most straight-up, theologically orthodox believer I have ever encountered.</p>\r\n<p>He is as theologically orthodox as Saint Paul and Isaiah!</p>\r\n<p>In a way the theological liberals have hijacked and muddied his legacy. I want to re-present him to the Church in America and say, \"This man was the most obedient servant of the Lord Jesus Christ.\" He obeyed Him unto death.</p>\r\n<p>The story is so beautiful and so moving. People say, \"It\'s so tragic that he was killed right before the end of the war.\" You know what, it was not tragic. He obeyed Jesus Christ right to his dying moment. He went into the arms of His Father with joy. Not with regrets -- with joy that he would have the highest honor that you could have as a human being, to go to your death in obedience to, and for the name of Jesus Christ.</p>\r\n<p>Bonhoeffer was somebody who knew Jesus was real. He lived it. He breathed it. He had devotions every single day. He prayed for hours. He read Scripture. If we could emulate him, the church in America would be completely transformed. I am utterly convinced of this, and that\'s why this story is the first major biography of Bonhoeffer in forty years. I\'m so excited. I cannot wait for the Church to get their arms around this story.</p>\r\n<p>This is also the first full telling of the story of his engagement. He was engaged at the end of his life. There is no place where you can go to read that story other than in this book. There are little bits and pieces of it, but there is no place where the whole story is told. I tell the story of his love affair and of his engagement, literally for the first time ever.</p>\r\n<p>I don\'t know how God gave me the privilege, but I can say that I know that people are going to read the full story for the first time. It\'s incredible. The documents were out there, but nobody put it together and told the story. So that\'s something for the female readers especially, this was a passionate love affair between this incredibly godly man and this woman. I quote copiously from their love letters. It\'s so beautiful and so moving.</p>\r\n<p><strong>von Buseck: </strong>It sounds like it could be made into a movie.</p>\r\n<p><strong>Metaxas: </strong>There was a movie done a few years ago.</p>\r\n<p><strong>von Buseck:</strong> I did a review of the PBS movie, <a href=\"http://www.cbn.com/spirituallife/ChurchAndMinistry/ChurchHistory/Bonhoeffer_Agent_of_Grace.aspx\"><em><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">Bonhoeffer: Agent of Grace</span></span></em></a>.</p>\r\n<p><strong>Metaxas:</strong> PBS also did a documentary, written by Martin Doblmeir, which is spectacular.</p>\r\n<hr />\r\n<p>Watch the trailer for the documentary <a href=\"http://www.imdb.com/video/screenplay/vi2428174617/\" target=\"_blank\"><em><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">Bonhoeffer</span></span></em></a>.</p>\r\n<hr />\r\n<p>I became friends with Doblmeir and he helped me to actually meet some of these women who knew Bonhoeffer. I went to Germany and I met his niece, who is actually in my book. She\'s 82 years old.</p>\r\n<p>I also got to meet the elder sister of his fiancé\', Ruth Alice von Bismark, who is 87 years old. She hosted my wife and me for coffee and cake. She heard Bonhoeffer preach in 1935. And I got to sit with this woman. It was the greatest privilege.</p>\r\n<p><strong>von Buseck:</strong> What an amazing connection!</p>\r\n<p><strong>Metaxas: </strong>It was a gift, not just from the Lord, but through Martin Doblmeir, the Director of this incredible documentary. So I hope people will watch the documentary because my book will make a lot more sense. It will be a lot more fun to read my book if they watch this documentary -- and it is the best.</p>\r\n<p><strong>von Buseck:</strong> You said that Bonhoeffer obeyed the Lord even unto his death. He was in the United States. His friends had said, \"Come to America and be safe until the war is over and then you can go back.\" But he chose to go back and to fight the Nazis, and he was actually involved in a plot to assassinate Hitler.</p>\r\n<p><strong>Metaxas:</strong> That\'s right.</p>\r\n<p><strong>von Buseck: </strong>From your research, why do you believe that he took that path?</p>\r\n<p><strong>Metaxas: </strong>The title of my book is <em>Bonhoeffer: Pastor, Martyr, Prophet, Spy</em>. The reason I put the word prophet in there is that I believe, as a Spirit-filled believer, Bonhoeffer was a prophet of God. He heard from the Lord. And he said, \"You can\'t be a Christian, unless you hear from God. He wants to speak to you personally, not just in principles, and beliefs, and orthodox theology. But God wants to speak to personally.\" I believe the Lord spoke to Bonhoeffer and said, \"You have to go back.\" The Lord called him back.</p>\r\n<p>And for Bonhoeffer it was very simple -- he was going to obey Jesus. He felt the Lord wanted him to go back. And if the Lord wants him to go back, he\'s going to go back. He doesn\'t care about consequences. The only consequence for him was disobeying Jesus Christ, and he wasn\'t going to do that. He went back, knowing that he was obeying God, and he really didn\'t care. He was just going to follow the Lord -- and he followed the Lord unto his death.</p>\r\n<p>I think people need to read my book to fully understand how the Lord led him in his involvement in the plot against Hitler.</p>\r\n<p><strong>von Buseck:</strong> Because that\'s very controversial.</p>\r\n<p><strong>Metaxas:</strong> It is controversial.</p>\r\n<p><strong>von Buseck: </strong>How can a Christian pastor plot to assassinate a political leader?</p>\r\n<p><strong>Metaxas: </strong>Well, he was not the one holding the gun -- but he would have been willing to do it. One key piece of this was that Bonhoeffer was a passionate friend of the Jews. Most people in Germany didn\'t know what was going on with the Jews.</p>\r\n<p><strong>von Buseck:</strong> Or chose not to know?</p>\r\n<p><strong>Metaxas: </strong>Well, I tell you the truth, most of them didn\'t know.</p>\r\n<p><strong>von Buseck:</strong> Really?</p>\r\n<p><strong>Metaxas:</strong> They didn\'t know, because it was a propaganda machine. The Nazi\'s didn\'t want the average German to know that they were butchering their neighbors.</p>\r\n<p><strong>von Buseck:</strong> I guess that was why they were sending the Jews to Poland?</p>\r\n<p><strong>Metaxas:</strong> People need to know that most Germans genuinely did not know what was happening to the Jews. It\'s kind of reverse racism to say that the Germans are inherently evil. The Germans are no different than Americans today. There are some good ones. There are some bad ones. They are all tainted by original sin and they all need Jesus Christ. Your average German did not know what was going on.</p>\r\n<p>However, Bonhoeffer knew. He and his family were high level, culturally-elite Germans. They knew what was happening. He felt a responsibility before God to defend the Jews. He said that the Church has to stand with the Jews. To be a Christian is to stand with the Jews. He spoke about this many times and there are many famous quotes. He said, \"You have no right to sing Gregorian chants unless you are standing up for the Jews.\" Basically, you have no right to claim to praise God and to be a Christian unless you\'re standing up for the Jews. He said that publicly.</p>\r\n<p>Bonhoeffer used the metaphor: if a drunken driver was driving down a main street, killing people left and right, I wouldn\'t say, \'Well, let me pray.\' I would need to do anything I can to stop him.</p>\r\n<p>Hitler and the Nazis were that drunken driver. If you\'re going to say, \"I\'m going to pray about it,\" let me ask you, are you going to pray about it just because you\'re afraid to get involved? God is calling you to step out. Just as if you see somebody killing a six-year-old girl, or raping a child, are you going to say, \"I\'m going to pray about getting involved?\" No, you\'re going to take action because God would have you protect the innocent. And Bonhoeffer fully believed that.</p>\r\n<p>He fully believed that God called him to get involved in the plot -- that they had to stand up against pure evil. They believed that Hitler was possessed by pure evil and that they needed to stand up for the sake of Jesus Christ, and for the sake of His people, the Jews. There is no question that Bonhoeffer felt led of the Lord to do this.</p>\r\n<p>The reason that my book is as long as it is, is that you really need to understand what I just said. There is a deeper story -- there are several levels to this story -- to really understand how he got there theologically.</p>',1,1,0,1,'2010-04-29 13:46:52',71,'','2010-04-29 14:14:30',62,0,'0000-00-00 00:00:00','2010-04-29 13:46:52','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,274,'','',0,945,'robots=\nauthor='),(54,'Your software license for Free PowerMail Pro Trial','your-software-license-for-free-powermail-pro-trial','','Greetings,<br />\nThank you for your purchase.  This e-mail contains the registration details for<br />\nFree PowerMail Pro Trial.<br /><br />\nRegistered to: J Brake<br />\nPrimary Contact: J Brake [admin@letsrebuildit.com]  <br />\nLicense Key: PowerMailTrial-6fb10f239533<br /><br />\nPlease contact us if you have questions. Enjoy the software.<br /><br />\nThanks for supporting software for sight!<br /><br />\nAdministrator<br />\nwww.givesight.org','',-2,1,0,1,'2010-05-02 03:02:40',0,'GiveSight.org','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-01 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,170,''),(55,'Your new account information - Software for Sight','your-new-account-information-software-for-sight','','Thank you for registering J! Here are your login details:<br /><br />\nName: J Brake<br />\nE-mail: admin@letsrebuildit.com<br />\nUsername: eagle888<br />\nPassword: 1234powermail<br /><br />\nPlease note that this login information is different than your login information<br />\nfor the Givesight.org website.  This is the software order section which has a<br />\ndifferent database to keep track of license information.<br /><br />\nThanks for supporting software for sight!<br /><br />\nAdministrator<br />\nwww.givesight.org','',-2,1,0,1,'2010-05-02 03:02:40',0,'GiveSight.org','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-01 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,41,''),(56,'[PowerMail Pro License Reissued] PowerMailTrial-6fb10f239533','powermail-pro-license-reissued-powermailtrial-6fb10f239533','','Greetings,<br /><br />\nThe license key \"PowerMailTrial-6fb10f239533\" has just been reissued.<br /><br />\nRegistration Summary:<br /><br />\nCustomer: J Brake<br />\nPrimary User: J Brake [admin@letsrebuildit.com]<br />\nProduct: PowerMail Pro - PowerMail Pro 2 week Free Demo<br />\nLicense Key Status: Active<br /><br />\nLicense Key: PowerMailTrial-6fb10f239533<br />\nLicensing Method: Remote Sockets Based with Local Key<br />\nLicensing Type: Per Install [Host / IP Validation / Directory]<br /><br />\nAccess Host: letsrebuildit.com,www.letsrebuildit.com<br />\nAccess Directory: /home/lrbadmin/public_html/administrator<br />\nAccess IP: 174.121.0.34<br />\nLicense Expires: 05/15/2010 12:00:00 am<br />\nLocal Key Expires: 05/15/2010 12:00:00 am<br /><br />\nFor more details please login to your admin area.<br /><br />\nThanks for supporting software for sight!<br /><br />\nAdministrator<br />\nwww.givesight.org','',-2,1,0,1,'2010-05-02 03:02:40',0,'GiveSight.org','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-01 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,811,''),(57,'New PowerMail User','new-powermail-user','','New PowerMail User<br /><br />\nName: GiveSight.org<br />\nAddress: admin@givesight.org<br /><br />\nEdit User: http://www.letsrebuildit.com/administrator/index.php?option=com_powermail&amp;task=edit&amp;controller=user&amp;cid[]=1','',-2,1,0,1,'2010-05-02 03:09:20',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-01 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(58,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: admin@letsrebuildit.com\nDelivery-date: Sat, 01 May 2010 22:02:40 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1O8PS4-0005TO-MB\n	for admin@letsrebuildit.com; Sat, 01 May 2010 22:02:40 -0500\nTo: admin@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 66.249.71.43\nDate: Sat, 1 May 2010 22:02:40 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;41594cdf3ad35061573484d0b7efc528@www.letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,1,0,1,'2010-05-02 03:09:20',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-01 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(59,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: admin@letsrebuildit.com\nDelivery-date: Sat, 01 May 2010 22:02:40 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1O8PS4-0005U8-QL\n	for admin@letsrebuildit.com; Sat, 01 May 2010 22:02:40 -0500\nTo: admin@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 66.249.71.43\nDate: Sat, 1 May 2010 22:02:40 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;4eb561567b1691751cdbdebdfba8f5d5@www.letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',0,1,0,1,'2010-05-02 03:09:20',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-01 00:00:00','0000-00-00 00:00:00','','','',1,0,269,'','',0,0,''),(60,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: admin@letsrebuildit.com\nDelivery-date: Sat, 01 May 2010 22:02:40 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1O8PS4-0005Uw-UA\n	for admin@letsrebuildit.com; Sat, 01 May 2010 22:02:40 -0500\nTo: admin@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 66.249.71.43\nDate: Sat, 1 May 2010 22:02:40 -0500\nFrom: Lets Rebuild It \nMessage-ID: \nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',0,1,0,1,'2010-05-02 03:10:02',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-01 00:00:00','0000-00-00 00:00:00','','','',1,0,271,'','',0,0,''),(61,'New PowerMail User','new-powermail-user','','New PowerMail User<br /><br />\nName: Jack Brake<br />\nAddress: admin@letsrebuildit.com<br /><br />\nEdit User: http://www.letsrebuildit.com/administrator/index.php?option=com_powermail&amp;task=edit&amp;controller=user&amp;cid[]=2','',0,1,0,1,'2010-05-02 03:10:02',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-01 00:00:00','0000-00-00 00:00:00','','','',1,0,272,'','',0,0,''),(62,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: admin@letsrebuildit.com\nDelivery-date: Sat, 01 May 2010 22:09:20 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1O8PYW-0006Xl-Hw\n	for admin@letsrebuildit.com; Sat, 01 May 2010 22:09:20 -0500\nTo: admin@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 66.249.71.43\nDate: Sat, 1 May 2010 22:09:20 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;9f0a242c312f4bced33a81d6ee683fa2@www.letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',0,1,0,1,'2010-05-02 03:10:02',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-01 00:00:00','0000-00-00 00:00:00','','','',1,0,273,'','',0,0,''),(63,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: admin@letsrebuildit.com\nDelivery-date: Sat, 01 May 2010 22:09:20 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1O8PYW-0006YU-Lx\n	for admin@letsrebuildit.com; Sat, 01 May 2010 22:09:20 -0500\nTo: admin@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 66.249.71.43\nDate: Sat, 1 May 2010 22:09:20 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;81791585fb8a9a1bd0f3acccda3d45a4@www.letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,1,0,1,'2010-05-02 03:10:43',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-01 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(64,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: admin@letsrebuildit.com\nDelivery-date: Sat, 01 May 2010 22:09:20 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1O8PYW-0006ZG-QC\n	for admin@letsrebuildit.com; Sat, 01 May 2010 22:09:20 -0500\nTo: admin@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 66.249.71.43\nDate: Sat, 1 May 2010 22:09:20 -0500\nFrom: Lets Rebuild It \nMessage-ID: \nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,1,0,1,'2010-05-02 03:10:43',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-01 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(65,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: admin@letsrebuildit.com\nDelivery-date: Sat, 01 May 2010 22:10:02 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1O8PZC-0006if-3G\n	for admin@letsrebuildit.com; Sat, 01 May 2010 22:10:02 -0500\nTo: admin@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 66.249.71.43\nDate: Sat, 1 May 2010 22:10:02 -0500\nFrom: Lets Rebuild It \nMessage-ID: \nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,1,0,1,'2010-05-02 03:10:43',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-01 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(66,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: admin@letsrebuildit.com\nDelivery-date: Sat, 01 May 2010 22:10:02 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1O8PZC-0006jP-7E\n	for admin@letsrebuildit.com; Sat, 01 May 2010 22:10:02 -0500\nTo: admin@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 66.249.71.43\nDate: Sat, 1 May 2010 22:10:02 -0500\nFrom: Lets Rebuild It \nMessage-ID: \nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,1,0,1,'2010-05-02 03:11:25',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-01 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,2,''),(67,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: admin@letsrebuildit.com\nDelivery-date: Sat, 01 May 2010 22:10:02 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1O8PZC-0006kD-BE\n	for admin@letsrebuildit.com; Sat, 01 May 2010 22:10:02 -0500\nTo: admin@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 66.249.71.43\nDate: Sat, 1 May 2010 22:10:02 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;2c0b8ee2e5228dccaf0fa89f4fe6615a@www.letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,1,0,1,'2010-05-02 03:11:25',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-01 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(68,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: admin@letsrebuildit.com\nDelivery-date: Sat, 01 May 2010 22:10:43 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1O8PZr-0006qM-Mx\n	for admin@letsrebuildit.com; Sat, 01 May 2010 22:10:43 -0500\nTo: admin@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 66.249.71.43\nDate: Sat, 1 May 2010 22:10:43 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;4e2a34348826a28dfe1668b65b252d02@www.letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,1,0,1,'2010-05-02 03:11:25',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-01 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(69,'Help Us Destroy Charlie Crist\'s Political Future','fw-help-us-destroy-charlie-crists-political-future','','<div> </div>\r\n<p align=\"center\"><a href=\"http://paracom.paramountcommunication.com/ct/4191006:6226926313:m:1:171285432:7171B7816350ACFE8CC04497A7E42266\"><img src=\"http://paracom.paramountcommunication.com/cimages/1aab26c0b6d4330e03e6f17b5724c03b/TPXIIIBanner596x120.jpg\" border=\"0\" style=\"margin:0px;\" /></a> </p>\r\n<p style=\"text-align:left;\"><span style=\"font-family:Arial;\">You\'ve heard the news - RINO Charlie Crist has decided to drop out of the Republican primary for U.S. Senate and become an Independent.  He is trying to split the vote in the November General Election and jeopardize conservative candidate Marco Rubio\'s chance to win this critical Senate seat.<br /></span></p>\r\n<p style=\"text-align:left;\"><span style=\"font-family:Arial;\">Charlie Crist is a despicable example of all that\'s wrong in politics - shameless politicians putting their own selfish desires ahead of any principles or the good of this nation.  It\'s time for us to destroy the political future of Charlie Crist by strongly backing his conservative Republican opponent, the great Marco Rubio.</span></p>\r\n','\r\n<p style=\"text-align:left;\"> </p>\r\n<p style=\"text-align:left;\"><span style=\"font-family:Arial;\">We here at the Tea Party Express are organizing a massive fundraising drive in support of Marco Rubio\'s campaign.</span> </p>\r\n<p style=\"text-align:left;\"><span style=\"font-family: Arial;\">You can contribute to the campaign supporting Marco Rubio for U.S. Senate online - any amount from as little as $5 to the maximum allowed $5,000.  To contribute online, simply click - <a href=\"http://paracom.paramountcommunication.com/ct/4191007:6226926313:m:1:171285432:7171B7816350ACFE8CC04497A7E42266\">HERE</a>.</span></p>\r\n<p><span style=\"font-family:Arial;\">Here\'s a video message Marco Rubio sent to all of you who support the Tea Party Express thanking you for your support:</span></p>\r\n<p style=\"text-align:center;\"><a href=\"http://paracom.paramountcommunication.com/ct/4191008:6226926313:m:1:171285432:7171B7816350ACFE8CC04497A7E42266\"><img src=\"http://paracom.paramountcommunication.com/cimages/1aab26c0b6d4330e03e6f17b5724c03b/MarcoRubioVideoFreeze.jpg\" border=\"0\" style=\"margin:0px;\" /></a></p>\r\n<p><span style=\"font-family:Arial;\">We must take action now to support Marco Rubio and ensure the defeat of Charlie Crist and the liberal Democrat who is also running in this race.</span></p>\r\n<p style=\"text-align:left;\"><span style=\"font-family:Arial;\">Please contribute to our campaign supporting Marco Rubio  - <a href=\"http://paracom.paramountcommunication.com/ct/4191007:6226926313:m:1:171285432:7171B7816350ACFE8CC04497A7E42266\">HERE</a>.</span></p>\r\n<p style=\"text-align:center;\"><a href=\"http://paracom.paramountcommunication.com/ct/4191007:6226926313:m:1:171285432:7171B7816350ACFE8CC04497A7E42266\"><img src=\"http://paracom.paramountcommunication.com/cimages/1aab26c0b6d4330e03e6f17b5724c03b/ocdb-emailcontributeblurry.gif\" border=\"0\" style=\"margin:0px;\" /></a></p>\r\n<p style=\"text-align:center;\" align=\"left\"><span style=\"font-family: Arial;\">You can contribute as little as $5 up to the maximum allowed $5,000 contribution.  Contribute whatever you can afford.  <br /></span></p>\r\n<p style=\"text-align:center;\" align=\"left\"><span style=\"font-family: Arial;\">To contribute - <a href=\"http://paracom.paramountcommunication.com/ct/4191007:6226926313:m:1:171285432:7171B7816350ACFE8CC04497A7E42266\">JUST CLICK HERE</a>.</span></p>\r\n<p style=\"text-align:center;\" align=\"left\"><span style=\"font-family: Arial;\">Or mail in a contribution payable to \"Tea Party Express\" to our headquarters:</span></p>\r\n<address style=\"text-align:center;\"><span style=\"font-family: Arial;\">Tea Party Express </span></address><address style=\"text-align:center;\"><span style=\"font-family: Arial;\">ATTN: Marco Rubio for Senate</span></address><address style=\"text-align:center;\"><span style=\"font-family: Arial;\">770 L Street #1020</span></address><address style=\"text-align:center;\"><span style=\"font-family: Arial;\">Sacramento, CA 95814</span></address>\r\n<p><span><span style=\"font-size: medium; font-family: Arial  Black;\"><span class=\"apple-style-span\"><span style=\"font-size:13.5pt;font-family:Helvetica, \'sans-serif\';\"> </span></span></span></span></p>\r\n<p class=\"MsoNormal\" style=\"margin:0in 0in 0pt;\" dir=\"ltr\" align=\"center\"> </p>\r\n<p><span style=\"font-family: Arial;\"><a href=\"http://paracom.paramountcommunication.com/hostedemail/email.htm?h=29a3d8d42fece39ae2b53e06d1ce9afa&amp;CID=6226926313&amp;ch=7171B7816350ACFE8CC04497A7E42266\">*VIEW EMAIL AS A WEBPAGE*</a></span> </p>\r\n<p><span style=\"font-family: Arial;\"><a href=\"http://paracom.paramountcommunication.com/forwardthis/ft.php?mID=1667754&amp;em=jhbrake@comcast.net&amp;ch=1aab26c0b6d4330e03e6f17b5724c03b\">*FORWARD THIS EMAIL TO OTHERS*</a></span></p>\r\n<p align=\"center\"><a href=\"http://paracom.paramountcommunication.com/ct/4191009:6226926313:m:1:171285432:7171B7816350ACFE8CC04497A7E42266\"><img src=\"http://paracom.paramountcommunication.com/cimages/1aab26c0b6d4330e03e6f17b5724c03b/DisclaimerForEmailsOCDBTeaPartyExpress.jpg\" border=\"0\" style=\"margin:0px;\" /><br /></a></p>\r\n<p> </p>',1,5,0,43,'2010-05-02 03:27:43',66,'','2010-05-03 07:07:29',62,0,'0000-00-00 00:00:00','2010-05-01 00:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',8,0,45,'','',0,239,'robots=\nauthor='),(73,'Tax Comparison Calculator (Short Form)','tax-calculator','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span><span style=\"font-family: Tahoma;\"><span style=\"font-family: Courier New;\"><span style=\"font-family: Tahoma;\"><span><span style=\"font-family: Tahoma;\"><span style=\"font-family: Courier New;\"><span style=\"font-family: Tahoma;\"><span><span style=\"font-family: Tahoma;\"><span style=\"font-family: Courier New;\"><span style=\"font-family: Tahoma;\">&lt;h3&gt;Which states are tax friendly?&lt;/h3&gt;<br />This tax comparison calculator is designed to demonstrate how much money an individual, family or small business owner <em><span style=\"text-decoration: underline;\">REALLY</span></em> pays in government taxes. Results are based on combining state income taxes, federal income taxes, property taxes and sales tax with the \"hidden taxes\" on gasoline, licenses, cigarettes and alcohol. See how many days you must work (without pay) to meet these tax burdens.  Determine which states are tax friendlier by clicking on column headings to sort by tax categories. This is helpful information when considering a job, or moving to, or doing business, in another state. Also, the information is a useful talking point when contacting your representatives to express your approval, or disapproval, of current and proposed taxes. &lt;br /&gt;</span></span></span></span></span></span></span></span></span><br />&lt;br /&gt;<br />There are two   calculators. The short form below recognizes expenses based on U.S. Census Bureau statistical   averages then calculates tax liability based on your salary (or net business income) and   filing status. The &lt;a href=\"<a href=\"http://www.letsrebuildit.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=75&amp;amp;Itemid=73&quot;&gt;expanded\">http://www.letsrebuildit.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=75&amp;amp;Itemid=73\"&gt;expanded</a> form here&lt;/a&gt; calculates taxes based on your &lt;em&gt;actual&lt;/em&gt; expenses, salary (or net business income) and filing status. &lt;br /&gt;&lt;br /&gt;<br />&lt;form id=\"form1\" name=\"form1\" action=\"index.php?option=com_jumi&amp;amp;fileid=3\" method=\"post\"&gt;<br /> &lt;table cellspacing=\"0\" width=\"44%\" align=\"center\" border=\"0\"&gt;<br /> &lt;tbody&gt;<br /> &lt;tr&gt;<br /> &lt;th scope=\"col\" colspan=\"7\"&gt;&lt;img height=\"155\" alt=\"Taxes: The long term cost of moving\" src=\"/1040_555H.jpg\" width=\"597\" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/th&gt;<br /> &lt;/tr&gt;</span></span></span></span><span style=\"font-family: courier new, courier, monospace;\"><span><span style=\"font-family: Tahoma;\"><span style=\"font-family: Courier New;\"><br /> &lt;tr&gt;<br /> &lt;th scope=\"col\" colspan=\"7\"&gt; &lt;/th&gt;<br /> &lt;/tr&gt;<br /> &lt;tr&gt;<br /> &lt;td width=\"26\"&gt;&lt;img height=\"11\" src=\"/../blu_tri11.png\" width=\"11\" /&gt;&lt;/td&gt;<br /> &lt;td width=\"272\"&gt;Select a State:&lt;/td&gt;<br /> &lt;td colspan=\"5\"&gt;&lt;select name=\"stid\"&gt;<br /> &lt;option value=\"\" selected=\"selected\"&gt;State&lt;/option&gt;<br /> &lt;option value=\"AL\"&gt;Alabama&lt;/option&gt;<br /> &lt;option value=\"AK\"&gt;Alaska&lt;/option&gt;<br /> &lt;option value=\"AZ\"&gt;Arizona&lt;/option&gt;<br /> &lt;option value=\"AR\"&gt;Arkansas&lt;/option&gt;<br /> &lt;option value=\"CA\"&gt;California&lt;/option&gt;<br /> &lt;option value=\"CO\"&gt;Colorado&lt;/option&gt;<br /> &lt;option value=\"CT\"&gt;Connecticut&lt;/option&gt;<br /> &lt;option value=\"DE\"&gt;Delaware&lt;/option&gt;<br /> &lt;option value=\"DC\"&gt;District Of Columbia&lt;/option&gt;<br /> &lt;option value=\"FL\"&gt;Florida&lt;/option&gt;<br /> &lt;option value=\"GA\"&gt;Georgia&lt;/option&gt;<br /> &lt;option value=\"HI\"&gt;Hawaii&lt;/option&gt;<br /> &lt;option value=\"ID\"&gt;Idaho&lt;/option&gt;<br /> &lt;option value=\"IL\"&gt;Illinois&lt;/option&gt;<br /> &lt;option value=\"IN\"&gt;Indiana&lt;/option&gt;<br /> &lt;option value=\"IA\"&gt;Iowa&lt;/option&gt;<br /> &lt;option value=\"KS\"&gt;Kansas&lt;/option&gt;<br /> &lt;option value=\"KY\"&gt;Kentucky&lt;/option&gt;<br /> &lt;option value=\"LA\"&gt;Louisiana&lt;/option&gt;<br /> &lt;option value=\"ME\"&gt;Maine&lt;/option&gt;<br /> &lt;option value=\"MD\"&gt;Maryland&lt;/option&gt;<br /> &lt;option value=\"MA\"&gt;Massachusetts&lt;/option&gt;<br /> &lt;option value=\"MI\"&gt;Michigan&lt;/option&gt;<br /> &lt;option value=\"MN\"&gt;Minnesota&lt;/option&gt;<br /> &lt;option value=\"MS\"&gt;Mississippi&lt;/option&gt;<br /> &lt;option value=\"MO\"&gt;Missouri&lt;/option&gt;<br /> &lt;option value=\"MT\"&gt;Montana&lt;/option&gt;<br /> &lt;option value=\"NE\"&gt;Nebraska&lt;/option&gt;<br /> &lt;option value=\"NV\"&gt;Nevada&lt;/option&gt;<br /> &lt;option value=\"NH\"&gt;New   Hampshire&lt;/option&gt;<br /> &lt;option value=\"NJ\"&gt;New Jersey&lt;/option&gt;<br /> &lt;option value=\"NM\"&gt;New   Mexico&lt;/option&gt;<br /> &lt;option value=\"NY\"&gt;New York&lt;/option&gt;<br /> &lt;option value=\"NC\"&gt;North   Carolina&lt;/option&gt;<br /> &lt;option value=\"ND\"&gt;North Dakota&lt;/option&gt;<br /> &lt;option value=\"OH\"&gt;Ohio&lt;/option&gt;<br /> &lt;option value=\"OK\"&gt;Oklahoma&lt;/option&gt;<br /> &lt;option value=\"OR\"&gt;Oregon&lt;/option&gt;<br /> &lt;option value=\"PA\"&gt;Pennsylvania&lt;/option&gt;<br /> &lt;option value=\"RI\"&gt;Rhode Island&lt;/option&gt;<br /> &lt;option value=\"SC\"&gt;South Carolina&lt;/option&gt;<br /> &lt;option value=\"SD\"&gt;South Dakota&lt;/option&gt;<br /> &lt;option value=\"TN\"&gt;Tennessee&lt;/option&gt;<br /> &lt;option value=\"TX\"&gt;Texas&lt;/option&gt;<br /> &lt;option value=\"UT\"&gt;Utah&lt;/option&gt;<br /> &lt;option value=\"VT\"&gt;Vermont&lt;/option&gt;<br /> &lt;option value=\"VA\"&gt;Virginia&lt;/option&gt;<br /> &lt;option value=\"WA\"&gt;Washington&lt;/option&gt;<br /> &lt;option value=\"WV\"&gt;West Virginia&lt;/option&gt;<br /> &lt;option value=\"WI\"&gt;Wisconsin&lt;/option&gt;<br /> &lt;option value=\"WY\"&gt;Wyoming&lt;/option&gt;<br /> &lt;/select&gt;&lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;tr&gt;<br /> &lt;td&gt; &lt;/td&gt;<br /> &lt;td colspan=\"6\"&gt;&lt;hr /&gt;&lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;tr&gt;<br /> &lt;td&gt;&lt;img height=\"11\" src=\"/../blu_tri11.png\" width=\"11\" /&gt;&lt;/td&gt;<br /> &lt;td nowrap=\"nowrap\"&gt;Gross wages or net business income:&lt;/td&gt;<br /> &lt;td colspan=\"5\"&gt;$<br /> &lt;input id=\"wage\" maxlength=\"12\" size=\"12\" value=\"60533\" name=\"wage\" /&gt;&lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;tr&gt;<br /> &lt;td&gt; &lt;/td&gt;<br /> &lt;td colspan=\"6\"&gt;&lt;hr /&gt;&lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;tr&gt;<br /> &lt;td&gt;&lt;img height=\"11\" src=\"/../blu_tri11.png\" width=\"11\" /&gt;&lt;/td&gt;<br /> &lt;td&gt;Are you self employed?&lt;/td&gt;<br /> &lt;td width=\"24\"&gt;Yes&lt;/td&gt;<br /> &lt;td width=\"27\"&gt;&lt;input type=\"radio\" value=\"yes\" name=\"selftx\" /&gt;&lt;/td&gt;<br /> &lt;td width=\"20\"&gt;No&lt;/td&gt;<br /> &lt;td width=\"332\"&gt;&lt;input type=\"radio\" checked=\"checked\" value=\"no\" name=\"selftx\" /&gt;&lt;/td&gt;<br /> &lt;td&gt; &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;tr&gt;<br /> &lt;td&gt; &lt;/td&gt;<br /> &lt;td colspan=\"6\"&gt;&lt;hr /&gt;&lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;tr&gt;<br /> &lt;td&gt;&lt;img height=\"11\" src=\"/../blu_tri11.png\" width=\"11\" /&gt;&lt;/td&gt;<br /> &lt;td nowrap=\"nowrap\"&gt;Are you 65 years of age or older?&lt;/td&gt;<br /> &lt;td&gt;Yes&lt;/td&gt;<br /> &lt;td&gt;&lt;input type=\"radio\" value=\"yes\" name=\"senior\" /&gt;&lt;/td&gt;<br /> &lt;td&gt;No&lt;/td&gt;<br /> &lt;td&gt;&lt;input type=\"radio\" checked=\"checked\" value=\"no\" name=\"senior\" /&gt;&lt;/td&gt;<br /> &lt;td&gt; &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;tr&gt;<br /> &lt;td&gt; &lt;/td&gt;<br /> &lt;td colspan=\"6\"&gt;&lt;hr /&gt;&lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;tr&gt;<br /> &lt;td&gt;&lt;img height=\"11\" src=\"/../blu_tri11.png\" width=\"11\" /&gt;&lt;/td&gt;<br /> &lt;td&gt;What is your filing status?&lt;/td&gt;<br /> &lt;td colspan=\"5\"&gt;&lt;select id=\"basis\" name=\"basis\"&gt;<br /> &lt;option selected=\"selected\"&gt;Single&lt;/option&gt;<br /> &lt;option&gt;Married Filing Jointly&lt;/option&gt;<br /> &lt;option&gt;Married   Filing Separately&lt;/option&gt;<br /> &lt;option&gt;Head of Household&lt;/option&gt;<br /> &lt;/select&gt;&lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;tr&gt;<br /> &lt;td&gt; &lt;/td&gt;<br /> &lt;td colspan=\"6\"&gt;&lt;hr /&gt;&lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;tr&gt;<br /> &lt;td&gt;&lt;img height=\"11\" src=\"/../blu_tri11.png\" width=\"11\" /&gt;&lt;/td&gt;<br /> &lt;td&gt;How many dependents? &lt;/td&gt;<br /> &lt;td colspan=\"3\"&gt;&lt;select id=\"dep\" name=\"dep\"&gt;<br /> &lt;option selected=\"selected\"&gt;1&lt;/option&gt;<br /> &lt;option&gt;2&lt;/option&gt;<br /> &lt;option&gt;3&lt;/option&gt;<br /> &lt;option&gt;4&lt;/option&gt;<br /> &lt;option&gt;5&lt;/option&gt;<br /> &lt;option&gt;6&lt;/option&gt;<br /> &lt;option&gt;7&lt;/option&gt;<br /> &lt;option&gt;8&lt;/option&gt;<br /> &lt;option&gt;9&lt;/option&gt;<br /> &lt;/select&gt;&lt;/td&gt;<br /> &lt;td colspan=\"2\"&gt; &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;tr&gt;<br /> &lt;td&gt; &lt;/td&gt;<br /> &lt;td colspan=\"6\"&gt;&lt;hr /&gt;&lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;tr&gt;<br /> &lt;td&gt;&lt;img height=\"11\" src=\"/../blu_tri11.png\" width=\"11\" /&gt;&lt;/td&gt;<br /> &lt;td&gt;Packs of cigarettes each day?&lt;/td&gt;<br /> &lt;td colspan=\"3\"&gt;&lt;select id=\"cigs\" name=\"cigs\"&gt;<br /> &lt;option selected=\"selected\"&gt;0&lt;/option&gt;<br /> &lt;option&gt;1&lt;/option&gt;<br /> &lt;option&gt;2&lt;/option&gt;<br /> &lt;option&gt;3&lt;/option&gt;<br /> &lt;option&gt;4&lt;/option&gt;<br /> &lt;option&gt;5&lt;/option&gt;<br /> &lt;option&gt;6&lt;/option&gt;<br /> &lt;option&gt;7&lt;/option&gt;<br /> &lt;/select&gt;&lt;/td&gt;<br /> &lt;td colspan=\"2\"&gt; &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;tr&gt;<br /> &lt;td&gt; &lt;/td&gt;<br /> &lt;td colspan=\"6\"&gt;&lt;hr /&gt;&lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;tr&gt;<br /> &lt;td&gt;&lt;img height=\"11\" src=\"/../blu_tri11.png\" width=\"11\" /&gt;&lt;/td&gt;<br /> &lt;td&gt;My vehicle/s use:<br /> &lt;label&gt;&lt;/label&gt;&lt;/td&gt;<br /> &lt;td colspan=\"3\"&gt;&lt;select id=\"fuel\" name=\"fuel\"&gt;<br /> &lt;option selected=\"selected\"&gt;Gasoline&lt;/option&gt;<br /> &lt;option&gt;Diesel&lt;/option&gt;<br /> &lt;/select&gt;&lt;/td&gt;<br /> &lt;td colspan=\"2\"&gt; &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;tr&gt;<br /> &lt;td&gt; &lt;/td&gt;<br /> &lt;td colspan=\"6\"&gt;&lt;hr /&gt;&lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;tr&gt;<br /> &lt;td&gt;&lt;img height=\"11\" alt=\"\" src=\"/../blu_tri11.png\" width=\"11\" /&gt;&lt;/td&gt;<br /> &lt;td&gt;Compare Taxes for All States&lt;/td&gt;<br /> &lt;td&gt;&lt;input type=\"radio\" checked=\"checked\" value=\"all\" name=\"all_states\" /&gt;&lt;/td&gt;<br /> &lt;td colspan=\"2\"&gt; &lt;/td&gt;<br /> &lt;td colspan=\"2\"&gt; &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;tr&gt;<br /> &lt;td&gt; &lt;/td&gt;<br /> &lt;td colspan=\"6\"&gt;&lt;hr /&gt;&lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;tr&gt;<br /> &lt;td&gt;&lt;img height=\"11\" alt=\"\" src=\"/../blu_tri11.png\" width=\"11\" /&gt;&lt;/td&gt;<br /> &lt;td&gt;Search Taxes for above State Only&lt;/td&gt;<br /> &lt;td&gt;&lt;input type=\"radio\" value=\"one_state\" name=\"all_states\" /&gt;&lt;/td&gt;<br /> &lt;td colspan=\"2\"&gt; &lt;/td&gt;<br /> &lt;td colspan=\"2\"&gt; &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;tr&gt;<br /> &lt;td&gt; &lt;/td&gt;<br /> &lt;td colspan=\"6\"&gt;&lt;hr /&gt;&lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;tr&gt;<br /> &lt;td align=\"middle\" colspan=\"7\"&gt;&lt;input id=\"calc\" type=\"submit\" value=\"Compare Taxes\" name=\"calc\" /&gt;<br /> &lt;input type=\"hidden\" value=\"TRUE\" name=\"submitted\" /&gt;&lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/tbody&gt;<br /> &lt;/table&gt;<br />&lt;/form&gt;<br />&lt;br /&gt;<br />&lt;br /&gt;<br />&lt;table cellspacing=\"0\" width=\"77%\" align=\"center\" border=\"0\"&gt;<br /> &lt;tbody&gt;<br /> &lt;tr&gt;<br /> &lt;td&gt;Study Exercise &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;tr&gt;<br /> &lt;td&gt;&lt;br /&gt;<br /> &lt;em&gt;As a study exercise, note which states currently have the highest   tax rates and then research whether or not these states have balanced budgets.   Also note the general state of their economies and any population shifts. Based   on your &lt;U&gt;own&lt;/U&gt; research, form an opinion whether high taxes are beneficial   or detrimental to you personally and to communities as a whole. Exercise your   right as a citizen. Take action by writing one letter to legislators or by   attending one function that supports your position. In a thoughtful way, let   friends know if your position has changed and, if so, why. Encourage friends to   do their own research and to share their discoveries with you.&lt;/em&gt;&lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/tbody&gt;<br />&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;</span></span></span></span><span style=\"font-family: courier new, courier, monospace;\"><br /></span>{/source}</p>','',1,8,0,58,'2010-05-04 01:32:39',62,'','2011-07-14 11:12:17',62,62,'2015-11-10 03:02:40','2010-05-04 01:32:39','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',86,0,3,'','',0,7355,'robots=\nauthor='),(72,'Merging Streams & Isaiah 58:12, response~with note, contact information','merging-streams-aamp-isaiah-5812-responsewith-note-contact-information','','<div><strong><span style=\"font-size:16pt;font-family:\'Bookman Old Style\', serif;\">What is the Merging Streams Project?</span></strong></div>\r\n<div class=\"gmail_quote\">\r\n<div class=\"gmail_quote\">\r\n<div>\r\n<div>\r\n<p style=\"margin:0in 0in 0pt;\"><span style=\"font-size:12pt;\"><a href=\"http://www.MergingStreamsCommonwealth.com\" target=\"_blank\"><span style=\"font-family: Calibri;\">www.MergingStreamsCommonwealth.com</span></a><span style=\"font-family: Calibri;\"> </span></span></p>\r\n<p style=\"margin:0in 0in 0pt;\"><span style=\"font-size: small; font-family: Calibri;\"> </span></p>\r\n<p style=\"margin:0in 0in 0pt;\"> </p>\r\n<p class=\"MsoNormal\" style=\"margin:0in 0in 10pt;\"><span style=\"font-size:12pt;line-height:115%;font-family:\'Calibri\', serif;\">In July of 2009 the Oglala Sioux Tribal Council unanimously passed a resolution to joint venture with Merging Streams Commonwealth and Issachar Management Group to create an industrial park and bring manufacturing facilities to the Oglala Sioux Tribe on Pine Ridge Reservation in South Dakota.<span> </span></span></p>\r\n','\r\n<p class=\"MsoNormal\" style=\"margin:0in 0in 10pt;\"> </p>\r\n<p class=\"MsoNormal\" style=\"margin:0in 0in 10pt;\"><span style=\"font-size:12pt;line-height:115%;font-family:\'Calibri\', serif;\">The name of this project is Merging Streams.<span> </span>Merging Streams Commonwealth is a non-profit 501 (c) 3 created to minister to the Native American Reservations across North America. The manner in which this will be accomplished will be though a combination of revenue generating capital ventures and tax deductible donations. We will be bringing manufacturing facilities and other businesses as well as creating a financial institution which will facilitate the capital ventures and create banking services for tribal members.<span> </span>Issachar Management Group an authorized corporation under the OST will manage and facilitate the Merging Streams Project on Pine Ridge.<span> </span>Issachar Management Group AC will work with the OST Economic Development Office and the OST Tribal Council to oversee and facilitate operations.<span> </span></span></p>\r\n<p class=\"MsoNormal\" style=\"margin:0in 0in 10pt;\"> </p>\r\n<p class=\"MsoNormal\" style=\"margin:0in 0in 10pt;\"><span style=\"font-size:12pt;line-height:115%;font-family:\'Calibri\', serif;\">{jcomments off}This page will display the initial site plan for the 50 acres, the plat, the manufacturing structures, and the Living Training Center (LTC).<span> </span>The LTC will be built to help house the workers, facilitate operations and provide a place to teach life skills and job skills to tribal members who will become the future employees.</span></p>\r\n</div>\r\n<div>\r\n<div class=\"im\"><br />Fulton Sheen<br />Director of Merging Streams<br /><a href=\"http://www.mergingstreamscommonwealth.com/\" target=\"_blank\">www.MergingStreamsCommonwealth.com</a></div>\r\n<div class=\"im\"><a href=\"mailto:fsheen@gmail.com\" target=\"_blank\">fsheen@gmail.com</a><br /><a href=\"http://www.fultonsheen.us/\" target=\"_blank\">www.FultonSheen.us</a><br /><br /><br /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p><br /><br /><a href=\"images/stories/users/00019_00001.doc\">MS Pine Ridge Project LH.doc</a><br /><br /><a href=\"images/stories/users/00019_00002.doc\">MSFN Intro &amp; Summary 4-23-10.doc</a><br /><br /><a href=\"images/stories/users/00019_00003.doc\">Essential &amp; Factors of MSFN LH.doc</a><br /><br /><a href=\"images/stories/users/00019_00004.doc\">MSC Promissory Note.doc</a></p>',1,1,0,1,'2010-05-03 05:16:38',65,'','2010-05-12 13:04:31',62,0,'0000-00-00 00:00:00','2010-05-03 00:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,270,'','',0,2608,'robots=\nauthor='),(70,'Obama Picks Jesuit University Critic of Religious Liberty','obama-picks-jesuit-university-critic-of-religious-liberty','','<div><span style=\"font-size: x-small; font-family: Tahoma; background-color: #f5f5f5;\"> </span></div>\r\n<table style=\"width: 709px; height: 500px;\" border=\"0\" cellspacing=\"1\" cellpadding=\"1\" width=\"709\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"4\" width=\"690\"><span style=\"font-size:13px;\"><span style=\"font-family:Arial;\"><img src=\"http://paracom.paramountcommunication.com/cimages/8df73d4deadfa80d4ada540aa9b70751/cns_header3.gif\" border=\"0\" alt=\"Cardinal Newman Society\" style=\"margin:0px;\" /></span></span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"307\"><strong><em><span style=\"font-size:14px;\"><span style=\"font-family:Arial;\">April 30, 2010</span></span></em></strong></td>\r\n<td width=\"31\"> </td>\r\n<td style=\"text-align:right;\" colspan=\"2\" width=\"352\"><strong><em>Important News Update</em></strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"307\">\r\n<div style=\"text-align:left;\"><span style=\"font-size:14px;\"><span style=\"font-family:Arial;\"><br /></span><span style=\"color:#771515;\"><strong><span style=\"font-family:Arial;\">Religious Liberty Foe <br />a Professor at Georgetown Law</span></strong></span></span></div>\r\n<div style=\"text-align:justify;\"><span style=\"font-size:13px;\"><span style=\"font-family:Arial;\">The fate of a Catholic college could be in the hands of radical Georgetown Law School professor Chai Feldblum, recently named by President Obama to the U.S. Equal Employment Opportunity Commission.  An advocate of “sexual liberty,” Feldblum reportedly said, “Sexual liberty should win in most cases… I’m having a hard time coming up with any case in which religious liberty should win.”  This is bad news for Belmont Abbey College, a Catholic institution in North Carolina that is appealing an EEOC finding that its refusal to provide contraception coverage in its employee health plan discriminates against women.  We\'ll be continuing to monitor this situation closely.</span></span></div>\r\n</td>\r\n<td width=\"31\"><span style=\"font-size:13px;\"><span style=\"font-family:Arial;\">        </span></span></td>\r\n<td style=\"text-align:justify;\" colspan=\"2\" width=\"352\">\r\n<p style=\"text-align:justify;\"><span style=\"color:#771515;\"><strong><span style=\"font-size:14px;\"><span style=\"font-family:Arial;\">Bishop Criticizes Planned <br />Same-Sex \'Marriage\' Course</span></span></strong></span><strong><span style=\"font-size:13px;\"><span style=\"font-family:Arial;\"><br /></span></span></strong><span style=\"font-size:13px;\"><span style=\"font-family:Arial;\">Thank you, Archbishop John Myers!  Today the Archbishop of Newark, New Jersey, issued a powerful statement critical of Seton Hall University’s plans to offer a class on same-sex “marriage” in the Fall 2010 semester.  The proposed class would be taught by an openly homosexual associate professor who was demoted in 2005 after complaining about the Catholic Church’s stance on homosexuality.  Archbishop Myers wrote, “This proposed course seeks to promote as legitimate a train of thought that is contrary to what the Church teaches. As a result, the course is not in synch with Catholic teaching.”  Read the rest of the Archbishop’s excellent <a href=\"http://paracom.paramountcommunication.com/ct/4190271:6225564949:m:1:154042644:B4FE6ED37779AA27D1C920381A63CA1C\">statement</a>.</span></span></p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" width=\"690\" height=\"4\"><br /><span style=\"color:#ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" width=\"690\"><strong><span style=\"font-size:13px;\"><span style=\"font-family:Arial;\">Please support the work of The Cardinal Newman Society to renew Catholic higher education.</span></span></strong><span style=\"font-size:13px;\"><span style=\"font-family:Arial;\">  <a href=\"http://paracom.paramountcommunication.com/ct/4190272:6225564949:m:1:154042644:B4FE6ED37779AA27D1C920381A63CA1C\">Click here</a></span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><br /><br /></p>','',1,5,0,43,'2010-05-02 15:36:52',72,'CNS','2010-05-03 06:50:17',62,0,'0000-00-00 00:00:00','2010-05-02 00:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,46,'','',0,194371,'robots=\nauthor='),(71,'Welcome to Disqus!','welcome-to-disqus','','Hello,<br /><br />\nYou\'re receiving this email because you\'ve just created a DISQUS Profile account.<br /><br />\nPlease verify your email address by clicking the link below: <br />\nhttp://disqus.com/verify/?token=M9hdwO9h25FP6NPHsjqel5LvlqysukJf<br /><br />\nUse DISQUS Profile to manage your comments on sites all over the web. Here are some hints to get started:<br /><br />\n* Your username is jackito<br />\n* Change your display name and avatar picture here: http://disqus.com/profile/info?ref=welcome<br />\n* Connect your Facebook, Twitter and more here: http://disqus.com/profile/connections?ref=welcome<br /><br />\nThanks,<br /><br />\nThe DISQUS Team<br /><br />\n----<br />\nYour account options: http://disqus.com/account?ref=welcome','',-1,5,0,43,'2010-05-02 16:29:41',0,'Disqus','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-02 00:00:00','0000-00-00 00:00:00','','','',1,0,3,'','',0,2,''),(76,'Tax Map','tax-map','','<p>{source}</p>\r\n<p>&lt;?php <br />include (\'taxTable/maps/states2.php\');<br />?&gt;</p>\r\n<p>&lt;script type=\"text/javascript\" src=\"taxTable/maps/wz_tooltip.js\"&gt;&lt;/script&gt;</p>\r\n<p>&lt;style type=\"text/css\"&gt;<br />&lt;!--<br />body {<br />background-color: #FFFFFF;<br />}<br />* html fieldset{<br />position: relative;<br />background-color: #F4F3EE;<br />}<br />* html legend{<br />position:absolute;<br />top: -.5em;<br />left: .5em;<br />}<br />* html fieldset{<br />position: relative;<br />background-color: #F4F3EE;<br />margin-top:1em;<br />padding-top:.75em;<br />}<br />.style21 {<br />color: #A52511;<br />font-family: Verdana, Arial, Helvetica, sans-serif;<br />font-size: 11px;<br />font-weight: bold;<br />}<br />.style169 {font-size: 14px}<br />.style170 {<br />font-weight: bold;<br />color: #000000;<br />font-family: Geneva, Arial, Helvetica, sans-serif;<br />font-size: 14;<br />}<br />.style171 {font-size: 11px; color: #000000; font-family: Geneva, Arial, Helvetica, sans-serif;}<br />--&gt;<br />&lt;/style&gt;</p>\r\n<p>&lt;br /&gt;<br />&lt;br /&gt;<br />&lt;table width=\"800\" border=\"0\" align=\"center\" cellpadding=\"7\" cellspacing=\"0\" bordercolor=\"#CCCCCC\"&gt;<br />&lt;tr&gt;<br /> &lt;td align=\"left\" valign=\"top\"&gt;&lt;div align=\"center\"&gt;&lt;span class=\"turq\"&gt;&lt;br /&gt;<br /> &lt;br /&gt;&lt;/span&gt;&lt;h3&gt;Taxes by State&lt;/h3&gt;&lt;br /&gt;<br /> &lt;br /&gt;<br /> &lt;img src=\"taxTable/maps/us_map535.gif\" alt=\"\" width=\"575\" height=\"328\" border=\"0\" usemap=\"#Map\" /&gt;<br /> &lt;map name=\"Map\" id=\"Map\"&gt;<br /> &lt;area shape=\"poly\" coords=\"394,108,387,90,380,65,359,53,366,50,389,47,402,54,412,72,420,91,414,102\" alt= \"\" onmouseover=\"TagToTip(\'MI\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"MI\"&gt;&lt;?php echo $michigan;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"307,96,300,71,304,55,298,32,315,25,320,33,344,36,346,44,332,77,341,90\" alt= \"\" onmouseover=\"TagToTip(\'MN\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"MN\"&gt; &lt;?php echo $minnesota;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"430,238,423,216,413,191,433,188,458,217,457,231,451,234\" alt= \"\" onmouseover= \"TagToTip(\'GA\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"GA\"&gt; &lt;?php echo $georgia ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"130,99,136,80,147,19,154,21,153,41,155,52,160,66,164,78,181,84,177,110\" alt= \"\" onmouseover=\"TagToTip(\'ID\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"ID\"&gt; &lt;?php echo $idaho ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"391,243,389,195,410,191,420,237\" alt= \"\" onmouseover=\"TagToTip(\'AL\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"AL\"&gt;&lt;?php echo $alabama ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"305,308\" href=\"#\" /&gt;<br /> &lt;area shape=\"poly\" coords=\"305,310,285,294,266,268,256,265,247,264,240,270,213,239,246,238,250,183,273,185,276,207,282,210,303,215,314,217,326,213,332,233,336,260,327,264,310,276,302,292\" alt= \"\" onmouseover=\"TagToTip(\'TX\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"TX\"&gt;&lt;?php echo $texas ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"480,297\" /&gt;<br /> &lt;area shape=\"poly\" coords=\"479,297,480,278,474,264,472,257,456,234,432,239,424,238,392,243,403,246,409,245,414,243,424,251,430,247,436,246,439,246,444,246,444,247,449,252,452,257,451,266,453,271,458,274,458,280,466,285,468,289,473,293\" alt= \"\" onmouseover=\"TagToTip(\'FL\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"FL\"&gt;&lt;?php echo $florida ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"159,21,213,31,244,30,242,77,187,75,181,78,168,78,159,62,155,41,155,30\" halt= \"\" onmouseover=\"TagToTip(\'MT\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"MT\"&gt;&lt;?php echo $montana ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"187,78,242,81,240,124,180,123\" alt= \"\" onmouseover=\"TagToTip(\'WY\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"WY\"&gt;&lt;?php echo $wyoming ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"146,169,156,108,179,113,179,121,195,125,190,172\" alt= \"\" onmouseover=\"TagToTip(\'UT\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"UT\"&gt;&lt;?php echo $utah ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"133,223,163,241,183,243,191,174,146,170,142,179,136,181,137,204,134,212\" alt= \"\" onmouseover=\"TagToTip(\'AZ\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"AZ\"&gt;&lt;?php echo $arizona ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"255,127,197,124,193,173,255,177\" alt= \"\" onmouseover=\"TagToTip(\'CO\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"CO\"&gt;&lt;?php echo $colorado ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"192,175,244,180,243,236,212,237,197,238,192,242,185,242\" alt= \"\" onmouseover=\"TagToTip(\'NM\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"NM\"&gt;&lt;?php echo $new_mexico ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"rect\" coords=\"490,116,546,126\" alt= \"\" onmouseover=\"TagToTip(\'DE\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"DE\"&gt;&lt;?php echo $delaware ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"11,260\" href=\"#\" /&gt;<br /> &lt;area shape=\"poly\" coords=\"60,175,74,222,79,224,115,241,110,250,64,228,47,234,13,261,20,239,5,221,17,206,7,203,6,194,16,196,19,197,23,200,20,191,14,187,11,183,20,173,31,169,48,169\" alt= \"\" onmouseover=\"TagToTip(\'AK\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"AK\"&gt;&lt;?php echo $alaska ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"131,218,108,218,109,213,101,202,81,187,83,179,75,162,72,145,64,111,71,90,100,99,94,132,134,192\" alt= \"\" onmouseover=\"TagToTip(\'CA\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"CA\"&gt;&lt;?php echo $california ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"132,186,98,132,106,98,152,110,143,171\" alt= \"\" onmouseover=\"TagToTip(\'NV\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"NV\"&gt;&lt;?php echo $nevada ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"71,85,127,99,138,57,96,50,86,39\" alt= \"\" onmouseover=\"TagToTip(\'OR\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"OR\"&gt;&lt;?php echo $oregon ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"137,53,145,21,106,8,105,21,99,31,95,17,86,12,87,27,87,38,96,47\" alt= \"\" onmouseover=\"TagToTip(\'WA\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"WA\"&gt;&lt;?php echo $washington ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"224,322,145,255,156,251,242,302,248,314\" alt= \"\" onmouseover=\"TagToTip(\'HI\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"HI\"&gt;&lt;?php echo $hawaii ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"245,68,247,30,295,32,301,53,299,67\" alt= \"\" onmouseover=\"TagToTip(\'ND\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"ND\"&gt;&lt;?php echo $north_dakota ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"244,102,246,69,298,71,303,97,305,109,299,105,286,100\" alt= \"\" onmouseover=\"TagToTip(\'SD\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"SD\"&gt;&lt;?php echo $south_dakota ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"241,125,245,105,283,104,303,111,308,127,309,139,260,140,260,126\" alt= \"\" onmouseover=\"TagToTip(\'NE\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"NE\"&gt;&lt;?php echo $nebraska ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"259,177,260,142,316,143,323,174\" alt= \"\" onmouseover=\"TagToTip(\'KS\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"KS\"&gt;&lt;?php echo $kansas ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"326,212,322,176,251,179,273,184,278,206,311,213\" alt= \"\" onmouseover=\"TagToTip(\'OK\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"OK\"&gt;&lt;?php echo $oklahoma ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"376,99,379,74,365,63,342,55,337,74,343,85,352,94,354,103\" alt= \"\" onmouseover=\"TagToTip(\'WI\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"WI\"&gt;&lt;?php echo $wisconsin ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"313,132,350,127,350,118,355,106,348,94,307,100\" alt= \"\" onmouseover=\"TagToTip(\'IA\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"IA\"&gt;&lt;?php echo $iowa ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"328,178,373,176,363,164,363,151,348,131,316,132,325,150\" alt= \"\" onmouseover=\"TagToTip(\'MO\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"MO\"&gt;&lt;?php echo $missouri ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"335,225,360,219,360,212,369,185,327,179\" alt= \"\" onmouseover=\"TagToTip(\'AR\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"AR\"&gt;&lt;?php echo $arkansas ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"374,169,383,155,377,104,358,105,352,128\" alt= \"\" onmouseover=\"TagToTip(\'IL\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"IL\"&gt;&lt;?php echo $illinois ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"386,114,403,110,409,139,398,150,388,153\" alt= \"\" onmouseover=\"TagToTip(\'IN\')\" onmouseout=\"UnTip()\"/&gt;<br /> <br /> &lt;div&gt;&lt;span id=\"IN\"&gt;&lt;?php echo $indiana ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"412,140,434,137,442,101,429,106,419,108,409,112\" alt= \"\" onmouseover=\"TagToTip(\'OH\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"OH\"&gt;&lt;?php echo $ohio ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"379,174,429,163,431,141,412,143,387,158\" alt= \"\" onmouseover=\"TagToTip(\'KY\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"KY\"&gt;&lt;?php echo $kentucky ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"371,194,374,179,439,166,435,170,432,177,419,185\" alt= \"\" onmouseover=\"TagToTip(\'TN\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"TN\"&gt;&lt;?php echo $tennessee ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"389,247,386,194,368,195,363,220,362,242,380,251,377,243\" alt= \"\" onmouseover=\"TagToTip(\'MS\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"MS\"&gt;&lt;?php echo $mississippi ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"335,226,360,224,359,248,372,250,382,261,370,267,339,260\" alt= \"\" onmouseover=\"TagToTip(\'LA\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"LA\"&gt;&lt;?php echo $louisiana ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"435,188,460,211,481,187,453,181\" alt= \"\" onmouseover=\"TagToTip(\'SC\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"SC\"&gt;&lt;?php echo $south_carolina ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"421,185,443,168,495,154,498,163,493,176,481,183,456,179\" alt= \"\" onmouseover=\"TagToTip(\'NC\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"NC\"&gt;&lt;?php echo $north_carolina ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"436,163,446,156,458,148,462,135,474,122,496,151\" alt= \"\" onmouseover=\"TagToTip(\'VA\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"VA\"&gt;&lt;?php echo $virginia ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"433,157,444,121,473,124,451,151\" alt= \"\" onmouseover=\"TagToTip(\'WV\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"WV\"&gt;&lt;?php echo $west_virginia ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"471,117,483,114,489,136,553,137,567,131,567,126,513,127,488,129\" alt= \"\" onmouseover=\"TagToTip(\'MD\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"MD\"&gt;&lt;?php echo $maryland ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"494,93,502,97,500,113,493,111\" alt= \"\" onmouseover=\"TagToTip(\'NJ\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"NJ\"&gt;&lt;?php echo $new_jersey ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"445,118,444,97,484,86,491,93,489,108\" alt= \"\" onmouseover=\"TagToTip(\'PA\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"PA\"&gt;&lt;?php echo $pennsylvania ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"450,92,481,83,500,91,486,46,474,53\" alt= \"\" onmouseover=\"TagToTip(\'NY\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"NY\"&gt;&lt;?php echo $new_york ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"518,62,498,71,506,75,518,71,545,69\" alt= \"\" onmouseover=\"TagToTip(\'MA\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"MA\"&gt;&lt;?php echo $massachusetts ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"490,43,500,41,503,66\" alt= \"\" onmouseover=\"TagToTip(\'VT\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"VT\"&gt;&lt;?php echo $vermont ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"505,64,514,60,505,37\" alt= \"\" onmouseover=\"TagToTip(\'NH\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"NH\"&gt;&lt;?php echo $new_hampshire ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"516,52,507,36,520,4,533,13,538,26\" alt= \"\" onmouseover=\"TagToTip(\'ME\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"ME\"&gt;&lt;?php echo $maine ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"poly\" coords=\"502,76,506,88,561,92,562,87,523,84\" alt= \"\" onmouseover=\"TagToTip(\'CT\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"CT\"&gt;&lt;?php echo $connecticutt ;?&gt;&lt;/span&gt;&lt;/div&gt;<br /> &lt;area shape=\"rect\" coords=\"517,74,578,81\" alt= \"\" onmouseover=\"TagToTip(\'RI\')\" onmouseout=\"UnTip()\"/&gt;<br /> &lt;div&gt;&lt;span id=\"RI\"&gt;&lt;?php echo $rhode_island ;?&gt;&lt;/span&gt;<br /> &lt;div align=\"left\"&gt;&lt;span class=\"turq2\"&gt;Place pointer over state to view statistics&lt;/span&gt;&lt;span class=\"tablesText\"&gt;&lt;br /&gt;<br /> &lt;/span&gt;&lt;span class=\"black_sm_b\"&gt;&lt;br /&gt;<br /> Note: State Fuel Taxes include Federal Motor Fuel Excise Tax: 18.4 cents per gallon gasoline &amp;amp; 24.4 cents per gallon diesel &lt;/span&gt;&lt;span class=\"tablesText\"&gt;&lt;br /&gt;<br /> &lt;br /&gt;<br /> &lt;/span&gt;&lt;/div&gt;<br /> &lt;/div&gt;<br /> &lt;/map&gt;<br />&lt;/div&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;/table&gt;</p>\r\n<p>{/source}</p>','',1,8,0,58,'2010-05-10 23:54:40',62,'Lets Rebuildit','2011-07-14 11:11:40',62,0,'0000-00-00 00:00:00','2010-05-10 23:54:40','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',16,0,1,'map, tax, state, income, pension, fuel, cigarettes, alcohol, rates, map, United States, USA, US','Taxes by State. Point and click map of the United States showing stae income, sales, gasoline and cigarette taxes. Includes up or down pension tax information.',0,1623,'robots=\nauthor='),(77,'Justice Kagan?','justice-kagan','','<div style=\"font:10pt Tahoma;\">\r\n<p><span style=\"font-size:13px;\"><span style=\"font-family:Arial;\">Dear CatholicVote Member, <img src=\"http://paracom.paramountcommunication.com/cimages/2fab8fbddcd5c8f3aca57af7ec3f0aa8/kagan75.jpg\" border=\"0\" align=\"right\" style=\"margin:15px;\" /><br /><br />Justice Kagan? <br /><br />President Obama announced this morning that he has nominated Solicitor General Elena Kagan to the Supreme Court. <br /><br />CatholicVote.org opposes her nomination. <br /><br />Here are some key facts you should know about her: <br /></span></span></p>\r\n</div>\r\n<ul>\r\n<li><span style=\"font-size:13px;\"><span style=\"font-family:Arial;\">Ms. Kagan has NO experience as a judge. While this fact does not immediately disqualify her, she has no record whatsoever to predict how she may act once confirmed.<span style=\"font-size:13px;\"><span style=\"font-family:Arial;\"> <br /></span></span><br /></span></span></li>\r\n<li><span style=\"font-size:13px;\"><span style=\"font-family:Arial;\">Based on her public writings and speeches, Kagan is an aggressive advocate of abortion; every indication suggests she will be an activist judge dedicated to protecting and expanding the bogus notion of “abortion rights.” In fact, she has personally donated to pro-abortion organizations. Finally, she has criticized evidence of the harmful effects of abortion on women calling the science “widely contested,” and she has argued for judicial protection for taxpayer funding for abortion. <br /></span></span><span style=\"font-size:13px;\"><span style=\"font-family:Arial;\"><br />\r\n','\r\n</span></span></li>\r\n<li><span style=\"font-size:13px;\"><span style=\"font-family:Arial;\">As a clerk working for Supreme Court Justice Marshall, Kagan authored a memo arguing that virtually all federal funding should be excluded from programs offered by religious organizations -- whether the program was religious in nature or not. Her record suggests she will further limit the freedom of religion and religious expression. <br /></span></span><span style=\"font-size:13px;\"><span style=\"font-family:Arial;\"><br /></span></span></li>\r\n<li><span style=\"font-size:13px;\"><span style=\"font-family:Arial;\">While serving as the Dean of Harvard Law School, Kagan barred the military from recruiting on campus because of their “Don’t Ask, Don’t Tell</span></span><span style=\"font-size:13px;\"><span style=\"font-family:Arial;\">”</span></span><span style=\"font-size:13px;\"><span style=\"font-family:Arial;\"> policy. She called the military’s rule “a profound wrong — a moral injustice of the first order.” <br /></span></span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin:0in 0in 0pt;\"><span style=\"font-size:13px;\"><span style=\"font-family:Arial;\">CatholicVote.org believes the Supreme Court needs members who understand the Constitution and the limits it places on our government. If anything, the Court needs courageous men and women willing to reign in a runaway government which attempts to legislate every area of our lives. <br /><br />We have zero confidence that Solicitor General Kagan will be such a judge. <br /><br />The lifetime appointment of a Supreme Court Justice is among the most consequential powers that a President has. At age 50, Elena Kagan could serve on the Supreme Court for decades to come. <br /><br />We will publicly oppose her nomination, and will urge Senators of both parties to use her upcoming hearings as an opportunity to educate voters on the proper role of judges, and respect for our Constitution. <br /><br /><strong><br />Elections Matter</strong> <br /><br />The nomination of Elena Kagan should not come as a surprise. <br /><br />President Obama is merely following through on his promise to reshape the country, including the Supreme Court. Who we vote for in November has a major impact on the Supreme Court. After all, Justices are nominated by Presidents and confirmed by Senators. Elections have consequences. And this November, we will not forget. <br /><br />Together we will fight for the day when every nominee to the Supreme Court is worthy of the title \'Justice.\'<br /><br />Sincerely, <br /><br />Brian Burch <br />President <br /><br /><span style=\"font-size:11px;\"><span style=\"font-family:Arial;\"><br /></span></span></span></span></p>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-right:15px;font-size:12px;\"><span style=\"font-size:13px;\"><span style=\"font-family:Arial;\"><strong>Follow CatholicVoteAction on:</strong></span></span></td>\r\n<td><a href=\"http://paracom.paramountcommunication.com/ct/4216539:6269240862:m:1:162579565:96C111C69EABEFAC5739DD7FDF150EDD\"><span style=\"font-size:13px;\"><span style=\"font-family:Arial;\"><img src=\"http://paracom.paramountcommunication.com/static/share/images/facebook.gif\" border=\"0\" width=\"22\" height=\"22\" /></span></span></a></td>\r\n<td><a href=\"http://paracom.paramountcommunication.com/ct/4216539:6269240862:m:1:162579565:96C111C69EABEFAC5739DD7FDF150EDD\" title=\"http://paracom.paramountcommunication.com/ct/4216539:6269240862:m:1:162579565:96C111C69EABEFAC5739DD7FDF150EDD CTRL + Click to follow link\" style=\"padding-right:10px;font-size:11px;font-family:Arial;\"><span style=\"font-size:13px;\"><span style=\"font-family:Arial;\" title=\"http://paracom.paramountcommunication.com/ct/4216539:6269240862:m:1:162579565:96C111C69EABEFAC5739DD7FDF150EDD CTRL + Click to follow link\">Facebook</span></span></a></td>\r\n<td><a href=\"http://paracom.paramountcommunication.com/ct/4216540:6269240862:m:1:162579565:96C111C69EABEFAC5739DD7FDF150EDD\"><span style=\"font-size:13px;\"><span style=\"font-family:Arial;\"><img src=\"http://paracom.paramountcommunication.com/static/share/images/twitter.gif\" border=\"0\" title=\"http://paracom.paramountcommunication.com/ct/4216540:6269240862:m:1:162579565:96C111C69EABEFAC5739DD7FDF150EDD CTRL + Click to follow link\" width=\"22\" height=\"22\" /></span></span></a></td>\r\n<td><a href=\"http://paracom.paramountcommunication.com/ct/4216540:6269240862:m:1:162579565:96C111C69EABEFAC5739DD7FDF150EDD\" style=\"padding-right:10px;font-size:11px;font-family:Arial;\"><span style=\"font-size:13px;\"><span style=\"font-family:Arial;\" title=\"http://paracom.paramountcommunication.com/ct/4216540:6269240862:m:1:162579565:96C111C69EABEFAC5739DD7FDF150EDD CTRL + Click to follow link\">Twitter</span></span></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=\"MsoNormal\" style=\"margin:0in 0in 0pt;\"> </p>\r\n<div><span style=\"font-size:13px;\"><span style=\"font-family:Arial;\"><span style=\"font-size:11px;\"><span style=\"font-family:Arial;\">NOTE: This message was paid for by CatholicVoteAction.org.  As a public policy advocacy group, contributions to CatholicVoteAction.org are NOT tax-deductible. </span></span></span></span></div>\r\n<p class=\"MsoNormal\" style=\"margin:0in 0in 0pt;\"><span style=\"font-size:13px;\"><span style=\"font-family:Arial;\"><strong><span style=\"font-size: x-small; font-family: Arial;\"> </span></strong></span></span></p>\r\n<p class=\"MsoNormal\" style=\"margin:0in 0in 0pt;\"><span style=\"font-size:10pt;font-family:Arial;\"><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size:13px;\"><span style=\"font-family:Arial;\">CatholicVoteAction.org, P.O. Box 2709, Chicago, IL 60690<br />Call us at 312-201-6559<br />Support CatholicVoteAction by visiting </span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size:13px;\"><span style=\"font-family:Arial;\"><a href=\"http://paracom.paramountcommunication.com/ct/4216541:6269240862:m:1:162579565:96C111C69EABEFAC5739DD7FDF150EDD\"><strong title=\"http://paracom.paramountcommunication.com/ct/4216541:6269240862:m:1:162579565:96C111C69EABEFAC5739DD7FDF150EDD CTRL + Click to follow link\">https://www.catholicvoteaction.org/donations.php</strong></a> </span></span><span style=\"font-size: x-small; font-family: Arial;\"> </span></span></span></span></p>',1,5,0,43,'2010-05-11 18:13:55',62,'Catholic Vote Action','2010-05-13 15:20:06',62,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,44,'','',0,302,'robots=\nauthor='),(78,'The way it works','the-way-it-works','','\n<div>\n<table class=\"MsoNormalTable\" style=\"width:100%;\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" border=\"0\"><tbody><tr><td style=\"padding-right:1.5pt;padding-left:1.5pt;padding-bottom:1.5pt;width:100%;padding-top:1.5pt;\" width=\"100%\">\n      <div>\n      <div>\n      <p class=\"ecxmsonormal\"><font face=\"Times New Roman\" size=\"2\"><span style=\"font-size:10.5pt;\"> </span></font><b><font face=\"Arial\" color=\"#0000FF\" size=\"5\"><span style=\"font-weight:bold;font-size:18pt;color:#0000FF;font-family:Arial;\">The \n       way it works:<br /></span></font></b><font face=\"Arial\" size=\"2\"><span style=\"font-size:10.5pt;font-family:Arial;\"> <br /> </span></font><img height=\"750\" src=\"http://www.letsrebuildit.com/images/stories/users/00021_00005.jpg\" width=\"519\" alt=\"00021_00005.jpg\" /></p></div></div></td></tr></tbody></table></div>','',1,5,0,41,'2010-05-12 03:59:10',0,'J Brake Nisbet-NorthStar','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,4,'','',0,214,''),(85,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 22:59:11 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC36F-0002Hs-AN\n	for edg@letsrebuildit.com; Tue, 11 May 2010 22:59:11 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 22:59:11 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;9a6e49b7304e1bebe0bcf266010945bd@www.letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:02:28',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(86,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:00:05 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC377-0002RS-E4\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:00:05 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:00:05 -0500\nFrom: Lets Rebuild It \nMessage-ID: \nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:02:28',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(79,'Lt. Col Allen West','lt-col-allen-west','','\n<div><font face=\"Arial\" size=\"2\"></font> </div>\n<p class=\"MsoNormal\" style=\"margin-bottom:12pt;\"><font face=\"Times New Roman\" size=\"3\"><span style=\"font-size:12pt;\">          \nDo not miss this video...he has my vote.</span></font></p>\n<div>\n<div>\n<blockquote style=\"margin-top:5pt;margin-bottom:5pt;\">\n  <div>\n  <div>\n  <p class=\"MsoNormal\"><b><font face=\"Helvetica\" color=\"#000000\" size=\"1\"><span style=\"font-weight:bold;font-size:9pt;color:#000000;font-family:Helvetica;\">Subject: \n  </span></font></b><b><font face=\"Helvetica\" size=\"1\"><span style=\"font-weight:bold;font-size:9pt;font-family:Helvetica;\">Lt.</span></font></b><b><font face=\"Helvetica\" size=\"1\"><span style=\"font-weight:bold;font-size:9pt;font-family:Helvetica;\"> \n  </span></font></b><b><font face=\"Helvetica\" size=\"1\"><span style=\"font-weight:bold;font-size:9pt;font-family:Helvetica;\">Col</span></font></b><b><font face=\"Helvetica\" size=\"1\"><span style=\"font-weight:bold;font-size:9pt;font-family:Helvetica;\"> Allen \n  West</span></font></b></p></div>\n  <div>\n  <p class=\"MsoNormal\"><font face=\"Times New Roman\" size=\"3\"><span style=\"font-size:12pt;\"></span></font><font face=\"Times New Roman\" size=\"3\"><span style=\"font-size:12pt;\"><br /><br /><a title=\"http://americangrandjury.org/forum/topic.php?id=1175 CTRL + Click to follow link\" href=\"http://americangrandjury.org/forum/topic.php?id=1175\" target=\"_blank\">http://americangrandjury.org/forum/topic.php?id=1175</a></span></font></p></div></div></blockquote></div></div>','',1,5,0,41,'2010-05-12 03:59:10',0,'J Brake Nisbet-NorthStar','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,6,'','',0,308,''),(80,'Muy muy muy interesante','muy-muy-muy-interesante','','\n<div><font face=\"Arial\" size=\"2\"><span lang=\"es\" style=\"font-size:10pt;font-family:Arial;\" xml:lang=\"es\">Una vez mas el genio atomico, el \nnon plus ultra, el dios de dioses, el mayimbe, el mago de las teclas y la \nultima Coca Cola del desierto es desenmascarado como lo que es de verdad:  \n</span></font></div>\n<div class=\"Section1\">\n<p class=\"MsoNormal\"><font face=\"Arial\" size=\"2\"><span lang=\"es\" style=\"font-size:10pt;font-family:Arial;\" xml:lang=\"es\">UN CHARLATAN E \nIMPOSTOR.</span></font></p></div><br /><a href=\"http://www.letsrebuildit.com/images/stories/users/00023_00006.pdf\">Obama as a writer.pdf</a><br />','',1,5,0,41,'2010-05-12 03:59:10',0,'J Brake Nisbet-NorthStar','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,7,'','',0,270,''),(81,'New User Details','new-user-details','','Hello Ed Garabedian,<br /><br /><br />\nYou have been added as a User to Lets Rebuild It by an Administrator.<br /><br />\nThis e-mail contains your username and password to log in to http://letsrebuildit.com/<br /><br />\nUsername: Ed Garry<br />\nPassword: edg1234<br /><br /><br />\nPlease do not respond to this message as it is automatically generated and is for information purposes only.','',-2,5,0,42,'2010-05-12 04:00:05',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(82,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 22:59:10 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC36E-0002Fc-Sk\n	for edg@letsrebuildit.com; Tue, 11 May 2010 22:59:10 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 22:59:10 -0500\nFrom: Lets Rebuild It \nMessage-ID: \nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:00:05',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(83,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 22:59:11 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC36F-0002Gf-3T\n	for edg@letsrebuildit.com; Tue, 11 May 2010 22:59:11 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 22:59:11 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;800d9759e10a9790e28008b757d1bdc6@www.letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:00:05',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(84,'Michigan Muslims','michigan-muslims','','\n<div>\n<table class=\"MsoNormalTable\" style=\"margin-left:21pt;width:97.62%;\" cellspacing=\"0\" cellpadding=\"0\" width=\"97%\" border=\"0\"><tbody><tr><td style=\"padding-right:1.5pt;padding-left:1.5pt;padding-bottom:1.5pt;width:100%;padding-top:1.5pt;\" width=\"100%\">\n      <div>\n      <p class=\"ecxmsonormal\"><strong><b><font face=\"Helvetica\" color=\"#000000\" size=\"4\"><span style=\"font-size:13.5pt;color:#000000;font-family:Helvetica;\">Dearborn</span></font></b></strong><strong><b><font face=\"Helvetica\" color=\"#000000\" size=\"4\"><span style=\"font-size:13.5pt;color:#000000;font-family:Helvetica;\"> \n      </span></font></b></strong><strong><b><font face=\"Helvetica\" color=\"#000000\" size=\"4\"><span style=\"font-size:13.5pt;color:#000000;font-family:Helvetica;\">Michigan</span></font></b></strong><strong><b><font face=\"Helvetica\" color=\"#000000\" size=\"4\"><span style=\"font-size:13.5pt;color:#000000;font-family:Helvetica;\"> ......was \n      part of the </span></font></b></strong><strong><b><font face=\"Helvetica\" color=\"#000000\" size=\"4\"><span style=\"font-size:13.5pt;color:#000000;font-family:Helvetica;\">USA</span></font></b></strong><strong><b><font face=\"Helvetica\" color=\"#000000\" size=\"4\"><span style=\"font-size:13.5pt;color:#000000;font-family:Helvetica;\"> at one \n      time</span></font></b></strong></p></div>\n      <div>\n      <p class=\"ecxmsonormal\"><span class=\"ecxapple-style-span\"><font face=\"Times New Roman\" color=\"#000000\" size=\"4\"><span style=\"font-size:13.5pt;color:#000000;\">This event took place on June 21st \n      of this year in</span></font></span><span class=\"ecxapple-converted-space\"><font color=\"#000000\" size=\"4\"><span style=\"font-size:13.5pt;color:#000000;\"> </span></font></span><span class=\"ecxececyshortcuts\"><font color=\"#000000\" size=\"4\"><span style=\"font-size:13.5pt;color:#000000;\">Dearborn</span></font></span><span class=\"ecxececyshortcuts\"><font color=\"#000000\" size=\"4\"><span style=\"font-size:13.5pt;color:#000000;\"> , </span></font></span><span class=\"ecxececyshortcuts\"><font color=\"#000000\" size=\"4\"><span style=\"font-size:13.5pt;color:#000000;\">Michigan</span></font></span><span class=\"ecxapple-converted-space\"><font color=\"#000000\" size=\"4\"><span style=\"font-size:13.5pt;color:#000000;\"> </span></font></span><span class=\"ecxapple-style-span\"><font color=\"#000000\" size=\"4\"><span style=\"font-size:13.5pt;color:#000000;\">which has the largest Muslim \n      population in the </span></font></span><span class=\"ecxapple-style-span\"><font color=\"#000000\" size=\"4\"><span style=\"font-size:13.5pt;color:#000000;\">United \n      States</span></font></span><span class=\"ecxapple-style-span\"><font color=\"#000000\" size=\"4\"><span style=\"font-size:13.5pt;color:#000000;\"> . \n      </span></font></span></p></div>\n      <div>\n      <p class=\"ecxmsonormal\"><span class=\"ecxapple-style-span\"><font face=\"Times New Roman\" color=\"#000000\" size=\"4\"><span style=\"font-size:13.5pt;color:#000000;\">Once you\'ve viewed this if you \n      don\'t realize that we have our enemies within the gates, then I don\'t know \n      what will convince you. </span></font></span></p></div>\n      <div>\n      <p class=\"ecxmsonormal\"><span class=\"ecxapple-style-span\"><font face=\"Times New Roman\" color=\"#000000\" size=\"4\"><span style=\"font-size:13.5pt;color:#000000;\">Take the time to view this and \n      then send it on to everyone on your collective lists. \n      </span></font></span></p></div>\n      <div>\n      <p class=\"ecxmsonormal\"><span class=\"ecxapple-style-span\"><font face=\"Times New Roman\" color=\"#000000\" size=\"4\"><span style=\"font-size:13.5pt;color:#000000;\">The young men and woman that took \n      the video and did the reporting were very brave folks. \n      </span></font></span></p></div>\n      <div>\n      <p class=\"ecxmsonormal\"><span class=\"ecxapple-style-span\"><font face=\"Times New Roman\" color=\"#000000\" size=\"4\"><span style=\"font-size:13.5pt;color:#000000;\">They have done us all a very big \n      favor. Don\'t let their effort go to waste.</span></font></span></p>\n      <p class=\"ecxmsonormal\"><span class=\"ecxapple-style-span\"><font face=\"Times New Roman\" color=\"#000000\" size=\"4\"><span style=\"font-size:13.5pt;color:#000000;\"></span></font></span><font face=\"Times New Roman\" color=\"#000000\" size=\"4\"><span style=\"font-size:13.5pt;color:#000000;\">Stand up, Americans! Your very \n      Freedom is at stake.</span></font></p></div>\n      <div>\n      <div>\n      <div>\n      <div style=\"margin-bottom:12pt;\">\n      <p class=\"MsoNormal\"><font face=\"Times New Roman\" size=\"3\"><span style=\"font-size:12pt;\"></span></font> </p></div></div></div>\n      <div>\n      <div style=\"margin-bottom:5pt;\">\n      <div>\n      <div>\n      <p class=\"ecxmsonormal\"><font face=\"Helvetica\" color=\"#000000\" size=\"3\"><span style=\"font-size:12pt;color:#000000;font-family:Helvetica;\"><a title=\"http://www.youtube.com/watch?v=fEPod-hxD7g\" href=\"http://www.youtube.com/watch?v=fEPod-hxD7g\" target=\"_blank\"><span class=\"ecxececyshortcuts\"><font face=\"Times New Roman\"><span style=\"font-family:\'Times New Roman\';\">http</span></font></span></a></span></font><span class=\"ecxapple-converted-space\"><font color=\"#000000\"><span style=\"color:#000000;\"> </span></font></span><font face=\"Helvetica\" color=\"#000000\"><span style=\"color:#000000;font-family:Helvetica;\"><a title=\"http://www.youtube.com/watch?v=fEPod-hxD7g\" href=\"http://www.youtube.com/watch?v=fEPod-hxD7g\" target=\"_blank\"><span class=\"ecxececyshortcuts\"><font face=\"Times New Roman\"><span title=\"http://www.youtube.com/watch?v=fEPod-hxD7g CTRL + Click to follow link\" style=\"font-family:\'Times New Roman\';\">://www.youtube.com/watch?v=fEPod-hxD7g</span></font></span></a></span></font></p></div></div></div></div></div></td></tr></tbody></table></div>','',1,5,0,41,'2010-05-12 04:02:24',0,'J Brake Nisbet-NorthStar','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,8,'','',0,192,''),(87,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:00:05 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC377-0002SZ-Hu\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:00:05 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:00:05 -0500\nFrom: Lets Rebuild It \nMessage-ID: \nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:02:28',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(88,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:00:05 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC377-0002Tl-MM\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:00:05 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:00:05 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;9441677deaf42f7647855035aafa3347@www.letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:02:58',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(74,'Tax Friendly or Not? Results...','tax-friendly-or-not-results','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>link href=\"tables.css\" rel=\"stylesheet\" type=\"text/css\"<span>&gt;</span><br /><span>&lt;</span>link href=\"SideBars.css\" rel=\"stylesheet\" type=\"text/css\"<span>&gt;</span><br /><span>&lt;</span>link href=\"sortable.css\" rel=\"stylesheet\" type=\"text/css\" /<span>&gt;</span><br /><span>&lt;</span>style type=\"text/css\"<span>&gt;</span><br /><span>&lt;</span>!--<br />.style13 {color: #000000}<br />--<span>&gt;</span><br /><span>&lt;</span>/style<span>&gt;</span><br /><br /><span>&lt;</span>head<span>&gt;</span><br /><br /><span>&lt;</span>meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /<span>&gt;</span><br /><span>&lt;</span>script type=\"text/javascript\" src=\"sortable_us.js\"<span>&gt;</span><span>&lt;</span>/script<span>&gt;</span><br /><br /><span>&lt;</span>/head<span>&gt;</span><br /><span>&lt;</span>body<span>&gt;</span><br /><span>&lt;</span>br /<span>&gt;</span><br /><span>&lt;</span>table width=\"88%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\"<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>tr<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>th class=\"turq\" scope=\"row\"<span>&gt;</span>2010 Taxes by State<span>&lt;</span>/th<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>/tr<span>&gt;</span><br /><span>&lt;</span>/table<span>&gt;</span><br /><span>&lt;</span>br /<span>&gt;</span><br /><span>&lt;</span>table width=\"800\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" class=\"tablesText\"<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>tr<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>th scope=\"col\"<span>&gt;</span><span>&lt;</span>div align=\"center\"<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>span class=\"smTextBlk\"<span>&gt;</span>Click on heading to sort<span>&lt;</span>/span<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>?php require (\'fxn_data.php\');?<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>?php <br />include (\'sqli_db_lrb.php\');<br /><br />if(isset($_POST[\'submitted\'])) {<br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if((isset($_REQUEST[\'wage\'])) &amp;&amp; (is_numeric($_REQUEST[\'wage\']))) {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$gr_wage = $_REQUEST[\'wage\'];<br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />//*******************************************************************<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if((isset($_POST[\'dep\'])) &amp;&amp; (is_numeric($_POST[\'dep\']))){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$dep = $_POST[\'dep\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />/* Below are factors in lieu of GET vars for use in short form*/<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$proptax = $gr_wage * 3.059;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$util = $gr_wage * .00330;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$dine = $gr_wage * .00220;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rec = $gr_wage * .00428;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$abev = $gr_wage * .00017;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$clothing = $gr_wage * .00235;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$miles = 1.9 * 12000;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$mpg = 20.3;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$cars = $gr_wage * .00471;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$repairs = $gr_wage * .00324;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$fuel_price = 2.85;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$health_ins = $gr_wage * .00428;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$flight = $gr_wage * .00069;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$misc = $gr_wage * .00117;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if((isset($_POST[\'cigs\'])) &amp;&amp; (is_numeric($_POST[\'cigs\']))){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$cigs = $_POST[\'cigs\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if (isset($_POST[\'senior\'])){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$senior = ckdata($_POST[\'senior\']);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />switch($_POST[\'senior\']){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />case \'yes\':<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$senior = 1;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />break;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />case \'no\':<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$senior = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />break;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />default:<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$senior = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />break; <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> }<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> }<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />//*******************************************************************<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$pers_exemption = 3650;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$max = 106800; <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$ss = .0620;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$med = .0145;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$se_factor = .9235; //self employment factor, multiply gross wages times this then calculate fica<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$ampy = 20100;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$ampg = 20.3;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$acigs = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if (isset ($_POST[\'basis\'])){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$basis = ckdata($_POST[\'basis\']);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rate1 = .10;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rate2 = .15;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rate3 = .25;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rate4 = .28;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rate5 = .33;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rate6 = .35;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />//2011 RATES<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rrate1 = .15;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rrate2 = .28;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rrate3 = .31;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rrate4 = .36;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rrate5 = .396;<br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />switch($basis){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />case \'Single\':<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$base1 = 8350;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$base2 = 33950;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$base3 = 82550;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$base4 = 171550;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$base5 = 372950;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$st_basis = 1;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$fsd = 5700; //standard federal deduction 2009<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$sen_ded = $senior * 1400; //over 65 added to $fsd 2009<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if ($proptax <span>&gt;</span> 0) {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$re_ded = 500; // added to standard federal deduction for real estate tax credit, double for joint filer<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$re_ded = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rbase1 = 26250;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rbase2 = 63550;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rbase3 = 132600;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rbase4 = 288350;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> break;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />case \'Married Filing Jointly\':<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$base1 = 16700;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$base2 = 67900;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$base3 = 137050;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$base4 = 208850;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$base5 = 372950;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$st_basis = 2;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$fsd = 11400;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$sen_ded = $senior * 2200;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if ($proptax <span>&gt;</span> 0) {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$re_ded = 1000; // added to standard federal deduction for real estate tax credit, double for joint filer<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$re_ded = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rbase1 = 43850;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rbase2 = 105950;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rbase3 = 161450;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rbase4 = 288350;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> break;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />case \'Married Filing Separately\':<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$base1 = 8350;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$base2 = 33950;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$base3 = 68525;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$base4 = 104425;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$base5 = 186475;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$st_basis = 1;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$fsd = 5700;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$sen_ded = $senior * 1100;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if ($proptax <span>&gt;</span> 0) {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$re_ded = 500; // added to standard federal deduction for real estate tax credit, double for joint filer<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$re_ded = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rbase1 = 21925;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rbase2 = 52975;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rbase3 = 80725;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rbase4 = 144175;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> break;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />case \'Head of Household\':<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$base1 = 11950;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$base2 = 45500;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$base3 = 117450;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$base4 = 190200;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$base5 = 372950;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$st_basis = 1;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$fsd = 8350;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$sen_ded = $senior * 1400;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if ($proptax <span>&gt;</span> 0) {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$re_ded = 500; // added to standard federal deduction for real estate tax credit, double for joint filer<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$re_ded = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rbase1 = 35150;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rbase2 = 90800;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rbase3 = 147050;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rbase4 = 288350;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> break;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />default:<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$base1 = 8350;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$base2 = 33950;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$base3 = 82550;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$base4 = 171550;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$base5 = 372950;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$st_basis = 1;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rbase1 = 26250;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rbase2 = 63550;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rbase3 = 132600;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rbase4 = 288350;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> break;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> }<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />//*******************************************************************<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$wage = $gr_wage - $fsd - $re_ded - $sen_ded - ($pers_exemption * $dep); <br />/// echo \'WWWWWWWW\'; print_r( $wage);<br />// echo \'FFFFFFFF\'; echo( $fsd);<br />// echo \'RERERERE\'; echo( $re_ded);<br />// echo \'SENSENSE\'; echo( $sen_ded);<br />// echo \'DEPDEPDE\'; echo( $dep);<br />// echo \'EXEMPTEX\'; echo( $pers_exemption);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if(($wage <span>&gt;</span>= $base1)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t1 = $base1 * $rate1;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if (($wage <span>&lt;</span> $base1)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t1 = $wage * $rate1;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t1 = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if(($wage <span>&gt;</span>= $base2)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t2 = ($base2 - $base1) * $rate2;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if (($wage <span>&lt;</span> $base2) &amp;&amp; ($wage <span>&gt;</span> $base1)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t2 = ($wage - $base1) * $rate2;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t2 = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if(($wage <span>&gt;</span>= $base3)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t3 = ($base3 - $base2) * $rate3;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if (($wage <span>&lt;</span> $base3) &amp;&amp; ($wage <span>&gt;</span> $base2)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t3 = ($wage - $base2) * $rate3;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t3 = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if(($wage <span>&gt;</span>= $base4)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t4 = ($base4 - $base3) * $rate4;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if (($wage <span>&lt;</span> $base4) &amp;&amp; ($wage <span>&gt;</span> $base3)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t4 = ($wage - $base3) * $rate4;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t4 = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if(($wage <span>&gt;</span>= $base5)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t5 = ((($base5 - $base4) * $rate5) + (($wage - $base5) * $rate6));<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if (($wage <span>&lt;</span> $base5) &amp;&amp; ($wage <span>&gt;</span> $base4)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t5 = ($wage - $base4) * $rate5;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t5 = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$tax = $t1 + $t2 + $t3 + $t4 + $t5 + $t6;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />//*******************************************************************<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />// 2010 FEDERAL TAX <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if(($wage <span>&gt;</span>= $base1)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rt1 = $rbase1 * $rrate1;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if (($wage <span>&lt;</span> $rbase1)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rt1 = $wage * $rrate1;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rt1 = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if(($wage <span>&gt;</span>= $rbase2)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rt2 = ($rbase2 - $rbase1) * $rrate2;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if (($wage <span>&lt;</span> $rbase2) &amp;&amp; ($wage <span>&gt;</span> $rbase1)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rt2 = ($wage - $rbase1) * $rrate2;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rt2 = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if(($wage <span>&gt;</span>= $rbase3)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rt3 = ($rbase3 - $rbase2) * $rrate3;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if (($wage <span>&lt;</span> $rbase3) &amp;&amp; ($wage <span>&gt;</span> $rbase2)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rt3 = ($wage - $rbase2) * $rrate3;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rt3 = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if(($wage <span>&gt;</span>= $rbase4)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rt4 = ((($rbase4 - $rbase3) * $rrate4) + (($wage - $rbase4) * $rrate5));<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if (($wage <span>&lt;</span> $rbase4) &amp;&amp; ($wage <span>&gt;</span> $rbase3)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rt4 = ($wage - $rbase3) * $rrate4;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rt4 = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rtax = $rt1 + $rt2 + $rt3 + $rt4 + $rt5;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />//*******************************************************************<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if (isset($_POST[\'selftx\'])){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$selftx = ckdata($_POST[\'selftx\']);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />switch($selftx){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />case \'yes\':<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if(($gr_wage * $se_factor) <span>&lt;</span>= $max){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$sstx = ($gr_wage * $se_factor) * $ss * 2;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if (($gr_wage * $se_factor) <span>&gt;</span> $max){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$sstx = $ss * $max * 2;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$sstx = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if(($gr_wage * $se_factor) <span>&gt;</span> 0){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$medtx = ($gr_wage * $se_factor) * $med * 2;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$medtx = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />break;<br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />case \'no\':<br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if($gr_wage <span>&lt;</span>= $max){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$sstx = $gr_wage * $ss;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if ($gr_wage <span>&gt;</span> $max){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$sstx = $ss * $max;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$sstx = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if($gr_wage <span>&gt;</span> 0){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$medtx = $gr_wage * $med;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$medtx = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />break;<br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />default:<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if($gr_wage <span>&lt;</span>= $max){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$sstx = $gr_wage * $ss;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if ($gr_wage <span>&gt;</span> $max){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$sstx = $ss * $max;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$sstx = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if($gr_wage <span>&gt;</span> 0){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$medtx = $gr_wage * $med;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$medtx = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />break; <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> }<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> }<br />// echo \'STSTST\'; echo $sstx; echo \'STSTST\';echo $medtx;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$tt_fed = $tax + $medtx + $sstx;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$comb_tax = $tax + $sstx + $medtx + $state_tax + $prop_tax + $gas_tax + $fuel_tax + $rec_tax + $cloth_tax + $cig_tax + $a_bev_tax + $util_tax + $food_tax + $lic_tax + $ins_tax + $other_tax;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rcomb_tax = $rtax + $sstx + $medtx + $state_tax + $prop_tax + $gas_tax + $fuel_tax + $rec_tax + $cloth_tax + $cig_tax + $a_bev_tax + $util_tax + $food_tax + $lic_tax + $ins_tax + $other_tax;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />//*******************************************************************<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />function maxb($array) {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />foreach($array as $a) {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if($a != \"na\") {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$max_val = array_search(max($array), $array);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$max_val = $max_val - 1;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />return $max_val;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />break;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />//*******************************************************************<br />// echo \"<span>&lt;</span>br /<span>&gt;</span><span>&lt;</span>p<span>&gt;</span><span>&lt;</span>font class=\\\"headBluWide\\\"<span>&gt;</span>2009 Taxes by State<span>&lt;</span>/font<span>&gt;</span><span>&lt;</span>/p<span>&gt;</span>\";<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />?<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>?php <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$count = 1;<br />/* $alternate = \"2\";<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if ($alternate == \"1\") {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$color = \"#ffffff\";<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$alternate = \"2\";<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$color = \"#E1E1FF\";<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$alternate = \"1\";<br />*/ <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />?<span>&gt;</span> <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>table border=\"0\" align =\"left\" bordercolor=\"#006666\" class =\"sortable\" id=\"tax\"<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>thead<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>tr<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>td width=\"10%\" valign=\"top\" bordercolor=\"#7979FF\" background=\"images/grey_backgrd.png\" class=\"tablesText\"<span>&gt;</span><span>&lt;</span>div align=\"left\"<span>&gt;</span>State<span>&lt;</span>br /<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>/div<span>&gt;</span><span>&lt;</span>/td<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>td width=\"7%\" valign=\"top\" bordercolor=\"#4040FF\" background=\"images/grey_backgrd.png\" class=\"tablesText\"<span>&gt;</span><span>&lt;</span>div align=\"center\"<span>&gt;</span>State Income Tax<span>&lt;</span>br /<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <span>&lt;</span>/div<span>&gt;</span><span>&lt;</span>/td<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>td width=\"7%\" valign=\"top\" bordercolor=\"#4040FF\" background=\"images/grey_backgrd.png\" bgcolor=\"#99CC99\" class=\"tablesText\"<span>&gt;</span><span>&lt;</span>div align=\"center\"<span>&gt;</span>Property Tax<span>&lt;</span>br /<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <span>&lt;</span>/div<span>&gt;</span><span>&lt;</span>/td<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>td width=\"7%\" valign=\"top\" bordercolor=\"#4040FF\" background=\"images/grey_backgrd.png\" class=\"tablesText\"<span>&gt;</span><span>&lt;</span>div align=\"center\"<span>&gt;</span>Gasoline Diesel Tax<span>&lt;</span>br /<span>&gt;</span><span>&lt;</span>/div<span>&gt;</span><span>&lt;</span>/td<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>td width=\"7%\" valign=\"top\" bordercolor=\"#4040FF\" background=\"images/grey_backgrd.png\" class=\"tablesText\"<span>&gt;</span><span>&lt;</span>div align=\"center\"<span>&gt;</span>Recreation Tax*<span>&lt;</span>br /<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <span>&lt;</span>/div<span>&gt;</span><span>&lt;</span>/td<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>td width=\"7%\" valign=\"top\" bordercolor=\"#4040FF\" background=\"images/grey_backgrd.png\" class=\"tablesText\"<span>&gt;</span><span>&lt;</span>div align=\"center\"<span>&gt;</span>Clothing Tax*<span>&lt;</span>br /<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <span>&lt;</span>/div<span>&gt;</span><span>&lt;</span>/td<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>td width=\"7%\" valign=\"top\" bordercolor=\"#4040FF\" background=\"images/grey_backgrd.png\" class=\"tablesText\"<span>&gt;</span><span>&lt;</span>div align=\"center\"<span>&gt;</span>Cigarette Tax<span>&lt;</span>br /<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <span>&lt;</span>/div<span>&gt;</span><span>&lt;</span>/td<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>td width=\"7%\" valign=\"top\" bordercolor=\"#4040FF\" background=\"images/grey_backgrd.png\" class=\"tablesText\"<span>&gt;</span><span>&lt;</span>div align=\"center\"<span>&gt;</span>Beer, Wine &amp; Spirits Tax<span>&lt;</span>br /<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <span>&lt;</span>/div<span>&gt;</span><span>&lt;</span>/td<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>td width=\"7%\" valign=\"top\" bordercolor=\"#4040FF\" background=\"images/grey_backgrd.png\" class=\"tablesText\"<span>&gt;</span><span>&lt;</span>div align=\"center\"<span>&gt;</span>Utility Tax<span>&lt;</span>br /<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <span>&lt;</span>/div<span>&gt;</span><span>&lt;</span>/td<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>td width=\"7%\" valign=\"top\" bordercolor=\"#4040FF\" background=\"images/grey_backgrd.png\" class=\"tablesText\"<span>&gt;</span><span>&lt;</span>div align=\"center\"<span>&gt;</span>Food Tax*<span>&lt;</span>br /<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <span>&lt;</span>/div<span>&gt;</span><span>&lt;</span>/td<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>td width=\"7%\" valign=\"top\" bordercolor=\"#4040FF\" background=\"images/grey_backgrd.png\" class=\"tablesText\"<span>&gt;</span><span>&lt;</span>div align=\"center\"<span>&gt;</span>Other&amp;nbsp;&amp;nbsp; Tax*<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <span>&lt;</span>/div<span>&gt;</span><span>&lt;</span>/td<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>td width=\"7%\" valign=\"top\" bordercolor=\"#4040FF\" background=\"images/grey_backgrd.png\" class=\"tablesText\"<span>&gt;</span><span>&lt;</span>div align=\"center\"<span>&gt;</span>Total State Taxes*<span>&lt;</span>br /<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <span>&lt;</span>/div<span>&gt;</span><span>&lt;</span>/td<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>/tr<span>&gt;</span><span>&lt;</span>/thead<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>?php <br /><br />// $stax = \"SELECT * FROM tax_rates AS tr LEFT JOIN state_tax AS st USING (state_id) WHERE state_id = \'$stid\'\";<br />// }<br />// else <br />// {<br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if (isset($_REQUEST[\'stid\'])) {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$stid = ckdata($_REQUEST[\'stid\']);<br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if(isset($_REQUEST[\'all_states\'])) {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$all_states = ckdata($_REQUEST[\'all_states\']);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />switch($all_states){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />case \'all\':<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$stax = \"SELECT * FROM tax_rates AS tr LEFT JOIN state_tax AS st USING (state_id) ORDER BY state_id ASC LIMIT 51\";<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />break;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />case \'one_state\':<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$stax = \"SELECT * FROM tax_rates AS tr LEFT JOIN state_tax AS st USING (state_id) WHERE state_id = \'$stid\' \";<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />break;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />default:<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$stax = \"SELECT * FROM tax_rates AS tr LEFT JOIN state_tax AS st USING (state_id) ORDER BY state_id ASC LIMIT 51\";<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />break; <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> }<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> }<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> }<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$r_stax = mysqli_query($dbc, $stax);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />?<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>tbody<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>?php <br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />while($row_stax = mysqli_fetch_assoc($r_stax)) {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$st_id = $row_stax[\'state_id\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$state_name = $row_stax[\'state_name\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$b1 = $row_stax[\'b_1\']; <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$b2 = $row_stax[\'b_2\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$b3 = $row_stax[\'b_3\']; <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$b4 = $row_stax[\'b_4\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$b5 = $row_stax[\'b_5\']; <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$b6 = $row_stax[\'b_6\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$b7 = $row_stax[\'b_7\']; <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$b8 = $row_stax[\'b_8\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$b9 = $row_stax[\'b_9\']; <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$b10 = $row_stax[\'b_10\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$b11 = $row_stax[\'b_11\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$b12 = $row_stax[\'b_12\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$b13 = $row_stax[\'b_13\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$r1 = $row_stax[\'r_1\']; <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$r2 = $row_stax[\'r_2\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$r3 = $row_stax[\'r_3\']; <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$r4 = $row_stax[\'r_4\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$r5 = $row_stax[\'r_5\']; <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$r6 = $row_stax[\'r_6\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$r7 = $row_stax[\'r_7\']; <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$r8 = $row_stax[\'r_8\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$r9 = $row_stax[\'r_9\']; <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$r10 = $row_stax[\'r_10\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$r11 = $row_stax[\'r_11\']; <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$r12 = $row_stax[\'r_12\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$r13 = $row_stax[\'r_13\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$ded_s = $row_stax[\'deduct_single\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$ded_j = $row_stax[\'deduct_joint\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$ex_s = $row_stax[\'exempt_single\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$ex_dep = $row_stax[\'exempt_dep\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br />// $feduct = $row_stax[\'fed_deduct\'];<br />// if($feduct = \'no\') {<br />// $fed_deduct = 0;<br />// }<br />// else<br />// {<br />// $fed_deduct = $tax;<br />// }<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />//*******************************************************************<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$feduct = $row_stax[\'fed_deduct\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />switch ($feduct) {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />case $feduct == \'no\':<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$fed_deduct = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />break;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />case $feduct == \'yes\':<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$fed_deduct = $tax;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />break;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />//******************************************************************* <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$swage = $gr_wage;<br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />switch ($swage) {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />case $st_basis == 1:<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$swage = (((($gr_wage - $fed_deduct) - $ded_s) - $ex_s )- ($ex_dep * $dep));<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />break;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />case $st_basis == 2:<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$swage = (((($gr_wage - $fed_deduct) - $ded_j) - $ex_s) - ($ex_dep * $dep));<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />break;<br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />//*******************************************************************<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$b = array(1 =<span>&gt;</span> $b1, $b2, $b3, $b4, $b5, $b6, $b7, $b8, $b9, $b10, $b11, $b12, $b13);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$r = array(1 =<span>&gt;</span> $r1, $r2, $r3, $r4, $r5, $r6, $r7, $r8, $r9, $r10, $r11, $r12, $r13);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t = array(1 =<span>&gt;</span> $st1, $st2, $st3, $st4, $st5, $st6, $st7, $st8, $st9, $st10, $st11, $st12, $st13);<br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$i = maxb($b);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$maxb = $b[$i];<br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if($b1 !== \"na\") {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if(($swage <span>&gt;</span> $b2) &amp;&amp; ($b2 !== \"na\")){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[1] = ($b2 - $b1) * $r1;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if($swage <span>&gt;</span> $maxb){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[1] = ($swage - $maxb) * $r1;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if (($swage <span>&lt;</span> $b2) &amp;&amp; ($swage <span>&gt;</span> $b1)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[1] = ($swage - $b1) * $r1;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[1] = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if($b2 !== \"na\") {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if(($swage <span>&gt;</span> $b3) &amp;&amp; ($b3 !== \"na\")){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[2] = ($b3 - $b2) * $r2;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if($swage <span>&gt;</span> $maxb){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[2] = ($swage - $maxb) * $r2;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if (($swage <span>&lt;</span> $b3) &amp;&amp; ($swage <span>&gt;</span> $b2)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[2] = ($swage - $b2) * $r2;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[2] = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if($b3 !== \"na\") {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if(($swage <span>&gt;</span> $b4) &amp;&amp; ($b4 !== \"na\")){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[3] = ($b4 - $b3) * $r3;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if($swage <span>&gt;</span> $maxb){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[3] = ($swage - $maxb) * $r3;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if (($swage <span>&lt;</span> $b4) &amp;&amp; ($swage <span>&gt;</span> $b3)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[3] = ($swage - $b3) * $r3;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[3] = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if($b4 !== \"na\") {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if(($swage <span>&gt;</span> $b5) &amp;&amp; ($b5 !== \"na\")){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[4] = ($b5 - $b4) * $r4;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if($swage <span>&gt;</span> $maxb){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[4] = ($swage - $maxb) * $r4;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if((($swage <span>&lt;</span> $b5) &amp;&amp; ($b5 !== \"na\") &amp;&amp; ($swage <span>&gt;</span> $b4))){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[4] = ($swage - $b4) * $r4;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[4] = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if($b5 !== \"na\") {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if(($swage <span>&gt;</span> $b6) &amp;&amp; ($b6 !== \"na\")){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[5] = ($b6 - $b5) * $r5;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if($swage <span>&gt;</span> $maxb){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[5] = ($swage - $maxb) * $r5;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if(($swage <span>&lt;</span> $b6) &amp;&amp; ($b6 !== \"na\") &amp;&amp; ($swage <span>&gt;</span> $b5)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[5] = ($swage - $b5) * $r5;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[5] = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if($b6 !== \"na\") {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if(($swage <span>&gt;</span> $b7) &amp;&amp; ($b7 !== \"na\")){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[6] = ($b7 - $b6) * $r6;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if($swage <span>&gt;</span> $maxb){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[6] = ($swage - $maxb) * $r6;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if (($swage <span>&lt;</span> $b7) &amp;&amp; ($swage <span>&gt;</span> $b6)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[6] = ($swage - $b6) * $r6;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[6] = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if($b7 !== \"na\") {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if(($swage <span>&gt;</span> $b8) &amp;&amp; ($b8 !== \"na\")){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[7] = ($b8 - $b7) * $r7;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if($swage <span>&gt;</span> $maxb){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[7] = ($swage - $maxb) * $r7;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if (($swage <span>&lt;</span> $b8) &amp;&amp; ($swage <span>&gt;</span> $b7)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[7] = ($swage - $b7) * $r7;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[7] = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if($b8 !== \"na\") {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if(($swage <span>&gt;</span> $b9) &amp;&amp; ($b9 !== \"na\")){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[8] = ($b9 - $b8) * $r8;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if($swage <span>&gt;</span> $maxb){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[8] = ($swage - $maxb) * $r8;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if (($swage <span>&lt;</span> $b9) &amp;&amp; ($swage <span>&gt;</span> $b8)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[8] = ($swage - $b8) * $r8;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[8] = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if($b9 !== \"na\") {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if(($swage <span>&gt;</span> $b10) &amp;&amp; ($b10 !== \"na\")){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[9] = ($b10 - $b9) * $r9;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if($swage <span>&gt;</span> $maxb){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[9] = ($swage - $maxb) * $r9;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if (($swage <span>&lt;</span> $b10) &amp;&amp; ($swage <span>&gt;</span> $b9)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[9] = ($swage - $b9) * $r9;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[9] = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><br />if($b10 !== \"na\") {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if(($swage <span>&gt;</span> $b11) &amp;&amp; ($b11 !== \"na\")){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[10] = ($b11 - $b10) * $r10;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if($swage <span>&gt;</span> $maxb){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[10] = ($swage - $maxb) * $r10;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if (($swage <span>&lt;</span> $b11) &amp;&amp; ($swage <span>&gt;</span> $b10)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[10] = ($swage - $b10) * $r10;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[10] = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if($b11 !== \"na\") {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if(($swage <span>&gt;</span> $b12) &amp;&amp; ($b12 !== \"na\")){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[11] = ($b12 - $b11) * $r11;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if($swage <span>&gt;</span> $maxb){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[11] = ($swage - $maxb) * $r11;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if (($swage <span>&lt;</span> $b12) &amp;&amp; ($swage <span>&gt;</span> $b11)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[11] = ($swage - $b11) * $r11;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[11] = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if($b12 !== \"na\") {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if(($swage <span>&gt;</span> $b13) &amp;&amp; ($b13 !== \"na\")){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[12] = ($b13 - $b12) * $r12;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if($swage <span>&gt;</span> $maxb){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[12] = ($swage - $maxb) * $r12;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else if (($swage <span>&lt;</span> $b13) &amp;&amp; ($swage <span>&gt;</span> $b12)){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[12] = ($swage - $b12) * $r12;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[12] = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if($b[13] !== \"na\") {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if($swage <span>&gt;</span> $b[13]){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[13] = ($swage - $b[13]) * $r[13];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$t[13] = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />//*******************************************************************<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if (isset($_POST[\'fuel\'])){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$fuel = ckdata($_REQUEST[\'fuel\']);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />switch($fuel){<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />case \'Gasoline\':<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$fuel_tax = $row_stax[\'gas\'] * ($miles/$mpg);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />break;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />case \'Diesel\':<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$fuel_tax = $row_stax[\'fuel\'] * ($miles/$mpg);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />break; <br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> }<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> }<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />//******************************************************************* <br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$state_tax = array_sum($t);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$prop_tax = $row_stax[\'property\'] * $proptax;<br />// $gas_tax = $row_stax[\'gas\'] * ($miles/$mpg);<br />// $fuel_tax = $row_stax[\'fuel\'] * ($miles/$mpg);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rec_tax = ($row_stax[\'sales\'] + $row_stax[\'local\']) * $rec * 12;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$cloth_tax = ($row_stax[\'sales\'] + $row_stax[\'local\']) * $clothing * 12;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$cig_tax = ($row_stax[\'cigarette\'] * ($cigs * 365));<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$util_tax = ($row_stax[\'utility\'] + $row_stax[\'utility_local\']) * ($util * 12);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$food_tax = ($row_stax[\'sales\'] + $row_stax[\'local\']) * ($dine * 52);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$sls_tax = ($row_stax[\'sales\'] + $row_stax[\'local\']); <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$local_tax = $local;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$population = $row_stax[\'population\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$households = $row_stax[\'households\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$lic_tax = ($row_stax[\'license\'] / $population) * $dep;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$ins_tax = ($row_stax[\'insurance\'] / $population) * $dep;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$other_tax = ((($row_stax[\'state_other\'] + $row_stax[\'local_other\']) / $population) * $dep) + $lic_tax + $ins_tax;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$gal = ($abev / 2.045) * .059;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$avg_excise = $row_stax[\'excise\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$partial_bev_tax = $abev * $sls_tax;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$excise_tax = $gal * $avg_excise;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$total_bev_tax = $partial_bev_tax + $excise_tax;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$bws_tax = $total_bev_tax * 52; //2.045 = avg cost per serving, .059 = avg gal/serving * avg excise/gal foer all 3 bws(beer, wine, spirits) * 52 weeks<br />// $total_state_tax = array($state_tax, $prop_tax, $rec_tax, $cloth_tax, $cig_tax, $liq_tax, $util_tax, $food_tax, $heat_tax);<br />// $tst = number_format((array_sum($total_state_tax)),2);<br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$select_state = $x[$stid][0];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$tst = $state_tax + $prop_tax + $fuel_tax + $rec_tax + $cloth_tax + $cig_tax + $bws_tax + $util_tax + $food_tax + $lic_tax + $ins_tax + $other_tax;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br />// echo \'EXEMPTEX\'; echo $state_tax; echo \'X\'; echo $prop_tax; echo \'X\'; echo $gas_tax; echo \'X\'; echo $fuel_tax; echo \'X\'; echo $rec_tax; echo \'X\';echo $cloth_tax; echo \'X\';echo $cig_tax; echo \'X\';echo $a_bev_tax; echo \'X\'; echo $util_tax; echo \'X\'; echo $food_tax; echo \'X\'; echo $lic_tax; echo \'X\'; echo $ins_tax; echo \'X\'; echo $other_tax;<br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if($st_id == $stid) {<br />// }<br />// echo \'YYYYY\' ;echo $stid ;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$x = array($st_id =<span>&gt;</span>array($state_name, $state_tax, $prop_tax, $fuel_tax, $rec_tax, $cloth_tax, $cig_tax, $bws_tax, $util_tax, $food_tax, $ins_tax, $lic_tax, $other_tax));<br />// print_r($x);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br />// $stid = \'AL\';<br />// echo \'XXXXX\';echo array_sum($x[$stid]);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$tax_state_selected = array_sum($x[$stid]);<br />// echo \'XXXXX\';echo $tax_state_selected;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$select_state = $x[$stid][0];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br />//******************************************************************* <br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$field1 = $row_stax[\'state_name\'];<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$field2 = number_format($state_tax,2);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$field3 = number_format($prop_tax,2);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$field4 = number_format($fuel_tax,2);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$field6 = number_format($rec_tax,2);//recreation<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$field7 = number_format($cloth_tax,2);//clothing<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$field8 = number_format($cig_tax,2);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$field9 = number_format($bws_tax,2);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$field10 = number_format($util_tax,2);//utilities hold<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$field11 = number_format($food_tax,2);<br />// $field12 = number_format($lic_tax,2);//hunt fish drivers lic tax<br />// $field13 = number_format($ins_tax,2);//insurance premium tax<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$field14 = number_format($other_tax,2);//insurance premium tax<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$field15 = number_format($tst,2);//total tax<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br />// $field14 = number_format($tt_fed,2);<br />// $all = array($field1 + $field2 + $field3 + $field4+ $field5+ $field6 + $field7 + $field8 + $field9 + $field10 + $field11 + $field12 + $field14);<br />// $all = array($adj_tax, $tst);<br />// $field15 = $adj_tax;<br />// $field15 = array_sum($all);<br />// $field15 = number_format($comb_tax,2);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />?<span>&gt;</span><br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>tr<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>td bordercolor=\"#FFFFFF\" class=\"tablesText\"<span>&gt;</span><span>&lt;</span>div align=\"left\"<span>&gt;</span><span>&lt;</span>?php echo $field1;?<span>&gt;</span><span>&lt;</span>/div<span>&gt;</span> <span>&lt;</span>/td<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>td bordercolor=\"#FFFFFF\" class=\"tablesText\"<span>&gt;</span><span>&lt;</span>div align=\"right\"<span>&gt;</span><span>&lt;</span>?php echo $field2;?<span>&gt;</span><span>&lt;</span>/div<span>&gt;</span><span>&lt;</span>/td<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>td bordercolor=\"#FFFFFF\" class=\"tablesText\"<span>&gt;</span><span>&lt;</span>div align=\"right\"<span>&gt;</span><span>&lt;</span>?php echo $field3;?<span>&gt;</span><span>&lt;</span>/div<span>&gt;</span><span>&lt;</span>/td<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>td bordercolor=\"#FFFFFF\" class=\"tablesText\"<span>&gt;</span><span>&lt;</span>div align=\"right\"<span>&gt;</span><span>&lt;</span>?php echo $field4;?<span>&gt;</span><span>&lt;</span>/div<span>&gt;</span><span>&lt;</span>/td<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>td bordercolor=\"#FFFFFF\" class=\"tablesText\"<span>&gt;</span><span>&lt;</span>div align=\"right\"<span>&gt;</span><span>&lt;</span>?php echo $field6;?<span>&gt;</span><span>&lt;</span>/div<span>&gt;</span><span>&lt;</span>/td<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>td bordercolor=\"#FFFFFF\" class=\"tablesText\"<span>&gt;</span><span>&lt;</span>div align=\"right\"<span>&gt;</span><span>&lt;</span>?php echo $field7;?<span>&gt;</span><span>&lt;</span>/div<span>&gt;</span><span>&lt;</span>/td<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>td bordercolor=\"#FFFFFF\" class=\"tablesText\"<span>&gt;</span><span>&lt;</span>div align=\"right\"<span>&gt;</span><span>&lt;</span>?php echo $field8;?<span>&gt;</span><span>&lt;</span>/div<span>&gt;</span><span>&lt;</span>/td<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>td bordercolor=\"#FFFFFF\" class=\"tablesText\"<span>&gt;</span><span>&lt;</span>div align=\"right\"<span>&gt;</span><span>&lt;</span>?php echo $field9;?<span>&gt;</span><span>&lt;</span>/div<span>&gt;</span><span>&lt;</span>/td<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>td bordercolor=\"#FFFFFF\" class=\"tablesText\"<span>&gt;</span><span>&lt;</span>div align=\"right\"<span>&gt;</span><span>&lt;</span>?php echo $field10;?<span>&gt;</span><span>&lt;</span>/div<span>&gt;</span><span>&lt;</span>/td<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>td bordercolor=\"#FFFFFF\" class=\"tablesText\"<span>&gt;</span><span>&lt;</span>div align=\"right\"<span>&gt;</span><span>&lt;</span>?php echo $field11;?<span>&gt;</span><span>&lt;</span>/div<span>&gt;</span><span>&lt;</span>/td<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>td bordercolor=\"#FFFFFF\" class=\"tablesText\"<span>&gt;</span><span>&lt;</span>div align=\"right\"<span>&gt;</span><span>&lt;</span>?php echo $field14;?<span>&gt;</span><span>&lt;</span>/div<span>&gt;</span><span>&lt;</span>/td<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>td bordercolor=\"#FFFFFF\" class=\"tablesText\"<span>&gt;</span><span>&lt;</span>div align=\"right\"<span>&gt;</span><span>&lt;</span>?php echo $field15;?<span>&gt;</span><span>&lt;</span>/div<span>&gt;</span><span>&lt;</span>/td<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>/tr<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>?php <br />// } //$alternate<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />} //WHILE LOOP ON LINE 522<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />?<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>/tbody<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>?php <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />?<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>tfoot<span>&gt;</span><span>&lt;</span>tr<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>/tr<span>&gt;</span><span>&lt;</span>/tfoot<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>/table<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>br /<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>br /<span>&gt;</span><span>&lt;</span>br /<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>?php <br />//*******************************************************************************************<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />if($basis = \'Single\') {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$health_tax = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />switch ($health_tax) {<br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />case ($wage <span>&gt;</span>= 9000) &amp;&amp; ($wage <span>&lt;</span> 400000):<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$health_tax = $wage * .01;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />break;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />case ($wage <span>&gt;</span>= 400000) &amp;&amp; ($wage <span>&lt;</span> 800000):<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$health_tax = $wage * .015;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />break;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />case ($wage <span>&gt;</span>= 800000):<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$health_tax = $wage * .054;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />break;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />else<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />{<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />switch ($health_tax) {<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />case $wage <span>&lt;</span> 9000:<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$health_tax = 0;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />break;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />case ($wage <span>&gt;</span>= 9000) &amp;&amp; ($wage <span>&lt;</span> 500000):<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$health_tax = $wage * .01;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />break;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />case ($wage <span>&gt;</span>= 500000) &amp;&amp; ($wage <span>&lt;</span> 1000000):<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$health_tax = $wage * .015;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />break;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />case ($wage <span>&gt;</span>= 1000000):<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$health_tax = $wage * .054;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />break;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />}<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />//*******************************************************************<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br />// switch ($cap_trade) {<br />// case $wage <span>&lt;</span> 20291:<br />// $cap_trade = $wage * .033;<br />// break;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br />// case ($wage <span>&gt;</span>= 20291) &amp;&amp; ($wage <span>&lt;</span> 39100):<br />// $cap_trade = $wage * .029;<br />// break;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br />// case ($wage <span>&gt;</span>= 39100) &amp;&amp; ($wage <span>&lt;</span> 62000):<br />// $cap_trade = $wage * .028;<br />// break;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br />// case ($wage <span>&gt;</span>= 62000) &amp;&amp; ($wage <span>&lt;</span> 100000):<br />// $cap_trade = $wage * .027;<br />// break;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br />// case ($wage <span>&gt;</span>= 100000):<br />// $cap_trade = $wage * .017;<br />// break;<br /><br />// }<br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />//Cap-and-Trade..........................................................<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$gas_oil = 1.281;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$all_util = 1.601;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$nat_gas = 2.51;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$food_drink = .156;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$housing = .1799;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$healthcare = .187;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$ct_clothing = .095;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$entertainment = .0238;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$transportation = .151;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$ct_other = .132;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$ct_fuel = ($fuel_price * ($miles/$mpg)) * $gas_oil;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$ct_util = $util * (($all_util + $nat_gas)/2);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$ct_food = ($abev + $dine) * $food_drink;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$ct_hous = (($proptax * .01) + $rent) * $housing;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$ct_heal = $health_ins * $healthcare;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$ct_clth = $clothing * $ct_clothing;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$ct_entt = $rec * $entertainment;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$ct_trns = ($flight + $repairs + $cars) * $transportation;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$ct_misc = $misc * $ct_other;<br /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$cap_trade = $ct_fuel + $ct_util + $ct_food + $ct_hous + $ct_heal + $ct_clth + $ct_entt + $ct_trns + $ct_misc;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$rtt_fed = $rtax + $medtx + $sstx;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$current_taxes = $tt_fed + $tax_state_selected;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$prop_cth_tax = $current_taxes + $cap_trade + $health_tax;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$percent_change_cth = (($prop_cth_tax - $current_taxes) * 100) / $current_taxes;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$prop_future_tax = $rtt_fed + $tax_state_selected + $cap_trade + $health_tax;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$percent_change = (($prop_future_tax - $current_taxes) * 100) / $current_taxes;<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />@mysqli_free_result($r_stax); <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />} //MAIN CONDITIONAL<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br />?<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <span>&lt;</span>?php <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$query_states = \"SELECT * FROM state_tax ORDER BY state_tax.state_name ASC\";<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$states = mysqli_query($dbc, $query_states);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$row_states = mysqli_fetch_assoc($states) or die(mysqli_error());<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />$totalRows_states = mysqli_num_rows($states);<br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><br />?<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <span>&lt;</span>?php <br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />@mysqli_close($dbc);<br /><br />?<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>/div<span>&gt;</span><span>&lt;</span>/th<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>/tr<span>&gt;</span><br /><span>&lt;</span>/table<span>&gt;</span><br /><span>&lt;</span>br /<span>&gt;</span><br /><span>&lt;</span>table width=\"800\" border=\"0\" align=\"center\" cellpadding=\"7\" cellspacing=\"7\" bordercolor=\"#000000\" bgcolor=\"#F7F5EE\"<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>tr<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>td bordercolor=\"#CCCCCC\" bgcolor=\"#ECE9D8\" class=\"\"<span>&gt;</span><span>&lt;</span>div align=\"center\"<span>&gt;</span><span>&lt;</span>span class=\"turq\"<span>&gt;</span><span>&lt;</span>?php echo $select_state;?<span>&gt;</span><span>&lt;</span>/span<span>&gt;</span><span>&lt;</span>/div<span>&gt;</span><span>&lt;</span>/td<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>/tr<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>tr<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>td bordercolor=\"#F4F2E8\" class=\"tax_table\"<span>&gt;</span><span>&lt;</span>table width=\"100%\" border=\"0\" cellspacing=\"3\" cellpadding=\"0\"<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <span>&lt;</span>tr<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>th valign=\"middle\" background=\"images/grey_backgrd60.png\" bgcolor=\"#BFBFBF\" class=\"turq\" scope=\"row\"<span>&gt;</span>Your money <span>&lt;</span>span class=\"headingBlu2\"<span>&gt;</span>$<span>&lt;</span>?php echo number_format($gr_wage,2) ?<span>&gt;</span><span>&lt;</span>/span<span>&gt;</span><span>&lt;</span>/th<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>th width=\"22%\" background=\"images/grey_backgrd60.png\" bgcolor=\"#BFBFBF\" scope=\"row\"<span>&gt;</span>After 2009 Taxes<span>&lt;</span>/th<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>th width=\"28%\" background=\"images/grey_backgrd60.png\" bgcolor=\"#BFBFBF\" scope=\"row\"<span>&gt;</span>After Cap-and-Trade and Health Care Surtax<span>&lt;</span>/th<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>th width=\"28%\" background=\"images/grey_backgrd60.png\" bgcolor=\"#BFBFBF\" scope=\"row\"<span>&gt;</span>After Cap-and-Trade and Health Care Surtax and 2011 Tax Increase<span>&lt;</span>/th<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <span>&lt;</span>/tr<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <span>&lt;</span>tr<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>th bgcolor=\"#BFBFBF\" scope=\"row\"<span>&gt;</span>Total Federal taxes:<span>&lt;</span>/th<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>th bgcolor=\"#BFBFBF\" scope=\"row\"<span>&gt;</span><span>&lt;</span>input name=\"total_fed3\" type=\"text\" class=\"tax_table_ctr\" value=\" <span>&lt;</span>?php echo number_format($tt_fed,2) ; ?<span>&gt;</span>\" /<span>&gt;</span><span>&lt;</span>/th<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>th bgcolor=\"#BFBFBF\" scope=\"row\"<span>&gt;</span><span>&lt;</span>input name=\"textfield8\" type=\"text\" class=\"tax_table_ctr\" value=\" <span>&lt;</span>?php echo number_format(($tt_fed + $cap_trade + $health_tax),2); ?<span>&gt;</span> \" /<span>&gt;</span><span>&lt;</span>/th<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>th bgcolor=\"#BFBFBF\" scope=\"row\"<span>&gt;</span><span>&lt;</span>input name=\"textfield8\" type=\"text\" class=\"tax_table_ctr\" value=\" <span>&lt;</span>?php echo number_format(($rtt_fed + $cap_trade + $health_tax),2); ?<span>&gt;</span> \" /<span>&gt;</span><span>&lt;</span>/th<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <span>&lt;</span>/tr<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <span>&lt;</span>tr<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>th bgcolor=\"#BFBFBF\" scope=\"row\"<span>&gt;</span>Total State taxes:<span>&lt;</span>/th<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>th bgcolor=\"#BFBFBF\" scope=\"row\"<span>&gt;</span><span>&lt;</span>input name=\"textfield8\" type=\"text\" class=\"tax_table_ctr\" value=\" <span>&lt;</span>?php echo number_format($tax_state_selected,2); ?<span>&gt;</span> \" /<span>&gt;</span><span>&lt;</span>/th<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>th bgcolor=\"#BFBFBF\" scope=\"row\"<span>&gt;</span><span>&lt;</span>input name=\"textfield222\" type=\"text\" class=\"tax_table_ctr\" value=\" <span>&lt;</span>?php echo number_format($tax_state_selected,2); ?<span>&gt;</span> \" /<span>&gt;</span><span>&lt;</span>/th<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>th bgcolor=\"#BFBFBF\" scope=\"row\"<span>&gt;</span><span>&lt;</span>input name=\"textfield223\" type=\"text\" class=\"tax_table_ctr\" value=\" <span>&lt;</span>?php echo number_format($tax_state_selected,2); ?<span>&gt;</span> \" /<span>&gt;</span><span>&lt;</span>/th<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <span>&lt;</span>/tr<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <span>&lt;</span>tr<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>th bgcolor=\"#FF5500\" class=\"headWht\" scope=\"row\"<span>&gt;</span>What\'s left :<span>&lt;</span>/th<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>th bgcolor=\"#FF5500\" scope=\"row\"<span>&gt;</span><span>&lt;</span>input name=\"textfield8\" align=\"align\" \"center\" type=\"text\" class=\"tax_table_ctr\" value=\" <span>&lt;</span>?php echo number_format($gr_wage - ($tt_fed + $tax_state_selected),2); ?<span>&gt;</span> \" /<span>&gt;</span><span>&lt;</span>/th<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>th bgcolor=\"#FF5500\" scope=\"row\"<span>&gt;</span><span>&lt;</span>input name=\"textfield8\" align=\"align\" \"center\" type=\"text\" class=\"tax_table_ctr\" value=\" <span>&lt;</span>?php echo number_format($gr_wage - ($tt_fed + $tax_state_selected + $cap_trade + $health_tax),2); ?<span>&gt;</span> \" /<span>&gt;</span><span>&lt;</span>/th<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>th bgcolor=\"#FF5500\" scope=\"row\"<span>&gt;</span><span>&lt;</span>input name=\"textfield8\" align=\"align\" \"center\" type=\"text\" class=\"tax_table_ctr\" value=\" <span>&lt;</span>?php echo number_format($gr_wage - ($rtt_fed + $tax_state_selected + $cap_trade + $health_tax),2); ?<span>&gt;</span> \" /<span>&gt;</span><span>&lt;</span>/th<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <span>&lt;</span>/tr<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <span>&lt;</span>tr<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>th bgcolor=\"#BFBFBF\" scope=\"row\"<span>&gt;</span>Percentage of income relinquished for taxes:<span>&lt;</span>/th<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>th bgcolor=\"#BFBFBF\" scope=\"row\"<span>&gt;</span><span>&lt;</span>input name=\"textfield805\" type=\"text\" class=\"tax_table_ctr\" value=\" <span>&lt;</span>?php echo number_format(((($tax_state_selected + $tt_fed) * 100) / $gr_wage),2); echo \'%\' ?<span>&gt;</span>\" /<span>&gt;</span><span>&lt;</span>/th<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>th bgcolor=\"#BFBFBF\" scope=\"row\"<span>&gt;</span><span>&lt;</span>input name=\"textfield804\" type=\"text\" class=\"tax_table_ctr\" value=\" <span>&lt;</span>?php echo number_format(((($tt_fed + $tax_state_selected + $cap_trade + $health_tax) * 100) / $gr_wage),2); echo \'%\' ?<span>&gt;</span>\" /<span>&gt;</span><span>&lt;</span>/th<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>th bgcolor=\"#BFBFBF\" scope=\"row\"<span>&gt;</span><span>&lt;</span>input name=\"textfield803\" type=\"text\" class=\"tax_table_ctr\" value=\" <span>&lt;</span>?php echo number_format(((($rtt_fed + $tax_state_selected + $cap_trade + $health_tax) * 100) / $gr_wage),2); echo \'%\' ?<span>&gt;</span>\" /<span>&gt;</span><span>&lt;</span>/th<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <span>&lt;</span>/tr<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <span>&lt;</span>tr<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>th bgcolor=\"#BFBFBF\" scope=\"row\"<span>&gt;</span>Number of working days required to pay taxes:<span>&lt;</span>/th<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>th bgcolor=\"#BFBFBF\" scope=\"row\"<span>&gt;</span><span>&lt;</span>input name=\"textfield800\" type=\"text\" class=\"tax_table_ctr\" value=\" <span>&lt;</span>?php echo number_format((($tax_state_selected + $tt_fed) / ($gr_wage / 365)),2); echo \' days\' ?<span>&gt;</span>\" /<span>&gt;</span><span>&lt;</span>/th<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>th bgcolor=\"#BFBFBF\" scope=\"row\"<span>&gt;</span><span>&lt;</span>input name=\"textfield801\" type=\"text\" class=\"tax_table_ctr\" value=\" <span>&lt;</span>?php echo number_format((($tt_fed + $tax_state_selected + $cap_trade + $health_tax) / ($gr_wage / 365)),2); echo \' days\' ?<span>&gt;</span>\" /<span>&gt;</span><span>&lt;</span>/th<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>th bgcolor=\"#BFBFBF\" scope=\"row\"<span>&gt;</span><span>&lt;</span>input name=\"textfield802\" type=\"text\" class=\"tax_table_ctr\" value=\" <span>&lt;</span>?php echo number_format((($rtt_fed + $tax_state_selected + $cap_trade + $health_tax) / ($gr_wage / 365)),2); echo \' days\' ?<span>&gt;</span>\" /<span>&gt;</span><span>&lt;</span>/th<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <span>&lt;</span>/tr<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>/table<span>&gt;</span><span>&lt;</span>/td<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>/tr<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>tr<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>td bordercolor=\"#F4F2E8\" bgcolor=\"#ECE9D8\" class=\"smTextNav\"<span>&gt;</span><span>&lt;</span>a href=\"javascript: history.go(-1)\" \"<span>&gt;</span>&amp;laquo;<span>&lt;</span>u<span>&gt;</span>prev page<span>&lt;</span>/u<span>&gt;</span><span>&lt;</span>/a<span>&gt;</span><span>&lt;</span>/td<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>/tr<span>&gt;</span><br /><span>&lt;</span>/table<span>&gt;</span><br /><span>&lt;</span>div align=\"center\"<span>&gt;</span><span>&lt;</span>br /<span>&gt;</span><br /><span>&lt;</span>br /<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>br /<span>&gt;</span><br /><span>&lt;</span>/div<span>&gt;</span><br /><span>&lt;</span>table width=\"88%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\"<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>tr<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>th scope=\"col\"<span>&gt;</span><span>&lt;</span>hr /<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>p<span>&gt;</span><span>&lt;</span>span class=\"footer\"<span>&gt;</span>Sources: Tax Foundation, U.S. Census Bureau Statistical Abstract of the United States 2009, U.S Bureau of Labor Statistics Consumer Expenditures in 2006, Internal Revenue Service, University of Missouri Public Policy Research Center, Distilled Spirits Council of the United States (DISCUS)<span>&lt;</span>/span<span>&gt;</span><span>&lt;</span>br /<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>span class=\"footer\"<span>&gt;</span><span>&lt;</span>br /<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" />Health Surtax estimates are based on the latest proposal (as of July 16, 2009) which would impose a surtax of 1 percent on married couples with adjusted gross incomes between $350,000 and $500,000 (singles between $280,000 and $400,000); 1.5 percent on couples with incomes between $500,000 and $1 million (singles earning between $400,000 and $800,000); and 5.4 percent on couples earning more than $1 million (singles beyond $800,000). The bottom bracket was reduced to $9000 based on House Ways and Means ranking member Dave Camp\'s comment that there was a provision, outlined in pages added to the bill on 07.16.09, which tax the lowest earners .<span>&lt;</span>br /<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>br /<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> * Recreation Tax and Clothing Tax : Sales tax applied to recreation and clothing purchases. Food Tax: Sales tax applied when dining away from home. Hunting, Fishing &amp;amp; Driver\'s License Tax: Per-capita. Other Tax: Per_capita. Total State Taxes: Does not include all taxes applied at the state level.<span>&lt;</span>/span<span>&gt;</span><span>&lt;</span>br /<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>/p<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /> <span>&lt;</span>p class=\"footer\"<span>&gt;</span>These documents are for discussion and comparative purposes only. They are not to be used to determine actual tax liability. Please consult a tax professional for investment, legal or other financial advice.<span>&lt;</span>/p<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>p class=\"footer\"<span>&gt;</span>&amp;nbsp;<span>&lt;</span>/p<span>&gt;</span><span>&lt;</span>/th<span>&gt;</span><br /><img src=\"plugins/editors-xtd/sourcerer/images/tab.png\" border=\"0\" alt=\"    \" /><span>&lt;</span>/tr<span>&gt;</span><br /><span>&lt;</span>/table<span>&gt;</span><br /><span>&lt;</span>p class=\"for_saleHeading2\"<span>&gt;</span><span>&lt;</span>br /<span>&gt;</span><br /><span>&lt;</span>/p<span>&gt;</span><br /></span>{/source}</p>','',1,0,0,0,'2010-05-08 23:32:31',62,'','2010-05-09 02:15:42',62,0,'0000-00-00 00:00:00','2010-05-08 23:32:31','0000-00-00 00:00:00','','','show_title=\nlink_titles=1\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,3,'','',0,16,'robots=\nauthor='),(75,'Tax Comparison Calculator (Extended)','tax-comparison-calculator-detailed','','<p>{source}<br />&lt;style type=\"text/css\"&gt;<br />&lt;!--<br />hr {<br />border-bottom-width: thin;<br />border-bottom-style: dotted;<br />border-bottom-color: #333;<br />}<br />.banner_main {<br />font-size: 18px;<br />font-family: Tahoma, Geneva, sans-serif;<br />color: #000;<br />font-weight: bold;<br />}<br />.headerTaxMain {<br />font-family: Tahoma, Geneva, sans-serif;<br />font-size: 12px;<br />font-weight: bold;<br />color: #039;<br />background-image: url(1040_555H.jpg);<br />background-repeat: no-repeat;<br />line-height: 155px;<br />vertical-align: sub;<br />}<br />.textMed {<br />font-family: Tahoma, Geneva, sans-serif;<br />font-size: 12px;<br />color: #333;<br />}<br />.textLg {<br />font-family: Tahoma, Geneva, sans-serif;<br />font-size: 14px;<br />font-weight: bold;<br />color: #039;<br />}<br />.bkgrd {<br />background-color: #039;<br />}<br />.heading3 {<br />font-family: Tahoma, Geneva, sans-serif;<br />font-size: 14px;<br />font-weight: bold;<br />color: #333;<br />text-align: left;<br />}<br />.blk_sm {<br />font-family: Tahoma, Geneva, sans-serif;<br />font-size: 10px;<br />font-weight: bold;<br />color: #000;<br />text-align: right;<br />}<br />--&gt;<br />&lt;/style&gt;</p>\r\n<p>&lt;h3&gt;Which states are tax friendly?&lt;/h3&gt;<br />This tax comparison calculator is designed to demonstrate how much money an individual, family or small business owner REALLY pays in government taxes. Results are based on combining state income taxes, federal income taxes, property taxes and sales tax with the \"hidden taxes\" on gasoline, licenses, cigarettes and alcohol. See how many days you must work (without pay) to meet these tax burdens.  Determine which states are tax friendlier by clicking on column headings to sort by tax categories. This is helpful information when considering a job, or moving to, or doing business, in another state. Also, the information is a useful talking point when contacting your representatives to express your approval, or disapproval, of current and proposed taxes. &lt;br /&gt;<br />&lt;br /&gt;<br />There are two calculators. The &lt;a href=\"<a href=\"index.php?option=com_content&amp;view=article&amp;id=73&amp;Itemid=71&quot;&gt;short\">http://www.letsrebuildit.com/index.php?option=com_content&amp;view=article&amp;id=73&amp;Itemid=71\"&gt;short</a> form&lt;/a&gt; recognizes expenses based on U.S. Census Bureau statistical averages then calculates tax liability based on your salary (or net business income) and filing status. The expanded form below calculates taxes based on &lt;em&gt;your actual expenses&lt;/em&gt;, salary (or net business income) and filing status.&lt;br /&gt;<br />&lt;p&gt;&amp;nbsp;&lt;/p&gt;<br />&lt;form id=\"form1\" name=\"form1\" method=\"post\" action=\"index.php?option=com_jumi&amp;fileid=4\"&gt;<br />&lt;table width=\"44<br />%\" border=\"0\" align=\"center\" cellspacing=\"0\"&gt;<br />&lt;tr&gt;<br />&lt;th colspan=\"8\" scope=\"col\"&gt;&lt;img src=\"1040_555H.jpg\" width=\"597\" height=\"155\" alt=\"Taxes: The long term cost of moving\" /&gt;&lt;/th&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;th colspan=\"8\" scope=\"col\"&gt;&amp;nbsp;&lt;/th&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td width=\"26\"&gt;&lt;img src=\"../blu_tri11.png\" width=\"11\" height=\"11\" /&gt;&lt;/td&gt;<br />&lt;td colspan=\"5\"&gt;&lt;span&gt;Where do you now live or where would you like to live in the future?&lt;/span&gt;&lt;/td&gt;<br />&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td&gt;&lt;select name=\"stid\"&gt;<br />&lt;option value=\"\" selected=\"selected\"&gt;State&lt;/option&gt;<br />&lt;option value=\"AL\"&gt;Alabama&lt;/option&gt;<br />&lt;option value=\"AK\"&gt;Alaska&lt;/option&gt;<br />&lt;option value=\"AZ\"&gt;Arizona&lt;/option&gt;<br />&lt;option value=\"AR\"&gt;Arkansas&lt;/option&gt;<br />&lt;option value=\"CA\"&gt;California&lt;/option&gt;<br />&lt;option value=\"CO\"&gt;Colorado&lt;/option&gt;<br />&lt;option value=\"CT\"&gt;Connecticut&lt;/option&gt;<br />&lt;option value=\"DE\"&gt;Delaware&lt;/option&gt;<br />&lt;option value=\"DC\"&gt;District Of Columbia&lt;/option&gt;<br />&lt;option value=\"FL\"&gt;Florida&lt;/option&gt;<br />&lt;option value=\"GA\"&gt;Georgia&lt;/option&gt;<br />&lt;option value=\"HI\"&gt;Hawaii&lt;/option&gt;<br />&lt;option value=\"ID\"&gt;Idaho&lt;/option&gt;<br />&lt;option value=\"IL\"&gt;Illinois&lt;/option&gt;<br />&lt;option value=\"IN\"&gt;Indiana&lt;/option&gt;<br />&lt;option value=\"IA\"&gt;Iowa&lt;/option&gt;<br />&lt;option value=\"KS\"&gt;Kansas&lt;/option&gt;<br />&lt;option value=\"KY\"&gt;Kentucky&lt;/option&gt;<br />&lt;option value=\"LA\"&gt;Louisiana&lt;/option&gt;<br />&lt;option value=\"ME\"&gt;Maine&lt;/option&gt;<br />&lt;option value=\"MD\"&gt;Maryland&lt;/option&gt;<br />&lt;option value=\"MA\"&gt;Massachusetts&lt;/option&gt;<br />&lt;option value=\"MI\"&gt;Michigan&lt;/option&gt;<br />&lt;option value=\"MN\"&gt;Minnesota&lt;/option&gt;<br />&lt;option value=\"MS\"&gt;Mississippi&lt;/option&gt;<br />&lt;option value=\"MO\"&gt;Missouri&lt;/option&gt;<br />&lt;option value=\"MT\"&gt;Montana&lt;/option&gt;<br />&lt;option value=\"NE\"&gt;Nebraska&lt;/option&gt;<br />&lt;option value=\"NV\"&gt;Nevada&lt;/option&gt;<br />&lt;option value=\"NH\"&gt;New Hampshire&lt;/option&gt;<br />&lt;option value=\"NJ\"&gt;New Jersey&lt;/option&gt;<br />&lt;option value=\"NM\"&gt;New Mexico&lt;/option&gt;<br />&lt;option value=\"NY\"&gt;New York&lt;/option&gt;<br />&lt;option value=\"NC\"&gt;North Carolina&lt;/option&gt;<br />&lt;option value=\"ND\"&gt;North Dakota&lt;/option&gt;<br />&lt;option value=\"OH\"&gt;Ohio&lt;/option&gt;<br />&lt;option value=\"OK\"&gt;Oklahoma&lt;/option&gt;<br />&lt;option value=\"OR\"&gt;Oregon&lt;/option&gt;<br />&lt;option value=\"PA\"&gt;Pennsylvania&lt;/option&gt;<br />&lt;option value=\"RI\"&gt;Rhode Island&lt;/option&gt;<br />&lt;option value=\"SC\"&gt;South Carolina&lt;/option&gt;<br />&lt;option value=\"SD\"&gt;South Dakota&lt;/option&gt;<br />&lt;option value=\"TN\"&gt;Tennessee&lt;/option&gt;<br />&lt;option value=\"TX\"&gt;Texas&lt;/option&gt;<br />&lt;option value=\"UT\"&gt;Utah&lt;/option&gt;<br />&lt;option value=\"VT\"&gt;Vermont&lt;/option&gt;<br />&lt;option value=\"VA\"&gt;Virginia&lt;/option&gt;<br />&lt;option value=\"WA\"&gt;Washington&lt;/option&gt;<br />&lt;option value=\"WV\"&gt;West Virginia&lt;/option&gt;<br />&lt;option value=\"WI\"&gt;Wisconsin&lt;/option&gt;<br />&lt;option value=\"WY\"&gt;Wyoming&lt;/option&gt;<br />&lt;/select&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td colspan=\"7\"&gt;&lt;hr /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&lt;img src=\"../blu_tri11.png\" width=\"11\" height=\"11\" /&gt;&lt;/td&gt;<br />&lt;td colspan=\"5\"&gt;Gross wages or net business income:*&lt;/td&gt;<br />&lt;td&gt;$&lt;/td&gt;<br />&lt;td&gt;&lt;input name=\"wage\" type=\"text\" id=\"wage\" value=\"60533\" size=\"21\" maxlength=\"21\" /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td colspan=\"7\"&gt;&lt;hr /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&lt;img src=\"../blu_tri11.png\" width=\"11\" height=\"11\" /&gt;&lt;/td&gt;<br />&lt;td width=\"272\"&gt;&lt;span&gt;Are you self employed?&lt;/span&gt;&lt;/td&gt;<br />&lt;td width=\"24\"&gt;Yes&lt;/td&gt;<br />&lt;td width=\"27\"&gt;&lt;input name=\"selftx\" type=\"radio\" value=\"yes\" /&gt;&lt;/td&gt;<br />&lt;td width=\"20\"&gt;No&lt;/td&gt;<br />&lt;td width=\"332\"&gt;&lt;input name=\"selftx\" type=\"radio\" value=\"no\" checked=\"checked\" /&gt;&lt;/td&gt;<br />&lt;td colspan=\"2\"&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td colspan=\"7\"&gt;&lt;hr /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&lt;img src=\"../blu_tri11.png\" width=\"11\" height=\"11\" /&gt;&lt;/td&gt;<br />&lt;td nowrap=\"nowrap\"&gt;&lt;span&gt;Are you 65 years of age or older?&lt;/span&gt;&lt;/td&gt;<br />&lt;td&gt;Yes&lt;/td&gt;<br />&lt;td&gt;&lt;input name=\"senior\" type=\"radio\" value=\"yes\" /&gt;&lt;/td&gt;<br />&lt;td&gt;No&lt;/td&gt;<br />&lt;td&gt;&lt;input name=\"senior\" type=\"radio\" value=\"no\" checked=\"checked\" /&gt;&lt;/td&gt;<br />&lt;td colspan=\"2\"&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td colspan=\"7\"&gt;&lt;hr /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&lt;img src=\"../blu_tri11.png\" width=\"11\" height=\"11\" /&gt;&lt;/td&gt;<br />&lt;td&gt;&lt;span&gt;What is your filing status?&lt;/span&gt;&lt;/td&gt;<br />&lt;td colspan=\"6\"&gt;&lt;select name=\"basis\" id=\"basis\"&gt;<br />&lt;option&gt;Single&lt;/option&gt;<br />&lt;option&gt;Married Filing Jointly&lt;/option&gt;<br />&lt;option&gt;Married Filing Separately&lt;/option&gt;<br />&lt;option&gt;Head of Household&lt;/option&gt;<br />&lt;/select&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td colspan=\"7\"&gt;&lt;hr /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&lt;img src=\"../blu_tri11.png\" width=\"11\" height=\"11\" /&gt;&lt;/td&gt;<br />&lt;td&gt;&lt;span&gt;How many dependents? &lt;/span&gt;&lt;/td&gt;<br />&lt;td colspan=\"3\"&gt;&lt;select name=\"dep\" id=\"dep\"&gt;<br />&lt;option selected=\"selected\"&gt;1&lt;/option&gt;<br />&lt;option&gt;2&lt;/option&gt;<br />&lt;option&gt;3&lt;/option&gt;<br />&lt;option&gt;4&lt;/option&gt;<br />&lt;option&gt;5&lt;/option&gt;<br />&lt;option&gt;6&lt;/option&gt;<br />&lt;option&gt;7&lt;/option&gt;<br />&lt;option&gt;8&lt;/option&gt;<br />&lt;option&gt;9&lt;/option&gt;<br />&lt;/select&gt;&lt;/td&gt;<br />&lt;td colspan=\"3\"&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td colspan=\"7\"&gt;&lt;hr /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&lt;img src=\"../blu_tri11.png\" width=\"11\" height=\"11\" /&gt;&lt;/td&gt;<br />&lt;td colspan=\"5\"&gt;What is the value of your home?&lt;/td&gt;<br />&lt;td&gt;$&lt;/td&gt;<br />&lt;td&gt;&lt;input name=\"proptax\" type=\"text\" id=\"proptax\" value= \"185200.00\" /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td colspan=\"7\"&gt;&lt;hr /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&lt;img src=\"../blu_tri11.png\" width=\"11\" height=\"11\" /&gt;&lt;/td&gt;<br />&lt;td colspan=\"5\"&gt;If you rent, how much will you pay for rent each month?&lt;/td&gt;<br />&lt;td&gt;$&lt;/td&gt;<br />&lt;td&gt;&lt;input name=\"rent\" type=\"text\" id=\"proptax2\" value= \"0\" /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td colspan=\"7\"&gt;&lt;hr /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&lt;img src=\"../blu_tri11.png\" width=\"11\" height=\"11\" /&gt;&lt;/td&gt;<br />&lt;td colspan=\"5\"&gt;How much are your utility bills per month, including telephone?&lt;/td&gt;<br />&lt;td&gt;$&lt;/td&gt;<br />&lt;td&gt;&lt;input name=\"util\" type=\"text\" id=\"util\" value= \"200.00\" /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td colspan=\"7\"&gt;&lt;hr /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&lt;img src=\"../blu_tri11.png\" width=\"11\" height=\"11\" /&gt;&lt;/td&gt;<br />&lt;td colspan=\"5\"&gt;What is your clothing allowance per month?&lt;/td&gt;<br />&lt;td&gt;$&lt;/td&gt;<br />&lt;td&gt;&lt;input name=\"clothing\" type=\"text\" id=\"clothing\" value= \"142.00\" /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td colspan=\"7\"&gt;&lt;hr /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&lt;img src=\"../blu_tri11.png\" width=\"11\" height=\"11\" /&gt;&lt;/td&gt;<br />&lt;td colspan=\"5\"&gt;How much do you spend on healthcare costs including insurance, services, medical supplies and prescriptions?&lt;/td&gt;<br />&lt;td&gt;$&lt;/td&gt;<br />&lt;td&gt;&lt;input name=\"health_ins\" type=\"text\"  value= \"259.00\" /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td colspan=\"7\"&gt;&lt;hr /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&lt;img src=\"../blu_tri11.png\" width=\"11\" height=\"11\" /&gt;&lt;/td&gt;<br />&lt;td colspan=\"5\"&gt;How much do you spend for meals away from home each week ?&lt;/td&gt;<br />&lt;td&gt;$&lt;/td&gt;<br />&lt;td&gt;&lt;input name=\"dine\" type=\"text\" id=\"dine\" value= \"133.00\" /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td colspan=\"7\"&gt;&lt;hr /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&lt;img src=\"../blu_tri11.png\" width=\"11\" height=\"11\" /&gt;&lt;/td&gt;<br />&lt;td colspan=\"5\"&gt;How much do you spend on recreation each month?&lt;/td&gt;<br />&lt;td&gt;$&lt;/td&gt;<br />&lt;td&gt;&lt;input name=\"rec\" type=\"text\" id=\"rec\" value= \"218.00\" /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td height=\"21\"&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td colspan=\"7\"&gt;&lt;hr /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&lt;img src=\"../blu_tri11.png\" width=\"11\" height=\"11\" /&gt;&lt;/td&gt;<br />&lt;td colspan=\"5\"&gt;How much do you spend on other miscellaneous items/expenses each month?&lt;/td&gt;<br />&lt;td&gt;$&lt;/td&gt;<br />&lt;td&gt;&lt;input name=\"misc\" type=\"text\"  value= \"71.00\" /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td colspan=\"7\"&gt;&lt;hr /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&lt;img src=\"../blu_tri11.png\" width=\"11\" height=\"11\" /&gt;&lt;/td&gt;<br />&lt;td colspan=\"5\"&gt;How many miles do you drive per year? Include your spouse and dependent children.&lt;/td&gt;<br />&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td&gt;&lt;input name=\"miles\" type=\"text\" id=\"miles\" value= \"12000\" /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td colspan=\"7\"&gt;&lt;hr /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&lt;img src=\"../blu_tri11.png\" width=\"11\" height=\"11\" /&gt;&lt;/td&gt;<br />&lt;td&gt;What type of fuel do you use?&lt;/td&gt;<br />&lt;td colspan=\"3\"&gt;&lt;select name=\"fuel\" id=\"fuel\"&gt;<br />&lt;option selected=\"selected\"&gt;Gasoline&lt;/option&gt;<br />&lt;option&gt;Diesel&lt;/option&gt;<br />&lt;/select&gt;&lt;/td&gt;<br />&lt;td colspan=\"3\"&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td colspan=\"7\"&gt;&lt;hr /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&lt;img src=\"../blu_tri11.png\" width=\"11\" height=\"11\" /&gt;&lt;/td&gt;<br />&lt;td colspan=\"5\"&gt;On average, how many miles per gallon does your vehicle/vehicles get?&lt;/td&gt;<br />&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td&gt;&lt;input name=\"mpg\" type=\"text\" id=\"mpg\" value= \"20.3\" /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td colspan=\"7\"&gt;&lt;hr /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&lt;img src=\"../blu_tri11.png\" width=\"11\" height=\"11\" /&gt;&lt;/td&gt;<br />&lt;td colspan=\"5\"&gt;What is the current pump price for gasoline or diesel fuel?&lt;/td&gt;<br />&lt;td&gt;$&lt;/td&gt;<br />&lt;td&gt;&lt;input name=\"fuel_price\" type=\"text\"  value= \"2.35\" /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td colspan=\"7\"&gt;&lt;hr /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&lt;img src=\"../blu_tri11.png\" width=\"11\" height=\"11\" /&gt;&lt;/td&gt;<br />&lt;td&gt;&lt;span&gt;Packs of cigarettes each day?&lt;/span&gt;&lt;/td&gt;<br />&lt;td colspan=\"3\"&gt;&lt;select name=\"cigs\" id=\"cigs\"&gt;<br />&lt;option selected=\"selected\"&gt;0&lt;/option&gt;<br />&lt;option&gt;1&lt;/option&gt;<br />&lt;option&gt;2&lt;/option&gt;<br />&lt;option&gt;3&lt;/option&gt;<br />&lt;option&gt;4&lt;/option&gt;<br />&lt;option&gt;5&lt;/option&gt;<br />&lt;option&gt;6&lt;/option&gt;<br />&lt;option&gt;7&lt;/option&gt;<br />&lt;/select&gt;&lt;/td&gt;<br />&lt;td colspan=\"3\"&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td colspan=\"7\"&gt;&lt;hr /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&lt;img src=\"../blu_tri11.png\" width=\"11\" height=\"11\" /&gt;&lt;/td&gt;<br />&lt;td colspan=\"5\"&gt;How much do you spend on beer, wine and spirits each week?&lt;/td&gt;<br />&lt;td&gt;$&lt;/td&gt;<br />&lt;td&gt;&lt;input name=\"abev\" type=\"text\" id=\"abev\" value= \"10.00\" /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td colspan=\"7\"&gt;&lt;hr /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&lt;img src=\"../blu_tri11.png\" width=\"11\" height=\"11\" /&gt;&lt;/td&gt;<br />&lt;td colspan=\"5\"&gt;How much do you spend on vehicle purchases per month?&lt;/td&gt;<br />&lt;td&gt;$&lt;/td&gt;<br />&lt;td&gt;&lt;input name=\"cars\" type=\"text\" value= \"85.00\" /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td colspan=\"7\"&gt;&lt;hr /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&lt;img src=\"../blu_tri11.png\" width=\"11\" height=\"11\" /&gt;&lt;/td&gt;<br />&lt;td colspan=\"5\"&gt;How much do you spend on other vehicle expenses per month (excluding fuel) such as insurance, repairs, maintenance, vehicle rentals and licenses.&lt;/td&gt;<br />&lt;td&gt;$&lt;/td&gt;<br />&lt;td&gt;&lt;input name=\"repairs\" type=\"text\" value= \"196.00\" /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td colspan=\"7\"&gt;&lt;hr /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&lt;img src=\"../blu_tri11.png\" width=\"11\" height=\"11\" /&gt;&lt;/td&gt;<br />&lt;td colspan=\"5\"&gt;How much do you spend each month on public transportation such as airline flights, taxis, trains, subways &amp;amp; buses?&lt;/td&gt;<br />&lt;td&gt;$&lt;/td&gt;<br />&lt;td&gt;&lt;input name=\"flight\" type=\"text\" value= \"42.00\" /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td colspan=\"7\"&gt;&lt;hr /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&lt;img src=\"../blu_tri11.png\" alt=\"\" width=\"11\" height=\"11\" /&gt;&lt;/td&gt;<br />&lt;td&gt;&lt;span&gt;Compare</p>\r\n<p>Taxes for All States&lt;/span&gt;&lt;/td&gt;<br />&lt;td&gt;&lt;input name=\"all_states\" type=\"radio\" value=\"all\" checked=\"checked\" /&gt;&lt;/td&gt;<br />&lt;td colspan=\"2\"&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td colspan=\"3\"&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td colspan=\"7\"&gt;&lt;hr /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&lt;img src=\"../blu_tri11.png\" alt=\"\" width=\"11\" height=\"11\" /&gt;&lt;/td&gt;<br />&lt;td&gt;&lt;span&gt;Search Taxes for above State Only&lt;/span&gt;&lt;/td&gt;<br />&lt;td&gt;&lt;input name=\"all_states\" type=\"radio\" value=\"one_state\" /&gt;&lt;/td&gt;<br />&lt;td colspan=\"2\"&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td colspan=\"3\"&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td colspan=\"7\"&gt;&lt;hr /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td colspan=\"8\" align=\"center\"&gt;&lt;input name=\"calc\" type=\"submit\" id=\"calc\" value=\"Compare Taxes\" /&gt;<br />&lt;input type=\"hidden\" name=\"submitted\" value=\"TRUE\" /&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;/table&gt;<br />&lt;/form&gt;&lt;br /&gt;&lt;br /&gt;<br />&lt;table width=\"77%\" border=\"0\" align=\"center\" cellspacing=\"0\"&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&lt;span&gt;Study Exercise &lt;/span&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&lt;br /&gt;<br />&lt;em&gt;As a study exercise, note which states currently have the highest tax rates and then research whether or not these states have balanced budgets. Also note the general state of their economies and any population shifts. Based on your &lt;u&gt;own&lt;/u&gt; research, form an opinion whether high taxes are beneficial or detrimental to you personally and to communities as a whole. Exercise your right as a citizen. Take action by writing one letter to legislators or by attending one function that supports your position. In a thoughtful way, let friends know if your position has changed and, if so, why. Encourage friends to do their own research and to share their discoveries with you.&lt;/em&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;<br />&lt;p&gt;* &lt;span&gt;Net business income  is the amount of money you pay taxes on after deducting business expenses.  Another name for net income is &amp;quot;the bottom line&amp;quot;.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;/table&gt;<br />&lt;p&gt;&amp;nbsp;&lt;/p&gt;</p>\r\n<p>{/source}</p>','',1,8,0,58,'2010-05-09 15:10:19',62,'Lets Rebuildit','2020-05-17 05:35:09',62,0,'0000-00-00 00:00:00','2010-05-09 15:10:19','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',38,0,2,'Compare, taxes, state, friendly, comparison calculator, money, individual, family, small business owner, government, hidden taxes','Compare taxes by state. Which state is tax friendly? Which state is not tax friendly? The tax comparison calculator is designed to demonstrate how much money an individual, family or small business owner REALLY pays in government taxes, including hidden taxes.',0,24062,'robots=\nauthor='),(89,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:02:25 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC39N-00031L-UW\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:02:25 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:02:25 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;17b15a58903331d2256329c032325441@www.letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:02:58',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(90,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:02:29 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC39R-00034E-5c\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:02:29 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:02:29 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;529fc4ca8115a8dc0b8e2fa828c6afd9@www.letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:02:58',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(91,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:02:29 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC39R-00035T-BD\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:02:29 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:02:29 -0500\nFrom: Lets Rebuild It \nMessage-ID: \nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:03:22',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(92,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:02:29 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC39R-000333-0H\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:02:29 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:02:28 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;7340b89741ce4820ec4680164b9bd282@www.letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:03:22',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(93,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:02:58 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC39u-0003Bd-Si\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:02:58 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:02:58 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;6bf60966fc9493146de81b124f311540@www.letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:03:22',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(94,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:02:59 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC39v-0003Cn-32\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:02:59 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:02:59 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;9ba180cff41d39b8027527369a40bfc7@www.letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:26:05',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(95,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:02:59 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC39v-0003E0-8e\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:02:59 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:02:59 -0500\nFrom: Lets Rebuild It \nMessage-ID: \nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:26:05',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(96,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:03:22 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3AI-0003MN-6m\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:03:22 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:03:22 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;5d133dc3943af89a2f1355e83ffa36bd@www.letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:26:05',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(97,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:03:22 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3AI-0003NV-By\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:03:22 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:03:22 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;03462243896499695bb9237bed59108a@www.letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:37:27',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(98,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:03:22 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3AI-0003Om-HQ\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:03:22 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:03:22 -0500\nFrom: Lets Rebuild It \nMessage-ID: \nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:37:27',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(99,'Lt. Col. Allen West','lt-col-allen-west','','<h2>You\'ve GOT to watch this!!!! This man \'s got it RIGHT</h2>\r\n<div><a href=\"http://www.youtube.com/watch?v=KFS5sl_La_A&amp;feature=related\">Col. (Ret) Allen West speaks out about Islam</a></div>\r\n<div class=\"gmail_quote\">\r\n<p> <img src=\"http://www.letsrebuildit.com/images/articles/AllenWest.jpg\" border=\"0\" alt=\"Lt. Col. (Ret) Allen West\" width=\"150\" height=\"182\" style=\"float: left; border: 0;\" /></p>\r\n<p> </p>\r\n</div>','',1,5,0,42,'2010-05-12 04:37:27',75,'','2010-05-14 00:51:34',62,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',9,0,16,'','',0,269,'robots=\nauthor='),(133,'Obama\'s Supreme Court nominee \"abhors\" \'Don\'t Ask, Don\'t tell\' policy','obamas-supreme-court-nominee-qabhorsq-dont-ask-dont-tell-policy','','<h2>Ask your Senators to closely investigate the president\'s choice</h2>\r\n<h4>May 10, 2010</h4>\r\n<p>President Obama has nominated Solicitor General Elena Kagan to the United States Supreme Court. Her opposition to the military\'s \"Don\'t Ask, Don\'t Tell\" policy and her apparent opposition to the Defense of Marriage Act (DOMA) are cause for concern.</p>\r\n<p>While Dean of the Harvard Law School, <strong>Kagan threw military recruiters off campus on the grounds of opposing the law prohibiting open homosexuals from serving in the military.</strong> \"This action causes me deep distress,\" Kagen wrote. \"I abhor the military\'s discriminatory recruitment policy.\" It is a \"profound wrong - a moral injustice of the first order.\" Her decision was essentially overturned by the Supreme Court on a unanimous 8-0 vote, showing how far out of the judicial mainstream her thinking is.</p>\r\n','\r\n<p>Ms. Kagan has already tipped her hand on one of the most important issues that is likely to come before the Supreme Court. <strong>Overturning \'Don\'t Ask, Don\'t Tell\' </strong>will have a devastating impact on military morale, recruitment and retention. Plus, there will be no possibility of promotions for officers and chaplains who defend natural marriage as a matter of conscience.</p>\r\n<p><strong>Any officer with deeply held views about the immorality of homosexual behavior would have no future in Elena Kagan\'s military.</strong> Our national security is far too important to become a plaything in the hands of judicial activists like Ms. Kagan would certainly be. Her nomination ought to be rejected on these grounds alone.</p>\r\n<p>Plus, Ms. Kagan is part of the Department of Justice that filed a brief which declared \"this Administration does not support DOMA as a matter of policy [and] believes that it is discriminatory.\"</p>\r\n<p>Marriage between a man and a woman is the cornerstone of any healthy society. To put someone with such hostility to natural marriage and duly enacted law on the Supreme Court is an unacceptable threat to this profoundly important institution.</p>\r\n<p><strong>TAKE ACTION</strong></p>\r\n<p><a class=\"style3\" href=\"http://www.capwiz.com/afanet/issues/alert/?alertid=15015176&amp;type=CO\" target=\"_blank\" title=\"blocked::http://www.capwiz.com/afanet/issues/alert/?alertid=15015176&amp;type=CO\"><span style=\"text-decoration: underline;\"><strong><span style=\"color: #0066cc;\">Contact your senators and insist they investigate Kagan\'s impartiality</span></strong></span></a><strong> on matters pertaining to the homosexual agenda.</strong></p>\r\n<p>AFA has prepared a suggested email to send to your two Senators.</p>\r\n<p> </p>\r\n<table style=\"border: #006b95 2px solid;\" border=\"0\" cellspacing=\"5\" cellpadding=\"5\" width=\"525\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"135\"><a href=\"http://www.capwiz.com/afanet/issues/alert/?alertid=15015176&amp;type=CO\" target=\"_blank\" title=\"blocked::http://www.capwiz.com/afanet/issues/alert/?alertid=15015176&amp;type=CO\"><img src=\"images/articles/taction_buttonB.png\" border=\"0\" alt=\"Take Action Now\" title=\"blocked::http://www.capwiz.com/afanet/issues/alert/?alertid=15015176&amp;type=CO Take Action Now\" width=\"132\" height=\"35\" style=\"border: 3px solid black;\" /></a></td>\r\n<td style=\"font-size: 12px; color: #2f2f2f; font-family: Verdana, Arial, Helvetica, sans-serif;\"><strong>Contact your senators and insist they investigate Kagan\'s impartiality.</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<p><input id=\"ctl00_cphLeftColumn_ContentBlock1_ctl00_cphLeftColumn_ContentBlock1EktronClientManager\" name=\"ctl00$cphLeftColumn$ContentBlock1$ctl00$cphLeftColumn$ContentBlock1EktronClientManager\" type=\"hidden\" value=\"EktronJS,EktronWebToolBarJS,EktronAutoheightJS,EktronModalJS,EktronContentDesignerJS\" /></p>\r\n<script type=\"text/javascript\"></script>',1,1,0,1,'2010-05-12 12:51:46',64,'','2010-05-12 13:07:44',62,0,'0000-00-00 00:00:00','2010-05-12 12:51:46','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,268,'','',0,534,'robots=\nauthor='),(100,'You say God says','you-say-god-says','','<h3 style=\"text-align:center;\">HANDY LITTLE CHART - GOD HAS A POSITIVE ANSWER:  </h3>\r\n<h3>\r\n<table style=\"width: 100%;\" border=\"0\" cellspacing=\"3\" cellpadding=\"0\" width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-right: 0.75pt; padding-left: 0.75pt; padding-bottom: 0in; width: 36%; padding-top: 0.75pt;\" width=\"36%\" valign=\"top\">\r\n<p>YOU SAY  </p>\r\n</td>\r\n<td style=\"padding-right: 0.75pt; padding-left: 0.75pt; padding-bottom: 0in; width: 39%; padding-top: 0.75pt;\" width=\"39%\" valign=\"top\">\r\n<p>GOD SAYS  </p>\r\n</td>\r\n<td style=\"padding-right: 0.75pt; padding-left: 0.75pt; padding-bottom: 0in; width: 24%; padding-top: 0.75pt;\" width=\"24%\" valign=\"top\">\r\n<p>BIBLE VERSES  </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>You say:  \'It\'s impossible\'  </p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>God says:   All things are possible  </p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>( Luke 18:27)  </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>You say:  \'I\'m too tired\'  </p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>God says:  I will give you rest  </p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>( Matthew 11:28-30)  </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>You say:  \'Nobody really loves me\'  </p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>God says:  I love you  </p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>( John 3:1   6 &amp; John 3:34 )  </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>You say:  \'I can\'t go on\'  </p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>God says:  My grace is sufficient</p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>(II Corinthians 12:9 &amp; Psalm 91:15)  </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>You say:  \'I can\'t figure things out\'  </p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>God says:  I will direct your steps  </p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>(Proverbs 3:5-   6)  </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>You say:  \'I can\'t do it\'  </p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>God says:  You can do all things  </p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>( Philippians 4:13)  </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>You say:  \'I\'m not able\'  </p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>God says:  I am able  </p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>(II Corinthians 9:8)  </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>You say: \'It\'s not worth it\'</p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>God says:  It will be worth it  </p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>(Roman 8:28 )  </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>You say:  \'I can\'t forgive myself\'  </p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>God says:  I Forgive you  </p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>(I John 1:9 &amp; Romans 8:1)  </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>You say:  \'I can\'t manage\'  </p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>God says:  I will supply all your needs  </p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>( Philippians 4:19)  </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>You say:  \'I\'m afraid\'  </p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>God says:  I have not given you a spirit of fear  </p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>( II Timothy 1:7)</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>You say:  \'I\'m always worried and frustrated\'  </p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>God says:  Cast all your cares on ME  </p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>(I Peter 5:7)  </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>You say:  \'I\'m not smart enough\'  </p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>God says:  I give you wisdom  </p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>(I Corinthians 1:30)  </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>You say:  \'I feel all alone\'  </p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>God says:  I will never leave you or forsake you  </p>\r\n</td>\r\n<td style=\"padding-right:.75pt;padding-left:.75pt;padding-bottom:0in;padding-top:.75pt;\" valign=\"top\">\r\n<p>(Hebrews 13:5)  </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</h3>\r\n<h2><strong>PASS THIS ON.   YOU NEVER KNOW WHO MAY BE IN NEED  </strong></h2>\r\n<p>The first sentence is pretty powerful!</p>\r\n<p>God determines who walks into your life....it\'s up to you to decide who you let walk away, who you let stay, and who you refuse to let go.\'</p>\r\n<p>Father, God, bless all my friends in whatever it is that you know they may need this day! And may their lives be full of your peace, prosperity and power as they seek to have a closer relationship with you. Amen. <br />Now send it on to other people.. Within hours you caused a multitude of people to pray for other people.<br />P.S. More is better; who else do you know that needs prayer?</p>\r\n<p>Make it a wonderful day!!!</p>','',1,5,0,42,'2010-05-12 04:40:58',75,'','2010-05-14 00:46:09',62,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,15,'','',0,254,'robots=\nauthor='),(144,'Pres. Obama these southern folks have the solution to the oil spill','pres-obama-these-southern-folks-have-the-solution-to-the-oil-spill','','<div>\r\n<div class=\"smallfont\"><img class=\"inlineimg\" src=\"http://ktfmissions.com/forum/images/icons/icon1.gif\" border=\"0\" alt=\"Default\" title=\"Default\" /><strong>Pres. Obama these southern folks have the solution to the oil spill.</strong></div>\r\n<hr size=\"1\" style=\"color:#ffffff;background-color:#ffffff;\" />\r\n<div>These guys work for CW Roberts, big contractor in Walton County , Florida<br /><br />They have just received contract to do the “HAY THING” for all the 26 miles of Walton County, Florida beaches including Sandestin..<br /><br />They start off shore with tug boats and barges spreading or blowing the hay over the oil.<br /><br /><br /><a href=\"http://www.youtube.com/watch?v=k5SxX2EntEo\">Watch video click here</a></div>\r\n<div>{jcomments on}<br /><br /></div>\r\n</div>','',1,5,0,54,'2010-05-15 04:25:05',62,'Tom Brake','2010-05-15 04:29:34',62,0,'0000-00-00 00:00:00','2010-05-14 00:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,14,'','',0,211,'robots=\nauthor='),(145,'GLOBAL FINANCIAL MARKETS AND YOU','global-financial-markets-and-you','','<p style=\"margin-top: 0px; text-align: left;\"><span style=\"font-family: Georgia;\"><strong>By Joan Veon<br /></strong>May 13, 2010<br /><a href=\"http://www.newswithviews.com/\">NewsWithViews.com</a></span></p>\r\n<p align=\"left\"><span style=\"font-family: Georgia, Times New Roman, Times, serif;\">The week of May 2 – 7, 2010 will go down in history as one of uncertainty and change. When I asked then UN Secretary General Boutros Boutros-Ghali in 1995 what he meant by change, he told me there were several forms of change but what he was talking about was CONSTANT CHANGE. Now that all of the barriers between nation-states have fallen with the exception of the regulatory laws which are about to fall, we will be subjected to constant change as there will be no barriers or borders between countries to prohibit global change and global chaos. Chaos always breeds opportunity to those who create it to take more power, to make money, and to change the world into their image. \r\n','\r\n<font face=\"Georgia, Times New Roman, Times, serif\">\r\n<p align=\"left\"> </p>\r\n</font></span></p>\r\n<p align=\"left\"> </p>\r\n<p align=\"left\"><span style=\"font-family: Georgia, Times New Roman, Times, serif;\">In order to have global change you need to have global uncertainty. Last week saw a number of things occurring on an integrated world: the Senate Banking Committee appears to be getting closer to a bi-partisan agreement on regulation; the 1000 point drop in the market; the British elections; and the debt crisis in the European Union led by the debt of Greece.</span></p>\r\n<p align=\"left\"><span style=\"font-family: Georgia, Times New Roman, Times, serif;\">The Senate Banking Committee has been hammering out a bill which the Democrats would like finish up by the end of this week. The Republicans want to take their time. As I have written before, this bill will open up to the central bank of the United States, the Federal Reserve, via the Treasury Department, all of the financial assets they do not have access to: credit unions, state chartered thrifts, the real estate market, and the insurance industry. Furthermore in a globalized world, you need to have interaction with a global regulatory agency—the Financial Stability Board. The U.S. is already a major player and has been since 1999 when it was the Financial Stability Forum. The May 7 edition of the <em>Financial Times</em> stated, </span></p>\r\n<blockquote>\r\n<p align=\"left\"><span style=\"font-family: Georgia, Times New Roman, Times, serif;\">US senators advocating stricter limits on banks and tougher regulation of markets used yesterday’s volatility to demand more sweeping reforms as the financial Regulatory bill edged towards a vote. Judd Gregg, the Republican senator from New Hampshire predicted that the bill was now certain to pass. </span></p>\r\n</blockquote>\r\n<p align=\"left\"><span style=\"font-family: Georgia, Times New Roman, Times, serif;\">The bottom line is that once America succumbs to a new set of rules, other countries will have to follow—like the European Union for instance. In fact, the weekend edition of the <em>Financial Times</em> hinted that “European leaders committed themselves to a stricter collective effort at fiscal discipline and called for rapid approval of draft laws aimed at tightening financial market regulation.” </span></p>\r\n<p align=\"left\"><span style=\"font-family: Georgia, Times New Roman, Times, serif;\">Everyone is putting forth their theories for the mysterious drop in the market on May 6 which took one hour for the stock market to have the biggest intraday decline since 1987 and which briefly wiped out $1,000bn. As my friend, Doug Wakefield, pointed out in his newsletter, the New York Stock Exchange has rules for when circuit breakers need to be put in place. Interestingly enough, after 2:30 p.m. there is no halt in trading. Guess what, all this excitement took place after 2:30 p.m. Is this a coincidence? No. Different newspapers and writers have different opinions. One of the headlines from the <em>Financial Times</em> read, “US shares tumble amid fears over debt”, while The <em>Washington Post</em> had headlines, “Chaos on Wall Street”, and the <em>New York Times</em> put it this way, “The Trades of a Lifetime in 20 minutes.” Author Julie Creswell wrote,</span></p>\r\n<blockquote>\r\n<p align=\"left\"><span style=\"font-family: Georgia, Times New Roman, Times, serif;\">Someone on Wall Street just made a killing. That was the subject of so much chatter among professional investors once the smoke cleared from the sudden panic and recovery on Thursday that briefly knocked some stocks down to a penny or two a share. One thing however is certain: By luck, savvy, lightning speed or all three, there was money—gobs of it—to be made from the bargains that came and went in an instant.</span></p>\r\n</blockquote>\r\n<p align=\"left\"><span style=\"font-family: Georgia, Times New Roman, Times, serif;\">The Dow for the week lost 5.7%, the S&amp;P fell 6.4% and the Nasdaq fell 7.5%. The market, we are told, continued to drop on Friday due to uncertainty about all the things that occurred during the week. I personally don’t believe that anything happens on Wall Street or in Washington by happenstance. For those who are naive, perhaps. </span></p>\r\n<p align=\"left\"><span style=\"font-family: Georgia, Times New Roman, Times, serif;\">In another venue, the British elections ended up in a hung parliament for the first time since 1974. Interestingly enough, Britain is not part of the European Union. Some of the turmoil, however, the London Stock Exchange which is situated in the heart of The City which is a major financial center worldwide, trades the euro. Britain had three major candidates vying to set up a new government. There are those who say their electoral process is antiquated and needs to be overhauled. However, the bottom line is that it is the Queen’s government. Interestingly enough, Britain has no written constitution—so why would they want to join the EU? It is the queen who is head of the state and the Prime Ministers are “her Prime Ministers.” Once Conservative Party leader David Cameron and Liberal Democratic leader Nick Clegg come to some kind of agreement between them which would provide the majority needed in Parliament, the queen will invite Cameron to meet with her and she will give him, depending on how she sees things, the task to form a government or to see if he can form a government. In the end, the queen will determine the outcome if Cameron cannot hold a government together and call in some other party leader to see if they can form a government or call for another election. All of this creates uncertainty and adds to the global picture of uncertainty.</span></p>\r\n<p align=\"left\"><span style=\"font-family: Georgia, Times New Roman, Times, serif;\">Now we come to the European Union. In 1998, at a Bank for International Settlements meeting in Basle, I asked Jean-Claude Trichet, then central bank minister for the Bank of France about how the EU would change the individual country central banks. He told me that the new European Central Bank-ECB would be like the Federal Reserve, for all of the EU countries. The only duty of the country central banks would be to monitor interest rate policies set by the ECB. Well, in today’s world, that makes the individual countries of the EU more like the individual states of the United States. </span></p>\r\n<p align=\"left\"><span style=\"font-family: Georgia, Times New Roman, Times, serif;\">As we see the unfolding of the credit crisis in Greece, the various EU member-states and the IMF are preparing a $145B bailout of Greece. Another possibility is direct borrowing by the European Commission, the EU’s executive arm which would be guaranteed by European nations. The IMF gave final approval on Sunday of its three year 30-billion euro portion of the loan package. The truth of the matter, whether it is Greece, Portugal, France, Italy or the United States, we are all operating on a debt-based system perpetrated by the central banks of the world. If you were to picture the debt of the world, think of a small ball, based on the continual borrowing of countries, states, municipalities, and townships, that debt has grown to the size of a basketball. No one is paying down principal; they are only servicing the interest on the debt. </span></p>\r\n<p align=\"center\"><span style=\"font-family: Georgia, Times New Roman, Times, serif;\"><a href=\"wlmailhtml:{E4F5AFD2-CB9C-4000-8D63-135FB5ADB003}mid://00000012/!x-usc:http://www.newswithviewsstore.com/mm5/merchant.mvc\" target=\"_blank\"></a></span></p>\r\n<p align=\"left\"><span style=\"font-family: Georgia, Times New Roman, Times, serif;\">As we consider debt-ridden states here in the United States, is it far-fetched that California or Michigan or Ohio would get a loan from the IMF? No. What is happening in Greece and the EU is setting precedence for the future. Is it possible that the 2008 Credit Crisis in the U.S. will be the 2010 Credit Crisis in Europe? Is it possible that this gives everyone who bought Euros and sold dollars an opportunity to take their gains without looking like they are looting the world? Yes. </span></p>\r\n<p align=\"left\"><span style=\"font-family: Georgia, Times New Roman, Times, serif;\">When all is said and done, the U.S. Congress will have passed major regulatory laws giving the Federal Reserve greater power and opportunity over the financial assets of America, the queen will ask David Cameron to form a government, and Greece will be in great financial pain. The markets? If the EU finance ministers cannot come to an agreement, there will be great pain in the global markets for all those who believed the world was back to normal. The normal we knew before 2008 is gone. The above is the new normal with central banks controlling the world—and you and me.</span></p>\r\n<div>\r\n<div>\r\n<p align=\"left\"><span style=\"font-family: Georgia;\">© 2010 Joan Veon - All Rights Reserved</span></p>\r\n</div>\r\n<p align=\"left\"> </p>\r\n<div>\r\n<p style=\"margin-bottom: 0px;\" align=\"center\"><span style=\"font-family: Georgia;\"><a href=\"wlmailhtml:{E4F5AFD2-CB9C-4000-8D63-135FB5ADB003}mid://00000012/!x-usc:mailto:alerts-subscribe@lists.newswithviewsalerts.com?subject=Subscribe&amp;body=Please%20add%20me%20to%20your%20mailing%20list.%20%20We%20will%20keep%20your%20information%20private.\"><strong><span style=\"color: #cc0000;\"><span style=\"text-decoration: underline;\">Sign Up For Free E-Mail Alerts<br /></span></span></strong></a></span><span style=\"font-family: Georgia;\">E-Mails are used strictly for NWVs alerts, not for sale</span><span style=\"font-family: Georgia;\"><a href=\"wlmailhtml:{E4F5AFD2-CB9C-4000-8D63-135FB5ADB003}mid://00000012/!x-usc:mailto:newsforyou-list-subscribe@newswithviews.com\"><strong><span style=\"color: #cc0000;\"><br /><br /></span></strong></a></span></p>\r\n<p align=\"left\"><span style=\"font-family: Georgia;\"><a href=\"wlmailhtml:{E4F5AFD2-CB9C-4000-8D63-135FB5ADB003}mid://00000012/!x-usc:http://www.newswithviews.com/HNB/Hot_New_Books7.htm\"></a>Order Joan Veon\'s book; <br /><a href=\"wlmailhtml:{E4F5AFD2-CB9C-4000-8D63-135FB5ADB003}mid://00000012/!x-usc:http://www.newswithviews.com/HNB/Hot_New_Books7.htm\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">\"The United Nations\' <br />Global Straitjacket\"</span></span></a></span></p>\r\n<p align=\"left\"><span style=\"font-family: Georgia;\"><br /></span></p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n</div>\r\n<div></div>\r\n</div>\r\n<hr width=\"60%\" />\r\n<p align=\"left\"><em><span style=\"font-family: Georgia, Times New Roman, Times, serif;\">Joan Veon is a businesswoman and international reporter, who has covered over 100 Global meetings around the world since 1994. Please visit her website: <a href=\"wlmailhtml:{E4F5AFD2-CB9C-4000-8D63-135FB5ADB003}mid://00000012/!x-usc:http://www.womensgroup.org/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">www.womensgroup.org</span></span></a>. To get a copy of her WTO report, send $10.00 to The Women\'s International Media Group, Inc. P. O. Box 77, Middletown, MD 21769. For an information packet, please call 301-371-0541</span></em></p>\r\n<p><em><span style=\"font-family: Georgia;\">E-Mail: <a href=\"wlmailhtml:{E4F5AFD2-CB9C-4000-8D63-135FB5ADB003}mid://00000012/!x-usc:mailto:t7w7g7@aol.com\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">t7w7g7@aol.com</span></span></a></span><br /><br /><span style=\"font-family: Georgia, Times New Roman, Times, serif;\">Website: <a href=\"wlmailhtml:{E4F5AFD2-CB9C-4000-8D63-135FB5ADB003}mid://00000012/!x-usc:http://www.womensgroup.org/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">www.womensgroup.org</span></span></a></span></em></p>\r\n<p>{jcomments on}</p>',1,5,0,54,'2010-05-16 05:47:40',62,'Joan Veon','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-16 05:47:40','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,13,'','',0,647,'robots=\nauthor='),(101,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:26:05 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3WH-0007us-Sd\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:26:05 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: letsrebuildit.com/index.php for 66.249.71.87\nDate: Tue, 11 May 2010 23:26:05 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;016df47c9050b26615c8e1ba73da4cf2@letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:40:58',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(102,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:26:06 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3WI-0007vz-2H\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:26:06 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: letsrebuildit.com/index.php for 66.249.71.87\nDate: Tue, 11 May 2010 23:26:06 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;0eaab8e4f3553ab9d9e27d9cdc9346ad@letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:40:58',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(103,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:26:06 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3WI-0007x5-7X\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:26:06 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: letsrebuildit.com/index.php for 66.249.71.87\nDate: Tue, 11 May 2010 23:26:06 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;6cf3b62e024ff7df6d01aa6e8df2d8c4@letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:41:12',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(104,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:37:27 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3hH-0001ab-Ij\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:37:27 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 66.249.71.250\nDate: Tue, 11 May 2010 23:37:27 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;1a79ab99aaa676568527066bd7dd0c84@www.letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:41:12',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(105,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:37:27 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3hH-0001bh-NQ\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:37:27 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 66.249.71.250\nDate: Tue, 11 May 2010 23:37:27 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;2e776d8fe3c7e8cc5bd1f2b44090b508@www.letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:41:12',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(106,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:37:28 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3hI-0001ck-3R\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:37:28 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 66.249.71.250\nDate: Tue, 11 May 2010 23:37:28 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;5cbee42b11919571e846e10c1d07b374@www.letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:41:26',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(107,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:40:58 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3kg-0002Hr-Le\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:40:58 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 66.249.71.250\nDate: Tue, 11 May 2010 23:40:58 -0500\nFrom: Lets Rebuild It \nMessage-ID: \nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:41:26',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(108,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:40:58 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3kg-0002Ip-Pu\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:40:58 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 66.249.71.250\nDate: Tue, 11 May 2010 23:40:58 -0500\nFrom: Lets Rebuild It \nMessage-ID: \nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:41:26',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(109,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:40:58 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3kg-0002Js-U7\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:40:58 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 66.249.71.250\nDate: Tue, 11 May 2010 23:40:58 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;25e1ee00dc71eabd79a6d6982f5373f8@www.letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:41:31',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(110,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:41:12 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3ku-0002Nd-D3\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:41:12 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:41:12 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;62127ba22b761656baf437386cb04b8f@www.letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:41:31',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(111,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:41:12 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3ku-0002Ol-IE\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:41:12 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:41:12 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;743e982e1c972b9eddcd4b879d8ba170@www.letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:41:31',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(112,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:41:12 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3ku-0002Pt-NJ\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:41:12 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:41:12 -0500\nFrom: Lets Rebuild It \nMessage-ID: \nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:41:53',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(113,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:41:27 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3l9-0002TZ-3z\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:41:27 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: letsrebuildit.com/index.php for 66.249.71.87\nDate: Tue, 11 May 2010 23:41:27 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;429fa1bbab911ee08857766bbf777ced@letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:41:53',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(114,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:41:27 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3l9-0002Uk-Ac\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:41:27 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: letsrebuildit.com/index.php for 66.249.71.87\nDate: Tue, 11 May 2010 23:41:27 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;2aa14bbc0e9e925ba77960f7fd9a574a@letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:41:53',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(115,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:41:27 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3l9-0002Vy-Fv\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:41:27 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: letsrebuildit.com/index.php for 66.249.71.87\nDate: Tue, 11 May 2010 23:41:27 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;4b937d376c63d15e41a458ff9fa42226@letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:42:20',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(116,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:41:32 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3lE-0002YC-2X\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:41:32 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:41:32 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;2a6a5e22e9e214983a6a054eeeeefdb8@www.letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:42:20',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(117,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:41:32 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3lE-0002ZK-7i\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:41:32 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:41:32 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;58054a0b4f4d7047aa69cdf1aceb0205@www.letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:42:20',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(118,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:41:32 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3lE-0002aX-Cz\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:41:32 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:41:32 -0500\nFrom: Lets Rebuild It \nMessage-ID: \nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:42:37',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(119,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:41:53 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3lZ-0002ez-Ie\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:41:53 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:41:53 -0500\nFrom: Lets Rebuild It \nMessage-ID: \nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:42:37',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(120,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:41:53 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3lZ-0002g6-Nl\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:41:53 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:41:53 -0500\nFrom: Lets Rebuild It \nMessage-ID: \nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:42:37',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(121,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:41:53 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3lZ-0002hH-Sw\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:41:53 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:41:53 -0500\nFrom: Lets Rebuild It \nMessage-ID: \nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:52:16',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(122,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:42:20 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3m0-0002o2-IQ\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:42:20 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:42:20 -0500\nFrom: Lets Rebuild It \nMessage-ID: \nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:52:16',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(123,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:42:20 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3m0-0002p9-Mf\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:42:20 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:42:20 -0500\nFrom: Lets Rebuild It \nMessage-ID: \nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:52:16',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(124,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:42:20 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3m0-0002qE-QQ\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:42:20 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:42:20 -0500\nFrom: Lets Rebuild It \nMessage-ID: \nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:52:41',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(125,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:42:38 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3mI-0002w7-6F\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:42:38 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:42:38 -0500\nFrom: Lets Rebuild It \nMessage-ID: \nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:52:41',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(126,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:42:38 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3mI-0002xC-BR\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:42:38 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:42:38 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;3bbd6167b892ddd01d44be75700ee362@www.letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:52:41',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(127,'New PowerMail Content','new-powermail-content','','Return-path: \nEnvelope-to: edg@letsrebuildit.com\nDelivery-date: Tue, 11 May 2010 23:42:38 -0500\nReceived: from lrbadmin by cerato.websitewelcome.com with local (Exim 4.69)\n	(envelope-from )\n	id 1OC3mI-0002uv-11\n	for edg@letsrebuildit.com; Tue, 11 May 2010 23:42:38 -0500\nTo: edg@letsrebuildit.com\nSubject: New PowerMail Content\nX-PHP-Script: www.letsrebuildit.com/index.php for 97.72.42.211, 67.142.161.21\nDate: Tue, 11 May 2010 23:42:38 -0500\nFrom: Lets Rebuild It \nMessage-ID: &lt;4df981d5ba88bac27948939889886697@www.letsrebuildit.com&gt;\nX-Priority: 3\nX-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]\nMIME-Version: 1.0\nContent-Transfer-Encoding: 8bit\nContent-Type: text/html; charset=\"utf-8\"','',-2,5,0,42,'2010-05-12 04:56:25',62,'Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-11 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,0,''),(128,'Astounding video contents   -   Watch and pray mightily!','astounding-video-contents-watch-and-pray-mightily','','\n<div><font face=\"Comic Sans MS\"><font face=\"Calibri\">Mr. Obama\'s Muslim Faith in \nhis own words:</font></font></div>\n<div><font face=\"Calibri\"></font> </div>\n<div><a title=\"http://www.youtube.com/watch_popup?v=tCAffMSWSzY#t=28 CTRL + Click to follow link\" href=\"http://www.youtube.com/watch_popup?v=tCAffMSWSzY#t=28\" target=\"_blank\"><font title=\"http://www.youtube.com/watch_popup?v=tCAffMSWSzY#t=28 CTRL + Click to follow link\" face=\"Comic Sans MS\">http://www.youtube.com/watch_popup?v=tCAffMSWSzY#t=28</font></a></div>','',-2,5,0,43,'2010-05-12 05:28:13',62,'J Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-12 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,1,''),(129,'Orwell would be amazed','orwell-would-be-amazed','','<div>Opening the attachment is a real eye opener.  I can\'t wait for my electronic chip!!</div>\r\n<p>Phyl<br /><br /><br />From: *****************<br />To: &lt;Undisclosed-Recipient:;&gt;<br />Subject: Orwell would be amazed<br />Date: Wed, 31 Mar 2010 17:51:45 -0400<br /><br /></p>\r\n<div>Are you worried about the implications of a national ID card?  A lot of people think that creates a police state, right?  Well, this is the real hook in the Health Care Bill that you can read after it is voted into law.  Which of your liberal friends can think you have exaggerated the problem, once you show this to them?  On the other hand, hell, maybe they will be in favor of it.  If they get caught in an avalanche, Obama can save them.  Doesn\'t that make you feel more secure?</div>\r\n<div>  </div>\r\n<div>This time the sky really IS falling in. <br />See Following:\r\n','\r\n</div>\r\n<div><a href=\"http://goldfuture.wordpress.com/2010/03/19/both-house-and-senate-health-bills-require-the-micro-chipping-of-americans-31810/\" title=\"Permanent Link: BOTH HOUSE AND SENATE HEALTH BILLS REQUIRE THE MICRO CHIPPING OF AMERICANS – 3/18/10\">BOTH HOUSE AND SENATE HEALTH BILLS REQUIRE THE MICRO CHIPPING OF AMERICANS – 3/18/10</a></div>\r\n<p style=\"line-height: 16.5pt;\">Required RFID implanted chip<br />Sec. 2521, Pg. 1000 – The government will establish a National Medical Device Registry. What does a National Medical Device Registry mean?</p>\r\n<p style=\"line-height: 16.5pt;\">National Medical Device Registry from H.R. 3200 [Healthcare Bill], pages 1001-1008:</p>\r\n<p style=\"line-height: 16.5pt;\">(g)(1) The Secretary shall establish a national medical device registry (in this subsection referred to as the ‘registry’) to facilitate analysis of postmarket safety and outcomes data on each device that— ‘‘(A) is or has been used in or on a patient; ‘‘(B)and is— ‘‘(i) a class III device; or ‘‘(ii) a class II device that is implantable, life-supporting, or life-sustaining.”</p>\r\n<p style=\"line-height: 16.5pt;\">Then on page 1004 it describes what the term “data” means in paragraph 1,</p>\r\n<p style=\"line-height: 16.5pt;\">section B:<br />‘‘(B) In this paragraph, the term ‘data’ refers to information respecting a device described in paragraph (1), including claims data, patient survey data, standardized analytic files that allow for the pooling and analysis of data from disparate data environments, electronic health records, and any other data deemed appropriate by the Secretary”</p>\r\n<p style=\"line-height: 16.5pt;\">What exactly is a class II device that is implantable? Approved by the FDA, a class II implantable device is an “implantable radio frequency transponder system for patient identification and health information.” The purpose of a class II device is to collect data in medical patients such as “claims data, patient survey data, standardized analytic files that allow for the pooling and analysis of data from disparate data environments, electronic health records, and any other data deemed appropriate by the Secretary.”</p>\r\n<p style=\"line-height: 16.5pt;\">See it for yourself:<a href=\"http://www.fda.gov/downloads/MedicalDevices/DeviceRegulationandGuidance/GuidanceDocuments/ucm072191.pdf\" target=\"_blank\">http://www.fda.gov/downloads/MedicalDevices/DeviceRegulationandGuidance/GuidanceDocuments/ucm072191.pdf</a></p>\r\n<p style=\"line-height: 16.5pt;\">This new law – when fully implemented – provides the framework for making the United States the first nation in the world to require each and every one of its citizens to have implanted in them a radio-frequency identification (RFID) microchip for the purpose of controlling who is, or isn’t, allowed medical care in their country.</p>\r\n<p style=\"line-height: 16.5pt;\">Don’t believe it? Look it up yourself. Healthcare Bill H.R. 3200:<a href=\"http://waysandmeans.house.gov/media/pdf/111/AAHCA09001xml.pdf\" target=\"_blank\">http://waysandmeans.house.gov/media/pdf/111/AAHCA09001xml.pdf</a></p>\r\n<p style=\"line-height: 16.5pt;\">Pages 1001-1008 “National Medical Device Registry” section.<br />Page 1006 “to be enacted within 36 months upon passage”<br />Page 503 “… medical device surveillance”</p>\r\n<p style=\"line-height: 16.5pt;\">Why would the government use the word “surveillance” when referring to citizens? The definition of “surveillance” is the monitoring of the behavior, activities, or other changing information, usually of people and often in a secret manner. The root of the word [French] means to “watch over.”</p>\r\n<p style=\"line-height: 16.5pt;\">In theory, the intent to streamline healthcare and to eliminate fraud via “health chips” seems right. But, to have the world’s lone superpower (America, for now) mandate (page 1006) a device to be IMPLANTED is scary!</p>\r\n<p style=\"line-height: 16.5pt;\">Microchiping included in Healthcare Bill?<br /><a href=\"http://www.dailypaul.com/node/105079\" target=\"_blank\">http://www.dailypaul.com/node/105079</a></p>\r\n<p style=\"line-height: 16.5pt;\">Coverage under Obamacare will require an implantable microchip?<br /><a href=\"http://current.com/items/90842279_coverage-under-obamacare-will-require-an-implantable-microchip.htm\" target=\"_blank\">http://current.com/items/90842279_coverage-under-obamacare-will-require-an-implantable-microchip.htm</a></p>',1,5,0,42,'2010-05-12 05:28:13',75,'','2010-05-14 00:55:14',62,0,'0000-00-00 00:00:00','2010-05-12 00:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,12,'','',0,455,'robots=\nauthor='),(130,'Beautiful Video with the \"our Father\" being sung in the  background.','beautiful-video-with-the-qour-fatherq-being-sung-in-the-background','','\n<div><a title=\"http://www.greatdanepro.com/Pray%20For%20America/index.htm CTRL + Click to follow link\" href=\"http://www.greatdanepro.com/Pray%20For%20America/index.htm\" target=\"_blank\">http://www.greatdanepro.com/Pray%<span>20For%</span>20Americ<span>a/i</span>ndex.htm<font face=\"bookman old style, new york, times, serif\" color=\"#bf00bf\"><strong></strong></font></a></div>\n<div><font face=\"bookman old style, new york, times, serif\" color=\"#bf00bf\"><strong></strong></font> </div>\n<div><font face=\"bookman old style, new york, times, serif\" color=\"#bf00bf\"><strong>Is Jesus your steering wheel or your spare \ntire?</strong></font></div>','',-2,5,0,43,'2010-05-12 05:28:13',62,'J Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-12 00:00:00','0000-00-00 00:00:00','','','',1,0,0,'','',0,1,''),(131,'Beautiful Video with the \"our Father\" being sung in the  background.','beautiful-video-with-the-qour-fatherq-being-sung-in-the-background','','<div><a href=\"http://www.greatdanepro.com/Pray%20For%20America/index.htm\" target=\"_blank\" title=\"http://www.greatdanepro.com/Pray%20For%20America/index.htm CTRL + Click to follow link\">http://www.greatdanepro.com/Pray%<span>20For%</span>20Americ<span>a/i</span>ndex.htm<span style=\"color: #bf00bf; font-family: bookman old style, new york, times, serif;\"><strong></strong></span></a></div>\r\n<div><span style=\"color: #bf00bf; font-family: bookman old style, new york, times, serif;\"><strong></strong></span> </div>\r\n<div><span style=\"color: #bf00bf; font-family: bookman old style, new york, times, serif;\"><strong>Is Jesus your steering wheel or your spare tire?</strong></span></div>','',1,5,0,42,'2010-05-12 05:29:50',75,'','2010-05-14 00:32:07',62,0,'0000-00-00 00:00:00','2010-05-12 00:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,13,'','',0,292,'robots=\nauthor='),(132,'Astounding video contents   -   Watch and pray mightily!','astounding-video-contents-watch-and-pray-mightily','','<div><span style=\"font-family: Comic Sans MS;\"><span style=\"font-family: Calibri;\">Mr. Obama\'s Muslim Faith in his own words:</span></span></div>\r\n<div> </div>\r\n<div><a href=\"http://www.youtube.com/watch_popup?v=tCAffMSWSzY#t=28\" target=\"_blank\" title=\"http://www.youtube.com/watch_popup?v=tCAffMSWSzY#t=28 CTRL + Click to follow link\"><span style=\"font-family: Comic Sans MS;\">http://www.youtube.com/watch_popup?v=tCAffMSWSzY#t=28</span></a></div>','',1,5,0,42,'2010-05-12 05:29:50',75,'','2010-05-14 00:32:32',62,0,'0000-00-00 00:00:00','2010-05-12 00:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,14,'','',0,5382,'robots=\nauthor='),(134,'UNBELIEVABLE NEWS THAT ALL AMERICANS NEED TO SEE','unbelievable-news-that-all-americans-need-to-see','','<h2><strong>If this report doesn\'t make you see  <span style=\"color: #ff0000;\">RED</span> -- check your pulse you may be dead.</strong></h2>\r\n<p>It just keeps getting better. This is unbelievable! I knew this was going to happen. (This is why Obama wasn\'t lying when he said illegals would not be able to get medical coverage under his Obama Care plan. His simple fix is to make them all legal first.)</p>\r\n<p>Every one, please, take time to listen to this; it tells about the bill going through congress right now regarding immigration.</p>\r\n<p><strong>Notice that this is from CNN, not FOX!</strong></p>\r\n<p><a href=\"http://d.yimg.com/kq/groups/17260182/1610997888/name/ftc-vi26.wmv\">CNN Video: Please Click Here</a></p>\r\n','\r\n<p>This 2 minute video should be mandatory viewing for every US citizen. If you have never passed anything on before, pass this on! Every American should be outraged! Please pass on after you watch it.</p>\r\n<p>{jcomments on}</p>',1,5,0,51,'2010-05-12 14:08:04',76,'','2010-05-21 22:54:21',62,0,'0000-00-00 00:00:00','2010-05-12 00:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',18,0,12,'','',0,3113,'robots=\nauthor='),(158,'RE: Muslims Out of Australia!','re-muslims-out-of-australia','','<p><a href=\"http://www.snopes.com/politics/soapbox/australia.asp\"><strong>The following excerpt is from Snopes.com:</strong></a></p>\r\n<p><strong>The July 2005 London Tube </strong><a href=\"http://www.cnn.com/SPECIALS/2005/london.bombing/\" target=\"london\"><strong>bombings</strong></a> raised domestic terrorism concerns in countries with large immigrant Muslim populations, such as Australia. The following month, Australian prime minister John Howard held a two-hour summit with moderate Muslim leaders in Canberra to work on a national strategy for addressing intolerance and the promotion of violence, during which issues such as the curriculum of Islamic schools and suggested measures for vetting imams were discussed. The Christian Science Monitor noted of the event:</p>\r\n','\r\n<p> </p>\r\n<p>\r\n<p style=\"text-align: justify; margin-top: 20px; margin-bottom: 20px; margin-left: 40px; margin-right: 40px\"><em>As other governments have found, however, deciding who represents the Muslim community can be a delicate matter. Large sections of the youth, as well as conservative and more critical clerics, have been left out of Howard\'s summit — meaning some of the government\'s more aggressive proposals may meet resistance. <br /><br />But the groups who attended the meeting hailed it as a successful first step in an ongoing dialogue. <br /><br />\"We determined along with the prime minister that there must be more communication between the government and Islamic schools where it comes to teaching common values like democracy, fairness, tolerance and so on, and radicals will be reacted to, whenever they make inflammatory remarks,\" says Ali Roude, the acting president of the New South Wales Islamic Council. <br /><br />\"It\'s much worse for us now, because 7/7 showed the world that the enemy is to be found within\" instead of 9/11 when the terrorists were all foreigners [said the spokesperson for Lebanese Muslims in Australia]. \"Now they are suspicious of all of us, and it\'s very serious, but the prime minister is only playing politics.\" <br /><br />But some Muslims here have a growing sense that they are being defined within the media by the voices of the extremists, and that an intervention by the government and moderate Muslims to counter such elements would be useful. <br /><br />\"So far it was OK to do your own thing. But if the media is focusing on the extreme elements, we need to do something about it,\" says Chabaan Omran, a senior member of the Federation of Australian Students and Youth, an organization that gives religious advice and teaching to young people. \"Muslims need to interact more with mainstream Australia.\" <br /><br />This might sit well with recent calls from ordinary Australians asking Muslims to assimilate. But Mr. Omran is worried about the connotations of the word \"assimilate,\" and talks more of \"positive integration without undermining our religion.\"</em></p>\r\n</p>\r\n<p><strong>Prime Minister Howard also publicly announced his intent to have Australian intelligence agencies target mosques and Islamic schools in an effort to \"stamp out homegrown terrorism and extremists\":</strong></p>\r\n<p>\r\n<p style=\"text-align: justify; margin-top: 20px; margin-bottom: 20px; margin-left: 40px; margin-right: 40px\">Prime Minister John Howard said on top of trying to promote Australian values in Islamic schools, the Government would monitor what was said in certain schools and mosques to ensure they did not foster terrorism. <br /><br />Asked whether he was prepared to \"get inside\" mosques and schools to ensure there was no support for terrorism, Mr Howard was blunt. <br /><br />\"Yes, to the extent necessary,\" Mr Howard told Southern Cross radio. <br /><br />\"I have no desire and nor is it the Government\'s intention to interfere in any way with the freedom or practice of religion. <br /><br />\"We have a right to know whether there is, within any section of the Islamic community, a preaching of the virtues of terrorism, whether any comfort or harbour is given to terrorism within that community.\"</p>\r\n</p>\r\n<p><strong>The issue of the integration of Muslims into Australian society prompted controversial remarks by some Australian cabinet ministers, such as this </strong><a href=\"http://www.treasurer.gov.au/tsr/content/transcripts/2005/123.asp\" target=\"exchange\"><strong>exchange</strong></a><strong> between Treasurer Peter Costello and host Tony Jones on the Lateline television news program on 23 August 2005:</strong></p>\r\n<p>\r\n<p style=\"text-align: justify; margin-top: 20px; margin-bottom: 20px; margin-left: 40px; margin-right: 40px\"><strong>TONY JONES:</strong> Now, over the past 24 hours you\'ve been repeating the notion that migrants, evidently Islamic migrants, who don\'t like Australia, or Australian values, should think of packing up and moving to another country. Is that a fair assessment? <br /><br /><strong>PETER COSTELLO:</strong> What I\'ve said is that this is a country, which is founded on a democracy. According to our Constitution, we have a secular state. Our laws are made by the Australian Parliament. If those are not your values, if you want a country which has Sharia law or a theocratic state, then Australia is not for you. This is not the kind of country where you would feel comfortable if you were opposed to democracy, parliamentary law, independent courts and so I would say to people who don\'t feel comfortable with those values there might be other countries where they\'d feel more comfortable with their own values or beliefs. <br /><br /><strong>TONY JONES:</strong> It sounds like you\'re inviting Muslims who don\'t want to integrate to go to another country. Is it as simple as that? <br /><br /><strong>PETER COSTELLO:</strong> No. I\'m saying if you are thinking of coming to Australia, you ought to know what Australian values are. <br /><br /><strong>TONY JONES:</strong> But what about if you\'re already here and you don\'t want to integrate? <br /><br /><strong>PETER COSTELLO:</strong> Well, I\'ll come to that in a moment. But there are some clerics who have been quoted as saying they recognise two laws. They recognise Australian law and Sharia law. There\'s only one law in Australia, it\'s the Australian law. For those coming to Australia, I think we ought to be very clear about that. We expect them to recognise only one law and to observe it. <br /><br />Now, for those who are born in Australia, I\'d make the same point. This is a country which has a Constitution. Under its Constitution, the state is secular. Under its constitution, the law is made by the parliament. Under its Constitution, it\'s enforced by the judiciary. These are Australian values and they\'re not going to change and we would expect people, when they come to Australia or if they are born in Australia, to respect those values. <br /><br /><strong>TONY JONES:</strong> I take it that if you\'re a dual citizen and you have the opportunity to leave and you don\'t like Australian values, you\'re encouraging them to go away; is that right? <br /><br /><strong>PETER COSTELLO:</strong> Well, if you can\'t agree with parliamentary law, independent courts, democracy and would prefer Sharia law and have the opportunity to go to another country which practises it, perhaps then that\'s a better option. <br /><br /><strong>TONY JONES:</strong> But isn\'t this the sort of thing you hear in pubs, the meaningless populism you hear on talkback radio? Essentially, the argument is if you don\'t like it here, you should go back home. <br /><br /><strong>PETER COSTELLO:</strong> No. Essentially, the argument is Australia expects its citizens to abide by core beliefs — democracy, the rule of law, the independent judiciary, independent liberty. You see, Tony, when you come to Australia and you go to take out Australian citizenship you either swear on oath or make an affirmation that you respect Australia\'s democracy and its values. That\'s what we ask of people that come to Australia and if they don\'t, then it\'s very clear that this is not the country — if they can\'t live with them — whose values they can\'t share. Well, there might be another country where their values can be shared. <br /><br /><strong>TONY JONES:</strong> Who exactly are you aiming this at? Are you aiming it at young Muslims who don\'t want to integrate or are you aiming it at clerics like Sheikh Omran or Abu Bakr both from Melbourne? <br /><br /><strong>PETER COSTELLO:</strong> I\'d be saying to clerics who are teaching that there are two laws governing people in Australia, one the Australian law and another the Islamic law, that that is false. It\'s not the situation in Australia. It\'s not the situation under our Constitution. There\'s only one law in Australia. It\'s the law that\'s made by the Parliament of Australia and enforced by our courts. There\'s no second law. There\'s only one law that applies in Australia and Australia expects its citizens to observe it.</p>\r\n</p>\r\n<p><strong>Likewise, Education minister Dr. Brendan Nelson </strong><a href=\"http://www.abc.net.au/news/newsitems/200508/s1445181.htm\" target=\"offer\"><strong>offered</strong></a><strong> his opinion that those who do not accept and teach Australian values should leave the country:</strong></p>\r\n<p>\r\n<p style=\"text-align: justify; margin-top: 20px; margin-bottom: 20px; margin-left: 40px; margin-right: 40px\">Dr Nelson says those who do not accept and teach Australian values should \"clear off\". <br /><br />One of the recommendations at Prime Minister John Howard\'s terrorism summit was for Islamic schools to be encouraged to denounce extremism and teach about Australian traditions and culture. <br /><br />The Minister says it is important for all groups to be integrated into the Australian community, whatever their religion. <br /><br />\"If you want to be an Australian, if you want to raise your children in Australia, we fully expect those children to be taught and to accept Australian values and beliefs,\" he said. <br /><br />\"We want them to understand our history and our culture, the extent to which we believe in mateship and giving another person a fair go, and basically if people don\'t want to support and accept and adopt and teach Australian values then, they should clear off.\"</p>\r\n<p style=\"text-align: justify; margin-top: 20px; margin-bottom: 20px; margin-left: 40px; margin-right: 40px\">{jcomments on}</p>\r\n</p>',1,5,0,43,'2010-05-22 13:59:57',62,'Submitted by Doug Burnie','2010-05-22 14:41:35',62,0,'0000-00-00 00:00:00','2010-05-22 13:59:57','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,39,'','',0,436,'robots=\nauthor='),(143,'For Your Information.','for-your-information','','<h1>I guess they already finished their English homework!!!</h1>\r\n<p><strong><strong>Montebello</strong><strong> </strong> High School in California or Mexico</strong></p>\r\n<div>\r\n<p><br />You will not see this heart-stopping photo on the front page of the NY Times, nor on the lead story of the major news networks. The protestors at Montebello High School took the American flag off the school\'s flag pole and hung it upside down while putting up the Mexican flag over it.  (*See pictures below*)</p>\r\n</div>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"3\" width=\"40%\" align=\"length\">\r\n<tbody>\r\n<tr>\r\n<th scope=\"col\"><span style=\"padding-left: 5px;\"><img src=\"images/stories/users/00081_00009.jpg\" border=\"0\" width=\"393\" height=\"331\" /></span></th><th scope=\"col\"><span style=\"padding-left: 6px;\"><img src=\"images/stories/users/00081_00011.jpg\" border=\"0\" width=\"300\" height=\"388\" /></span></th>\r\n</tr>\r\n<tr>\r\n<td><span style=\"padding-left: 5px; text-align: center;\"><img src=\"images/stories/users/00081_00012.jpg\" border=\"0\" width=\"259\" height=\"343\" /></span></td>\r\n<td><span style=\"padding-left: 5px; text-align: center;\"><img src=\"images/stories/users/00081_00010.jpg\" border=\"0\" width=\"269\" height=\"389\" /></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>{jcomments on}</p>','',1,5,0,54,'2010-05-15 04:13:43',62,'Tom Brake','2010-05-16 07:07:58',62,0,'0000-00-00 00:00:00','2010-05-14 00:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,15,'','',0,236,'robots=\nauthor='),(142,'In response to Arizona - keep it going','in-response-to-arizona-keep-it-going','','<h1 style=\"text-align: center;\">This one needs to circulate <br />I think this is one email that needs to be forwarded until every <br />American with a computer receives it. <br />The year is 1919, almost one hundred years ago. <br />READ PRINT UNDER PICTURE!</h1>\r\n<h1 style=\"text-align: center;\"><br /><img src=\"images/stories/users/00080_00008.jpg\" border=\"0\" alt=\"00080_00008.jpg\" width=\"584\" height=\"354\" />  </h1>\r\n<h1 style=\"text-align: center;\">Theodore Roosevelt\'s ideas on Immigrants and being an AMERICAN in 1919.</h1>\r\n<p style=\"text-align: center;\">\"We should insist that if the immigrant who comes here does in good faith become an American and assimilates himself to us he shall be treated on an exact equality with every one else, for it is an outrage to discriminate against any such man because of creed or birth-place or origin. But this is predicated upon the man\'s becoming in very fact an American and nothing but an American. If he tries to keep segregated with men of his own origin and separated from the rest of America, then he isn\'t doing his part as an American. There can be no divided allegiance here. . . We have room for but one language here, and that is the English language, for we intend to see that the crucible turns our people out as Americans, of American nationality, and not as dwellers in a polyglot boarding-house; and we have room for but one soul loyalty, and that is loyalty to the American people.\"<br /><br /><strong>Theodore Roosevelt 1919</strong><br /><br /><strong>Every American citizen needs to read this!</strong> <br /><br /><strong>KEEP THIS MOVING</strong></p>\r\n<p style=\"text-align: center;\"><em>The quote was written in a letter by then former president Roosevelt on January 3, 1919 to the president of the American Defense Society.  It was read publicly at a meeting on January 5, 1919.  Roosevelt died the next day, on January 6, 1919<br /><br />Teddy Roosevelt was the 26th President of the United States and the youngest to ever occupy the Oval Office.  He was Vice President to President William McKinley. When in 1901 McKinley was assassinated, Roosevelt took over at age 42.  (At age 43 President John F. Kennedy was the youngest to ever be elected President.)</em></p>\r\n<p style=\"text-align: left;\">{jcomments on}</p>','',1,5,0,54,'2010-05-15 03:30:00',62,'Tom Brake','2010-05-16 06:21:48',62,0,'0000-00-00 00:00:00','2010-05-14 00:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,16,'','',0,374,'robots=\nauthor='),(135,'Elsie wants to share a page at MitchAlbom.com','elsie-wants-to-share-a-page-at-mitchalbomcom','','<p>I am so very proud of my son Louie and his son Anthony. They are in Haiti<br />with Mitch Albom doing some very amazing things. All my life I have wanted<br />to do some missionary work, but because of my spinal problems, that has<br />never worked out.<br /><br />Now my precious Ones are in Haiti, helping people who are desperate for love<br />and practical care. If you go to the following site, you can read Mitch\'s 3<br />part article, and then continue on to his personal web page to see pictures<br />of Louie and Anthony.<br /><br />I am so proud of both of them, and I am so thankful for their tireless<br />effort helping those in great need. May Our LORD watch over them, and their<br />families who are waiting for them at home. Louie said it is so hot, he<br />feels like he is melting inside. I have never been that warm!<br /><br />blessings,<br />elsie<br /><br />I thought you might like the following link from MitchAlbom.com:<br /><br /><a href=\"http://mitchalbom.com/news/node/6234\">http://mitchalbom.com/news/node/6234</a></p>\r\n<p> </p>','',1,5,0,51,'2010-05-12 14:08:04',76,'','2010-05-12 14:38:53',62,0,'0000-00-00 00:00:00','2010-05-12 00:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,11,'','',0,209,'robots=\nauthor='),(141,'Judicial Watch Announces List of Washington\'s \"Ten Most Wanted Corrupt Politicians\" for 2009','judicial-watch-announces-list-of-washingtons-qten-most-wanted-corrupt-politiciansq-for-2009','','<p><span style=\"text-align: left;\"><strong><img src=\"images/articles/header_main.jpg\" border=\"0\" alt=\"Judicial Watch\" style=\"float: left; border: 0;\" /></strong></span></p>\r\n<p><span style=\"text-align: left;\"><strong> </strong></span></p>\r\n<p><span style=\"text-align: left;\"><strong> </strong></span></p>\r\n<p><span style=\"text-align: left;\"><strong> </strong></span></p>\r\n<p><span style=\"text-align: left;\"><strong>Contact Information:</strong><br />Press Office 202-646-5172, ext 305 </span></p>\r\n<div class=\"content\"><br /><strong>Washington, DC</strong>\r\n<p>Judicial Watch, the public interest group that investigates and prosecutes government corruption, today released its 2009 list of Washington\'s \"Ten Most Wanted Corrupt Politicians.\" The list, in alphabetical order, includes:</p>\r\n<p><a href=\"http://www.judicialwatch.org/news/2009/dec/judicial-watch-announces-list-washington-s-ten-most-wanted-corrupt-politicians-2009\">Read More...</a></p>\r\n</div>','',1,5,0,42,'2010-05-14 03:22:22',75,'Judicial Watch','2010-05-14 03:37:33',62,0,'0000-00-00 00:00:00','2010-05-14 03:22:22','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,10,'','',0,693,'robots=\nauthor='),(136,'News Update - The Constant Threat of Terror','news-update-the-constant-threat-of-terror','','<p align=\"left\"><img src=\"http://tool.donation-net.net/Images/Email/1032/JWN_Header.jpg\" border=\"0\" alt=\"JWN_Header.jpg\" width=\"640\" /></p>\r\n<p align=\"left\">Dear John, On Monday, May 3, Iran\'s pugilistic president, Mahmoud Ahmadinejad, again took center stage at the United Nations nuclear non-proliferation conference. As the only head of state to attend the opening session, the Lilliputian leader assured top billing. This \"diplomatic deference\" did not guarantee an encouraging reaction to his appearance. <br /><br />UN Secretary General Ban Ki-moon and Yukiyo Amano, the director general of the UN\'s nuclear oversight agency, referred specifically to Iran\'s refusal to comply with its obligations to the International Atomic Energy Agency. Both gentlemen urged the combative tyrant to move forward rapidly to meet NPT guidelines. <br /><br />Secretary General Ban said of Iran, \"The onus is on Iran to clarify the doubts\" about its nuclear ambitions and for Ahmadinejad to offer \"transparent\" assurances \"of his country\'s nuclear program.\" <br /><br />Mr. Amano denounced Iran\'s \"continuing diversion of nuclear materials that remains a significant concern.\" He vowed to persist in pushing Ahmadinejad to exercise \"full implementation of its IAEA agreements\" and to \"clarify activities with a possible military dimension.\" <br /><br />Just three days after Mahmoud Ahmadinejad spoke at the UN, Iran\'s navy took to the seas for eight days of war games in the Persian Gulf and the Gulf of Oman. It is Iran\'s second round of saber-rattling in less than one month. This comes on the heels of lobbying by the U.S. for another, harsher round of sanctions. <br /><br />Neither the United States nor Israel has ruled out an attack against its nuclear facilities if sanctions are ineffective in curbing Iran\'s pursuit of the atomic bomb. Iran has vowed to hit both U.S. interests in the region and the State of Israel. U.S. Secretary of Defense Robert Gates believes Iran\'s navy is displaying an array of offensive and defensive weapons in an attempt to challenge U.S. naval might. <br /><br />Israel has increasingly been the target of Iranian trained and armed terrorists. Israeli prime ministers have endured arm-twisting, veiled threats, and attempts by spineless world leaders to sacrifice Israel on the altar of appeasement. <br /><br />Unfortunately, President Jimmy Carter set a precedent with Iran that still proves true today. The U.S. cowers behind a group of allies which are as toothless a tiger as can be found on the planet. Also, thanks in large part to Carter, the world is again being challenged by what may be the best student to emerge from Khomeini\'s madrasas (Islamic schools), Mahmoud Ahmadinejad. <br /><br />In a treatise by Gen. (Ret.) Moshe Yaalon, he writes, \"According to Iranian Supreme Leader Ali Khamenehi and Iran\'s Syrian partners, the Second Lebanon War [August 2006] was launched by Hezbollah—Iran\'s proxy—as a hostile probe of U.S. reflexes via the engagement of Israel, which for Iran and Syria is a direct extension of Washington in the Middle East.\" It is apparent that Tehran wishes to neutralize America\'s influence in the Middle East as a major step in the plan to defeat Western civilization. Foremost in that effort is the funding, training, and arming of Hezbollah in Lebanon, and not just with pistols and ammunition. <br /><br />Not only does Iran directly support Hezbollah, but also it supplies Hamas with funds, arms, and training. For years Lebanon has played host to a group from the Islamic Revolutionary Guard Corps, the elite of the Iranian military, and is best at training other terror units. It is obvious to me that Iran has a long-term plan to take control of the Middle East region by using proxies: Hamas, Hezbollah, and Palestinian Islamic Jihad, not to mention Muktada al-Sadr\'s Shiite Mahdi Army in Iraq. Would the spread of such terrorist entities have been assured had Jimmy Carter worked with the Shah to correct human rights issues rather than against the monarch? <br /><br />Ahmadinejad is equally determined to destroy Israel. Recalling Khomeini\'s earlier rhetoric, in October 2005 he declared, \"This regime that is occupying Qods [Jerusalem] must be eliminated from the pages of history.\" He has threatened elsewhere to \"wipe Israel from the map.\" Despite Ahmadinejad\'s hateful proclamation, Persian Jews continue to live in Iran. The Iranian Jews were content to remain there following the establishment of the State of Israel (only about eight thousand emigrated), but the safety of the Jewish population is no longer guaranteed under the radical regime of Mahmoud Ahmadinejad. <br /><br />It\'s difficult enough to live under the constant threat of countries like Iran and leaders such as Ahmadinejad. To compound that with not having enough to eat or proper medications is adding insult to injury. <br /><br />Thank you for caring! <br /><br />Your ambassador to Jerusalem, <br /><br />Mike Evans <br /><br /><a href=\"http://jerusalemprayerteam.org/\" target=\"_blank\"><img src=\"http://tool.donation-net.net/Images/Email/1032/JPT_Apr2010EmailFooter_blue.jpg\" border=\"0\" title=\"http://jerusalemprayerteam.org/ CTRL + Click to follow link\" /></a> <br /><a href=\"http://jerusalemprayerteam.org/tell.asp\" target=\"_blank\"><img src=\"http://jerusalemprayerteam.org/email/oct09Images/oct09EmailFooterBtn01.jpg\" border=\"0\" title=\"http://jerusalemprayerteam.org/tell.asp CTRL + Click to follow link\" /></a> <a href=\"https://www.donation-net.net/CTBF/donate.cfm?dn=1032&amp;commID=146858212&amp;ID=505548\" target=\"_blank\"><img src=\"http://jerusalemprayerteam.org/email/oct09Images/oct09EmailFooterBtn02.jpg\" border=\"0\" /></a> <a href=\"https://www.donation-net.net/CTBF/DefendersofZion.cfm?dn=1032&amp;commID=146858212&amp;ID=505548\" target=\"_blank\"><img src=\"http://jerusalemprayerteam.org/email/oct09Images/oct09EmailFooterBtn03.jpg\" border=\"0\" title=\"https://www.donation-net.net/CTBF/DefendersofZion.cfm?dn=1032&amp;commID=146858212&amp;ID=505548 CTRL + Click to follow link\" /></a></p>\r\n<p align=\"left\"><br /><br /><br /></p>','',0,5,0,43,'2010-05-12 18:40:55',62,'Mike Evans','2010-05-13 15:52:30',62,0,'0000-00-00 00:00:00','2010-05-12 00:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',10,0,43,'','',0,1,'robots=\nauthor='),(139,'THE TRAGEDY OF DETROIT','the-tragedy-of-detroit','','<p>THE TRAGEDY OF DETROIT: HOW IMMIGRATION AND MULTICULTURALISM DESTROYED IT<br /><strong>By Frosty Wooldridge</strong></p>\r\n<p>     For 15 years, from the mid 1970s to 1990, I worked in Detroit , Michigan.  I watched it descend into the abyss of crime, debauchery, gun play, drugs, school truancy, car-jacking, gangs and human depravity.  I watched entire city blocks burned out.  I watched graffiti explode on buildings, cars, trucks, buses and school yards. Trash was everywhere!  Detroiters walked through it, tossed more into it and just ignored it.</p>\r\n','\r\n<p><br />     Tens of thousands and then, hundreds of thousands today exist on federal welfare, free housing and food stamps!  With Aid to Dependent Children, minority women birthed eight to 10 and, in one case, one woman birthed 24 kids as reported by the Detroit Free Press-all on American taxpayer dollars.  A new child meant a new car payment, new TV and whatever mom wanted.  I saw Lyndon Baines Johnson\'s \"Great Society\" flourish in Detroit.  If you give money for doing nothing, you will get more hands out to take money for doing nothing.</p>\r\n<p>     Mayor Coleman Young, perhaps the most corrupt mayor in America, outside of Richard Daley in Chicago, rode Detroit down to its  knees.  He set the benchmark for cronyism, incompetence and arrogance. As a black man, he said, \"I am the MFIC.\"  The IC meant \'in charge\'.  You can figure out the rest. Detroit became a majority black city with 67 percent African-Americans.</p>\r\n<p>     As a United Van Lines truck driver for my summer job from teaching math and science, I loaded hundreds of American families  into my van for a new life in another city or state. Detroit plummeted from 1.8 million citizens to 912,000 today.  At the same time, legal and illegal immigrants converged on the city, so much so, that Muslims number over 300,000.  Mexicans number 400,000 throughout Michigan, but most work in Detroit .</p>\r\n<p>     As the whites moved out, the Muslims moved in.  As the crimes became more violent, the whites fled.  Finally, unlawful Mexicans moved in at a torrid pace.  Detroit suffers so much shoplifting that grocery stores no longer operate in many inner city locations.</p>\r\n<p>      You could cut the racial tension in the air with a knife! Detroit may be one of our best (extreme) examples of multiculturalism: pure dislike and total separation from America !<br />     Today, you hear Muslim calls to worship over the city like a new American Baghdad with hundreds of Islamic mosques in Michigan, paid for by Saudi Arabia oil money.  High school flunk out rates reached 76 percent last June according to NBC\'s Brian Williams. Classrooms resemble more foreign countries than America.  English?  Few speak it!  The city features a 50 percent illiteracy rate and growing. Unemployment hit 28.9 percent in 2009 as the auto industry vacated the city.<br />      In Time Magazine October 4, 2009, \"The Tragedy of Detroit: How a great city fell and how it can rise again,\" I choked on the writer\'s description of what happened.</p>\r\n<p> </p>\r\n<p>     \"If Detroit had been savaged by a hurricane and submerged by a ravenous flood, we\'d know a lot more about it,\" said Daniel Okrent. \"If drought and carelessness had spread brush fires across the city, we\'d see it on the evening news every night. Earthquake, tornadoes, you name it - if natural disaster had devastated the city that was once the living proof of American prosperity, the rest of the country might take notice.</p>\r\n<p>       But Detroit, once our fourth largest city, now 11th and slipping rapidly, has had no such luck. Its disaster has long been a slow unwinding that seemed to remove it from the rest of the country. Even the death rattle that in the past year emanated from its signature industry brought more attention to the auto executives than to the people of the city, who had for so long been victimized by their dreadful decision-making.\"</p>\r\n<p>     As Coleman Young\'s corruption brought the city to its knees, no amount of federal dollars could save the incredible payoffs, kick backs and illegality permeating his administration. I witnessed the city\'s death from the seat of my 18-wheeler tractor trailer because I moved people out of every sector of decaying Detroit .</p>\r\n<p>     \"By any quantifiable standard, the city is on life support.   Detroit \'s treasury is $300 million short of the funds needed to provide the barest municipal services,\" Okrent said. \"The school system, which six years ago was compelled by the teachers\' union to reject a philanthropist\'s offer of $200 million to build 15 small, independent charter high schools, is in receivership. The murder rate is soaring, and 7 out of 10 remain unsolved. Three years after Katrina devastated New Orleans, unemployment in that city hit a peak of 11%. In Detroit, the unemployment rate is 28.9% That\'s worth spelling out: twenty-eight point nine percent.\"</p>\r\n<p>       At the end of Okrent\'s report, and he will write a dozen more about Detroit , he said, \"That\'s because the story of Detroit is not simply one of a great city\'s collapse. It\'s also about the erosion of the industries that helped build the country we know today. The ultimate fate of Detroit will reveal much about the character of America in the 21st century. If what was once the most prosperous manufacturing city in the nation has been brought to its knees, what does that say about our recent past? And if it can\'t find a way to get up, what does that say about our future?\"</p>\r\n<p>      As you read in my book review of Chris Steiner\'s book, $20 Per Gallon, the auto industry won\'t come back (to Detroit).  Immigration will keep pouring more and more uneducated third world immigrants from the Middle East into Detroit -thus creating a beachhead for Islamic hegemony in America . If the 50 percent illiteracy continues, we will see more homegrown terrorists spawned out of the Muslim ghettos of   Detroit.  Illiteracy plus Islam equals walking human bombs. You have already seen it in Madrid, Spain; London, England and Paris, France with train bombings, subway bombings and riots. As their numbers grow, so will their power to enact their barbaric Sharia Law that negates republican forms of government, first amendment rights and subjugates women to the lowest rungs on the human ladder. We will see more honor killings by upset husbands, fathers and brothers that demand subjugation by their daughters, sisters and wives. Muslims prefer to use beheadings of women to scare the hell out of any other members of their sect from straying.</p>\r\n<p>     Multiculturalism: what a perfect method to kill our language, culture, country and way of life.</p>\r\n<p>     I PRAY EVERYONE THAT READS THIS REALIZES THAT IF WE DON\'T ALL STAND UP AND SCREAM AT WASHINGTON AND OUR CITY LEADERS THIS IS WHAT AWAITS AMERICA . IF YOU FOLLOW THE NEWS AT ALL YOU KNOW THIS HAS HAPPENED IN ENGLAND AND FRANCE AND SPAIN .. IF YOU THINK THIS IS JUST A BUNCH OF HOOEY AND YOU FEEL NO DUTY TO FIGHT FOR THIS COUNTRY, THEN I\'M SORRY, I DON\'T KNOW WHAT IT WILL TAKE FOR YOU TO STAND AND FIGHT.</p>\r\n<p><br />{jcomments on}</p>',1,5,0,51,'2010-05-13 23:48:51',76,'Frosty Woolridge','2010-05-25 03:26:32',62,0,'0000-00-00 00:00:00','2010-05-13 23:48:51','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,10,'','',0,1279,'robots=\nauthor='),(146,'The End of Money and the Future of Civilization ','the-end-of-money-and-the-future-of-civilization-','','<p>By: <a href=\"http://www.marketoracle.co.uk/UserInfo-Richard_C_Cook.html\" target=\"_blank\">Richard_C_Cook</a></p>\r\n<p><a href=\"http://www.marketoracle.co.uk/Topic6.html\"><img src=\"http://www.marketoracle.co.uk/images/topics/economics.gif\" border=\"0\" alt=\"Economics\" /></a></p>\r\n<p>It’s too late for anyone to pretend that the U.S. government, whether under President Barack Obama or anyone else, can divert our nation from long-term economic decline. The U.S. is increasingly in a state of political, economic, and moral paralysis, caught as it were between the “rock” of protracted recession and the “hard place” of terminal government debt.</p>\r\n<p>Even if the stock market can be shored up by more government borrowing for “stimulus” spending, it’s a temporary reprieve, because nothing can bring back the consumer purchasing power that was lost when the banks stopped pumping money into the economy through out-of-control mortgage lending. We simply no longer have the job base for people to earn the income they need to live.</p>\r\n','\r\n<p> </p>\r\n<p>The underlying cause of the crisis is in fact the debt-based monetary system, whereby the U.S. ruling class long ago sold out our nation and its people to the international banking cartel of which the Rockefeller and Morgan interests have been the chief representatives for over a century. It was lending on a previously unheard of scale for overpriced assets to people and businesses unable to repay that created the bubbles that burst in 2008, not only in the housing market but also in such areas as commercial real estate, equities, commodities, and derivatives. It was an explosion that reverberated throughout the world.</p>\r\n<p>The Obama administration’s response to the crisis has been to print Treasury bonds both for the financial system bailouts and the sputtering Keynesian stimulus that so far has gone substantially into military infrastructure. This bond bubble is what I have referred to as “Obama’s Last Picture Show.” <a href=\"http://www.globalresearch.ca/index.php?context=va&amp;aid=12512\" target=\"_blank\">http://www.globalresearch.ca/..</a></p>\r\n<p>Government debt is fundamentally inflationary. For a generation, the U.S. dollar has been inflating at an increasing rate, with the economy being kept in a growth posture by selling our debt instruments abroad or allowing foreigners holding dollars to purchase property and other assets on our own soil. The website EconomyinCrisis.org reports that in 2007, the most recent year for which data are available, “foreign entities spent $267.8 billion to acquire or establish U.S. businesses.” <a href=\"http://www.economyincrisis.org/articles/show/2801\" target=\"_blank\">http://www.economyincrisis.org/..</a></p>\r\n<p>Foreigners are spending their dollars as fast as possible, because they are now plummeting in value. It’s increasingly clear that sooner rather than later, the dollar will be dumped by foreign purchasers of bonds, particularly China, and possibly even the oil-producing nations.</p>\r\n<p>These nations know full well that bonds denominated in dollars can never be completely repaid, even if the bonds can be rolled over into fresh debt. It’s this dynamic that is dragging the U.S. economy to the cliff, because real economic growth stopped long ago when our manufacturing jobs were exported. This is because most of the growth since Ronald Reagan was elected president in 1980 has been only on paper through financial bubbles. This included the <a href=\"http://dot.com\">dot.com</a> bubble of the Clinton years that blew up in 2000-2001.</p>\r\n<p>Now, after the Treasury bond bubble of 2009, there is nothing left in America to inflate. With so many jobs gone, the American family home was the last thing of value we owned.</p>\r\n<p>So the air is going out of the tires. Americans who are struggling to work for a living are passive spectators as their jobs, savings, health insurance, pensions, and homes continue to erode in value or even disappear. Last Sunday the Washington Post reported a massive crisis in state and local government pensions. Reporter David Cho wrote, “The financial crisis has blown a hole in the rosy forecasts of pension funds that cover teachers, police officers and other government employees, casting into doubt as never before whether these public systems will be able to keep their promises to future generations of retirees.”</p>\r\n<p>So what, if anything, can be done about it?</p>\r\n<p>Well, the first thing an intelligent physician does is diagnose the disease. Thomas Greco, in his new book The End of Money and the Future of Civilization (Chelsea Green: 2009) , outlines the increasingly familiar story of how things got so bad, and he tells it as well as anyone has ever done. His style is precise and sometimes academic. Behind it, though, is a passion for truth and the type of rock-solid integrity that refuses to sugar-coat a very bitter pill.</p>\r\n<p>More than that, Greco writes about how to change what has gone wrong. His credentials as an engineer, college professor, author, and consultant are impeccable. His book is among the most important written in this decade. It is truly a book that can alter the world and, if taken seriously, give large numbers of people a practical way to survive the gathering catastrophe.</p>\r\n<p>But unlike most commentators, what Greco offers is not another phony prescription for what the financiers and government should do for us, whether through “restarting” lending or another round of stimulus spending. Rather it’s what we should do for ourselves, and could do much better, if we understood what to do and if big banking and big government just got out of the way.</p>\r\n<p>As I said, at the root is the monetary system, whose failure cannot be understood without a history lesson. So Greco writes about the struggle between banking and democracy that took place in the 1790s when the ink on our new national constitution was barely dry.</p>\r\n<p>It was Alexander Hamilton, the first secretary of the treasury, who compromised the new nation, through what he admitted was “corruption,” by giving the wealthy speculators in Revolutionary War bonds the benefit of federally-sponsored redemption and then by establishing the First Bank of the United States. This early drift toward elitist rule was opposed by Thomas Jefferson, James Madison, and others who figured in the creation of what later became the Democratic Party.</p>\r\n<p>Greco writes: “While Jefferson favored a stronger union than that which emerged under the Articles of Confederation, he was vehemently opposed to the reconstruction of monarchic government on the American continent.” Hamilton had said frankly that the British monarchy was the best system of government known to man. Part of the monarchic system was the Bank of England, which Hamilton copied when setting up the First Bank.</p>\r\n<p>But Jefferson, who repudiated Hamilton’s elitist platform, was elected president in what was then called “The Revolution of 1800.” Congress refused to renew the Bank’s charter by a single vote when it was up for renewal in 1811.</p>\r\n<p>But the Second Bank of the United States was chartered in 1816 due to the government debt left behind from the War of 1812 against Great Britain. Thus was set up what became known as the “Bank War.”</p>\r\n<p>It was President Andrew Jackson who dethroned the bankers from power by pulling government funds out of the Second Bank in 1833. Greco writes that in Jackson’s view: “The ‘Bank War’ was a contest for rulership—would the United States be governed by the people through their elected president and representatives, or by an unelected financial elite through their central bank instrument?”</p>\r\n<p>The modern takeover began in earnest during the Civil War when Congress passed the National Banking Acts in 1863-64 which mandated use of government bonds as bank lending reserves, thereby creating a direct linkage between bank profits and the debt the government was starting to load on the shoulders of taxpayers.</p>\r\n<p>The nation’s fate was sealed with the passage of the Federal Reserve Act in 1913. The deal was that the bankers would control the currency, and thereby the nation’s economy, while the government would be provided with an unlimited amount of inflated dollars to fight its wars.</p>\r\n<p>The bookkeeper’s trick of creating money out of thin air, charging interest for its use, then forcing it down the throats of weaker nations by threat of violence, is what has allowed the Anglo-American empire, since the founding of the Bank of England in 1696, gradually to conquer the world. Though President Woodrow Wilson signed the Federal Reserve Act into law, he saw what that action meant. Greco cites Wilson as writing: “There has come about an extraordinary and very sinister concentration in the control of business in the country….The great monopoly in this country is the monopoly of big credits.”</p>\r\n<p>Among other ill effects, the system has ruined the value of the currency. The inflation caused by large issues of bank-created loans is seized upon by the government which goes along because inflation reduces the cost of its deficits. Investors buy Treasury bonds denominated in Federal Reserve Notes then watch their value evaporate over time. In fact Federal Reserve Notes have lost over 95 percent of their value since they were first introduced.</p>\r\n<p>Moreover, it’s additional inflation caused by bank-generated interest that drives up the costs of goods and services, forcing everyone in the economy to try to defend themselves by raising their prices to the max. Greco spells this out too, which almost every economist in the world, with the exception perhaps of Australia’s James Cumes, overlooks.</p>\r\n<p>Bank interest has other tragic effects. It was high interest rates, for instance, that destroyed the Idaho potato industry. A farmer from that region told me at a conference a few years ago that when interest rates skyrocketed in the early 1980s, he asked the president of one of the Federal Reserve Banks why they did it. The answer was they were “ordered” to raise interest rates by the international banking system.</p>\r\n<p>Make no mistake, it’s the banking system, facilitated by the Fed, not unwary borrowers, who brought on the collapse of 2008.</p>\r\n<p>Now, in 2009, the bankers, mainly those in the U.S., have so shattered the world economy by debt mounted on debt that there may be no reprieve except the creation of a slave society based on rule by the rich over the masses of whatever peons should happen to survive the downturn and its tragic effects on employment, health, the food and water supply, and even our ability to cope with climate change.</p>\r\n<p>The political establishment, expressing itself in pronouncements by organizations like the Council on Foreign Relations, see a future, not of economic democracy or increased financial pluralism, but consolidation of world currencies into a small number overseen at the top by the world’s financial oligarchy. Citing the writings of Benn Steil, the CFR’s Director of International Economics, Greco writes: “The ostensible plan is to reduce global exchange media to three—one each for Europe, the Americas, and Asia. One might reasonably suppose that at a later stage, those three would be combined into one currency also under the control of the global banking elite.”</p>\r\n<p>Greco concludes: “The New World Order is upon us.”</p>\r\n<p>With ample justification, he even goes apocalyptic, citing The Book of Revelation in demonstrating the import on a spiritual plane of the elitist takeover: And he causeth all, both small and great, rich and poor, free and bond, to receive a mark in their right hand or in their foreheads: And that no man might buy or sell, save he that had the mark, or the name of the beast, or the number of his name. (Revelation 13: 16-17)</p>\r\n<p>But is it really the end, or is there a new world waiting to be born? Greco thinks so. He speaks of the end of an era when unlimited economic growth fed by massive influxes of debt-based money is no longer sustainable. He writes: “That our global civilization cannot continue on its current path seems evident….But I think our collective consciousness is beginning to change. We are becoming aware of limits and are reaching that part of our evolutionary program that says, ‘Stop!’”</p>\r\n<p>Part of the awareness of how to stop must focus on the institutions responsible for the crisis. Greco praises Ron Paul for calling out the Federal Reserve in the 2008 presidential campaign. He cites a statement Paul made to Federal Reserve Chairman Alan Greenspan in a 2004 hearing where Paul told Greenspan that the power of the Fed “challenges the whole concept of freedom and liberty and sound money.” Thus Paul and other monetary reformers, though largely ignored by the mainstream media and political establishment, have made it clear that change must start with what really lies at the bottom of elite control: how money is made and who makes it.</p>\r\n<p>Unfortunately, few progressive economists, including Paul Krugman, Joseph Stiglitz, and Robert Reich comprehend the monetary causes of today’s disasters. Instead of demanding reforms that would make money the proper servant of a sustainable economy, most call for more stimulus spending; i.e., more government debt, along with “reform” of a financial system that is corrupt down to its very DNA.</p>\r\n<p>So do we really need the bankers’ fake currency, today backed by nothing but a federal deficit of $12 trillion and growing by the day?</p>\r\n<p>Greco says we don’t, and this is what his book about. But it’s not about doing without the necessities of life, or heading for the hills with a gun and backpack. Nor is it about important efforts at macro-level monetary reform like those of the American Monetary Institute, Congressman Dennis Kucinich, or advocates for a basic income guarantee. Rather it’s about individuals, groups, and communities taking control of the monetary system at the grassroots level and creating an entirely new basis for trade than bank-owed debt.</p>\r\n<p>Greco writes about “a new paradigm approach to the exchange function.” The solution, he says, “is to provide interest-free credit to producers within the process of mutual credit clearing. That is the process of offsetting purchases against sales within an association of merchants, manufacturers, and workers. It will eventually include everyone who buys and sells, or makes and receives disbursements of any kind.”</p>\r\n<p>Greco is one of the world’s leading experts in describing alternative or complementary currencies. These are self-regulating systems that facilitate “reciprocal exchange,” not using government legal tender but which are still allowed under the currency laws so long as taxes are not evaded.</p>\r\n<p>Greco discusses the large and growing worldwide “LETS” movement—Local Exchange Trading Systems, like the Ithaca HOURS system in Ithaca, New York.  He describes the Swiss WIR Bank, the longest-running credit clearing system in the world, with over 70,000 members. He writes about the national and international barter exchanges that involve over 400,000 businesses trading at an annual level of $10 billion.</p>\r\n<p>Greco also describes the world-famous Mondragon Cooperatives from the Basque region of Northern Spain. Started by a Roman Catholic priest in 1941, the Mondragon system, he says, is “the hub of what is probably the most successful and progressive social cooperative economy in modern history.”</p>\r\n<p>He also tells the inspiring story of the Argentine trading clubs—the trueques—which, when used with “provincial bonds” issued by regional governments, rescued that country during the 2001 economic collapse brought on by the collusion between the Argentine government and the International Monetary Fund.</p>\r\n<p>Credit clearing is not new. Greco traces it to the medieval European fairs. These exchanges are like banking clearing houses. The world’s largest is the automated clearing house—ACH—operated by the Federal Reserve.</p>\r\n<p>But as Greco points out: “The clearing process need not be restricted to banks; it can be applied directly to transactions between buyers and sellers of goods and services. The LETS systems that have proliferated in communities around the world use the credit clearing process, as do commercial trade exchanges. Credit clearing systems are, in essence, clearing houses—but their members are businesses and individuals instead of banks.”</p>\r\n<p>Alternative currency and trading systems, says Greco, are the wave of the future. Even though most only mount up to partial local successes, they show what can be done. Greco likens these efforts to the Wright Brothers’ first flight that covered 120 feet. They show, he says, that the potential exists for local, regional, then national and international money-free exchanges that eventually could be joined by a single web-based trading platform. This could eventually get rid of the corruption of debt-money altogether.</p>\r\n<p>Chapter 16 of the book is about “A Regional Economic Development Plan Based on Credit Clearing” that shows the potential. Greco writes, “The credit clearing exchange is the key element that enables a community to develop a sustainable economy under local control and to maintain a high standard of living and quality of life.”</p>\r\n<p>This would be a real revolution. What can governments do to help? Perhaps only by removing, as Greco recommends, the privileged position of bank debt-money as legal tender. Instead, let bank money compete with market-based alternative currencies and credit exchanges, if it can.</p>\r\n<p>Greco’s book is a how-to-do-it manual that updates and expands on his previous books, Money and Debt: A Solution to the Global Crisis, New Money for Healthy Communities, and Money: Understanding and Creating Alternatives to Legal Tender. Greco also operates a website that offers advice and support to worthwhile community initiatives.  <a href=\"http://beyondmoney.net/\">Click Here</a></p>\r\n<p>My own view is that no one should wait to see who takes the lead in creating the monetary and credit-clearing systems of the future. The time is now. There is no more reason to delay. If the people of the world do not join together in this kind of action, they can likely kiss their economic future and perhaps their livelihoods good-bye. The controllers of the world, those with the big money, the ones who run the banking systems, who own the global corporations, and who finance politicians like Obama, the Bushes, and the Clintons, are now poised in their blindness to extinguish the light of democracy on the planet for good.</p>\r\n<p>Greco is implying that the power of the elite is not only dated but illusory. Thus the way to proceed is not just to oppose them. If they are opposed, they’ll do what they always do, which is to roll out the SWAT teams, the military in the streets, the tear gas, the sound cannon, the concentration camps, the Patriot Acts, the torture chambers, because that is all they know, and it’s what they do best.</p>\r\n<p>The money monopoly translates into a monopoly on violence on an ascending scale. We know that the U.S. sells more weapons abroad than any other nation, and we know that it is war above all that makes the bankers rich.</p>\r\n<p>So let them have their weapons and wars. With all due respect to those brave enough to protest, it’s time for people simply to walk away and set up their own economic and monetary systems as a prelude to a rebirth of humanity as ethical beings in sustainable communities of choice.</p>\r\n<p>The keys, says Greco, are simple: “Promote the establishment of private complementary exchange systems—and use them. Buy from your friends and neighbors wherever possible. Contribute your time, energy, and money to whatever moves things in the right direction.”</p>\r\n<p>Greco also recommends that the unit of exchange for alternative currencies be based on the value of commodities—not necessarily gold or silver, which bankers and governments manipulate, but those commodities readily available within a trading system. State and local governments should do everything possible to protect, encourage, nourish, and participate in these systems.</p>\r\n<p>The irony is that what may appear on the surface to be technical changes in how the exchange of goods and services takes place can have such profound effects. The answer is that systems of exchange reflect entirely different perceptions of the world. Bank-money exchange reflects and creates a system of elite control and human slavery. Reciprocal credit exchange reflects and creates a democratic system on a level monetary playing field.</p>\r\n<p>The difference points to the fact that such reform is, above all, a spiritual endeavor. Thomas Greco has devoted decades to this quest and is one of its foremost visionaries. In an Epilogue he writes: “We will either learn to put aside sectarian differences, to recognize all life as one life, to cooperate in sharing earth’s bounty, and yield control to a higher power—or we will find ourselves embroiled in ever-more destructive conflicts that will leave the planet in ruins and avail only the meanest form of existence for the few, if any, who survive.”</p>\r\n<p>It’s a vision we can all strive to embrace.</p>\r\n<p>By Richard C. Cook<br /><a href=\"http://www.richardccook.com/\" target=\"_blank\">http:// www.richardccook.com</a></p>\r\n<p>Copyright 2009 by Richard C. Cook</p>\r\n<p>Richard C. Cook is a former U.S Treasury analyst who also worked in the Carter White House and for NASA and writes on public policy issues. His new book is We Hold These Truths: The Hope of Monetary Reform (Tendril Press 2009). His website is <a href=\"http://www.richardccook.com/\" target=\"_blank\">http://www.richardccook.com</a> He is a member of the U.S. Basic Income Guarantee Network and has been an adviser to Congressman Dennis Kucinich and the American Monetary Institute <a href=\"http://www.monetary.org/\" target=\"_blank\">http://www.monetary.org</a></p>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"70%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div>Richard C. Cook <a href=\"http://www.marketoracle.co.uk/UserInfo-Richard_C_Cook.html\">Archive</a></div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>{jcomments on}</p>',1,5,0,54,'2010-05-16 13:48:27',77,'Submitted by Tom Brake','2010-05-16 14:12:12',62,0,'0000-00-00 00:00:00','2010-05-16 13:48:27','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,12,'','',0,1362,'robots=\nauthor='),(137,'The Living Word','the-living-word','','<p><strong>Now this is the Living Bible: <br /></strong><br />His name is Bill.  He has wild hair, wears a T-shirt with holes in it, jeans, and no shoes. This was literally his wardrobe for his entire four years of college. <br /><br />He is brilliant. Kind of profound and very, very bright.  He became a Christian while attending college. <br /><br />Across the street from the campus is a well-dressed, very conservative church. They want to develop a ministry to the students but are not sure how to go about it. <br /><br />One day Bill decides to go there. He walks in with no shoes, jeans, his T-shirt, and wild hair. The service has already started and so Bill starts down the aisle looking for a seat.</p>\r\n','\r\n<p><br />The church is completely packed and he can\'t find a seat. By now, people are really looking a bit uncomfortable, but no one says anything. <br /><br />Bill gets closer and closer and closer to the pulpit, and when he realizes there are no seats, he just squats down right on the carpet. <br /><br />By now the people are really uptight, and the tension in the air is thick. <br /><br />About this time, the minister realizes that from way at the back of the church, a deacon is slowly making his way toward Bill. <br /><br />Now the deacon is in his eighties, has silver-gray hair, and a three-piece suit. A godly man, very elegant, very dignified, very courtly. He walks with a cane and, as he starts walking toward this boy, everyone is saying to themselves that you can\'t blame him for what he\'s going to do. <br /><br />How can you expect a man of his age and of his background to understand some college kid on the floor? <br /><br />It takes a long time for the man to reach the boy. <br /><br />The church is utterly silent except for the clicking of the man\'s cane. All eyes are focused on him. You can\'t even hear anyone breathing. The minister can\'t even preach the sermon until the deacon does what he has to do. <br /><br />And now they see this elderly man drop his cane on the floor. With great difficulty, he lowers himself and sits down next to Bill and worships with him so he won\'t be alone. <br /><br />Everyone chokes up with emotion.  When the minister gains control, he <br />says, \"What I\'m about to preach, you will never remember. What you have just seen, you will never forget.\" <br /><br />\"Be careful how you live. You may be the only Bible some people will ever read!\"</p>\r\n<p style=\"font-size:10pt;color:#000000;font-family:Arial;\"><br />I asked the Lord to bless you <br />As I prayed for you today. <br />To guide you and protect you <br />As you go along your way.... <br />His love is always with you, <br />His promises are true, <br />And when we give Him all our cares, <br />You know He will see us through. <br /><br />Only if you feel led  to, pass this to People you want God to Bless. ...I DID!   <br /><br />Smile God Loves You! So do I!</p>\r\n<p><br /> {jcomments on}</p>',1,5,0,51,'2010-05-13 04:00:40',76,'','2010-05-13 04:37:13',62,0,'0000-00-00 00:00:00','2010-05-12 00:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,13,'','',0,236,'robots=\nauthor='),(138,'Why Bonhoeffer Still Matters','why-bonhoeffer-still-matters','','<p>christian ethics</p>\r\n<p><img src=\"http://www.cbn.com/images5/Dietrich_Bonhoeffer_MD.jpg\" border=\"0\" alt=\"Dietrich Bonhoeffer\" width=\"143\" height=\"109\" /></p>\r\n<h1><!-- #BeginEditable \"title\" -->Why Bonhoeffer Still Matters<!-- #EndEditable --></h1>\r\n<h5><!-- #BeginEditable \"author\" -->By Charles Colson <em>Breakpoint/Prison Fellowship </em></h5>\r\n<!-- #BeginEditable \"body\" -->\r\n<p><span class=\"source\"><a href=\"http://www.cbn.com/\">CBN.com</a> – </span>July 27, 1945. London is still slowly recovering from six years of war with Germany. Hundreds of thousands of British soldiers are dead. British cities are in ruins. As newsreels expose fresh horrors from the Nazi death camps, the British people wonder, \"Is there no end to German atrocities?\"</p>\r\n<p>Thus, it was not surprising that many Brits recoiled when they heard about a memorial service at London\'s Holy Trinity Church—not for England\'s war dead, but for a German. The service would be broadcast on the BBC. Many wondered: Could there be such a thing as a good German, worthy of such an honor?</p>\r\n','\r\n<p> </p>\r\n<p>The answer was emphatically <em>yes.</em> The service was for Pastor Dietrich Bonhoeffer, executed by the Nazis three weeks before the war\'s end. Bonhoeffer is often remembered for his part in a plot to kill Hitler. But Bonhoeffer is also celebrated for his role in a significant event in the life of the Church—the drafting of <a href=\"http://www.sacred-texts.com/chr/barmen.htm\" target=\"_blank\">the Barmen Declaration</a>.</p>\r\n<p>After Hitler rose to power, the Nazis tried to co-opt the German church, mixing Christian truth with Nazi doctrine. Shamefully, some church leaders allowed themselves to be drawn into this deal with the devil. Others, like Karl Barth and Bonhoeffer, refused.</p>\r\n<p>As my former colleague Eric Metaxas writes in his inspiring new book, <em><a href=\"http://shop.cbn.com/cbn/item.Bonhoeffer-Pastor-Martyr-Prophet-Spy-A-Righteous-Gentile-vs-.9781595551382.htm\" target=\"_blank\">Bonhoeffer</a>, </em>in May of 1934, \"the leaders of the Pastors\' Emergency League held a synod in Barmen. It was there, on the Wupper River, that they wrote the famous <a href=\"http://www.sacred-texts.com/chr/barmen.htm\" target=\"_blank\">Barmen Declaration</a>, from which emerged what came to be known as the Confessing Church.\"</p>\r\n<p>The Declaration boldly declared independence from both the state and a co-opted church. It made clear that the signers and their churches were not seceding from the German church; instead, it was the co-opted German church that had broken away.</p>\r\n<p>To Bonhoeffer, writes Metaxas, <a href=\"http://www.sacred-texts.com/chr/barmen.htm\" target=\"_blank\">the Barmen Declaration</a> \"reclarified what it—the legitimate and actual German Church—actually believed and stood for.\" It rejected the \"false doctrine\" that the Church could change according to \"prevailing ideological and political positions.\"</p>\r\n<p>This message is as relevant today as it was in Bonhoeffer\'s time. In recent years we have witnessed our own federal, state, and local governments encroaching upon the church in alarming ways, attempting to force it to change to suit the prevailing political winds—particularly when it comes to same-sex \"marriage\" and health care issues like abortion and end-of-life decisions.</p>\r\n<p>This is precisely why nearly half a million Americans—today\'s Confessing Christians—have signed <a href=\"http://www.manhattandeclaration.org/home.aspx\" target=\"_blank\">the Manhattan Declaration</a>. We have pledged to defend the sanctity of human life, traditional marriage, and religious freedom. No matter the cost.</p>\r\n<p>Like Bonhoeffer and his colleagues, we must constantly remember where our ultimate allegiance lies. Many of the signers of the Barmen Declaration were sent to prison. Bonhoeffer himself was executed for acting on his beliefs. We, too, may face suffering for standing up—and speaking out—for truth.</p>\r\n<p>But the lesson of Bonhoeffer\'s life and death is that God\'s grace is never cheap. It demands from us everything—even our lives. Like Bonhoeffer, we may at times be called traitors by an earthly regime, but our true citizenship is in heaven.</p>\r\n<p>Order your copy of <em><a href=\"http://www.cbn.com/spirituallife/BibleStudyAndTheology/perspectives/vonBuseck_Metaxas_Bonhoeffer_Pastor_Spy.aspx\">Bonhoeffer: Pastor, Martyr, Prophet, Spy</a></em></p>\r\n<p>Related interview with Eric Metaxas -- <a href=\"http://www.cbn.com/spirituallife/BibleStudyAndTheology/perspectives/vonBuseck_Metaxas_Bonhoeffer_Pastor_Spy.aspx\">Bonhoeffer: Pastor, Spy </a></p>',1,1,0,1,'2010-05-13 14:32:50',62,'Charles Colson','2010-05-13 15:10:05',62,0,'0000-00-00 00:00:00','2010-05-13 14:32:50','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,267,'','',0,543,'robots=\nauthor='),(140,'Health Care Reform: Tax Hikes on the Way','health-care-reform-tax-hikes-on-the-way','','<h2>Here are 13 changes in the massive overhaul that could impact your tax bill, for better or worse.</h2>\r\n<p><strong>\r\n<h4>By Joan Pryde, Senior Tax Editor, <a href=\"http://www.kiplinger.com/businessresource/forecast/archive/health-care-reform-tax-hikes-on-the-way.html?si=1\">the Kiplinger letters</a></h4>\r\n<h5 id=\"date\">April 5, 2010</h5>\r\n<p><em>This is an updated version of a March 23 story, incorporating the final changes signed into law by President Obama on March 30, 2010.</em></p>\r\n<p><strong>The new health care reform law is chock-full of new taxes and tax increases</strong> that will affect many individuals and businesses, but it will be years before most of these hikes take a bite out of your -- or your company’s -- wallet. <strong>The law also has tax breaks</strong> to help both individuals and small businesses pay for insurance.</p>\r\n<p><a href=\"http://www.kiplinger.com/businessresource/forecast/archive/health-care-reform-tax-hikes-on-the-way.html?si=1\">MORE</a></p>\r\n<p> </p>\r\n</strong></p>\r\n<p>{jcomments on}</p>','',1,5,0,42,'2010-05-14 00:16:15',75,'Joan Pride Kipplinger','2010-05-14 00:42:10',62,0,'0000-00-00 00:00:00','2010-05-14 00:16:15','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,11,'','',0,393,'robots=\nauthor='),(147,'Wall Street\'s Naked Swindle ','wall-streets-naked-swindle-','','<div id=\"image0\"><strong>By  Matt Taibbi </strong></div>\r\n<p>Apr 05, 2010 4:09 PM EDT</p>\r\n<p><em>This article originally appeared in RS 1089 from October 15, 2009. This issue and the rest of the Rolling Stone archives are available via All Access, Rolling Stone\'s premium subscription plan. If you are already a subscriber, you can <a href=\"http://www.rollingstone.com/cms/digitalArchive\">click here to see the full story</a>. Not a member? <a href=\"http://www.rollingstone.com/cms/digitalArchive\">Click here to learn more about All Access</a>.</em></p>\r\n<p><strong>O</strong>n Tuesday, March 11th, 2008, somebody — nobody knows who —made one of the craziest bets Wall Street has ever seen. The mystery figure spent $1.7 million on a series of options, gambling that shares in the venerable investment bank Bear Stearns would lose more than half their value in nine days or less. It was madness — \"like buying 1.7 million lottery tickets,\" according to one financial analyst.</p>\r\n<p>But what\'s even crazier is that the bet paid.</p>\r\n<p>At the close of business that afternoon, Bear Stearns was trading at $62.97. At that point, whoever made the gamble owned the right to sell huge bundles of Bear stock, at $30 and $25, on or before March 20th. In order for the bet to pay, Bear would have to fall harder and faster than any Wall Street brokerage in history.</p>\r\n<p>The very next day, March 12th, Bear went into free fall. By the end of the week, the firm had lost virtually all of its cash and was clinging to promises of state aid; by the weekend, it was being knocked to its knees by the Fed and the Treasury, and forced at the barrel of a shotgun to sell itself to JPMorgan Chase (which had been given $29 billion in public money to marry its hunchbacked new bride) at the humiliating price of … $2 a share. Whoever bought those options on March 11th woke up on the morning of March 17th having made 159 times his money, or roughly $270 million. This trader was either the luckiest guy in the world, the smartest son of a bitch ever or…</p>\r\n<p>Or what? That this was a brazen case of insider manipulation was so obvious that even Sen. Chris Dodd, chairman of the pillow-soft-touch Senate Banking Committee, couldn\'t help but remark on it a few weeks later, when questioning Christopher Cox, the then-chief of the Securities and Exchange Commission. \"I would hope that you\'re looking at this,\" Dodd said. \"This kind of spike must have triggered some sort of bells and whistles at the SEC. This goes beyond rumors.\"</p>\r\n<p><a href=\"http://www.rollingstone.com/politics/news/;kw=%5B3351,11470%5D\">Read More</a></p>\r\n<p>{jcomments on}</p>','',1,5,0,54,'2010-05-17 00:10:46',77,'Matt Taibbi  Rolling Stone','2010-05-17 00:37:43',62,0,'0000-00-00 00:00:00','2010-05-17 00:10:46','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,11,'','',0,385,'robots=\nauthor='),(148,'Economic Collapse of Argentina and How We Can Prepare','economic-collapse-of-argentina-and-how-we-can-prepare','','<p><em>This is an article written by someone who experienced the Argentine economic collapse first hand. His observations and advice on preparing for this type of event are insightful, informative and practical. Warning: the language is course and some may be offended. Submitted by Patrick Morrow.</em></p>\r\n<p><em><span style=\"text-decoration: underline;\">Part I</span></em></p>\r\n<p><strong>My brother</strong> visited Argentina a few weeks ago. He’s been living in Spain for a few years now. Within the first week, he got sick, some kind of strong flu, even though climate isn’t that cold and he took care of himself. Without a doubt he got sick because there are lots of new viruses in my country that can’t be found in 1st world countries. The misery and famine lead us to a situation where, even though you have food, shelter and health care, most of others don’t, and therefore they get sick and spread the diseases all over the region.</p>\r\n<p>What got me started on this post is the fact that I actually saw this coming, and posted on the subject here at Frugal’s, months before the new viruses spread over the country and the news started talking about this new, health emergency, which proves that talking, thinking and sharing ideas with like minded people (you guys), does help to see things coming and prepare for them with enough time. So I started thinking about several issues, what I learned (either the hard way or thanks to this forum) after all these years of living in a collapsed country that is trying to get out an economical disaster and everything that comes along with it. Though my English is limited, I hope I’m able to transmit the main ideas and concepts, giving you a better image of what you may have to deal with some day, if the economy collapses in your country. Here is what I have so far:</p>\r\n','\r\n<p> </p>\r\n<p><strong>URBAN OR COUNTRY?</strong></p>\r\n<p>Someone once asked me how did those that live in the country fare. If they were better off than city dwellers. As always there are no simple answers. Wish I could say country good, city bad, but I can’t, because if I have to be completely honest, and I intend to be so, there are some issues that have to be analyzed, especially security. Of course that those that live in the country and have some land and animals were better prepared food-wise. No need to have several acres full of crops. A few fruit trees, some animals, such as chickens, cows and rabbits, and a small orchard was enough to be light years ahead of those in the cities. Chickens, eggs and rabbits would provide the proteins, a cow or two for milk and cheese, some vegetables and fruit plants covered the vegetable diet, and some eggs or a rabbit could be traded for flower to make bread and pasta or sugar and salt.</p>\r\n<p>Of course that there are exceptions, for example, some provinces up north have desert climate, and it almost never rains. It is almost impossible to live of the land, and animals require food and water you have to buy. Those guys had it bad; no wonder the northern provinces suffer the most in my country. Those that live in cities, well they have to manage as they can. Since food prices went up about 200%-300%. People would cut expenses wherever they could so they could buy food. Some ate whatever they could; they hunted birds or ate street dogs and cats, others starved. When it comes to food, cities suck in a crisis. It is usually the lack of food or the impossibility to acquire it that starts the rioting and looting when TSHTF.</p>\r\n<p>When it comes to security things get even more complicated. Forget about shooting those that mean you harm from 300 yards away with your MBR. Leave that notion to armchair commandos and 12 year old kids that pretend to be grown ups on the internet.</p>\r\n<p><strong>Some facts:</strong></p>\r\n<p>1) Those that want to harm you/steal from you don’t come with a pirate flag waving over their heads.</p>\r\n<p>2) Neither do they start shooting at you 200 yards away.</p>\r\n<p>3) They won’t come riding loud bikes or dressed with their orange, convict just escaped from prison jump suits, so that you can identify them the better. Nor do they all wear chains around their necks and leather jackets. If I had a dollar for each time a person that got robbed told me “They looked like NORMAL people, dressed better than we are”, honestly, I would have enough money for a nice gun. There are exceptions, but don’t expect them to dress like in the movies.</p>\r\n<p>4) A man with a wife and two or three kids can’t set up a watch. I don’t care if you are SEAL, SWAT or John Freaking Rambo, no 6th sense is going to tell you that there is a guy pointing a gun at your back when you are trying to fix the water pump that just broke, or carrying a big heavy bag of dried beans you bought that morning.</p>\r\n<p>The best alarm system anyone can have in a farm are dogs. But dogs can get killed and poisoned. A friend of mine had all four dogs poisoned on his farm one night, they all died. After all these years I learned that even though the person that lives out in the country is safer when it comes to small time robberies, that same person is more exposed to extremely violent home robberies. Criminals know that they are isolated and their feeling of invulnerability is boosted. When they assault a country home or farm, they will usually stay there for hours or days torturing the owners. I heard it all: women and children getting raped, people tied to the beds and tortured with electricity, beatings, burned with acetylene torches. Big cities aren’t much safer for the survivalist that decides to stay in the city. He will have to face express kidnappings, robberies, and pretty much risking getting shot for what’s in his pockets or even his clothes.</p>\r\n<p>So, where to go? The concrete jungle is dangerous and so is living away from it all, on your own. The solution is to stay away from the cities but in groups, either by living in a small town-community or sub division, or if you have friends or family that think as you do, form your own small community. Some may think that having neighbors within “shouting” distance means loosing your privacy and freedom, but it’s a price that you have to pay if you want to have someone to help you if you ever need it. To those that believe that they will never need help from anyone because they will always have their rifle at hand, checking the horizon with their scope every five minutes and a first aid kit on their back packs at all times…. Grow up.</p>\r\n<p><strong>SERVICES </strong></p>\r\n<p>What ever sort of scenario you are dealing with, services are more than likely to either suffer in quality or disappear all together. Think ahead of time; analyze possible SHTF scenarios and which service should be affected by it in your area. Think about the most likely scenario but also think outside the box. What’s more likely? A tornado? But a terrorist attack isn’t as crazy as you though it would be a few years ago, isn’t it? Also analyze the consequences of those services going down. If there is no power then you need to do something about all that meat you have in the fridge, you can dry it or can it. Think about the supplies you would need for these tasks before you actually need them. You have a complete guide on how to prepare the meat on you computer… how will you get it out of there if there is no power? Print everything that you consider important.</p>\r\n<p><strong>WATER</strong></p>\r\n<p>No one can last too long without water. The urban survivalist may find that the water is of poor quality, in which case he can make good use of a water filter, or that there is no water available at all. When this happens, a large city were millions live will run out of bottled water within minutes. In my case, tap water isn’t very good. I can see black little particles and some other stuff that looks like dead algae. Taste isn’t that bad. Not good but I know that there are parts of the country where it is much worse. To be honest, a high percentage of the country has no potable water at all.</p>\r\n<p>If you can build a well, do so, set it as your top of the list priority as a survivalist. Water comes before firearms, medicines and even food. Save as much water as you can. Use plastic bottles, refill soda bottles and place them in a cool place, preferably inside a black garbage bag to protect it from sun light. The water will pick some plastic taste after a few months, but water that tastes a little like plastic is far way better than no water at all. What ever the kind of SHTF scenario you are dealing with, water will suffer. In my case the economical crash created problems with the water company, that reduces the maintenance and quality in order to reduce costs and keep their income in spite of the high prices they have to pay for supplies and equipment, most of which comes from abroad, and after the 2001 crash, costs 3 times more. As always, the little guy gets to pay for it. Same would go for floods or chemical or biological attacks. Water requires delicate care and it will suffer when TSHTF in one way or another. In this case, when you still have tap water, a quality filter is in order, as well as a pump if you can have one. A manual pump would be ideal as well if possible. Estimate that you need a approximately a gallon per person per day. Try to have at least two-four weeks worth of water. More would be preferable.</p>\r\n<p><strong>POWER </strong></p>\r\n<p>I spent WAY to much time without power for my own taste. Power has always been a problem in my country, even before the 2001 crisis. The real problem starts when you spend more than just a few hours without light. Just after the SHTF in 2001 half the country went without power for 3 days. Buenos Aires was one big dark grave. People got caught on elevators, food rots; hospitals that only had a few hours worth of fuel for their generators ran out of power. Without power, days get to be a lot shorter. Once the sun sets there is not much you can do. I read under candle light and flashlight light and your head starts to hurt after a while. You can work around the house a little bit but only as long as you don’t need power tools. Crime also increases once the lights go out, so whenever you have to go somewhere in a black out, carry the flashlight on one hand and a handgun on the other.</p>\r\n<p>Summarizing, being in a city without light turn to be depressing after a while. I spent my share of nights, alone, listening to the radio, eating canned food and cleaning my guns under the light of my LED head lamp. Then I got married, had a son, and found out that when you have loved ones around you black outs are not as bad. The point is that family helps morale on these situations.</p>\r\n<p>A note on flashlights. Have two or three head LED lights. They are not expensive and are worth their weight in gold. A powerful flashlight is necessary, something like a big Maglite or better yet a SureFire, especially when you have to check your property for intruders. But for more mundane stuff like preparing food, going to the toilet or doing stuff around the house, the LED headlamp is priceless. Try washing the dishes on the dark while holding a 60 lumen flashlight on one hand and you’ll know what I mean. LEDs also have the advantage of lasting for almost an entire week of continuous use and the light bulb lasts forever. Rechargeable batteries are a must or else you’ll end up broke if lights go out often. Have a healthy amount of spare quality batteries and try to standardize as much as you can. I have 12 Samsung NM 2500Mh AA and 8 AAA 800mh for the headlamps. I use D cell plastic adaptors in order to use AA batteries on my 3 D cell Maglite. This turned out to work quite well, better than I expected.</p>\r\n<p>I also keep about 2 or 3 packs of regular, Duracell batteries just in case. These are supposed to expire around 2012, so I can forget about them until I need them. Rechargeable NM batteries have the disadvantage of loosing power after a period of time, so keep regular batteries as well and check the rechargeable ones every once in a while.</p>\r\n<p>After all these years of problems with power, what two items I would love to have?</p>\r\n<p>1) The obvious. A generator. I carried my fridge food to my parents house way to many times on the past. Too bad I can’t afford one right now.</p>\r\n<p>2) A battery charger that has both solar panel and a small crank. They are not available here. I saw that they are relatively inexpensive in USA. Do yourself a favor and get one or two of these. Even if they don’t charge as well as regular ones, I’m sure it will put out enough power to charge batteries for LED lamps at least.</p>\r\n<p><strong>GAS </strong></p>\r\n<p>Gas has decreased in quality as well, there is little gas. Try to have an electric oven in case you have to do without it. If both electricity and gas go down, one of those camping stoves can work as well, if you keep a good supply of gas cans. The ones that work with liquid fuel seem to be better on the long run, since they can use different types of fuel. You can only store a limited amount of compressed gas and once you ran out of it, you are on your own if stores are closed of they sold them out. Anyway, a city that goes without gas and light for more than two weeks is a death trap, get out of there before it’s too late.</p>\r\n<p><strong>A DIFFERENT MENTALITY.</strong></p>\r\n<p>I was watching the People &amp; Art channel with my wife the other night. It was a show where they film a couple for a given period of time and some people vote on who is the one with the worst habits, the one they find more annoying. We were in our bed, and this is when I usually fall asleep but since the guy was a firearms police instructor I was interested and managed to stay awake. At one point the guy’s wife said that she found annoying that her husband spent 500 dollars a month on beauty products for himself. 500 USD on facial cream, special shampoo and conditioner, as well as having his nails polished! If you are that guy and happen to be reading this, or if you know him, I’m sorry, but what an idiot!! “500 USD, that’s a small generator or a gun and a few boxes of ammo” I told my wife. “That’s two months worth of food” she said. We were each thinking of a practical use for that money, the money this guy was practically throwing away. Once the SHTF, money is no longer measured in money, but you start seeing it as the necessary goods it can buy. Stuff like food, medicine, gas, or the private medical service bill. To me, spending 500 dollars on beauty products, and to make it worse, on a guy? That’s simply not acceptable. The way I see it, someone with that mentality can’t survive a week without a credit card, no use in even considering a SHTF scenario.</p>\r\n<p>And this guy is a firearms instructor?… probably the kind of guy that will say that a handgun is only used to fight his way to his rifle… and his facial night cream…</p>\r\n<p>Once you experience the lack of stuff you took for granted, like food , medicines, your set of priorities change all of a sudden. For example, I had two wisdom tooth removed last year. On both occasions I was prescribed with antibiotics and strong Ibuprofen for the pain. I took the antibiotics( though I did buy two boxes with the same recipe just to keep one box just in case) but I didn’t use the Ibuprofen, I added it to my pile of medicines. Why? because medicines are not always available and I’m not sure if they will be available in the future. Sure, it hurt like hell, but pain alone isn’t going to kill you, so I sucked it up. Good for building up character if you ask me .</p>\r\n<p>Make sacrifices so as to ensure a better future, that’s the mentality you should have if you want to be prepared. There’s stuff that is “nice to have” that has to be sacrificed to get the indispensable stuff. There’s stuff that is not “basic need stuff” but it’s also important in one way or another. My wife goes to the hairdresser once every month or two. It’s not life or death, but it does make her feel better and it boosts her morale. I buy a game for the Xbox or a movie to watch with my wife every once in awhile, just to relax. 7 or 10 dollars a month are not going to burn a hole in my pocket. Addictions such as alcohol, drugs or even cigarettes should be avoided by the survivalist. They are bad for your health, cost a lot of money that could be much better spent, and create an addiction to something that may not be available in the future. Who will have to tolerate your grouchy mood when your brand of smokes is no longer imported after TSHTF?</p>\r\n<p>FerFAL</p>\r\n<p><span style=\"text-decoration: underline;\"><em>PART II</em></span></p>\r\n<p><strong>GRAY/BLACK MARKET</strong></p>\r\n<p>Once the SHTF the black/gray market will take no time to appear all around you. In my country, gray markets were even accepted in the end. At first it was all about trading skills or craft products for food. Districts and towns would form their own barter markets, and created their own tickets, similar to money, that was used to trade. This didn’t last long. Those tickets were easy to make on your home computer, there was no control and eventually people went back to paper money.</p>\r\n<p>These markets were usually placed on warehouses or empty land, and were managed by some wise guy and a few thugs or hired security. Anyone can go rent a kiosk inside these markets for about 50-100 pesos (about 20-30 dollars) a day and sell his goods and services. Peace within these markets is usually respected… lets just say that these managers don’t call the police if someone tries anything funny, like stealing, fighting or taking advantage of women. That’s not good for their business and anyone that tries to mess with their business finds out how much pain the human body can actually experiment or gets a free ticket to meet the Lord. Sometimes even uniformed cops manage security on these markets, for a small fee of course. As always, you still have to be careful. They may still try to pick your pockets or even attack you once you leave the market. Once you leave the market, you are on your own, as always.</p>\r\n<p>These markets evolved and now a lot of different products are available. Today I visited my local market, a warehouse that is fairly well set up and cleanly managed. They had problems for selling stolen merchandise and fake Brand name clothes a few days ago. What can be found at a local markets? Mostly food and clothing. Some have more variety than others but cheese, canned food, spices, honey, eggs, fruits, vegetables, beer, wine and cured meat are generally available, same as bakery products and pasta. These are less expensive than those found at supermarkets. Fresh fish is sometimes available but not always, people don’t trust much products that need refrigeration, and they get those at supermarkets instead.</p>\r\n<p>Clothes are also popular and you can find copies of brand name clothes, imitations, or even original stolen new clothes, the same goes for shoes and snickers. Children clothes, underwear, socks, sheets and towels are all very popular. Some sell toys, but they are always China made, mostly poor quality though there are some few exceptions. Others sell tools, also made in China can be found as well, but they are of poor quality. Some offer their services and repair stuff or offer work as handyman. You would be amazed of the junk that these guys manage to fix: TVs, CD players, Power tools, etc. They even manage to solder the small integrated circuits boards sometimes. Give one of these guys a screw driver and a bar of chocolate and he will fix a nuclear submarine.</p>\r\n<p>After food and clothes, the 3rd most popular item has to be CDs and DVDs, movies, music, play station 2 and Xbox games, programs, it all ends up there just one or two days after the official release in USA. Seems that they have a guy hidden under Bill Gate’s desk or something. Anyway, almost everything can be found there, and if you want, you can ask around, talk to the right guy and buy illegal stuff like drugs or black market guns and ammo. The quality of the drugs is questionable, of course, and a lot of addicts die from the mixtures these guys sell. Guns are mostly FM High Powers, Surplus 1911s and Colt .45s, Sistemas, and old Colt Detective revolvers in 38 special that found their way from police and military armories into the black market. Condition isn’t very good but if you have money you’ll be amazed of what you can end up with. Everything that is used by the military and police, including SMGs a, Browning 50 BMG Machine guns, and even frag grenades, is available in the black market, if the customer has the amount of money and a little patience, of course. The big guns may take a while, but the handguns and grenades are readily available.</p>\r\n<p><strong>GOLD!!</strong></p>\r\n<p>Someone hit me in the head please because I messed up about the gold issue. Everyone wants to buy gold! “I buy gold. Pay cash” signs are everywhere, even on TV! I can’t believe I’m that silly! I just didn’t relate it to what I read here because they deal with junk gold, like jewelry, either stolen or sold because they needed the money, not the gold coins that you guys talk about. No one pays for the true value of the stuff, so big WARNING! Sign on people that are buying gold coins. Since it is impossible to determine the true mineral percentage of gold, small shops and dealers will pay for it as regular jewelry gold. What I would do if I were you: Besides gold coins, buy a lot of small gold rings and other jewelry. They should be less expensive than gold coins, and if the SHTF bad, you’ll not be loosing money, selling premium quality gold coins for the price of junk gold. If I could travel back in time, I’d buy a small bag worth of gold rings. Small time thieves will snatch gold chains right out of your neck and sell them at these small dealers found everywhere. This is VERY common at train stations, subways and other crowded areas.</p>\r\n<p>So, my advice, if you are preparing for a small economical crisis, gold coins make sense. You will keep the value of the stuff and be able to sell it for its actual cost to gold dealers or maybe other survivalists that know the true value of the item. In my case, gold coins would have been an excellent investment, saving me from loosing money when the local economy crashed. Even though things are bad, I can go to a bank down town and get paid for what a gold coin is truly worth, same goes for pure silver. But where I live, in my local are small time dealers will only pay you the value of junk gold, no matter what kind of gold you have. So, I’d have to say that if TSHTF bad, gold jewelry is a better trade item than gold coins. Forgive me for not talking about this before, but I didn’t realize this until today, when I visited my local market warehouse and saw a “Buy Gold” sign.</p>\r\n<p><span style=\"text-decoration: underline;\"><em>PART III</em></span></p>\r\n<p><strong>GUNS, AMMO AND OTHER GEAR</strong></p>\r\n<p>After TSHTF in 2001, only the most narrow minded, brain washed, butterfly IQ level idiots believed that the police would protect them from the crime wave that followed the collapse of our economy. A lot of people that could have been considered antigun before, ran to the gun shops, seeking advise on how to defend themselves and their families. They would buy a 38 revolver, a box of ammo, and leave it in the closet, probably believing that it would magically protect them from intruders.</p>\r\n<p>Oh, maybe you don’t think that firearms are really necessary or your beliefs do not allow you to buy a tool designed to kill people. So you probably ask yourself, is a gun really necessary when TSHTF? Will it truly make a difference? Having gone through a shtf scenario myself, total economical collapse in the year 2001, and still dealing with the consequences, 5 years later, I feel I can answer that question. YES, you need a gun, pepper spray, a machete, a battle axe, club with a rusty nail sticking out of it, or whatever weapon you can get hold of.</p>\r\n<p>A LOT has been written on survival weapons. Everyone that is into armed survival has his or her own idea of the ideal gun battery. Some more oriented to a hunting point of view, others only as self defense means and others consider a little of both, and look for general purpose weapons. Talking about guns, there is one special subject I want to rectify, and it’s the point on what’s the primary weapon for the survivalist, specially a urban survivalist that has to function in a society, yes, even after the SHTF. The primary defensive weapon for the survivalist is his HANDGUN. It’s the weapon that stays with him when he is doing his business around town of working on the field. The survivalist IS NOT a soldier, even though you are a soldier or you once were the meanest mother on the battle filed, your home town is not a battlefield and it wont be, even if the SHTF. A LOT of water has to go under the bridge until the situation gets to a point where you can calmly walk down the street with a rifle on your shoulder. People, if you are interested in real world SHTF situation, and you want to prepared for the real deal, then understand that this isn’t black or white. You wake up one day and listen on the radio that the economy collapsed and that the stock market closed indefinitely. What do you do? You still have to go to the office/work/whatever .Kiss the wife good bye and walk to the office with your AR across your back, or across your chest, Israeli style, ready to shoot? You won’t get far. Someone will shoot you or throw you in jail, or in a mental institution.</p>\r\n<p>What I’m trying to explain, is that it’s ok to prepare for China invading you country, Germans and UN or Martians. That is the extreme, less likely worst case scenario. There is an infinity spectrum of gray between the black and white. White being your average normal day and black being total TEOTWAWKI, lizard men invading the planet. Rifles do have a place in the survivalist’s arsenal, and a very important one. But you have to understand that 90% of the time, the handgun will be the weapon you have available when you need one. You can’t compare to a trooper in Iraq that has his weapon with him at all times. I ask you how many soldiers do you know that keep wearing cammo and totting their M4s around town when they return home?</p>\r\n<p>What works for war does not work for the survivalist, especially the urban survivalist. Even if you live in a retreat far from town, you have to work, don’t you? Or do you have employees that take care of all your mundane tasks, leaving you all day to keep watch with your rifle ready? A soldier is part of a huge machine; HIS job is to carry that rifle, while others take care of other needs. A survivalist, one that is not part of a large survivalist group, has no one to cover for him. When a new guy looks for advice on what to get for defense, some will recommend a rifle or shotgun as a first defensive weapon. Let’s say race riots start in this guy’s city. He still has to go to work every day. What is he supposed to do? Shove his pump shotgun in his pocket? A handgun, even though less powerful, can be used for home defense AND go with you wherever you need to go. If the place floods, he can still hop into an evacuation boat without leaving his weapon behind. I’m sure no rescue team will pick you if you are carrying a long arm. They’ll ask you to leave it behind for sure. What if your government, realizing that TSHTF and that they lost control of the events, bans all firearms indefinitely? Don’t know about you, but if things are that bad, I’d like to be armed. You can hide a handgun under a jacket. You cant hide a long arm under your clothes.</p>\r\n<p>I think it was Clint Smith who said that the handgun is only used to fight his way to his rifle. Man! that sounds “macho”. I’d love to see him walking into Walmart with his tactical M4, taking the subway, visiting the doctor or going to the bank. “Over here Mr. Smith, you can hang you M4 right next to my coat” I don’t think so. Guys, unless you have your own shooting school, you do not get to carry your rifle to work.</p>\r\n<p>OK, now that I got that out of my chest lets look at some options.</p>\r\n<p>Handguns: Revolver or Pistol? Pistol ALL THE WAY! Yes, I saw the video of the guy that accurately emptied his S&amp;W in ½ a second. I also saw the shooting range and the crowd behind him, watching the event. Can he shoot and reload that way if he is in his car, driving with one hand and shooting with the other, while a bunch of scum bags in another car are shooting at him? Hey, maybe he can. I know I can’t. Can you?</p>\r\n<p>Generally speaking, the revolver is more difficult to master than the pistol. The double action is hard and it affects speed and accuracy. It can be done, but I found that pistols are easier, as did many shooters. Also, even though they seem to be more simple, revolvers are not as rugged as service pistols, the mechanisms that cycles the cylinder and cocks the hammer is both complicated and fragile compared to auto pistols. Before anyone starts casting evil voodoo spells at me for insulting their prized S&amp;W or Ruger: I own revolvers and like shooting them, I just don’t think they are the best option for self defense, and I see that everyone I talk to in my country who is worried about security as I am also chooses pistols. Quality pistols resist sand, mud and dirt in general better than revolvers, where a small pebble locked in the mechanism may render the revolver inoperable.</p>\r\n<p>I personally had a problem with a new stainless steel Taurus Tracker .357 magnum. After shooting it a couple of times I reloaded it and shot all 7 rounds as fast as I could and when I tried to empty it, I found that the empties were stuck because they expanded because of the heat. I had to wait until the gun cooled a little so I could empty the gun. Stuff like this can get you killed, even more in a 7 round handgun. I once saw a man walk into a gun store wanting to trade his 357 magnum revolver for a 9mm high capacity pistol. He said he was driving when thugs from another car started shooting at him. He was chased for a few blocks. He said that he pulled his revolver and started shooting at them, and ran out of ammo real fast. He wanted more capacity and fast reloading. I could not agree with him more. Some will consider this “Spray and pray”, thinking that all rounds should hit the target and if some don’t then it means that you need more time at the range. Those same people will tell you that they intend to use bolt action rifles as defensive rifles, making each shot count, without ever missing their target, one shot one kill. I don’t agree with this. One shot one kill is ok for snipers, but the survivalist should have other alternatives.</p>\r\n<p>I don’t see anything wrong with shooting four or five rounds at a chasing car. If those rounds make them think twice about their intentions, they are rounds well spent in my book, even if they don’t kill the attacker. Suppressive fire is possible if you have a high capacity pistol. I wouldn’t doubt on using such a tactic if it serves my purposes, or if it buys me time to get out of there. Also keep in mind that criminals are cowards and therefore attack in groups. The survivalist should be able to face more than just one attacker. Getting into a gunfight with two or three armed men while packing a 6 round revolver is rather hard to deal with. A high capacity pistol can load about 15 or 19 rounds, and that can certainly make a difference in a gunfight where you are outnumbered.</p>\r\n<p>A forensic doctor that used to live in my neighborhood got killed last year. He was ambushed when he exited a restaurant by 5 or 6 men. Even though they did kill him he managed to kill 4 of them and severely injure another. He shot regularly and carried a Glock .40. I’m sure he was lucky but I also think that his choice of weapon was also important in the outcome. If anyone is wondering, people in my country that are serious about self defense carry Glocks. Those that don’t have the money for a Glock carry Bersas, FM High Powers or 1911 surplus .45s. At first I wasn’t sure about the Bersa, but once I tried them I saw that they are very descent guns. I now own two Bersas and am pleased with they performance.</p>\r\n<p>The caliber choice calls for endless debate and it is not my intention here. Lets just say that 9mm , 40S&amp;W and 45ACP are the obvious choices. 40S&amp;W seem to be the most adequate, both in FMJ and HP, while 9mm lacks some stopping power and hollow points should be used if possible. Though the 9mm lacks power compared to the 40S&amp;W, it is more popular world wide, a factor to consider seriously when choosing a handgun for SHTF. Besides, 9mm can also be used in a number of carbines and SMG, another important fact to be considered.</p>\r\n<p>SMGs and carbines chambered for 40S&amp;W and .45 ACP are also available, but they at not nearly as popular as those chambered for 9mm. Whatever you choose keep 500 or better yet 1000 rounds of quality ammo for your handgun at all times. 100 rounds won’t last much if the crisis lasts long. Also consider that once the balloon goes up, governments tend to restrict guns and ammo.</p>\r\n<p><strong>Rifles </strong></p>\r\n<p>I previously stated that the urban survivalist will be using his handgun 90% of the time he needs to defend himself and family from attackers. I didn’t pull this figure out of thin air, it is quite accurate based on what happens here on daily basis, even a little optimistic. Cold harsh reality has shown us that most attacks occur when entering or exiting your home, when you are more vulnerable. Almost no one is stupid enough to try to enter a barred house with armed occupants. Believe me people; the gene pool will clean itself rather fast once the SHTF. So, is a rifle necessary? Of course it is! There is still that 10%, and that 10% can still ruin your day. And this percentage sky rockets if you intend to use that same rifle for putting meat on the table. If you have to settle with just one rifle, go for a semi auto. Ideally you should have a bolt action one and a semi auto rifle. A bolt action and a semiautomatic 308 would make a nice combination. Whatever you choose, try to keep it within military calibers and military weapons if possible.</p>\r\n<p>It may seem that I have something against bolt rifles but I don’t. I think they are fantastic weapons, but I think that semi autos are much better fighting weapons. The idea of “picking them out” 300 meters away with your bolt rifle, as they come in a row blowing whistles and firing warning rounds is laughable at best. Bolt rifles do have advantages over semi autos, accuracy not being the most important one. Bolt rifles such as Mausers last forever and are harder than rocks, THAT’S important. They are simple, easy to repair tools that will serve you (within their limitations of course) longer than any other weapon. For example, the coil spring on my Mauser 1891 safety broke into 3 separate parts, after almost 100 years of faithful service. I dug into my tool box and found a spring left over from a kitchen shelve door. I cut it approximately to the length of the previous spring, replaced it and the rifle was fixed. There are not many weapons that allow this. And it is a very valuable attribute once the SHTF and spare parts are no longer available.</p>\r\n<p>Stick to common calibers, 223, 7.62x39mm, or 7,62x51 (308). 223 vs. 308? I’m not going there. If you prefer 223 because it has less recoil, it’s lighter, or you favor the AR rifle go ahead. If you think that 223 is more powerful than 7,62 sign up to Physics I. Just remember what I said before, a survivalist is not a soldier serving in Iraq, and you don’t have the entire USMF to back you up. You are on your own. You are not going to pin your attackers down with a questionably effective round and wait until someone hits them with artillery.</p>\r\n<p>About ARs… I wouldn’t trust my life to a rifle that has more versions than Rocky sequels… the way I see it, it means that the basic design was the problem and there is no solution. On AK … all has been said. The most popular rifle on the planet, and popular not because of politics, but because it works. It also fires an intermediate power, effective round, available world wide. SKS are also good, but I’d rather have removable magazines. Again, don’t use voodoo on me because I say I wouldn’t trust my life to a AR. If you keep your weapon clean, know its limitations and feel comfortable with it, go for it please. A couple of rounds of 223 will kill anyone just as well.</p>\r\n<p>If you want a rifle that can do a little bit of everything relatively well, do yourself a favor and get either a M1A or a FAL in 7,62 (308) with a carbine length barrel. Preferably with a red dot scope and some kind of light mount. Leave full length barrels to hunters and bench rest shooters. Do your homework on both guns and you’ll see what I mean. Choose 308 not because of the added range you can get out of it, but because of its power at all ranges, choose it because it turns cover into concealment. Think about all the possible cover material you can find in a city, like cars, trees, low walls and other structures. The 308 will go right through it, or destroy it after a few rounds. It’s a proven cartridge through out the years.</p>\r\n<p><strong>Shotguns.</strong></p>\r\n<p>Shotguns are good general purpose guns. The main advantage I see is the devastating stopping power and the ability to use special ammo, like slugs and less than lethal ammo. I’m not so sure about the role as an “inside house” gun. The muzzle blast is great and quick follow up are not easy, especially when adrenalin is pumping through your system or, even worse, when someone is shooting back at you.</p>\r\n<p><strong>Pistol caliber carbines and SMG.</strong></p>\r\n<p>If possible , I’d choose a SMG reduced to semi auto (only if necessary, of course, full auto selector is better if possible ) or other kind of short, small, pistol caliber carbine. The combination of a 9mm handgun and a 9mm carbine or SMG reduced to semi auto or full auto class III has lots of advantages in my book and is a fine combination. Some think that full auto is a waste of ammo. I don’t think so, not if you know how to use your head, and use this feature wisely. If you can get a short barrel and collapsible stock, you’ll also have a weapon that can be hidden under a heavy coat. A red dot scope would enhance accuracy a lot. The advantage of having the same ammo for long and small arm is not to be taken lightly. From the logistical, survivalist point of you, this is one big thumbs up! Think about cowboys and Americans that lived in the west, they also knew the value of using the same ammo for rifle and handgun. They had single action handguns and lever action handguns chambered for the same ammo, the modern survivalist can have the same ammo for his auto pistol and his sub-rifle as well.</p>\r\n<p>Some think that a pistol caliber long arm is just one big clumsy pistol or a rifle sized gun that delivers pistol power and accuracy. This is BS. Anyone that ever fired a pistol caliber rifle or SMG knows that they are much more accurate, hitting torso targets at 100 yards is easy, and a little more if you have a red dot scope. Also, SMGs can manage hot ammo specially made for such guns, much more powerful than the one for handguns. Even if you use regular handgun ammo, the added barrel length adds a few extra feet per second making it more powerful. Just check the information on boy armor. Body armor that is rated to stop 9mm, for example, is not rated to stop the same 9mm ammo out of a SMG or carbine, because the added speed will make that same round penetrate the vest. Anyway, +P ammo is more than enough power out of a SMG or carbine, you don’t have to go looking for special SMG ammunition.</p>\r\n<p>If you can get full auto that’s one nice feature to have, not worth it if you are on a tight budget, but if you can get it, it may come in handy someday. Full auto SMG are giving police in my country a lot of headaches. A criminal with little or no training will put 3 or 4 cops armed with pistols and shotguns on their toes, just because of the sheer volume of fire these high capacity 9mm deliver. There was this case of a bad guy standing in front of a patrol car full of cops on a red light stop, pulling a 9mm SMG out of his coat and emptying it on full auto. The cops didn’t have a chance, he killed them all. The car looked like Swiss cheese with 40 9mm holes all over the vehicle.</p>\r\n<p><strong>SOUND SUPPRESSORS</strong></p>\r\n<p>All I’m going to say on this subject is: Have one if you can. That’s it. I’ll leave the rest of it to your imagination, don’t make me say it. Today it may seem like a “nice to have” feature… after the SHTF, it may be a “O God I’ve got to get a suppressor!!” feature. I’d buy a good suppressor instead of a ultra high dollar scope like the SOG. Buy a good quality scope, but don’t spend a fortune on it, and use the rest of the money on a suppressor. If you are serious about preparing for SHTF, you’ll thank me one day, just trust me on this one. 9mm and 45 suppress quite well. Not as well as .22 , but there is much more power on the big bore ammo. Combined with a full auto SMG, the possibilities are much greater. Sometimes it’s just better to go unnoticed, especially in a SHTF crisis.</p>\r\n<p><strong>BODY ARMOR</strong></p>\r\n<p>Dear God! Buy body armor PLEASE!! It’s dirt cheep in USA. Preferably, get the police concealable kind( class II) Then continue to work on it and get class III A military armor and some rifle plates, just as you do when you start buying guns. You’ll end up with 2 or 3 sets of armor which are great to have for family members and spares. Just so you know, I got so desperate about body armor I ordered it from USA through internet (bulletproofme.com), I ended up paying a total of nearly 600 USD for body armor that costs 200 USD in USA. Buy it while you still can. When the SHTF you’ll end up wearing it, believe me. I don’t wear mine all day long but I do wear it when I have to go some place dangerous, deal with people I don’t trust, or when I have to go teach Architecture Representation late at night, and must travel through a much dangerous road at 12 PM.</p>\r\n<p><span style=\"text-decoration: underline;\"><em>PART IV</em></span></p>\r\n<p><strong>Interlude - Studying the SHTF at the University: Dark omens.</strong></p>\r\n<p>I forgot it! Darn, same as the gold stuff but worse, much worse. I’ve never been good at remembering some things, like numbers and names of people I meet, I forget those (instantly), they just flee my mind, uneventfully, but I do remember some other things that don’t seem to be as important. I do remember living in USA as a kid. I remember my school, Pierce School, Don’t remember exactly were it was, because we lived some in Boston, Massachusetts and some in New Hampshire. I remember my best friend, Freddy, and a girl (why is there always a girl? [Smile] ) Samantha, Sam. She was red haired and tall, I had a picture of her playing together but I lost it. Some time between the age of 3 and 26 I lost that picture that was so dear to me. I remember the smell of an orange shaped “scratch and smell” sticker my kindergarten teacher stuck in a small book we made once. But I almost forgot this forever. This, this was important, a moment where the life we once knew stopped existing, and a group of students, in a class room that looked like and abandoned building, realized it, all 60 of us at the same time.</p>\r\n<p>It’s 1:06 AM over here. I just finished showering and my wife and son are asleep. I was putting shampoo on my hair, thinking about what I wrote today on this post, and remembered the exact moment when I realized along with several other people, not only that TSHTF (that we all knew) but that the world we once new no longer existed, and that this was not a hurricane, this was an ice age period, it wouldn’t just go away.</p>\r\n<p>We understood it the same way a kid understands photosynthesis: Because a teacher coldly explained it to us, even used graphics. I slept 5 hours yesterday, 2 hours the day before yesterday. Saturday night I didn’t sleep at all. I’m already used to it. Deadlines at the University, staying late at night, drawing in CAD 3D, waiting until Renders are ready. It’s a competitive world out there, and no one sympathizes with what you are going through, they just want you to perform as expected, and the standard is always high. It happened 4 years ago, almost a year after the December 2001 crisis. It was a social studies class and this teacher, don’t remember if it was a he or a she, was explaining the different kinds of social pyramids. God! Now I remember more! We even had a text book with those darn, cruel pyramids! The first pyramid explained the basic society. A pyramid with two horizontal lines, dividing those on top (high social class) those in the middle (middle class) and the bottom of the pyramid (the poor, proletarian). The teacher explained that the middle of the pyramid, the middle class, acted as a cushion between the rich and the poor, taking care of the social stress. The second pyramid had a big middle section, this was the pyramid that represents 1st world countries. I which the bottom is very thin and arrows show that there is a possibility to go from low to middle class, and from middle to the top of the social pyramid. Our teacher explained that this was the classic, democratic capitalist society, and that on countries such as Europeans one, socialists, the pyramid was very similar but a little more flat, meaning that here is a big middle section, middle class, and small high and low class. There is little difference between the three of them.</p>\r\n<p>The third pyramid showed the communist society. Where arrows from the low and middle class tried to reach the top but they bounced off the line. A small high society and one big low society, cushioned by a minimal middle class section of pyramid. Then we turned the page and saw the darned fourth pyramid. This one had arrows from the middle class dropping to the low, poor class.</p>\r\n<p>“What is this?” Some of us asked.</p>\r\n<p>The teacher looked at us. “This is us”</p>\r\n<p>“It’s the collapsed country, a country that turns into 3rd world country like in pyramid five where there is almost no middle class to speak, one huge low, poor class , and a very small, very rich, top class.”</p>\r\n<p>“What are those arrows that go from the middle to the bottom of the pyramid?” Someone asked.</p>\r\n<p>You could hear a pin drop. “That is middle class turning into poor”.</p>\r\n<p>I won’t lie, no one cried, though people rubbed their faces, held their heads and their breath.</p>\r\n<p>No one cried, but we all knew at that very moment that all we thought, all we took for granted, simply was not going to happen.</p>\r\n<p>“You see, the income from the middle class is not enough to function as middle class any more. Some from the top class fall to middle class, but the vast majority of the middle class turns into poor” Said the teacher.</p>\r\n<p>I don’t know how many people in that room suddenly understood that he/she was poor.</p>\r\n<p>The teacher continued “You see, we have a middle class that suddenly turns to poor, creating a society of basically poor people, there is no more middle class to cushion tensions any more. Middle class suddenly discovers that they are overqualified for the jobs they can find and have to settle for anything they can obtain, there for unemployment sky rockets, too much to offer, too little demand. You see they prepare, study for a job they are not going to get. You kids, you are studying Architecture because you simply wish to do so. Only 3 or 4 percent of you will actually find a job related to architecture.”</p>\r\n<p>We all sat there, letting it all sink in. After a few months, it all proved to be true. Even the amount of students that dropped out of college increased to at least 50%. They either so no point in studying something that would not make much of a difference in their future salaries, had no money to keep themselves in college, or simply had to drop college to work and support their families.</p>\r\n<p>Someone once said, in this forum, that if this had happened in USA, the social unrest would have been much worse, because people from S. America are stronger. At first, I told him that I didn’t think so, I said that all humans adapt when they have no other choice. But now that I consider it more, maybe he was right. Not that S. Americans are stronger, but they are more used to adversities. Most of us are children from grandparents that escaped civil war, either in Spain or dictators in Italy, our parents survived the dirty war, even more dictators, and therefore their children are of strong character too. Can USA citizens survive what we survived? Of course they can, though I think that there are too many that are not like you, many that don’t prepare, and take everything for granted. Those are the ones that will be responsible for the increase in the social unrest once the SHTF, those that were too lazy to take care of themselves before the SHTF, or that had gone soft through out the years, believing that the government will “take care of them because they pay their taxes”. But in the end, they will pull through. People will adapt, they always do. You’d be surprised. And those that don’t want to adapt to the new reality they live in, will die young, thus cleaning the gene pool and ensuring the continuity of the specie. It’s been this way for thousands of years.</p>\r\n<p>Note: I’m sorry I took so long to continue this post. I spent the last few days drawing on the computer, I have to present this sort of thesis for the University, a school project, to a board of 4 teachers in 3 weeks.</p>\r\n<p><strong>CRIME AND INSECURITY</strong></p>\r\n<p>Even though crime has always been an issue in South America, my country was quite the exception. It was dangerous, yes but nothing like after the 2001 economical crisis. One used to be able to let kids play on the sidewalk, or walk back home from a party, a few blocks, and be somewhat safe. This all changed now. There are no kids playing on the sidewalks anymore. I should emphasize this a little more. There are absolutely NO kids playing on the sidewalks at all, at any time of the day. Maybe a kid rides his bike a few meters on the sidewalk, but always under the supervision of an adult. A kid riding a bike on his own will get that bike stolen in no time, probably get hurt in the process, therefore no responsible parent leaves a kid alone on the street. Teenagers present a greater problem. You can’t keep a 15 or 16 year old inside a house all day long, and even though they are big enough to go out on their own, when the sun goes down things get much worse.</p>\r\n<p>This is when parents organize themselves; either taking them to someone’s house or to a club and picking them up at a certain time. Taxis and remises are used sometimes , but there have been lots of cases of girls getting raped, so no parent worth a buck leaves his son or daughter in hands of a stranger. After years of living like this, almost everyone learned to be careful; sometimes they had to learn the hard way. Practically no one leaves a door or window opened or unlocked. Nor do they hang out in front of the house talking to friends. A bad guy might just see you there, like a sitting duck, pull a gun on you and take you inside your house.</p>\r\n<p>There are no “bandit’s law” anymore. One used to hear people talk about “You shouldn’t resist a robbery, give them what they want and they’ll go away”. That holds true no more. These guys are under the influence of drugs, epoxy glue, or just hate your guts so much, because you have a better life than they ever dreamed of, because they were abused since the day they were born, that they will hurt and humiliate you as much as they can. Letting a criminal inside you house almost guaranties you that he will rape/beat/ torture and abuse whoever they find inside.</p>\r\n<p>I personally drew a line a few years ago and decided, after one long, serious conversation with my wife; that no one would be allowed inside the house, no matter what. We figured that there are worse things than death. Having decided that, I make sure I always have a weapon on me. They’ll have to pay dearly for my life, plus interests.</p>\r\n<p>By far, the most dangerous moment of the day, is when I (or my wife) leave/enter my house. A solid, secure house cannot be broken in easily, so criminals wait until you are standing on front of the door with the keys on your hand to jump on you. This is why we are extra alert when approaching our house, look all around us and if we see anything strange, keep walking around the block or keep on driving. No door is ever opened when there is a strange person around. Whenever someone knocks on our door (and we don’t know him/her), they are answered from a second story window. Criminals sometimes disguise as electric company guys or something like that, saying that they have to fix something. NO! If there is something to be fixed they can fix it on the sidewalk. Anything inside your house is your responsibility and the company is not going to fix it for you. Either way, it’s always better to play it safe, Better to be rude than dead.</p>\r\n<p>On the car/driving issue, that calls for an entire post dedicated to SHTF driving. For now I’ll just say that windows and doors have to be closed at all times, a weapon must be within arms reach, and that stop signs and traffic lights have a hole new meaning once TSHTF. If your country ever falls as mine did, you’ll remember me whenever you see a traffic light. You never stop at a red lights or stop sign unless there is traffic, especially at night.</p>\r\n<p>At first, police would write you a ticket for not stopping at a red light if they saw you (another way of saying that they will ask for a bribe if they see you pass a red light), but after a few months they realized that nothing could be done, people would rather risk a ticket than risking their lives, so they decided to turn traffic lights to permanent yellow at night, after 8 or 9 PM. This is, of course, very dangerous. Night car accidents are both frequent and brutal since sometimes both cars hit each other at full speed.</p>\r\n<p>MissinLink asked some good questions that might interest others as well, and since we are on the security issue, here they are:</p>\r\n<p>quote:“Do the invaders of homes in the country just drive up in cars or trucks? Do they hide and sneak up? How do these home invaders attack a home in the country? A similar question could be asked for homes in the city.”</p>\r\n<p>Sometimes they just drive up to where you are working, if you are far away from the home, but most of the time they sneak up on you. Criminals are not stupid, and they will spend days checking the place and specially YOUR ROUTINE. For example, if they see that you lock the gate at night, as most do, they will wait for you behind a tree until you are close. This is done a lot. Dogs are the best alarm you can find, and criminals know that. They will poison them with pills when you go to sleep and attack the place in the middle of the night. I know of many that had their dogs killed. If they think that security is tight, they will just hide near the main gate, and wait for you to leave or return. When you stop at the gate and must get out of the truck to open/close the main gate, they attack. I’d say that the most frequent kind of attack is attacking by surprise when you enter/leave your home.</p>\r\n<p>quote:“Most common times of attack? Day night evening morning? I understand occur when coming or going from ones home, etc.”</p>\r\n<p>7 am, 9 am, 1pm 7pm, all are common times for attacks. There is no “safe” hour of the day. Night is particularly dangerous. Maybe attacks during the day are faster, they want to get some money or jewelry and leave fast, while at night they might stay inside more time, maybe till the next day. But there are no fixed patterns. If I could give one advice concerning SHTF security, it would be: Eyes and ears wide open when you enter/leave your home. If possible, keep a gun on your hand when doing either one. If something looks, even “feels strange, then go around the block and check again, carefully. If you see them still there, either call the police (if still available) or get help. If you approach the house with a large number of people they will leave. One time, I saw a couple of strange looking guys at my door. I went round the block and saw them still there. I started flashing the car lights and the horn and they left. I had a gun with me, though, so be careful when trying this. Also, remember that a car is one heavy, powerful piece of machinery. I know a guy that had one of those big chrome–tube bumpers installed on his truck, especially for hitting those that were stupid enough o try to make him stop by standing in front of the car.</p>\r\n<p>If I had a truck, I would do so myself. Though I would keep my mouth shut about it, as always. Just say that you think it looks cool or something. Every now and then someone tries to force me to stop my car by standing in front of it (I suppose there are still fools out there that get robbed this way), in the middle of the street. I just aim at them and accelerate at full speed. They always jump out of the way before I hit them. By the way, at first, doing this made me feel nervous, but can you believe that now it’s just common driving, as normal as changing gears? I guess it’s a little sad.</p>\r\n<p><em><span style=\"text-decoration: underline;\">PART V</span></em></p>\r\n<p>Note: Sorry for the delay. This thread started ok and it seems to have a lot of acceptance so I give it serious thought before I post, try not to leave anything out so it can serve the better, as a mini guide of things that may come.</p>\r\n<p><strong>A LIST OF THINGS THAT\"If you had it to do over again\" YOU WOULD GET.</strong></p>\r\n<p>Nomad came up with this one. It’s a good idea because it may help some of you from making the same mistakes I did. There are things you don’t think about until you need them, and then it’s too late.</p>\r\n<p>OK, If I had to do all this from scratch? Say, for example, if I had a 2 year warning, fairy godmother appears one night , all dressed in blue waving a magic wand, saying “ Your country will go down the sewage in 2 years, consider yourself warned dear” There are several things I would have done differently, and things I would have bought: Food: I’ll get to the food issue soon enough, but you can never have too much canned, or other long shelf life food. This was probably one of my greatest mistakes, I overlooked the food problem.</p>\r\n<p>I was talking to my wife today while driving, asked her the same question Nomad asked me “what would you do if you could go back in time, before the 2001 crisis”. My wife, though smart, isn’t much into preparedness, but she answered “I’d buy food” in a heartbeat.</p>\r\n<p>“ Don’t you remember that you could only buy one small bottle of oil at a time, same with sugar, flour and milk. Don’t you remember all those empty shelves at the supermarket.?” Definitely, more food, specially food that lasts for a few years.</p>\r\n<p><strong>CAR:</strong> I would have bought a 4x4, even though I live in the city. A 4x4 allows you to drive over the sidewalk or through wasteland, away from roadblocks or riots. I’ve see those that have 4x4s simply go off road, climb over a boulevard and leave while the rest of us poor car owners have to stay.</p>\r\n<p>A 4x4 truck also has more mass and power in case that someone tries to cut you off or rams you with the car. It’s less likely to stop running if you hit someone or several people (in a riot situation) since it’s prepared for cross country use and the engine is much more protected.</p>\r\n<p>Fuel containers: Not only jerry cans, but those big metal containers, that hook up like small “u-hauls” ? I’m not sure about their capacity, maybe they can hold one or two barrels of gas. I saw them at construction sites, and they were not that expensive if bought used, before the 2001 crisis. Now , I don’t know. Haven’t seen them for a while.</p>\r\n<p><strong>A generator:</strong> These are imported and very expensive for us. I think that they are now making them here, but I’m not sure about the quality.</p>\r\n<p><strong>A nice TV and DVD player:</strong> I know what you are thinking “this guy has gone … “nuts” ” [Smile]</p>\r\n<p>Please, let me explain. Going out for dinner or to the movies is not only dangerous but also expensive. You WILL find much better use for that money if SHTF. There are places in Buenos Aires where you can go out for dinner, movies, or theater shows and have a good time, safely. They either have their own security or arrange with the police for added security. These are the kinds of places you are likely to visit if you ever come to Argentina, places were tourists can move around, relatively safe (there are always exceptions, of course). But these places are either for tourists or for the extremely wealthy. I have a good socio-economical level, better than 96% of the population at least, yet I cant afford to spend that amount of money every weekend or even two weekends a month. Going out for a walk is a possibility, and we do go out for a walk every now and then, but lets just say that the view isn’t that good, and you can only walk about 6 blocks in the same direction before you get out of the are which is guarded by private security, after that you are on “you are on your own” land. You CAN go for a walk (just like millions that live in Somalia or Afghanistan go for a walk as well) millions of citizens do, but I’d rather not risk it.</p>\r\n<p>Just the day before yesterday, a young woman was waiting at the bus stop in my neighborhood, holding her 6 month old daughter. A cop that was chasing a bad guy opened fire with his High Power, with no regard to bystanders as they always do. The 9mm FMJ (JHP are not allowed for the average police) went right through the baby’s buttocks and through the mother. Miraculously, the bullet didn’t hit any of the baby’s internal organs and the mother also survived after a few days at the hospital. Was that just luck? Maybe, I prefer to think that God does work in mysterious ways.</p>\r\n<p>We have a lot of cases like this, were innocent people get shot by the police, and the stupid “no JHP” rule makes it worse, since 124 gr. FMJ 9mm will penetrate walls, windows, even bad guys and end up injuring or killing innocent people. So, back to the TV. Good places are too expensive, and just going out for a walk at night with your wife/girlfriend is out of the question. All of a sudden popcorn , pizza and a movie sounds like a good plan.</p>\r\n<p>I’m not saying that you should spend all day in front of the screen like a zombie. Reading is nice, I love reading myself, but once the SHTF, going out with a date at night wont be that easy, nor will it be that cheap. You will end up paying for that added security the shop/bar/theater owner hired, the higher price of gas and food, while a DVD copy can be found everywhere, and costs only a couple of bucks. After the SHTF there will be a lot of “why don’t we watch a movie” nights. Like it or not TV is cheep, safe entertainment. A play station or xbox is also nice to have.</p>\r\n<p>Even if the country collapses, there will always be a guy with a DVD writer making copies. Just something to think about if you like movies.</p>\r\n<p><strong>BOOKS:</strong> Oh, almost forgot. If you like reading a lot, buy books now, even if you wont read them for some time. If your economy crashes, paper will become a source of income for many. We have thousands of scavengers collecting cardboard and paper all day long, specially at night when people take out the trash. As a result, books are not cheap, because they have a value of its own in the form of paper.</p>\r\n<p>Also, consider that books are heavy, making transportation expensive and many are printed abroad.</p>\r\n<p>Just as an example: I returned from visiting my parents in Spain with three suitcases. ONE suit case was entirely full of books. Books cost about 80%-200% more than what they cost in USA or Spain.</p>\r\n<p><strong>Guns &amp; ammo:</strong> I always liked guns, so I always had weapons. But I didn’t have an adequate survival battery. If you don’t have a good survival selection of weapons, buy them now, or as soon as your budget allows. Make it one of your priorities, just after food, water and shelter.</p>\r\n<p>There are several posts on the ideal choice of weapons. Get at least a service size pistol and a military semi auto rifle and a 22 handgun/rifle. (try to get both if you can, they are not that expensive). A bolt rifle (preferably in the same caliber as the semi) a pump 12 ga shotgun and a sub rifle, like a SMG or pistol caliber semi auto carbine (same caliber as pistol) would complete the package.</p>\r\n<p>I forgot to buy a 22 pistol until after 2001, and ended up paying for a Norinco 22 pistol the same price I would have paid for a Ruger pistol before the crisis.</p>\r\n<p><strong>My advice is:</strong> See what you use regularly and what you expect to need after TSHTF. Of those goods, see where they are made. If they are made outside your country, they will either increase in price of stop importation entirely after TSHTF. In my case, one good example (of many, many others) is Gillette disposable blades. They are made in USA, and right now they cost a fortune. But as I said before, check what is being imported.</p>\r\n<p>No point in buying cases of Cubans for trade after TSHTF if you live in Cuba, right? I wouldn’t think of these items as trade goods, but as “gifts” to buy favors, build up relationships with police, government officials, doctors, people you might need favors from. Stuff, like liquor/wine, a nice pen, perfume, makeup and other “free shop” kind of items can go a long way when you need some strings pulled, or a “friend” within certain circles. And it’s not only the item, sweet talking also must be applied.</p>\r\n<p>For example, you need renew your drivers license after the XXXX crisis. The problem is that the office is low on personal (they had to let go 25% and 50% are on strike) so you’ll have to wait 4 months until you get an appointment.</p>\r\n<p>You approach the information desk were you find Betty. Now, Betty hasn’t had a date since the age of 10, and she weights as much a healthy manatee (though she’s not THAT pretty) you kindly ask her to please help you fill the paperwork, and though she’s as cold as a Popsicle, you keep calling her by her first name and when you leave she smiles and says good bye.</p>\r\n<p>The next day you drop by and give Betty a Revlon lipstick for “helping” you fill the form, which had difficult questions like “name?”” Age?”. It cost you about 4 bucks before the crisis but, since it’s made in France, it went up to 20 dollars and then, 2 months ago, they no longer imported it. Revlon saw that they no longer had a market for their 4 Euro lipstick, which now costs Americans 20 dollars and the segment that used to buy it is spending that money in other items like food, so their marketing experts told them that the 4 Euro lipstick is no longer profitable in USA.</p>\r\n<p>Betty used to love that particular lipstick, she though it made her look like Cindy Crawford (poor Betty) but 20 dollars was more than she could spare in her good looks, and when she finally decided to drop the 40 pounds of M&amp;M’s she ate a month in favor for the lipstick, the girl at the drugstore told her that the item is no longer imported into the USA.</p>\r\n<p>Her face lights up when she sees your present, and tells you that you shouldn’t have bothered, and she asks how did it go with you license. You tell here that you actually have a problem, it seems that it takes 4 months to renew, and you ask her if , well, maybe she can do something about it… you get the picture.</p>\r\n<p>In other occasions people will let you know that they want a plain and simple “bribe”, and there 50 bucks or 100 bucks according to the situation will get the job done. I’ve used “gifts” ( a perfume) to get my passport faster, saved a few months, and I’ve used bribes every single time the police stopped me for “inspection”. I know this does not apply to 1st world countries were most officers are honest self sacrificed people, I mean no insult to the law enforcement community on this forum, but please understand that it does apply to 3rd world countries, and I’m not getting shot by an angry cop over 10 or 20 pesos, let them have their bribe. I tried it once and I will never try it again. A cop stopped me and started BS me. I told him “ok officer, guess you’ll have to write me a ticket, I understand”. He didn’t want to write a ticket , he wanted money and things got ugly. I’m never doing anything that stupid again.</p>\r\n<p><strong>FOOD</strong></p>\r\n<p>A delicate issue. Even though not in the same way, it does affect us all. Keep in mind that if TSHTF, prepared or not, food will always be in your thoughts. If you don’t have it you’ll do ANYTHING to get it, and if you are prepared you’ll worry about being able to get more for the future. Once you see food prices go up between 200% and 300%, or simply see it missing, you’ll realize what a valuable commodity food really is.</p>\r\n<p>To those that think that food will never be a problem in USA: Come visit my country, even though there are desert areas up north, most of the country is fertile “Pampa”.</p>\r\n<p>Just after WWII Argentina practically fed Europe. Argentina was know in Europe as “ the world’s granary”. Cattle and wheat was enough to feed our own country and another continent. So, what happened? Why are there so many that have little or no food and end up eating out of dumpsters?</p>\r\n<p>I mean, the land is still there, isn’t it?</p>\r\n<p>Well, the country is the same country that used to be called the “world’s granary” but some things changed. Several big, multinational corporations, such as Benetton, bought hundreds of thousands of acres of natural resources. I don’t know the exact number, but I do remember that the media started talking about the integrity of the sovereignty of the country being at risk because of these massive purchases of land, so you can imagine how many acres were bought. Mysteriously, the media suddenly dropped the subject.</p>\r\n<p>Another important factor is that now, with our new economy, it’s not good business to sell Argentine food to Argentina. Why sell a kg of meat to the local market for 17 pesos when they can now sell it to Spain for 17 Euros when 1 Euro = 3,5 pesos?</p>\r\n<p>All this combined with high unemployment, salaries that are not enough to buy the minimal amount of calories for a typical family, and the high prices resulted in a country that slowly started to suffer hunger.</p>\r\n<p>Again, I can pin point the exact moment when the entire country realized what was happening. After the 2001 crisis things had been bad, but people in Buenos Aires, the capital city and the richest province, didn’t realize how bad things actually where in the other provinces.</p>\r\n<p>This was until teachers noted that kids had problems with education. You see, they noticed that they had problems to concentrate, that they fell asleep, and that they found it difficult to resolve mathematical equations.</p>\r\n<p>They later found out that this was due to mal nutrition, kids where not receiving the minimum amount of nutrients for a healthy working body.</p>\r\n<p>The braking point was when a reporter interviewed a little girl about 8 or 9 years old. The reporter lady asked her what she wanted to be when she grew up, the usual kiddy questions.</p>\r\n<p>The girl, crying, said that she didn’t want to be anything, that she didn’t care. The lady asked her why was she crying. She said that she cried because she was hungry, that she had nothing to eat for days, and it was then that I noticed how skinny the little girl actually was. Seeing children starve is terrible, I guess we all saw those images f the starving kids in Africa. But when you see them speak your same language, with your same accent, in your own country, it hits a nerve.</p>\r\n<p>People talked about it for weeks, and they interviewed pediatricians that confirmed that the number of children dieing because of hunger had increased drastically in the last few months.</p>\r\n<p>So whatever happens, let it be a hurricane, economical collapse, earthquake or meteor hitting earth, food and water always come first.</p>\r\n<p>Ideally you already have a food plan and have a year worth of food in your basement… You don’t? hmm… neither did I when the SHTF and lets just say that I had my manhood up my throat all the time, fearing that supermarkets would definitely close and me and my family would be left without food.</p>\r\n<p>If you don’t have your food needs sorted out already, just do what I did, start buying a little extra every time you go to the supermarket. The points you want to look for your storage food are, in order of importance:</p>\r\n<p>1) No need of fridge.</p>\r\n<p>2) High nutritious value/volume</p>\r\n<p>3) Long shelf live, between 1-5 years.</p>\r\n<p>4) That they don’t need water</p>\r\n<p>5) That they don’t need cooking</p>\r\n<p>This will usually take you to canned meats, canned tuna, canned vegetables, dried pasta, dehydrated soups, chocolate, milk powder, marmalades, soups, rice and dried beans. Canned food is excellent when it comes to long shelf life. Most of the time they are already hydrated, so they don’t need water, and you can eat them out of the can. Just watch out not to dent the can, if this happens air may get inside and ruin it. If you have a dent or bump in a can, consume it fast. Also remember that once the can is opened, you have to remove the food from the can.</p>\r\n<p>My favorite canned food is tuna. It lasts forever, it’s full of proteins, and no matter how often I eat it, it always tastes good. Besides you can combine it with frizzed vegetables or rice.</p>\r\n<p>Canned fruits and vegetables are also good, but they have much less vitamins than the fresh ones, and you loose most of it unless you drink the liquid they come in. Dried pasta may need a lot of water to cook, but its one of the best ways to store carbs in convenient to use form. Flower or wheat can also be stored in large quantities and are nutritious, but they require more preparation to consume. We’ve become quite independent form the fridge, and only use it to keep frozen our fresh pasta (ñoqui) pizza and frizzed vegetables.</p>\r\n<p>We practically freeze everything, because it lasts longer, practically indefinitely, and because if the lights go out a large mass of frizzed food will last for hours, even a day or two. The more mass of food you have frizzed to longer it will hold.</p>\r\n<p>The survivalist, especially the urban one, should try to rely as little as possible on the fridge. That’s why canned food and freeze dried food is your best friend. Yet, anyone who has been for a while with no fresh fruit knows that after some time the skin starts to suffer. Sores will appear after a while, especially on delicate skin like the lips and mouth. Once you start eating fresh fruits and vegetables again they go away. This happened to me once, spent to much time without fresh vegetables and my mouth was a mess, full of sores. After a week of eating fresh vegetables regularly the symptoms disappeared. That’s why you should try to have some fresh food to supplement you storage food. Not much, just 2 or 3 fruit trees on your garden and a small orchard would be fine. You don’t have to feed out of this, you just need a little fresh veggies or fruit every once in a while.</p>\r\n<p>On the news right now while I write this: We had elections last Sunday, we voted senators. It seems that in one of the north provinces people where surrendering their ID documents for bags of groceries, some for water, or for 10 pesos ( 3 USD) they were later taken to warehouses were they spent the night to ensure that they voted. The next day the candidate’s men took them to vote, howled inside cattle trucks, like animals. When they arrived they were given their ID documents back with the number of list they had to vote. Thugs guide them and ensure they vote who they want.</p>\r\n<p><strong>HEALTH &amp; FITNESS</strong></p>\r\n<p>Visit you doctor NOW. Get yourself fixed. Visit the dentist and make sure your mouth is in perfect conditions. Nothing is worse than having toothache and no one available to take care of it. Remember that doctors may not be as available as they are now, in the future. For example I got eye surgery to take care of my sight problem. Now I see perfectly without glasses.</p>\r\n<p>The advantage of laser eye surgery isn’t limited to not needing glasses. (which can brake and would be nearly impossible to replace after TSHTF) Even people react to you in a different way. Humans are after all instinctive animals. Bad guys will look at you as a weaker person if you wear glasses. Maybe they don’t know that at a conscious level, maybe they do, but they do react differently.</p>\r\n<p>This is not me imagining stuff, it’s the way things are. Old people and women are specially vulnerable. After old people and women and children, come small framed people, the smaller you are, the weaker you look, the more likely you are to be chosen as a victim by a bad guy. It sounds, cruel, and it sure is, but that’s the way it works. A young man with a well formed body, broad shoulders, muscled arms and a “don’t f*** with me” face, is less likely to be a victims of small time thieves. If a professional group choses you as a target that’s a completely different story, of course.</p>\r\n<p>Talk to your doctor a lot. Just like “The little Prince”, never stop yourself from asking a question. Adopt that as a general philosophy and you’ll end up learning a little about everything. Mechanics, doctors, policemen, you can always learn something new from people with skills.</p>\r\n<p>As a survivalist, and as a smart person, you should try to know a little about everything, Always be curious.</p>\r\n<p>That’s how I learned that I had to diversify my stock of antibiotics. A doctor told me, that the body will adapt if you always use the same, making that particular antibiotic not that effective, specially in small children, so now I keep two different kinds of antibiotics. vWorking out 3 times a week, for a couple of hours will keep you in shape. I work out at home, I have a bench and some weights. Try to compliment some aerobics and weight lifting. Working the boxing bag is good exercise, works most muscles if done right, and you’ll have a much more powerful punch. Keep in mind that a bag is no replacement for a sparring partner and that the bag does not faint nor does it punch back. Still, it good exercise and your punch will be more powerful if you connect. Running belts and bicycles are also good. Research on the subject and make your own routine, join a gym and talk to a professional if possible.</p>\r\n<p>Whatever you do, the idea is to have a fit, healthy body. No use in shooting ½ MOA at 100 yards if you have a gut that hangs half way to the floor and you cant run that same distance without needing an oxygen mask.</p>\r\n<p>I know, shooting is fun, and working out isn’t. At least for most, but after some time you’ll start to enjoy it, your stamina and morale will definitely increase, and you’ll start looking forward to working out.</p>\r\n<p>The survivalist that spends 3 hours a week on his gun skills and no time at all on his own body is not doing things right. Imagine if you have to run away from a riot/gunfight/attack while carrying your BOB, or fighting bare handed against someone that got you by surprise. This applies for life in general , before or after TSHTF a man has to now how to fight bare handed. You don’t have to be Bruce Lee or Mike Tyson, just know how to through a decent punch, cover your face, or some kind or martial art classes.</p>\r\n<p>I once had a fight that got a little ugly. It happened in my mother in law’s house, which proves that thing can go bad everywhere at any time. A guy my wife’s sister was dating argued with me and things got physical. He had problems with the police for beating up an ex girlfriend (which he was proud of, go figure) and had spend 2 years in jail for stealing cars. My wife’s sister was showing up with mysterious bruises on her body, from “falling while working out”. So you could say this guy wasn’t my favorite person. Anyway, he grabbed my neck by surprise, I grabbed his arm with both hands, one in his hand and the other in his elbow, and twisted it around. The leverage made him let go of my neck and a kept on twisting it forcing him around. He punched me with his other hand but the positing wasn’t on his favor so it was just a glancing blow. He pushed with his back against me, so I placed my left arm around hid neck, my elbow flexed over his Adam’s apple. The guy went berserk so I decided that I had to hold on until he passed out, or I would get seriously hurt. I had practiced this choking move with my friend, the one that has the farm I talked about before. He told me that after 30 seconds of choking the person passes out, and after 60 seconds, if you keep choking him, he dies.</p>\r\n<p>So I placed my left arm firmly around his neck while holding my left hand firmly with my right arm, pressing as hard as I could.</p>\r\n<p>The guy went nuts. He slammed me against the walls, trying to get me away from his back. He started clawing with his fingers on my biceps, desperate. Me? I just hold my lock around his neck, mentally counting. As if by magic, after 20-25 seconds. He lost all strength and fell to his knees like a rag doll, and I let him go. Meanwhile my wife, her sister and my mother in law were all screaming me to stop. Once he caught his breath he said that I was psycho, and that he was just fooling around. Not believing a word he said, I said I was sorry and we both got into the elevator, since we were leaving.</p>\r\n<p>As soon as I close the elevator door, the s*** bag attacks me again. I guess he felt humiliated in front of the woman he beat up. He tried to grab me the same way I did. I knew that this was getting out of hand and I completely lost patience with this clown. I brought my serrated Cold Steel El hombre from my pocket and placed the dull side against his arm. He got the message instantly a let go of me. Once he did this I shoved him against the elevator, my forearm pressing against his neck and the knife under the neck as well. He calmed down instantly, saying he was sorry, bla ,bla, bla.</p>\r\n<p>When we got out of the elevator I told him that if he ever got close to me or my family again I would put a bullet in his head. I never saw him again.</p>\r\n<p>This guy was a thief and women beater and I had no use him. Besides these are the kind of rats that would brake into your house when you leave, or worse. I’m ranting all over the place again. What I mean is that practicing defensive moves is useful, specially if you spar with someone that knows his thing. My friend practices Judo. He won the state championship and was left in 3rd place in the nationals final. Practice as you would fight in real life. Getting chocked isn’t nice, but you get to know what you are working with and know how effective it actually is. Being in shape will also make you less prone to diseases, such as high pressure, heart problems, and will boost your immune system in general.</p>\r\n<p>Knowing first aid procedures is always helpful. I’ll take the red cross course this summer.</p>\r\n<p>Keep a first aid kit and any other special medicine you may need. If you take drugs regularly try to have at least a year’s worth of the stuff. Medicines are hard to get and expensive, many are made in other countries and if SHTF they might not be available. My father in law has Parkinson and needs a special medicine that is no longer imported. He asks friends that travel to get it for him.</p>\r\n<p>I stock pile as much medicines as I can. Apart from the regular 1st aid kit stuff you usually have at home, I concentrate on Ibuprofen and antibiotics, both for children and adults.</p>\r\n<p>Antibiotics are precious here, with all the viruses that are floating around. Lung infections are particularly dangerous.</p>\r\n<p>Also remember that keeping a clean, ventilated house goes a long way when it comes to preventing diseases. This is hard when the city is full of filth and there are cockroaches and rats everywhere but it can be done.</p>\r\n<p>My neighborhood isn’t that bad, there are places that are much, much worse, where people literally sleep and eat with rats. Cockroaches are a problem, but I keep them somewhat controlled with that poison that comes in syringes and you place around the house. That reminds me, stock up on rat and cockroach poison. Services are bad in general, and the garbage collectors are no exception.</p>\r\n<p>Once, they went on strike for about a week (though there are worst places where they go months without collecting) and you could see rats running around eh piles of garbage that people threw on the street’s boulevard. This is not healthy, of course. And helps spread diseases all over the city, so keep that in mind as well.</p>\r\n<p>FerFAL</p>',1,10,0,61,'2010-05-18 00:58:03',62,'Submitted by Patrick Morrow','2010-05-18 03:28:22',62,0,'0000-00-00 00:00:00','2010-05-18 00:58:03','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,3,'','',0,521,'robots=\nauthor='),(149,'Community Emergency Response Teams (CERT)','community-emergency-response-teams-cert','','<p><strong>The Community Emergency Response Team (CERT) Program</strong> educates people about disaster preparedness for hazards that may impact their area and trains them in basic disaster response skills, such as fire safety, light search and rescue, team organization, and disaster medical operations. Using the training learned in the classroom and during exercises, CERT members can assist others in their neighborhood or workplace following an event when professional responders are not immediately available to help. CERT members also are encouraged to support emergency response agencies by taking a more active role in emergency preparedness projects in their community.</p>\r\n<p><a href=\"http://www.citizencorps.gov/cert/\">Read more</a></p>\r\n<!-- PAGE IMAGE -->','',1,10,0,61,'2010-05-18 02:38:49',62,'CERT','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-18 02:38:49','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,4,'','',0,311,'robots=\nauthor='),(150,'New Survival Seed Bank','new-survival-seed-bank','','<p class=\"style3\" style=\"TEXT-ALIGN: left\">New \"Survival Seed Bank\" Produces Thousands Of Pounds Of Nutrient-Dense Food For Pennies Per Pound... Enough To Feed Friends And Family Forever!</p>\r\n<p class=\"style3\" style=\"TEXT-ALIGN: left\">Now you can grow all the survival food you will ever need anywhere in the country with a kit that contains a special seed bank of hard to find, open pollinated... super seeds, grown by small, fiercely independent farmers.</p>\r\n<p class=\"style3\" style=\"TEXT-ALIGN: left\"><a href=\"http://www.survivalseedbank.com/\">Read More</a></p>','',1,10,0,61,'2010-05-18 02:48:42',62,'Submitted by Matthew Krol','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-18 02:48:42','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,5,'','',0,385,'robots=\nauthor='),(151,'Survival Products','survival-products','','<p><a href=\"http://www.aaasurvival.com\"><img src=\"http://aaasurvival.com/includes/templates/aaas/images/logo.png\" border=\"0\" /></a></p>\r\n<p>“Man can live about forty days without food, about three days without water, about eight minutes without air, but only for one second without hope”</p>\r\n<p><a href=\"http://aaasurvival.com/\">Survival Products</a></p>\r\n<p><a href=\"http://aaasurvival.com/includes/templates/aaas/images/logo.png\"></a></p>','',1,10,0,61,'2010-05-18 03:10:54',62,'AAA Survival, Inc.','2010-05-18 04:33:59',62,0,'0000-00-00 00:00:00','2010-05-18 03:10:54','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,6,'','',0,383,'robots=\nauthor='),(152,'When Your Hut\'s On Fire','when-your-huts-on-fire','','<p>The only survivor of a shipwreck was washed up on a small, uninhabited island. He prayed feverishly for God to rescue him. Every day he scanned the horizon for help, but none seemed forthcoming.<br />Exhausted, he eventually managed to build a little hut out of driftwood to protect himself from the elements, and to store his few possessions. One day, after scavenging for food, he arrived home to find his little hut in flames, with smoke rolling up to the sky. He felt the worst had happened, and everything was lost. He was stunned with disbelief, grief, and anger. He cried out, \'God! How could you do this to me?\'<br />Early the next day, he was awakened by the sound of a ship approaching the island! It had come to rescue him! \'How did you know I was here?\' asked the weary man of his rescuers. \'We saw your smoke signal,\' they replied.<br />The Moral of This Story: It\'s easy to get discouraged when things are going bad, but we shouldn\'t lose heart, because God is at work in our lives, even in the midst of our pain and suffering.  Remember that the next time your little hut seems to be burning to the ground. It just may be a smoke signal that summons the Grace of God.<br /><br />P.S. Consider passing this on, because you never know who feels as if their hut is on fire today..</p>','',1,5,0,54,'2010-05-18 03:34:27',77,'Submitted by Regina Fall','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-05-18 03:34:27','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,10,'','',0,178,'robots=\nauthor='),(153,'Mark French for Congress','mark-french-for-congress','','<h2>\"As a CONSTITUTIONAL Republican, I will uphold the US Constitution, and vote according to the ideals established when this great document was drafted.\"</h2>\r\n<p>Mark French was born in Missoula to life long high school sweethearts, Dean and Bob French. The youngest of five sons, he was raised on the family ranch near Paradise, where he learned how to work, and to have fun doing it. Strong family, community and civic duty was emphasized. After graduating from High School, he earned a Bachelor of Science in Microbiology from Montana State University (1987). He did his medical internship at Duke University School of Medicine (1989). He currently enjoys employment at Clark Fork Valley Hospital in Plains, as a Clinical Laboratory Scientist.</p>\r\n<p><img src=\"http://www.markformontana.com/images/family09.png\" border=\"0\" width=\"124\" height=\"170\" /></p>\r\n<p><a href=\"http://www.markformontana.com/about.html\">MARK FRENCH FOR CONGRESS</a></p>\r\n<p>{jcomments on}</p>','',1,5,0,54,'2010-05-18 03:39:16',77,'','2010-05-25 03:30:18',62,0,'0000-00-00 00:00:00','2010-05-18 03:39:16','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,9,'','',0,252,'robots=\nauthor='),(154,'Fox Business Networks: Gerald Celente Predicts Revolution, Tax Revolts, Food Riots','fox-business-networks-gerald-celente-predicts-revolution-tax-revolts-food-riots','','<h2>This is a repost.</h2>\r\n<h3>Celente: <em>\"By 2012 America will become an undeveloped nation. There will be a revolution marked by food riots, squatter rebellions, tax revolts and job marches. Holidays will be more about obtaining food, not gifts.\"</em></h3>\r\n<p>Paul Joseph Watson<br /><a href=\"http://prisonplanet.com\">Prison Planet.com</a><br />Thursday, November 13, 2008</p>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"147\" align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td height=\"16\"><img src=\"http://freespeech.vo.llnwd.net/o25/pub/images/onepixel.gif\" border=\"0\" height=\"16\" /></td>\r\n<td width=\"10\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"123\"><img src=\"http://freespeech.vo.llnwd.net/o25/pub/images/calente.jpg\" border=\"1\" alt=\"stock market\" width=\"121\" align=\"left\" /></td>\r\n<td width=\"10\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"8\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td width=\"123\">Gerald Celente</td>\r\n<td width=\"10\" align=\"left\" valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"8\"></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>The man who predicted the 1987 stock market crash and the fall of the Soviet Union is now forecasting revolution in America, food riots and tax rebellions – all within four years, while cautioning that putting food on the table will be a more pressing concern than buying Christmas gifts by 2012.</p>\r\n<p align=\"left\">Gerald Celente, the CEO of <a href=\"http://www.trendsresearch.com/\" target=\"_blank\">Trends Research Institute</a>, is renowned for his accuracy in predicting future world and economic events, which will send a chill down your spine considering what he told Fox News this week.</p>\r\n<p align=\"left\">Celente says that by 2012 America will become an undeveloped nation, that there will be a revolution marked by food riots, squatter rebellions, tax revolts and job marches, and that holidays will be more about obtaining food, not gifts.</p>\r\n','\r\n<p> </p>\r\n<p align=\"left\">“We’re going to see the end of the retail Christmas….we’re going to see a fundamental shift take place….putting food on the table is going to be more important that putting gifts under the Christmas tree,” said Celente, adding that the situation would be “worse than the great depression”.</p>\r\n<p align=\"left\">“America’s going to go through a transition the likes of which no one is prepared for,” said Celente, noting that people’s refusal to acknowledge that America was even in a recession highlights how big a problem denial is in being ready for the true scale of the crisis.</p>\r\n<p align=\"left\">Celente, who successfully predicted the 1997 Asian Currency Crisis, the subprime mortgage collapse and the massive devaluation of the U.S. dollar,<a href=\"http://www.upi.com/Business_News/2007/11/19/Forecast_US_dollar_could_plunge_90_pct/UPI-48761195499806/\" target=\"_blank\"> told UPI in November last year</a> that the following year would be known as “The Panic of 2008,” adding that “giants (would) tumble to their deaths,” which is exactly what we have witnessed with the collapse of Lehman Brothers, Bear Stearns and others. He also said that the dollar would eventually be devalued by as much as 90 per cent.</p>\r\n<p align=\"left\">The consequence of what we have seen unfold this year would lead to a lowering in living standards, Celente predicted a year ago, which is also being borne out by <a href=\"http://www.presstv.ir/detail.aspx?id=75273&amp;sectionid=3510203\" target=\"_blank\">plummeting retail sales figures</a>.</p>\r\n<p align=\"left\">The prospect of revolution was a concept echoed by a <a href=\"http://www.guardian.co.uk/science/2007/apr/09/frontpagenews.news\" target=\"_blank\">British Ministry of Defence report last year</a>, which predicted that within 30 years, the growing gap between the super rich and the middle class, along with an urban underclass threatening social order would mean, “The world’s middle classes might unite, using access to knowledge, resources and skills to shape transnational processes in their own class interest,” and that, “The middle classes could become a revolutionary class.”</p>\r\n<p align=\"left\">In a <a href=\"http://www.earthfiles.com/news.php?ID=1485&amp;category=Environment\" target=\"_blank\">separate recent interview</a>, Celente went further on the subject of revolution in America.</p>\r\n<blockquote>\r\n<p align=\"left\">“There will be a revolution in this country,” he said. “It’s not going to come yet, but it’s going to come down the line and we’re going to see a third party and this was the catalyst for it: the takeover of Washington, D. C., in broad daylight by Wall Street in this bloodless coup. And it will happen as conditions continue to worsen.”</p>\r\n<p align=\"left\">\"The first thing to do is organize with tax revolts. That\'s going to be the big one because people can\'t afford to pay more school tax, property tax, any kind of tax. You’re going to start seeing those kinds of protests start to develop.”</p>\r\n<p align=\"left\">“It’s going to be very bleak. Very sad. And there is going to be a lot of homeless, the likes of which we have never seen before. Tent cities are already sprouting up around the country and we’re going to see many more.”</p>\r\n<p align=\"left\">“We’re going to start seeing huge areas of vacant real estate and squatters living in them as well. It’s going to be a picture the likes of which Americans are not going to be used to. It’s going to come as a shock and with it, there’s going to be a lot of crime. And the crime is going to be a lot worse than it was before because in the last 1929 Depression, people’s minds weren’t wrecked on all these modern drugs – over-the-counter drugs, or crystal meth or whatever it might be. So, you have a huge underclass of very desperate people with their minds chemically blown beyond anybody’s comprehension.”</p>\r\n</blockquote>\r\n<p align=\"left\"><a href=\"http://georgewashington2.blogspot.com/2008/11/top-trend-forecaster-says-were-going-to.html\" target=\"_blank\">The George Washington blog</a> has compiled a list of quotes attesting to Celente’s accuracy as a trend forecaster.</p>\r\n<blockquote>\r\n<p align=\"left\">“When CNN wants to know about the Top Trends, we ask Gerald Celente.”<br />— CNN Headline News</p>\r\n<p>“A network of 25 experts whose range of specialties would rival many university faculties.”<br />— The Economist</p>\r\n<p>“Gerald Celente has a knack for getting the zeitgeist right.”<br />— USA Today</p>\r\n<p>“There’s not a better trend forecaster than Gerald Celente. The man knows what he’s talking about.”<br />– CNBC</p>\r\n<p>“Those who take their predictions seriously … consider the Trends Research Institute.”<br />— The Wall Street Journal</p>\r\n<p>“Gerald Celente is always ahead of the curve on trends and uncannily on the mark … he’s one of the most accurate forecasters around.”<br />— The Atlanta Journal-Constitution</p>\r\n<p>“Mr. Celente tracks the world’s social, economic and business trends for corporate clients.”<br />— The New York Times</p>\r\n<p>“Mr. Celente is a very intelligent guy. We are able to learn about trends from an authority.”<br />— 48 Hours, CBS News</p>\r\n<p>“Gerald Celente has a solid track record. He has predicted everything from the 1987 stock market crash and the demise of the Soviet Union to green marketing and corporate downsizing.”<br />— The Detroit News</p>\r\n<p>“Gerald Celente forecast the 1987 stock market crash, ‘green marketing,’ and the boom in gourmet coffees.”<br />— Chicago Tribune</p>\r\n<p>“The Trends Research Institute is the Standard and Poors of Popular Culture.”<br />— The Los Angeles Times</p>\r\n<p>“If Nostradamus were alive today, he’d have a hard time keeping up with Gerald Celente.”<br />— New York Post</p>\r\n</blockquote>\r\n<p>So there you have it – hardly a nutjob conspiracy theorist blowhard now is he? The price of not heeding his warnings will be far greater than the cost of preparing for the future now. Storable food and gold are two good places to make a start.</p>\r\n<p>{jcomments on}</p>',1,5,0,41,'2010-05-18 12:39:42',74,'Submitted by Helio-Rodriguez-Ecay','2011-02-15 03:28:35',62,0,'0000-00-00 00:00:00','2010-05-18 12:39:42','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',8,0,9,'','',0,5070,'robots=\nauthor='),(243,'America\'s debts: Even more calamitous than we thought','americas-debts-even-more-calamitous-than-we-thought','','<p><span style=\"font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; font-size: 13px; line-height: 32px;\"> </span></p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\"><img src=\"http://www.onenewsnow.com/uploadedImages/MarkHendrickson.jpg\" border=\"0\" alt=\"Dr. Mark W. Hendrickson (Ctr for Vision &amp; Values)\" title=\"Dr. Mark W. Hendrickson (Ctr for Vision &amp; Values)\" hspace=\"3\" vspace=\"3\" align=\"left\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" /><a href=\"http://www.onenewsnow.com/Perspectives/archives.aspx?col=Dr.%20Mark%20W.%20Hendrickson\" style=\"color: #0e4d8b; background: inherit;\"><img src=\"http://www.onenewsnow.com/uploadedImages/Media/Images/columnists_archives_button.jpg\" border=\"0\" alt=\"columnists archives button\" title=\"columnists archives button\" hspace=\"3\" vspace=\"3\" align=\"right\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" /></a>Brace yourself. This isn\'t going to be pleasant. If you\'re in a bad mood or get easily upset, you may wish to pass on reading this article.<br /> <br />The country is in even worse shape economically than we thought. We awoke on February 14 to find that this year\'s federal budget deficit is going to be larger than previously projected -- a record $1.65 trillion.</p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\"> </p>\r\n','\r\n<p> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\">Recently, the official accumulated debt of the federal government passed the $14 trillion threshold. A trillion is a gigantic number. If you stacked $100 bills flat on top of each other, then turned that stack on its side, a trillion dollars would stretch from where I live in western Pennsylvania to somewhere past St. Louis. That\'s just ONE trillion. Multiply that by 14, and it would stretch from here to Honolulu and back with plenty to spare.<br /> <br />The really bad news is that Uncle Sam\'s debt is significantly greater than $14 trillion, and I am not referring to the tens of trillions of dollars of unfunded liabilities representing undeliverable government promises. According to data released by the U.S. Treasury on January 21, the public debt is $20.7 trillion, an increase of $3.3 trillion in just the last year.<br /> <br />The larger sum -- actual existing debt of $20.7 trillion -- includes such off-budget items as bailouts, Fannie Mae and Freddie Mac, student loans, and who knows what else? I have to say \"who knows what else,\" because the leviathan federal government long ago became too large to keep track of. For example, 25 years ago the Grace Commission, instituted by Ronald Reagan in the hope of identifying ways to streamline the federal government, was unable to tabulate how many people worked for the federal government, although they did manage to identify 963 federal programs that redistributed wealth.<br /> <br /><img src=\"http://www.onenewsnow.com/uploadedImages/Media/Images/FrontPageArt/increased_spending.JPG\" border=\"0\" alt=\"increased spending more money inflation\" title=\"increased spending more money inflation\" hspace=\"3\" vspace=\"3\" width=\"160\" height=\"119\" align=\"right\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" />Not only is our current national indebtedness more than 40 percent greater than the already horrendous commonly cited figure, the Social Security program is in worse shape than expected, too. As recently as a month or two ago, it was widely accepted that payouts from Social Security would start to exceed revenues in 2016. In a stunning development, the nonpartisan Congressional Budget Office released a report on January 26 which projected that revenue shortfalls will begin this year and continue uninterrupted until all unfunded IOU\'s are exhausted by 2037 (if not much sooner). The CBO projects what would have been a $45 billion shortfall this year, but thanks to the terrible deal that President Obama and congressional Republicans forged in December -- the one that included a two-percent reduction in Social Security withholding from workers\' paychecks -- this year\'s Social Security red ink is expected to hit $130 billion.<br /> <br />At the state level, finances are deteriorating at a sickening speed. Governors are starting to ask the Obama administration for permission to drop people from Medicaid (280,000 people in Arizona alone). Moody\'s, the debt-rating agency that seems to wait until after a collapse has happened to lower its rating of an entity\'s finances, is making noises about downgrading the credit rating of several states.<br /> <br />At the municipal level, many bonds continue to tank as municipalities careen toward bankruptcy. Of the three largest bond insurers, two are already bankrupt while the survival of the third is in doubt.<br /> <br />Meanwhile, ObamaCare is ripping us apart. The administration itself has already granted over 200 waivers to well-connected businesses and labor unions from having to comply with its unaffordable costs (meaning that wealth is being redistributed from those who don\'t receive the exemptions to those that do).<br /> <br />Two federal judges have upheld ObamaCare while two others have ruled it unconstitutional. The result is that some state governors and attorneys general are voiding it within their jurisdictions while others are not. Obama is proceeding with costly implementation despite the bill\'s uncertain status. Besides the confusion and uncertainty that this is sowing, valuable time will be consumed in waging this titanic constitutional struggle -- time that could and should be spent addressing the ballooning spending/debt crisis.<br /> <br />Given the magnitude of governmental fiscal woes, the struggle in Washington between Democrats who talk about (but don\'t propose) a possible spending freeze in one small corner of the federal budget, and Republicans who claim to want to cut $100 billion of annual spending, is a cruel joke. Talk about fiddling while Rome burns!<br /> <br />The financial condition of governments at all levels is worse than it ever has been. Neither political party seems ready to address the crisis in any meaningful way. As a result, our financial predicament is even worse than most of us had thought.{jcomments on}</p>\r\n<p> </p>',1,1,0,1,'2011-02-16 03:39:40',62,'Dr. Mark W. Hendrickson','2011-02-16 03:44:14',62,0,'0000-00-00 00:00:00','2011-02-16 03:39:40','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,236,'','',0,1033,'robots=\nauthor='),(155,'Prepared for the Times, Part 21','prepared-for-the-times-part-21','','<p><strong>Week 21, 2010</strong> <br /><br /><br />     Presidents from both parties, congressmen, government workers, and the media seem oblivious to the fact that small business is the economic engine of America and where true prosperity and economic growth is in the world. In Marc Nuttle’s remarkable book, <span style=\"FONT-STYLE: italic\">Moment of Truth</span>, he writes about one of the most important insights possibly ever stated by a leader of China. Former <span style=\"FONT-STYLE: italic\">Time</span> correspondent, David Aikman, interviewed the retiring head of state in Communist China in 2002, Jiang Zemin, and asked what he wished for in regard to China’s future. His response shocked Aikman and much of the world when he replied: <br /><br /><span style=\"FONT-STYLE: italic\">     I would like for my country to become a Christian nation.</span></p>\r\n<p><span style=\"FONT-STYLE: italic\"> </span></p>\r\n','\r\n<p><br /><br />     When asked “Why,” Zemin’s response was an amazing revelation. He explained how a panel of Chinese scholars had spent twenty years studying why China continually lagged behind the West in science, industry, and culture. After considering every possible explanation, they concluded that it was the religious heritage of the West that had allowed it to reach such heights. The statement of these Chinese scholars was: <br /><br /><span style=\"FONT-STYLE: italic\">     One of the things we were asked to do was look into what accounted for the success; in fact, the pre-eminence of the West all over the world. We studied everything we could from the historical, political, economic, and cultural perspective. At first, we thought it was because of a more powerful military. Then we thought it was because you had the best political system. Next we focused on your economic systems. But in the past twenty years we have realized that the heart of your culture is your religion: Christianity. This is why the West is powerful. The Christian moral foundation of the social and cultural life was what made possible the emergence of capitalism and then the successful transition to democratic politics. <span style=\"text-decoration: underline;\">We don’t have any doubt about this.</span></span> (Quoted from, Jesus in Beijing: How Christianity is Changing the Global Balance of Power, by David Aikman.)<br /><br />     By allowing more and more economic freedom, China has begun to mightily use this powerful economic force that simple freedom is. However, as Jiang Zemin understood, it is not just economic freedom that enabled America and the West to rise to such heights—it was its biblical worldview. There was purpose behind the prosperity. However, in the greatest economy ever developed, this most basic connect is being lost now in the United States. To the expressed shock of the leaders of the two most powerful former communist states, Russia and China, America, the forerunner and premier founder of the most powerful economic force in history, is now abandoning its biblical worldview as the former communist countries are embracing it. I prophesied that this would happen in a book I wrote in 1988, <span style=\"FONT-STYLE: italic\">The Harvest</span>, but I confess that watching it happen is still shocking to me.<br /><br />     As we have covered, studies have shown that small businesses create more than 70 percent of all new jobs in America, and most of these are family run businesses. The most powerful drive of this incentive is family, and family is held together by faith. As all of this has eroded in America, so has the basic infrastructure that could sustain America’s continued prosperity and strength. <br /><br />     At times, Scripture makes a distinction between riches and wealth. Riches tend to come easily and quickly and leave just as easily and quickly. However, wealth is the result of sound planning, faithfulness, patience, and endurance. Wealth comes much more slowly and with more difficulty, but will last for generations and usually multiplies if the same principles that created it are continued. Wealth is more than a balance sheet or money in accounts—it is resources gathered for a purpose. These resources are usually pursued by a family or families together. <br /><br />     Likewise, America built wealth because it was driven by purpose. This was never true of all, but it was true of the core of America. This purpose stayed on course because of the morals and values that guided the majority. However, the most dangerous elements were released into the culture of America when this majority became “the silent majority.” As Karl Marx taught, the tiny minority of the passionate will control the majority who are passive. This is how America is being taken over today by forces which are contrary to everything that built America into such a great and powerful nation.<br /><br />      The tipping points of history have usually come through the small but passionate minorities. Now, for more than half a century, small but loud minorities have dictated more and more of the direction of America. The vast majority, who has by far the great numbers required to turn this around, have become more and more passive. Without a wake-up, soon the downward spiral into centralized control will be hard to reverse, but it is not there yet, and there does seem to be an amazing awakening to this threat. This is kind of like the Gulf Coast oil spill in which we keep discovering that the situation is actually much worse than we thought. There may have never been a time when more citizens are actually reading the Constitution, the Bill of Rights, studying our national history, and even reading bills being passed by Congress, when it seems few congressmen are doing this. This is a foundation for hope.</p>\r\n<p><a href=\"http://www.morningstarministries.org\">Article posted from MorningStarMinistries</a><br />{jcomments on}</p>',1,5,0,43,'2010-05-18 15:34:50',63,'','2010-05-18 15:46:06',62,0,'0000-00-00 00:00:00','2010-05-18 15:34:50','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,42,'','',0,555,'robots=\nauthor='),(156,'Shoe Bomber Reid: \'I am at war with your country\'','shoe-bomber-reid-i-am-at-war-with-your-country','','<p><span class=\"cnnStoryTime\">Friday, January 31, 2003 Posted: 11:10 AM EST (1610 GMT)<br /></span></p>\r\n<!-- /date --><!--startclickprintexclude-->\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"220\" align=\"right\">\r\n<tbody>\r\n<tr>\r\n<td align=\"right\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"230\" align=\"right\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"2\" width=\"10\"><img src=\"http://i.cnn.net/cnn/images/1.gif\" border=\"0\" width=\"10\" height=\"1\" /></td>\r\n<td align=\"right\"><!--===========IMAGE============--><img src=\"http://i.cnn.net/cnn/2003/LAW/01/31/reid.transcript/story.reid.sentence.sketch.jpg\" border=\"0\" alt=\"Richard Reid\" hspace=\"0\" width=\"220\" height=\"168\" align=\"top\" /> <!--===========/IMAGE===========--></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class=\"cnnStoryCaption\"><!--===========CAPTION==========-->Richard Reid <!--===========/CAPTION=========--></div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><img src=\"http://i.cnn.net/cnn/images/1.gif\" border=\"0\" width=\"1\" height=\"10\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div class=\"cnn10pxTpad\">\r\n<div class=\"cnnStoryTools\"> </div>\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td align=\"right\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<!--endclickprintexclude-->\r\n<p><strong style=\"FONT-SIZE: 14px\"><a href=\"http://www.cnn.com/2003/LAW/01/31/reid.transcript/\">(CNN)</a> – The following is a partial transcript of Thursday\'s court hearing in which Richard Reid was sentenced to life in prison for his confessed plan to try and blow up a jetliner with explosives he had hidden in his shoes. The exchange is between Reid and Judge William Young.</strong></p>\r\n<p><strong>RICHARD REID</strong>: I start by praising Allah because life today is no good. I bear witness to this and he alone is right to be worshiped. And I bear witness that Muhammad Sa\'laat Alayhi as-Salaam is his last prophet and messenger who is sent to all of mankind for guidance, with the sound guidance for everyone.</p>\r\n<p>Concerning what the Court said? I admit, I admit my actions and I further, I further state that I done them.</p>\r\n<p><strong>JUDGE WILLIAM YOUNG</strong>: I didn\'t hear the last. I admit my actions and then what did you say?</p>\r\n<p><strong>REID</strong>: I further admit my allegiance to Osama bin Laden, to Islam, and to the religion of Allah. With regards to what you said about killing innocent people, I will say one thing. Your government has killed 2 million children in Iraq. If you want to think about something, against 2 million, I don\'t see no comparison.</p>\r\n<p>Your government has sponsored the rape and torture of Muslims in the prisons of Egypt and Turkey and Syria and Jordan with their money and with their weapons. I don\'t know, see what I done as being equal to rape and to torture, or to the deaths of the two million children in Iraq.</p>\r\n<p>So, for this reason, I think I ought not apologize for my actions. I am at war with your country. I\'m at war with them not for personal reasons but because they have murdered more than, so many children and they have oppressed my religion and they have oppressed people for no reason except that they say we believe in Allah.</p>\r\n<p>This is the only reason that America sponsors Egypt. It\'s the only reason they sponsor Turkey. It\'s the only reason they back Israel.</p>\r\n<p>As far as the sentence is concerned, it\'s in your hand. Only really it is not even in your hand. It\'s in Allah\'s hand. I put my trust in Allah totally and I know that he will give victory to his religion. And he will give victory to those who believe and he will destroy those who wish to oppress the people because they believe in Allah.</p>\r\n<p>So you can judge and I leave you to judge. And I don\'t mind. This is all I have to say. And I bear witness to Muhammad this is Allah\'s message.</p>\r\n<p><strong>YOUNG</strong>: Mr. Richard C. Reid, hearken now to the sentence the Court imposes upon you.</p>\r\n','\r\n<!--startclickprintexclude-->\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"230\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"2\" width=\"220\" bgcolor=\"#cccccc\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"6\" width=\"216\" bgcolor=\"#ffffff\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"6\" width=\"204\" bgcolor=\"#e7e7e7\">\r\n<tbody>\r\n<tr>\r\n<td class=\"cnnStoryBoxHeadB\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div class=\"cnnStoryQuoteBox\" style=\"PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px\"><img src=\"http://i.cnn.net/cnn/.element/img/1.0/story/start_quote.gif\" border=\"0\" alt=\"start quote\" hspace=\"0\" width=\"23\" height=\"13\" />... we all know that the way we treat you, Mr. Reid, is the measure of our own liberties.<img src=\"http://i.cnn.net/cnn/.element/img/1.0/story/end_quote.gif\" border=\"0\" alt=\"end quote\" hspace=\"0\" width=\"23\" height=\"13\" /></div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"cnnBodyText\" align=\"center\">\r\n<div class=\"cnn6pxLRBPad\"><em>-- Judge William Young</em></div>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td><img src=\"http://i.cnn.net/cnn/images/1.gif\" border=\"0\" hspace=\"0\" width=\"10\" height=\"1\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"10\"><img src=\"http://i.cnn.net/cnn/images/1.gif\" border=\"0\" hspace=\"0\" width=\"230\" height=\"10\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<!--endclickprintexclude-->\r\n<p>On counts 1, 5 and 6 the Court sentences you to life in prison in the custody of the United States Attorney General. On counts 2, 3, 4 and 7, the Court sentences you to 20 years in prison on each count, the sentence on each count to run consecutive one with the other. That\'s 80 years.</p>\r\n<p>On Count 8 the Court sentences you to the mandatory 30 years consecutive to the 80 years just imposed. The Court imposes upon you on each of the eight counts a fine of $250,000 for the aggregate fine of $2 million.</p>\r\n<p>The Court accepts the government\'s recommendation with respect to restitution and orders restitution in the amount of $298.17 to Andre Bousquet and $5,784 to American Airlines.</p>\r\n<p>The Court imposes upon you the $800 special assessment.</p>\r\n<p>The Court imposes upon you five years supervised release simply because the law requires it. But the life sentences are real life sentences so I need not go any further.</p>\r\n<p>This is the sentence that is provided for by our statutes. It is a fair and a just sentence. It is a righteous sentence. Let me explain this to you.</p>\r\n<p>We are not afraid of any of your terrorist co-conspirators, Mr. Reid. We are Americans. We have been through the fire before. There is all too much war talk here. And I say that to everyone with the utmost respect.</p>\r\n<p>Here in this court where we deal with individuals as individuals, and care for individuals as individuals, as human beings we reach out for justice.</p>\r\n<p>You are not an enemy combatant. You are a terrorist. You are not a soldier in any war. You are a terrorist. To give you that reference, to call you a soldier gives you far too much stature. Whether it is the officers of government who do it or your attorney who does it, or that happens to be your view, you are a terrorist.</p>\r\n<p>And we do not negotiate with terrorists. We do not treat with terrorists. We do not sign documents with terrorists.</p>\r\n<p>We hunt them down one by one and bring them to justice.</p>\r\n<p>So war talk is way out of line in this court. You\'re a big fellow. But you\'re not that big. You\'re no warrior. I know warriors. You are a terrorist. A species of criminal guilty of multiple attempted murders.</p>\r\n<p>In a very real sense Trooper Santiago had it right when first you were taken off that plane and into custody and you wondered where the press and where the TV crews were and you said you\'re no big deal. You\'re no big deal.</p>\r\n<p>What your counsel, what your able counsel and what the equally able United States attorneys have grappled with and what I have as honestly as I know how tried to grapple with, is why you did something so horrific. What was it that led you here to this courtroom today? I have listened respectfully to what you have to say. And I ask you to search your heart and ask yourself what sort of unfathomable hate led you to do what you are guilty and admit you are guilty of doing.</p>\r\n<p>And I have an answer for you. It may not satisfy you. But as I search this entire record it comes as close to understanding as I know.</p>\r\n<p>It seems to me you hate the one thing that to us is most precious. You hate our freedom. Our individual freedom. Our individual freedom to live as we choose, to come and go as we choose, to believe or not believe as we individually choose.</p>\r\n<p>Here, in this society, the very winds carry freedom. They carry it everywhere from sea to shining sea. It is because we prize individual freedom so much that you are here in this beautiful courtroom. So that everyone can see, truly see that justice is administered fairly, individually, and discretely.</p>\r\n<p>It is for freedom\'s seek that your lawyers are striving so vigorously on your behalf and have filed appeals, will go on in their, their representation of you before other judges. We care about it. Because we all know that the way we treat you, Mr. Reid, is the measure of our own liberties.</p>\r\n<p>Make no mistake though. It is yet true that we will bear any burden; pay any price, to preserve our freedoms.</p>\r\n<p>Look around this courtroom. Mark it well. The world is not going to long remember what you or I say here. Day after tomorrow it will be forgotten. But this, however, will long endure. Here, in this courtroom, and courtrooms all across America, the American people will gather to see that justice, individual justice, justice, not war, individual justice is in fact being done.</p>\r\n<p>The very President of the United States through his officers will have to come into courtrooms and lay out evidence on which specific matters can be judged, and juries of citizens will gather to sit and judge that evidence democratically, to mold and shape and refine our sense of justice.</p>\r\n<p>See that flag, Mr. Reid? That\'s the flag of the United States of America. That flag will fly there long after this is all forgotten. That flag still stands for freedom. You know it always will. Custody, Mr. Officer. Stand him down.</p>\r\n<p><strong>REID</strong>: That flag will be brought down on the Day of Judgment and you will see in front of your Lord and my Lord and then we will know. (Whereupon the defendant was removed from the courtroom.)</p>\r\n<p><strong>YOUNG</strong>: We\'ll recess. All rise.</p>\r\n<p>{jcomments on}</p>\r\n<!--endclickprintinclude-->',1,5,0,43,'2010-05-19 01:18:07',62,'Submitted by Bill Brake','2010-05-19 01:41:54',62,0,'0000-00-00 00:00:00','2010-05-19 01:18:07','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,41,'','',0,293,'robots=\nauthor='),(157,'WSBTV Atlanta Knows Why Arizona is Protecting Our Borders','wsbtv-atlanta-knows-why-arizona-is-protecting-our-borders','','<p><strong>According to the Border Patrol</strong> the public is being mislead as to WHO is coming into the U.S. from Mexico. Watch as WSB-TV in Atlanta uncovers the truth about so-called OTM\'s (Other than Mexicans), the reality of porous borders and the danger to American cities.</p>\r\n<p><a href=\"http://www.wsbtv.com/video/23438021/index.html\">Video 1: Please Click Here</a></p>\r\n<p><a href=\"http://www.wsbtv.com/video/23438712/index.html\">Video 2: Please Click Here</a></p>\r\n<p> </p>\r\n<p>{jcomments on}</p>','',1,5,0,43,'2010-05-21 16:34:48',62,'Submitted by Matthew Krol','2010-05-21 17:21:36',62,0,'0000-00-00 00:00:00','2010-05-21 16:34:48','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,40,'','',0,432,'robots=\nauthor='),(159,'iVote: Billboard companies join American people who are fed up with Washington','ivote-billboard-companies-join-american-people-who-are-fed-up-with-washington','','<h2><span>\r\n<h4><span>\r\n<h4>\r\n<h4><span><em>Owners pay out of their own pocket to send message to voters - Remember in November</em></span></h4>\r\n</h4>\r\n</span></h4>\r\n</span></h2>\r\n<h5><span>May 21, 2010</span></h5>\r\n<p><span>American Family Association\'s <a href=\"http://action.afa.net/ivote/\" title=\"http://action.afa.net/ivote/\"><strong title=\"http://action.afa.net/ivote/\"><span title=\"http://action.afa.net/ivote/\"><span style=\"color: #800080;\"><span style=\"text-decoration: underline;\">iVote campaign</span></span></span></strong></a> got a huge boost last week when owners of billboard companies in Georgia and Louisiana offered to waive or greatly reduce their regular monthly fee to post the iVote billboard message!</span><span><img src=\"https://store.afa.net/images/billboard.jpg\" border=\"0\" hspace=\"5\" width=\"348\" height=\"150\" align=\"right\" style=\"float: left;\" /></span></p>\r\n<p><span>The movement is growing and you can join it! Americans are outraged by the abuse of power in Washington. We must keep the momentum going by letting others know there is something they can do about the mess in Washington. In strong solidarity, we will remind elected officials that their power is derived from the governed! That\'s us. <strong><span>WE THE PEOPLE!</span></strong></span></p>\r\n<p>\r\n<p><a href=\"http://store.afa.net/c-95-ivote-buttons-and-stickers.aspx\" target=\"_blank\" title=\"undefined\">\r\n','\r\n<p><img src=\"http://store.afa.net/images/PRODUCT/icon/10000540.jpg\" border=\"0\" hspace=\"5\" width=\"154\" height=\"155\" align=\"right\" /></p>\r\n<strong><span>What will you find at </span></strong></a><a href=\"http://action.afa.net/ivote/\" title=\"http://action.afa.net/ivote/\"><strong title=\"http://action.afa.net/ivote/\"><span title=\"http://action.afa.net/ivote/\"><span style=\"color: #800080;\"><span style=\"text-decoration: underline;\">iVote.com</span></span></span></strong></a><strong><span>?</span></strong></p>\r\n</p>\r\n<ul type=\"disc\">\r\n<li><span>Our latest powerful </span><strong><span>video </span></strong><span>exposing the hypocrisy of our nation\'s leadership in Washington (<em><span>and you can get the embed code to add it to your website!)</span></em></span> </li>\r\n<li><span>A </span><strong><span>map </span></strong><span>of current billboard placements</span> </li>\r\n<li><span>How to get an iVote </span><strong><span>billboard </span></strong><span>in your community</span> </li>\r\n<li><span>The </span><strong><span>iVote Pledge</span></strong><span>, letting elected officials in Washington know you will \"Remember in November\"</span> </li>\r\n<li><span>Order </span><strong><span>buttons and stickers</span></strong><strong><span> </span></strong><span>to wear and share with other patriotic citizens.</span> </li>\r\n</ul>\r\n<p><span><strong>New on </strong><a href=\"http://action.afa.net/ivote/\" title=\"http://action.afa.net/ivote/\"><span title=\"http://action.afa.net/ivote/\"><strong><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">iVote.com</span></span></strong></span></a><strong> this week!</strong></span></p>\r\n<ul type=\"disc\">\r\n<li><a href=\"http://afanet.capwiz.com/election/register_vote/\" target=\"_blank\" title=\"undefined\"><img class=\"design_selected_field\" src=\"https://secureimages.capwiz.com/img/e2k4/20031208_election2004-reg.gif\" border=\"0\" hspace=\"5\" width=\"102\" height=\"46\" align=\"right\" /></a><span>Voter Registration - In two minutes, you can register to vote in your state! It\'s simple, it\'s quick!</span> </li>\r\n</ul>\r\n<p><span><strong>Coming to </strong><a href=\"http://action.afa.net/ivote/\" title=\"http://action.afa.net/ivote/\"><span title=\"http://action.afa.net/ivote/\"><strong><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">iVote.com</span></span></strong></span></a><strong>:</strong></span></p>\r\n<ul type=\"disc\">\r\n<li><span>Voter Guides - AFA will link to the latest voter guides for your state.</span> </li>\r\n</ul>\r\n<p><strong><span>Please, get involved today! Visit </span></strong><span><a class=\"style3\" href=\"ivote/\" title=\"http://action.afa.net/ivote/\"><strong title=\"http://action.afa.net/ivote/\"><span title=\"http://action.afa.net/ivote/\"><span style=\"color: #800080;\"><span style=\"text-decoration: underline;\">iVote.com</span></span></span></strong></a><strong><span> today to see the difference you can make!</span></strong></span></p>',1,5,0,43,'2010-05-23 05:18:42',64,'','2010-05-23 06:01:38',62,0,'0000-00-00 00:00:00','2010-05-23 05:18:42','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',11,0,38,'','',0,671,'robots=\nauthor='),(160,'The Presidents and the National Day of Prayer Revisited','the-presidents-and-the-national-day-of-prayer','','<p align=\"justify\"><strong>There was considerable controversy</strong> this year surrounding the National Day of Prayer. Following is a \"cleaned up\" version of an email, circulating the net, concerning this controversy. The original email can be <a href=\"http://www.truthorfiction.com/rumors/n/nationaldayofprayer-obama.htm\">viewed here.</a></p>\r\n<p align=\"justify\"><strong>In 1952 President Truman</strong> established one day a year as a \"National Day of Prayer.\"</p>\r\n<p align=\"justify\"><strong>In 1988 President Reagan</strong> designated the First Thursday in May of each year as the National Day of Prayer.</p>\r\n<p align=\"justify\"><strong>In 2009 and 2010 President Obama</strong> chose not to host the National Day of Prayer, at the White House, as did a former president, democrat Bill Clinton. However, President Obama did sign a Presidential Proclamation which can be <span style=\"text-decoration: underline;\"><a href=\"http://nationaldayofprayer.org/news/2010-presidential-proclamation/\">viewed here.</a></span> The Proclamation is a beautiful prayer and worth reading.</p>\r\n<p align=\"justify\">Below, in his own words, President Obama explains his faith and the faith of the American people:</p>\r\n<p align=\"justify\">In 2009, while in Turkey, President Obama declared, <em>\"We do not consider ourselves a Christian nation, or a Jewish Nation or a Muslim Nation.  We consider ourselves a nation of citizens who are bound by ideals and a set of values.\"</em>  </p>\r\n','\r\n<p align=\"justify\">Below is a photograph of President Obama following protocol in removing his shoes prior to entering Istanbul\'s Blue Mosque.</p>\r\n<p align=\"justify\"><img src=\"images/articles/ObamaBlueMosque.jpg\" border=\"0\" /></p>\r\n<p align=\"justify\"><strong>If the shoe fits...</strong></p>\r\n<p align=\"justify\">It has been stated that President Obama is more sympathetic to certain groups, eg. Muslims, than he is to Christians and Jews. If the following presentation is accurate, this is certainly understandable.</p>\r\n<p align=\"justify\"><a href=\"http://www.youtube.com/watch_popup?v=tCAffMSWSzY#t=28\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">A compilation of President Obama\'s declaration of faith here.</span></span></a></p>\r\n<p align=\"justify\"> </p>\r\n<p align=\"justify\"><strong>Muslim Faith in America</strong></p>\r\n<p align=\"justify\"><br />On September 25, 2009 from 4 am until 7 pm, a National Day of Prayer for the Muslim religion was held on Capitol Hill, near the White House. There were over 50,000 Muslims that Day in DC.</p>\r\n<p align=\"justify\"><a href=\"http://www.islamoncapitolhill.com/\"><span style=\"text-decoration: underline;\">Please note the proclamation on the website: \"OUR TIME HAS COME\"</span></a></p>\r\n<p align=\"justify\">Within the Islamic faith, it is a grievous sin to lie. Within radical Islam, in certain instances, it is not a sin to lie or disguise your intentions so long as the greater good of Islam is served, eg. Mohammed Atta \"blending in\" at a striptease club prior to 911. To justify the lie, Atta, or others like him, might state a <a href=\"http://www.answers.com/topic/hadith\"><span style=\"text-decoration: underline;\">\"hadith\"</span></a> such as this:</p>\r\n<p><em>“<strong>He who makes peace between the people by inventing good information or saying good things, is not a liar.</strong>” (Bukhari, Peace 2; Muslim, Goodness 101).</em> Again, Muslim narrates a hadith from Ummu Gulsum, following the hadith above, which is translated as its follows:<em> “<strong>I did</strong> <strong>not hear him permit untruth in anything people say, except for three things: war, settling disagreements, and a man talking with his wife or she with him (in smoothing over differences)</strong>.” (Muslim, ibid)</em>  <a href=\"http://www.questionsonislam.com/subpage.php?s=show_qna&amp;id=1349\"><span style=\"text-decoration: underline;\">View the entire discussion here.</span></a></p>\r\n<p> </p>\r\n<p align=\"justify\"><strong>Related articles: </strong></p>\r\n<p align=\"justify\"><a href=\"http://www.cleveland.com/nation/index.ssf/2010/04/federal_judge_rules_national_d.html\">Federal Judge Rules National Day of Prayer Unconstitutional</a> </p>\r\n<p align=\"justify\"><strong>Please Note: </strong></p>\r\n<p align=\"justify\"><strong>The Obama administration was the defendant</strong> in the above lawsuit and opposed the ruling. The Federal Judge, Barbara Crabb, is a Carter appointee.</p>\r\n<p align=\"justify\"><strong></strong> </p>\r\n<p align=\"justify\"><strong>IN GOD WE TRUST</strong></p>\r\n<p align=\"justify\">The direction this country seems to be headed should be a wake up call in the heart of every Christian.  </p>\r\n<p align=\"justify\">\"If my people, who are called by My name, will humble themselves and pray, and seek My face, and turn from their wicked ways,  then will I hear from Heaven and will forgive their sin and will heal their land.\" <strong>2 Chronicles 7:14</strong></p>\r\n<p align=\"justify\">We must pray for our nation, our leaders, our communities, our families, and especially our children. The children always suffer the most.<br /><br />And if we choose not to PRAY!  May God have Mercy...</p>\r\n<p align=\"justify\">{jcomments on}</p>',1,5,0,42,'2010-05-23 13:42:09',62,'Submitted by Ed Garry','2010-05-24 12:27:38',62,0,'0000-00-00 00:00:00','2010-05-23 13:42:09','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',13,0,9,'','',0,976,'robots=\nauthor='),(161,'Francis Scott Key and the Star Spangled Banner','francis-scott-key-and-the-star-spangled-banner','','<h2>Francis Scott Key</h2>\r\n<h2>The Star Spangled Banner</h2>\r\n<h2>YouTube Narration</h2>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>object width=\"480\" height=\"385\"<span>&gt;</span><span>&lt;</span>param name=\"movie\" value=\"http://www.youtube.com/v/RItfszirC90&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x006699&amp;color2=0x54abd6\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>param name=\"allowFullScreen\" value=\"true\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>param name=\"allowscriptaccess\" value=\"always\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>embed src=\"http://www.youtube.com/v/RItfszirC90&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x006699&amp;color2=0x54abd6\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"385\"<span>&gt;</span><span>&lt;</span>/embed<span>&gt;</span><span>&lt;</span>/object<span>&gt;</span><br /></span>{/source}</p>\r\n<h3>Francis Scott Key (1779-1843)</h3>\r\n<p>Francis Scott Key was a lawyer and the author of \"The Star Spangled Banner.\" As a lawyer in Washington, Key was asked to negotiate the release of a physician who was seized aboard the British fleet. Waiting for the doctor, Key had to spend a night on a ship during the attack on Baltimore. At daybreak he was ecstatic to see the American flag still flying over Fort McHenry. He composed the poem in his head, then rewrote it in his hotel. The poem was set to a well-known English tune, \"To Anacreon in Heaven.\" The photo here is a copy of a painting.</p>','',0,5,0,54,'2010-05-23 16:49:06',77,'Submitted by Tom Brake','2010-05-23 16:57:57',62,0,'0000-00-00 00:00:00','2010-05-23 16:49:06','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,8,'','',0,0,'robots=\nauthor='),(163,'Letter to President Obama from an Arizonan','letter-to-president-obama-from-an-arizonan','','<div style=\"margin: 0px;\"><span style=\"font-size: medium; font-family: Comic Sans MS;\"><strong>This is from a friend who lives in Arizona</strong></span></div>\r\n<div style=\"margin: 0px;\"> </div>\r\n<div style=\"margin: 0px;\"><span style=\"font-size: medium; font-family: Comic Sans MS;\">Dear President Obama:<br /><br />I\'m planning to move my family and extended family into Mexico for my health, and I would like to ask you to assist me.<br /><br />We\'re planning to simply walk across the border from the U.S. into Mexico, and we\'ll need your help to make a few arrangements.<br /><br />We plan to skip all the legal stuff like visas, passports, immigration quotas and laws.<br /><br />I\'m sure they handle those things the same way you do here. So, would you mind telling your buddy, President Calderon, that I\'m on my way over?<br /><br />Please let him know that I will be expecting the following:</span></div>\r\n<p>\r\n','\r\n<span style=\"font-size: medium; font-family: Comic Sans MS;\">1. Free medical care for my entire family.<br /><br />2. English-speaking government bureaucrats for all services I might need, whether I use them or not.<br /><br />3. Please print all Mexican Government forms in English.<br /><br />4. I want my grand-kids to be taught Spanish by English-speaking (bi-lingual) teachers.<br /><br />5. Tell their schools they need to include classes on American culture and history.<br /><br />6. I want my grand-kids to see the American flag on one of the flag poles at their school.<br /><br />7. Please plan to feed my grand-kids at school for both breakfast and lunch.<br /><br />8. I will need a local Mexican driver\'s license so I can get easy access to government services.<br /><br />9. I do plan to get a car and drive in Mexico , but I don\'t plan to purchase car insurance, and I probably won\'t make any special effort to learn local traffic laws.<br /><br />10. In case one of the Mexican police officers does not get the memo from their president to leave me alone, please be sure that every patrol car has at least one English-speaking officer.<br /><br />11. I plan to fly the U.S. flag from my housetop, put U S. flag decals on my car, and have a gigantic celebration on July 4th. I do not want any complaints or negative comments from the locals.<br /><br />12. I would also like to have a nice job without paying any taxes, or have any labor or tax laws enforced on any business I may start.<br /><br />13. Please have the president tell all the Mexican people to be extremely nice and never say critical things about me or my family, or about the strain we might place on their economy.<br /><br />14. I want to receive free food stamps.<br /><br />15. Naturally, I\'ll expect free rent subsidies.<br /><br />16. I\'ll need income tax credits so that although I don\'t pay Mexican taxes, I\'ll receive money from the government.<br /><br />17. Please arrange it so that the Mexican Government pays $4,500.00 to help me buy a new car.<br /><br />18. Oh yes, I almost forgot, please enroll me free into the Mexican Social Security program so that I\'ll get a monthly income in retirement.<br /><br />I know this is an easy request because you already do all these things for all his people who walk over to the U.S. from Mexico . I am sure that President Calderon won\'t mind returning the favor if you ask him nicely.<br /><br />Thank you so much for your kind help.<br /><br />You\'re the man!!! </span></p>\r\n<p>{jcomments on}</p>',1,5,0,51,'2010-05-25 00:07:51',76,'Submitted by Elsie Deluca','2010-05-25 00:18:28',62,0,'0000-00-00 00:00:00','2010-05-25 00:07:51','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,8,'','',0,851,'robots=\nauthor='),(162,'The Face of Radical Islam','radical-islam','','<p><a href=\"http://www.snopes.com/photos/politics/muslimprotest.asp\"><strong>The series of photographs</strong> <strong>displayed here</strong></a>, similar to the ones below, were taken during a 3 February 2006 protest staged in London by Muslims angry over the publication in <a href=\"http://www.timesonline.co.uk/article/0,,13509-2017195,00.html\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">Scandinavian periodicals</span></span></a> of cartoons depicting the prophet Muhammad.</p>\r\n<p><img src=\"images/articles/islam_demonstration_danish_cartoonist_london.jpg\" border=\"0\" alt=\"London Muslim Protest 1\" style=\"border: 0;\" />  <img src=\"images/articles/london-muslim-protest-7.jpg\" border=\"0\" /></p>\r\n<p>{jcomments on}</p>','',1,5,0,51,'2010-05-24 01:12:46',62,'Submitted by Elsie Deluca','2010-05-24 12:22:19',62,0,'0000-00-00 00:00:00','2010-05-24 01:12:46','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,9,'','',0,445,'robots=\nauthor='),(164,'Attitude','attitude','','<h2 style=\"text-align: center;\"><em>Only 162 days until November 2.  </em></h2>\r\n<h2 style=\"text-align: center;\"><em>Keep the good attitude.</em><br /> </h2>\r\n<h1 style=\"text-align: center;\">Attitude</h1>\r\n<h2 style=\"text-align: center;\">There once was a woman who woke up one morning, looked in the mirror,<br />and noticed she had only three hairs on her head.</h2>\r\n<h2 style=\"text-align: center;\"> </h2>\r\n<h2 style=\"text-align: center;\">\'Well,\' she said, \'I think I\'ll braid my hair today.\' <br />So she did and she had a wonderful day.</h2>\r\n<p style=\"text-align: center;\">\r\n','\r\n</p>\r\n<h2 style=\"text-align: center;\"><br /> <br />The next day she woke up, looked in the mirror<br />and saw that she had only two hairs on her head.</h2>\r\n<h2 style=\"text-align: center;\">\'H-M-M,\' she said, \'I think I\'ll part my hair down the middle today.\'  So she did and she had a grand day.</h2>\r\n<h2 style=\"text-align: center;\">The next day she woke up, looked in the mirror and noticed that she had only one hair on her head.</h2>\r\n<h2 style=\"text-align: center;\">\'Well,\' she said, \'today I\'m going to wear my hair in a pony tail.\'  So she did, and she had a fun, fun day.</h2>\r\n<h2 style=\"text-align: center;\">The next day she woke up, looked in the mirror and</h2>\r\n<h2 style=\"text-align: center;\">\'YAY!\' she exclaimed.</h2>\r\n<h2 style=\"text-align: center;\"> \'I don\'t have to fix my hair today!\'</h2>\r\n<h2 style=\"text-align: center;\">Attitude is everything.</h2>\r\n<h2 style=\"text-align: center;\">Be kinder than necessary, for everyone you meet is fighting some kind of battle.</h2>\r\n<h2 style=\"text-align: center;\">Live simply,</h2>\r\n<h2 style=\"text-align: center;\">Love generously,</h2>\r\n<h2 style=\"text-align: center;\">Care deeply,</h2>\r\n<h2 style=\"text-align: center;\">Speak kindly,</h2>\r\n<h2 style=\"text-align: center;\">and pray continually.</h2>\r\n<h2 style=\"text-align: center;\">Life isn\'t about waiting for the storm to pass...</h2>\r\n<h2 style=\"text-align: center;\">It\'s about learning to dance in the rain.</h2>\r\n<h2 style=\"text-align: center;\">It\'s not what you gather, but what you scatter, that tells what kind of life you have lived.</h2>\r\n<p style=\"text-align: center;\"> </p>',1,5,0,51,'2010-05-25 00:23:07',76,'Submitted by Elsie Deluca','2010-05-25 03:23:20',62,0,'0000-00-00 00:00:00','2010-05-25 00:23:07','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,7,'','',0,287,'robots=\nauthor='),(168,'BAULKING THE ENEMY’S PLANS','baulking-the-enemys-plans','','<p style=\"MARGIN-TOP: -1px; MARGIN-BOTTOM: -1px\" align=\"left\"><strong>By Dr. Edwin Vieira, Jr., Ph.D., J.D.</strong><br />May 26, 2010</p>\r\n<p style=\"MARGIN-TOP: 0px\" align=\"left\"><a href=\"http://www.newswithviews.com\">NewsWithViews.com</a></p>\r\n<div>\r\n<p align=\"left\">Pastor Chuck Baldwin’s recent commentary, “<a href=\"http://www.newswithviews.com/baldwin/baldwin590.htm\" target=\"_blank\">Breakup of U.S. Is Inevitable</a>”, sets out a provocative thesis in support of “secession”. Essentially, his argument is that:</p>\r\n<p align=\"left\">(i) The United States is about to break up into small fragments.<br />(ii) This disintegration fits into the plan of the global elitists to construct a “New World Order” and a “world government”.<br />(iii) American patriots should welcome, participate in, assist, and even accelerate this breakup through “secession” of one or more States. And,<br />(iv) “Secession” will defeat the New World Order, at least with respect to the “seceding” States.</p>\r\n<p align=\"left\">It may simply be that my mind is not sufficiently plastic to wrap itself around this argument—but I sense that something is missing here.</p>\r\n<p align=\"left\">Now, I agree with Pastor Baldwin that “freedom-loving people are reaching a point of frustration—and even fury”. But I fear that he makes rather a large leap of logic to conclude that “State secession is, very properly, the last best option for freedomists to maintain fidelity to the principles of liberty”.</p>\r\n','\r\n<p align=\"left\">First, Pastor Baldwin asserts that “[t]he breakup of the US in inevitable! Short of another Great Awakening, nothing can stop it.” Well, I wonder if anything “in the course of human events” (as the Declaration of Independence put it) is truly “inevitable”, if enough people, sufficiently committed to another outcome, oppose it. And, as Pastor Baldwin himself correctly observes, “freedom-loving people are reaching a point of frustration—and even fury”. So maybe a new “Great Awakening”, in the political sense, is actually emerging.</p>\r\n<p align=\"left\">Besides, it appears that Pastor Baldwin’s analysis may be mixing apples with oranges. For instance, he states that “[i]t is a historical fact that no empire can sustain itself. And America is more and more becoming a global empire.” “Folks, this new American empire is not sustainable. Mark it down: the American empire will follow every other notable empire of antiquity and collapse of its own weight. The signs are already ubiquitous.” To which I say: Amen! But is “the American empire” actually America; or is it the twisted, unconstitutional, unholy perversion of America that has been temporarily imposed upon WE THE PEOPLE by the globalists in our midst in aid of their own megalomaniacal schemes for world hegemony? And if “the American empire” were to collapse—as I, for one, anticipate that it will—why should the real America, founded upon the quite anti-imperialistic principles of the Declaration of Independence and the Constitution, have to collapse with it? Even more to the point, why should any patriot want the real America to collapse? Is it not possible that, with and even because of the collapse of “the American empire”, the real America could be restored and rejuvenated? And would not that be a desirable result?</p>\r\n<p align=\"left\">In addition, if Pastor Baldwin is correct (as I believe he is) that “no empire can sustain itself”, then why should we conclusively presume that the global empire of the New World Order could “sustain itself”, or perhaps even come into being in the first place? It would seem that, the larger the empire, the weaker it must be, and that therefore prognostications of collapse will most likely be accurate when the imperialists attempt to impose their structure upon the entire world.</p>\r\n<p align=\"left\">Second, Pastor Baldwin tells us that “[g]lobalists are already planning America’s breakup. Indeed, their plans for the future global economy DEMAND that America fracture.” Now, there can be no doubt that, on this score, Pastor Baldwin is accurate. The globalists’ New World Order cannot survive, or even come into existence, with an intact, economically and militarily strong, and legally independent (that is, sovereign) America standing against it. America frustrated the globalists’ first scheme for “world government”—the League of Nations. And although America was roped in to their next scheme—the United Nations—a large proportion of her population has always been (and now remains) at least suspicious of, and even openly antagonistic to, that institution. So, if America cannot be absorbed into some supra-national “halfway house” to global government, such as the projected North American Union, the globalists would like to see her balkanized into a number of mutually quarrelsome mini-states that they can manage politically by the age-old device of “divide and rule”.</p>\r\n<p align=\"left\">My question to Pastor Baldwin, though, is: “Divide and rule” being the globalists’ own strategy for bringing America down and setting the New World Order up, why should patriots assist them, through “secession” or in any other way? As Sun Tzu taught, “the highest form of generalship is to baulk the enemy’s plans”, not to accede to, let alone to aid and abet, them. See Sun Tzu on the Art of War, Lionel Giles translation (Shanghai, China, 1910), Chapter III, § 3, at 17.</p>\r\n<p align=\"left\">True enough, if “secession” were a way “to baulk the enemy’s plans”, things would be different. But that would depend upon the practicality of “secession” for that purpose. Pastor Baldwin<br />asserts that “all of those who want to parade around and pontificate about the ‘unconstitutionality’ and ‘impracticality’ of secession can do so to their hearts’ content. It changes nothing. The breakup is coming.” Well, “[t]he breakup [may be] coming”—but, even if it is, that does not necessarily compel the conclusion that “secession” is the best way, or even any way, to deal with the situation. Certainly, if “secession” were both constitutional and practical, it would be worthy of consideration. Under some extreme circumstances, “secession” would constitute a possible option, even were it unconstitutional, if it were nonetheless practical. But if “secession” is both unconstitutional and impractical, how can it be (as Pastor Baldwin claims) “the last best option for freedomists to maintain fidelity to the principles of liberty”? If “secession” cannot be shown to be workable, it is not a viable option at all—unless one subscribes to “the Divine Wind” approach to national defense.</p>\r\n<p align=\"left\">Also, I suspect that, far from fearing “secession”, the globalists would actually welcome it, because they anticipate that a single “seceding” State or even a gaggle of “seceding” States could not possibly stand up to the New World Order. And every move towards “secession” would accelerate the breakup of America upon which (even Pastor Baldwin agrees) the globalists’ plans depend.</p>\r\n<p align=\"left\">I believe that an united America, operating according to her Constitution and uncompromisingly asserting her national sovereignty under the Declaration of Independence, could successfully fend off the New World Order—although, perhaps, it might be a long-drawn-out and close-run thing. I believe that the globalists think so, too, and are doubtlessly sore disturbed by that distinct possibility. But what lone State or little group of States could put up such resistance? That one or a few States (in Pastor Baldwin’s words) “with the foresight to recognize the rise of tyranny and globalism as it approaches, [might] muster the courage and fortitude to do what principled patriots and lovers of liberty have always done: draw their line in the sand for freedom” would not, unfortunately, be enough. Something sufficiently strong must stand behind any such “line in the sand” to keep the New World Order from crossing it at will. As Mao Tse-tung rightly opined, “‘[p]olitical power grows out of the barrel of a gun’”, not out of abstract “line[s drawn] in the sand”. Quotations From Chairman Mao Tse-tung (Peking, China, 1966), at 61. The Second Amendment agrees (although on a much more principled basis): “A well regulated Militia, being necessary to the security of a free State, the right of the people to keep and bear Arms, shall not be infringed.” And Article 13 of Virginia’s Declaration of Rights is even more precise: “[A] well regulated militia, composed of the body of the people, trained to arms, is the proper, natural, and safe defence of a free state”. “[L]ine[s] in the sand”, without lead and steel—and, I should add, silver and gold—in the hands of “the people” to back them up, are as evanescent as gnats and of as little consequence.</p>\r\n<p align=\"left\">At the present moment, any State which attempts to “secede” will simply be jumping from the frying pan into the fire, because no State is prepared—in terms of territorial expanse, size of population, natural resources, economic development, and especially military preparedness—for both “secession” and subsequent protracted conflict with the globalists and their New World Order. For instance, at the present moment no State (as I have pointed out repeatedly) has taken the first step either towards actually adopting an alternative economically sound currency (to free her from the Federal Reserve System) or towards actually revitalizing her Militia (to provide her with true “homeland security”), let alone both—and without which two reforms, at a minimum, all calls for “secession” hold about as much water as a sieve. If there is a single State which is now ready, politically and practically, for “secession”, I should appreciate having someone identify that State.</p>\r\n<p align=\"left\">And if, as I suspect, no such State exists, then I should appreciate having someone explain precisely how any State can be made ready for “secession” in the near future. How “secession” might actually be accomplished, according to a plan the efficacy of which is verifiable or falsifiable, is, to my pedestrian mind, more important than whether “secession” might theoretically be a good idea—because if “secession” cannot be made to work very soon, it hardly seems worth discussing so late in the day.</p>\r\n<p align=\"left\">In short, I should think that, in the absence of a practical blueprint for “secession” that shows not only how “secession” will come about but also precisely how it will “baulk the enemy’s plans” as to the <a href=\"http://www.newswithviewsstore.com/mm5/merchant.mvc?Screen=PROD&amp;Store_Code=NWVS&amp;Product_Code=B95&amp;Category_Code=BBBUN\" target=\"_blank\">New World Order</a>, the only prudent course for patriots is to do whatever can be done to retake America—as a whole—State by State, to restore her to true constitutional government, and to reassert her sovereignty under the Declaration of Independence.</p>\r\n</div>\r\n<div>\r\n<p align=\"left\">© 2010 Edwin Vieira, Jr. - All Rights Reserved</p>\r\n</div>\r\n<p align=\"left\">Edwin Vieira, Jr., holds four degrees from Harvard: A.B. (Harvard College), A.M. and Ph.D. (Harvard Graduate School of Arts and Sciences), and J.D. (Harvard Law School).</p>\r\n<p align=\"left\">For more than thirty years he has practiced law, with emphasis on constitutional issues. In the Supreme Court of the United States he successfully argued or briefed the cases leading to the landmark decisions Abood v. Detroit Board of Education, Chicago Teachers Union v. Hudson, and Communications Workers of America v. Beck, which established constitutional and statutory limitations on the uses to which labor unions, in both the private and the public sectors, may apply fees extracted from nonunion workers as a condition of their employment.</p>\r\n<p align=\"left\">He has written numerous monographs and articles in scholarly journals, and lectured throughout the county. His most recent work on money and banking is the two-volume <a href=\"http://www.piecesofeight.us/\">Pieces of Eight</a>: The Monetary Powers and Disabilities of the United States Constitution (2002), the most comprehensive study in existence of American monetary law and history viewed from a constitutional perspective. <a href=\"http://www.piecesofeight.us\">www.piecesofeight.us</a></p>\r\n<p align=\"left\">He is also the co-author (under a nom de plume) of the political novel <a href=\"http://www.crashmaker.com/\">CRA$HMAKER:</a> A Federal Affaire (2000), a not-so-fictional story of an engineered crash of the Federal Reserve System, and the political upheaval it causes. <a href=\"http://www.crashmaker.com\">www.crashmaker.com</a></p>\r\n<p align=\"left\">His latest book is: \"<a href=\"http://www.newswithviews.com/HNB/Hot_New_Books20.htm\">How To Dethrone the Imperial Judiciary</a>\" ... and <a href=\"http://www.amazon.com/Constitutional-Homeland-Security-Americans-Revitalize/dp/0967175925/ref=pd_bbs_sr_2/002-8740607-9708809?ie=UTF8&amp;s=books&amp;qid=1177038725&amp;sr=1-2\">Constitutional \"Homeland Security,</a>\" Volume One, The Nation in Arms...</p>\r\n<p align=\"left\">He can be reached at his new address:<br />52 Stonegate Court<br />Front Royal, VA 22630.</p>\r\n<p align=\"left\">E-Mail: Not available{jcomments on}</p>',1,5,0,54,'2010-05-29 22:56:12',62,'Dr. Edwin Vieira Jr.','2010-05-29 23:15:30',62,0,'0000-00-00 00:00:00','2010-05-29 22:56:12','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,6,'','',0,1139,'robots=\nauthor='),(165,'MorningStar Ministries','prepared-for-the-times-part-22','','<h2>Prepared for the Times, Part 22</h2>\r\n<p><strong>by Rick Joyner<br /></strong><a href=\"http://www.morningstarministries.org/Groups/1000006364/MorningStar_Ministries.aspx\">MorningStarMinistries.org</a></p>\r\n<p>Week 22, 2010 <br /><br />     The biggest open door for tyranny is for God’s people to be passive. If we are Christians, we have a mandate from God to be the salt and light wherever He has placed us. America has been sliding into tyranny for decades but the pace has now accelerated. Even so, it can still be stopped and reversed if God’s people will wake up and get engaged in turning the nation back toward her divinely given purpose. If God’s people do awaken and become engaged, we will not only avoid the abyss we are now so dangerously close to, but our best times could be ahead of us.</p>\r\n','\r\n<p>     There are examples in history where nations have fallen to their deepest depravity, then a revival or spiritual awakening was ignited, and they rose to their greatest spiritual heights as a nation. Movements such as The Tea Party Movement is evidence that many are waking up and have considerable resolve to turn the nation back to its roots, its strength, and its very life source. However, there is one element missing—clear, defined, and capable leadership. <br /><br />     Immature or evil leadership are judgments of God upon nations that have fallen into debauchery as we see in Isaiah 5. Good, wise, and capable leadership is likewise a blessing from God. We must pray for our leaders as we are commanded, and we need to pray for the right leadership. For this reason, we should view the incompetence and evil of many who are presently in authority around the world as judgment. Our first priority must be to return to God, not just look for better leaders. We are told in II Chronicles 7:14: <br /><br />      <span style=\"FONT-WEIGHT: bold\">“If My people who are called by My name will humble themselves, and pray and seek My face, and turn from their wicked ways, then I will hear from heaven, and will forgive their sin and heal their land” (NKJV). </span><br /><br />     We see here that the healing of the land begins with God’s people doing the following: 1) humbling themselves, 2) praying, 3) seeking God’s face, and 4) turning from their wicked ways. Could it be that, as with Jonah, the reason for the great storm that has come upon our ship is not because of the heathen, but because of the rebellious prophet? Just as the heathen had to wake up Jonah and convince him to call on his God, in many ways even the heathen are doing this today. On every front, problems are beyond human remedy, and they are starting to understand this.<br /><br />     As a prophetic voice given to represent God in the nations as salt and light, we have a responsibility to speak out against the wrong that is done by our leaders or the people. We also must always humble ourselves, and look to ourselves, repenting of the evil that we are doing first. This does not mean that we cannot speak out until we are perfect, or we would never speak. However, when we speak out after humbling ourselves, the words will not have that self-righteous air to them, but rather the cry of an anointed appeal from God to save those whom He loves, which includes everyone. For this reason we are told in I Peter 4:17, <span style=\"FONT-WEIGHT: bold\">“For it is time for judgment to begin with the household of God.” </span><br /><br />     Many kinds of judgment are in Scripture—one is condemnation and one is destruction, but the rest are discipline from the Lord. As we are told in Hebrews 12, the Lord disciplines those whom He loves. Therefore, the judgments we are suffering are because He loves us, and He is seeking to turn us back from the path of destruction we are on. This judgment has to start with His own people because how can He judge the nations for the things that even His own people are doing?<br /><br />     We must remember that the path to having our land healed begins with God’s people humbling themselves. Our declarations against the evil deeds of our leaders, or the people, will not come with outrage and anger as much as an appeal seasoned with humility. We must always keep in mind that <span style=\"FONT-WEIGHT: bold\">“God resists the proud, but gives grace to the humble” (James 4:6 NKJV). </span><br /><br />     The only way to get out of the mess we are in is by God’s grace, so we must keep humility above all things. This does not mean that we are weak or in any way compromising in our declarations and challenges to the times, but we are taking our stand to appeal to God even more than appealing to men. Only then can we hope to be truly victorious because, as Jesus Himself said in Matthew 12:28:<span style=\"FONT-WEIGHT: bold\"> “But if I cast out demons by the Spirit of God, then the kingdom of God has come upon you.”</span> If we are going to cast the evil out, we will have to abide in and speak by the Spirit of God. The Spirit of God is always recognized by the fruit of the Spirit, which is the following: <span style=\"FONT-WEIGHT: bold\">“love, joy, peace, patience, kindness, goodness, faithfulness, gentleness, self-control” (see Galatians 5:22-23).</span></p>',1,5,0,43,'2010-05-25 00:43:23',62,'Rick Joyner','2010-05-25 03:38:48',62,0,'0000-00-00 00:00:00','2010-05-25 00:43:23','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,37,'','',0,635,'robots=\nauthor='),(166,'70 Percent of the Women Who Gave Birth at Parkland in the First Three Months of 2006 Were Illegal Immigrants','70-percent-of-the-women-who-gave-birth-at-parkland-in-the-first-three-months-of-2006-were-illegal-immigrants','','<p><strong>Subject: Parkland Hospital in Dallas...unbelievable</strong><br /><br />Maybe Arizona\'s new law isn\'t so wrong.  I don\'t think so.  I think all<br />states should enact a law just like ours!  Illegal is illegal!  It is<br />against the law!<br /><br />Just One Hospital, Unbelievable! <br /><br />Parkland Memorial Hospital in Dallas, Texas is a fairly famous institution<br />and for a variety of reasons:<br /><br />      1. John F. Kennedy died there in 1963<br /><br />      2. Lee Harvey Oswald  died there shortly after<br /><br />      3. Jack Ruby-who killed Oswald, died there a few years later. <br /><br />On the flip side, Parkland is also home to the second busiest maternity ward<br />in the country with almost 16,000 new babies arriving each year.  (That\'s<br />almost 44 per day---every day)<br /><br />A recent patient survey indicated that 70 percent of the women who gave<br />birth at Parkland in the first three months of 2006 were illegal immigrants.<br />That\'s 11,200 anchor babies born every year just in Dallas. </p>\r\n','\r\n<p><br />According to the article, the hospital spent $70.7 million delivering 15,938<br />babies in 2004 but managed to end up with almost $8 million dollars in<br />surplus funding.  Medicaid kicked in $34.5 million, Dallas County taxpayers<br />kicked in $31.3 million and the feds tossed in another $9.5 million.<br /><br />The average patient in Parkland in maternity wards is 25 years old, married<br />and giving birth to her second child.  She is also an illegal immigrant.  By<br />law, pregnant women cannot be denied medical care based on their immigration<br />status or ability to pay.<br /><br />OK, fine.  That doesn\'t mean they should receive better care than everyday,<br />middle-class American citizens.  But at Parkland Hospital, they do.<br />Parkland Memorial Hospital has nine prenatal clinics.  NINE.<br /><br />The Dallas Morning News article followed a Hispanic woman who was a patient<br />at one of the clinics and pregnant with her third child---her previous two<br />were also born at Parkland.  Her first two deliveries were free and the<br />Mexican native was grateful because it would have cost $200 to have them in<br />Mexico.  This time, the hospital wants her to pay $10 per visit and $100 for<br />the delivery but she was unsure if she could come up with the money.  Not<br />that it matters, the hospital won\'t turn her away.  (I wonder why they even<br />bother asking at this point.)<br /><br />How long has this been going on?  What are the long-term effects?  Well,<br />another subject of the article was born at Parkland in 1986 shortly after<br />her mother entered the US illegally - now she is having her own child there<br />as well.  (That\'s right; she\'s technically a US citizen.)<br /><br />These women receive free prenatal care including medication, nutrition,<br />birthing classes and child care classes.  They also get freebies such as car<br />seats, bottles, diapers and formula.  Most of these things are available to<br />American citizens as well but only for low-income applicants and even then,<br />the red tape involved is almost insurmountable.<br /><br />Because these women are illegal immigrants, they do not have to provide any<br />sort of legitimate identification - no proof of income.  An American citizen<br />would have to provide a social security number which would reveal their<br />annual income - an illegal immigrant need only claim to be poor and the<br />hospital must take them at their word.<br /><br />Parkland Hospital offers indigent care to Dallas County residents who earn<br />less than $40,000 per year.  (They also have to prove that they did not<br />refuse health coverage at their current job. Yeah, the \'free\' care is not so<br />easy for Americans.)<br /><br />There are about 140 patients who received roughly $4 million dollars for<br />un-reimbursed medical care.  As it turns out, they did not qualify for free<br />treatment because they resided outside of Dallas County so the hospital is<br />going to sue them! Illegal\'s get it all free!  But U. S. citizens who live<br />outside of Dallas County get sued! How stupid is this?<br /><br />As if that isn\'t annoying enough, the illegal immigrant patients are<br />actually complaining about hospital staff not speaking Spanish.  In this AP<br />story, the author speaks with a woman who is upset that she had to translate<br />comments from the hospital staff into Spanish for her husband.  The doctor<br />was trying to explain the situation to the family and the mother was forced<br />to translate for her husband who only spoke Spanish.  This was apparently a<br />great injustice to her.  In an attempt to create a Spanish-speaking staff,<br />Parkland Hospital is now providing incentives in the form of extra pay for<br />applicants who speak Spanish.  Additionally, medical students at the<br />University of Texas Southwestern for which Parkland Hospital is the training<br />facility will now have a Spanish language requirement added to their already<br />jammed-packed curriculum.  No other school in the country boasts such a<br />ridiculous multi-semester (multicultural) requirement.<br /><br />Sorry for the length, but this needs wide circulation particularly to our<br />\"employees\" in Congress.  Remember that this is about only ONE hospital in<br />Dallas, Texas.  There are many more hospitals across our country that must<br />also deal with this.<br /><br />PLEASE SEND THIS TO EVERY U.S. CITIZEN YOU KNOW. <br /><br />If you want to verify accuracy:<br /><br /><a href=\"http://www.snopes.com/politics/immigration/parkland.asp\" target=\"_blank\" title=\"http://www.snopes.com/politics/immigration/parkland.asp CTRL + Click to follow link\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://www.snopes.com/politics/immigration/parkland.asp</span></span></a></p>\r\n<p>{jcomments on}</p>',1,5,0,54,'2010-05-25 02:48:12',77,'Submitted by Tom Brake','2010-05-25 03:29:28',62,0,'0000-00-00 00:00:00','2010-05-25 02:48:12','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,7,'','',0,455,'robots=\nauthor='),(167,'When the Music Stopped...','when-the-music-stopped','','<p><strong>For those who are unaware, at a military theater, the National Anthem is played before every movie.</strong></p>\r\n<p>From a Chaplain in Iraq:</p>\r\n<p>I recently attended a showing of \'Superman 3,\' here at LSA Anaconda. We have a large auditorium we use for movies, as well as memorial services and other large gatherings. As is the custom back in the States, we stood and snapped to attention when the National Anthem began before the main feature. All was going as planned until about three-quarters of the way through The National Anthem the music stopped.</p>\r\n<p>Now, what would happen if this occurred with 1,000 18-22 year-olds back in the States? I imagine there would be hoots, catcalls, laughter, a few rude comments; and everyone would d sit down and call for a movie. Of course, that is, if they had stood for the National Anthem in the first place. Here, the 1,000 Soldiers continued to stand at attention, eyes fixed forward. The music started again. The Soldiers continued to quietly stand at attention. And again, at the same point, the music stopped. What would you expect to happen? \r\n','\r\n</p>\r\n<p>Even here I would imagine laughter, as everyone finally sat down and expected the movie to start. But here, you could have heard a pin drop. Every Soldier continued to stand at attention. Suddenly there was a lone voice , then a dozen, and quickly the room was filled with the voices of a thousand soldiers, finishing where the recording left off:\' And the rockets red glare, The bombs bursting in air, Gave proof through the night That our flag was still there. Oh, say d does that star-spangled banner yet wave, O\'er the land of the free, And the home of the brave.\'</p>\r\n<p>It was the most inspiring moment I have had here in Iraq. I wanted you to know what kind of Soldiers are serving you here. Remember them as they fight for you! Pass this along as a reminder to others to be ever in prayer for all our soldiers serving us here at home and abroad. For many have already paid the ultimate price.</p>\r\n<p>Written by Chaplain Jim Higgins <br />LSA Anaconda is at the Ballad Airport in Iraq, north of Baghdad</p>\r\n<p><a href=\"http://www.truthorfiction.com/rumors/i/iraq-anthem.htm\">Story Verified by Truth or Fiction</a></p>',1,5,0,51,'2010-05-25 02:54:22',76,'Submitted by Elsie Deluca','2010-05-25 03:42:43',62,0,'0000-00-00 00:00:00','2010-05-25 02:54:22','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,6,'','',0,322,'robots=\nauthor='),(283,'President Obama ignores most holy Christian holiday; AFA calls act intentional.','president-obama-ignores-most-holy-christian-holiday-afa-calls-act-intentional','','<p><span style=\"color: #2f2f2f; font-family: Verdana, Arial, Helvetica, sans-serif; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; line-height: normal;\"> </span></p>\r\n<p><strong>President Barack Obama</strong> found time to prepare an eight paragraph proclamation for Earth Day on Friday, but <strong>found zero time to issue a proclamation for Easter</strong>, the highest and holiest day of the year for Christians.</p>\r\n<p>While waxing eloquent about the necessity of preserving our nation\'s \"natural heritage,\" he had <strong>not a word for the millions of Christians celebrating Easter</strong> in America and around the world.</p>\r\n<p><a href=\"http://www.youtube.com/watch?v=QTLKu4mMvrI\"><img src=\"http://action.afa.net/uploadedImages/Activism/AFA_Action_Alerts/Action_Alert_Related_Items/oeaster.jpg\" border=\"0\" alt=\"Watch this video!\" hspace=\"5\" align=\"right\" /></a>The American Family Association believes this was an intentional act of disrespect.</p>\r\n<p>This is consistent with other egregious examples of disregard for our Christian heritage on the president\'s part, such as omitting \"Creator\" from the Declaration of Independence, which he has done on at least three occasions.</p>\r\n<p><strong>The president has shown far more interest in promoting Islam than his own self-proclaimed Christian faith</strong>, the faith of our Founding Fathers.</p>\r\n<p>The president has been devoted to issuing statements marking all major Muslim holidays, which are of no historical significance to the United States whatsoever. He has released statements in honor of Ramadan, Eid-ul-Fitr, Hajj and Eid-ul-Adha, holidays which most Americans cannot pronounce and certainly do not celebrate.</p>\r\n<p>More glaringly, <strong>President Obama made no mention of Good Friday or Easter in his weekly address to the nation on Saturday</strong>.  <a href=\"http://action.afa.net/email/online.aspx?cid=1308&amp;mid=21267818&amp;tid=aa&amp;utm_source=smAFA&amp;utm_medium=email&amp;utm_campaign=1308\">READ  MORE &gt;&gt;</a></p>\r\n<p> </p>','',1,5,0,43,'2011-04-26 22:42:43',62,'AFA - American Family Association','2011-04-26 23:08:24',62,0,'0000-00-00 00:00:00','2011-04-26 22:42:43','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,19,'','',0,537,'robots=\nauthor='),(169,'I Have a Plan to Destroy America','i-have-a-plan-to-destroy-america','','<p><strong>In June of 2005</strong> at a conference on the overpopulation of immigration in Washington DC, a brilliant college professor by the name of Victor Davis Hanson talked about his latest book, \"Mexifornia\", explaining how immigration - both legal and illegal was destroying the entire state of California.  He said it would march across the country until it destroyed all vestiges of The American Dream.</p>\r\n<div>\r\n<div>\r\n<div>\r\n<p>Moments later, former <strong>Colorado Governor Richard D. Lamm</strong> stood up and gave a stunning speech on how to destroy America:<br /><br />I HAVE A SECRET PLAN TO DESTROY AMERICA. IF YOU BELIEVE, AS MANY DO, THAT AMERICA IS TOO SMUG, TOO WHITE BREAD, TOO SELF-SATISFIED, TOO RICH, LETS DESTROY AMERICA. IT IS NOT THAT HARD TO DO. HISTORY SHOWS THAT NATIONS ARE MORE FRAGILE THAN THEIR CITIZENS THINK. NO NATION IN HISTORY HAS SURVIVED THE RAVAGES OF TIME. ARNOLD TOYNBEE OBSERVED THAT ALL GREAT CIVILIZATIONS RISE AND THEY ALL FALL, AND THAT \"AN AUTOPSY OF HISTORY WOULD SHOW THAT ALL GREAT NATIONS COMMIT SUICIDE.\" HERE IS MY PLAN:</p>\r\n<p>I. WE MUST FIRST MAKE AMERICA A BILINGUAL-BICULTURAL COUNTRY. HISTORY SHOWS, IN MY OPINION, THAT NO NATION CAN SURVIVE THE TENSION, CONFLICT, AND ANTAGONISM OF TWO COMPETING LANGUAGES AND CULTURES. IT IS A BLESSING FOR AN INDIVIDUAL TO BE BILINGUAL; IT IS A CURSE FOR A SOCIETY TO BE BILINGUAL. ONE SCHOLAR, SEYMOUR MARTIN LIPSET, PUT IT THIS WAY: <br />THE HISTORIES OF BILINGUAL AND BICULTURAL SOCIETIES THAT DO NOT ASSIMILATE ARE HISTORIES OF TURMOIL, TENSION, AND TRAGEDY. CANADA, BELGIUM, MALAYSIA, LEBANON-ALL FACE CRISES OF NATIONAL EXISTENCE IN WHICH MINORITIES PRESS FOR AUTONOMY, IF NOT INDEPENDENCE. PAKISTAN AND CYPRUS HAVE DIVIDED. NIGERIA SUPPRESSED AN ETHNIC REBELLION. FRANCE FACES DIFFICULTIES WITH ITS BASQUES, BRETONS, AND CORSICANS.</p>\r\n','\r\n<p>II. I WOULD THEN INVENT \"MULTICULTURALISM\" AND ENCOURAGE IMMIGRANTS TO MAINTAIN THEIR OWN CULTURE. I WOULD MAKE IT AN ARTICLE OF BELIEF THAT ALL CULTURES ARE EQUAL: THAT THERE ARE NO CULTURAL DIFFERENCES THAT ARE IMPORTANT. I WOULD DECLARE IT AN ARTICLE OF FAITH THAT THE BLACK AND HISPANIC DROPOUT RATE IS ONLY DUE TO PREJUDICE AND DISCRIMINATION BY THE MAJORITY. EVERY OTHER EXPLANATION IS OUT-OF-BOUNDS.</p>\r\n<p>III. WE CAN MAKE THE UNITED STATES A \"HISPANIC QUEBEC\" WITHOUT MUCH EFFORT. THE KEY IS TO CELEBRATE DIVERSITY RATHER THAN UNITY. AS BENJAMIN SCHWARZ SAID IN THE ATLANTIC MONTHLY RECENTLY: ...THE APPARENT SUCCESS OF OUR OWN MULTIETHNIC AND MULTICULTURAL EXPERIMENT MIGHT HAVE BEEN ACHIEVED NOT BY TOLERANCE BUT BY HEGEMONY. WITHOUT THE DOMINANCE THAT ONCE DICTATED ETHNOCENTRICALLY, AND WHAT IT MEANT TO BE AN AMERICAN, WE ARE LEFT WITH ONLY TOLERANCE AND PLURALISM TO HOLD US TOGETHER.</p>\r\n<p>I WOULD ENCOURAGE ALL IMMIGRANTS TO KEEP THEIR OWN LANGUAGE AND CULTURE. I WOULD REPLACE THE MELTING POT METAPHOR WITH A SALAD BOWL METAPHOR. IT IS IMPORTANT TO INSURE THAT WE HAVE VARIOUS CULTURAL SUB-GROUPS LIVING IN AMERICA REINFORCING THEIR DIFFERENCES RATHER THAN AMERICANS, EMPHASIZING THEIR SIMILARITIES.</p>\r\n<p>IV. HAVING DONE ALL THIS, I WOULD MAKE OUR FASTEST GROWING DEMOGRAPHIC GROUP THE LEAST EDUCATED - I WOULD ADD A SECOND UNDERCLASS, UNASSIMILATED, UNDEREDUCATED, AND ANTAGONISTIC TO OUR POPULATION. I WOULD HAVE THIS SECOND UNDERCLASS HAVE A 50% DROP OUT RATE FROM SCHOOL.</p>\r\n<p>V. I WOULD THEN GET THE BIG FOUNDATIONS AND BIG BUSINESS TO GIVE THESE EFFORTS LOTS OF MONEY. I WOULD INVEST IN ETHNIC IDENTITY, AND I WOULD ESTABLISH THE CULT OF VICTIMOLOGY. I WOULD GET ALL MINORITIES TO THINK THEIR LACK OF SUCCESS WAS ALL THE FAULT OF THE MAJORITY - I WOULD START A GRIEVANCE INDUSTRY BLAMING ALL MINORITY FAILURE ON THE MAJORITY POPULATION.</p>\r\n<p>VI. I WOULD ESTABLISH DUAL CITIZENSHIP AND PROMOTE DIVIDED LOYALTIES. I WOULD \"CELEBRATE DIVERSITY.\" \"DIVERSITY\" IS A WONDERFULLY SEDUCTIVE WORD. IT STRESSES DIFFERENCES RATHER THAN COMMONALITIES. DIVERSE PEOPLE WORLDWIDE ARE MOSTLY ENGAGED IN HATING EACH OTHER-THAT IS, WHEN THEY ARE NOT KILLING EACH OTHER. A DIVERSE,\" PEACEFUL, OR STABLE SOCIETY IS AGAINST MOST HISTORICAL PRECEDENT. PEOPLE UNDERVALUE THE UNITY IT TAKES TO KEEP A NATION TOGETHER, AND WE CAN TAKE ADVANTAGE OF THIS MYOPIA. LOOK AT THE ANCIENT GREEKS. DORF\'S WORLD HISTORY TELLS US: THE GREEKS BELIEVED THAT THEY BELONGED TO THE SAME RACE; THEY POSSESSED A COMMON LANGUAGE AND LITERATURE; AND THEY WORSHIPED THE SAME GODS. ALL GREECE TOOK PART IN THE OLYMPIC GAMES IN HONOR OF ZEUS AND ALL GREEKS VENERATED THE SHRINE OF APOLLO AT DELPHI. A COMMON ENEMY PERSIA THREATENED THEIR LIBERTY. YET, ALL OF THESE BONDS TOGETHER WERE NOT STRONG ENOUGH TO OVERCOME TWO FACTORS . . . (LOCAL PATRIOTISM AND GEOGRAPHICAL CONDITIONS THAT NURTURED POLITICAL DIVISIONS . . .)</p>\r\n<p>IF WE CAN PUT THE EMPHASIS ON THE \"PLURIBUS,\" INSTEAD OF THE \"UNUM,\" WE CAN BALKANIZE AMERICA AS SURELY AS KOSOVO.</p>\r\n<p>VII. THEN I WOULD PLACE ALL THESE SUBJECTS OFF LIMITS - MAKE IT TABOO TO TALK ABOUT. I WOULD FIND A WORD SIMILAR TO \"HERETIC\" IN THE 16TH CENTURY - THAT STOPPED DISCUSSION AND PARALYZED THINKING. WORDS LIKE \"RACIST\", \"XENOPHOBE\" THAT HALTS ARGUMENT AND CONVERSATION.</p>\r\n<p>HAVING MADE AMERICA A BILINGUAL-BICULTURAL COUNTRY, HAVING ESTABLISHED MULTICULTURALISM, HAVING THE LARGE FOUNDATIONS FUND THE DOCTRINE OF \"VICTIMOLOGY\", I WOULD NEXT MAKE IT IMPOSSIBLE TO ENFORCE OUR IMMIGRATION LAWS. I WOULD DEVELOP A MANTRA - \"THAT BECAUSE IMMIGRATION HAS BEEN GOOD FOR AMERICA, IT MUST ALWAYS BE GOOD.\" I WOULD MAKE EVERY INDIVIDUAL IMMIGRANT SYMPATRIC AND IGNORE THE CUMULATIVE IMPACT.</p>\r\n<p>VIII. LASTLY, I WOULD CENSOR VICTOR HANSON DAVIS\'S BOOK MEXIFORNIA — THIS BOOK IS DANGEROUS — IT EXPOSES MY PLAN TO DESTROY AMERICA. SO PLEASE, PLEASE — IF YOU FEEL THAT AMERICA DESERVES TO BE DESTROYED — PLEASE, PLEASE — DON\'T BUY THIS BOOK! THIS GUY IS ON TO MY PLAN.</p>\r\n<p>\"THE SMART WAY TO KEEP PEOPLE PASSIVE AND OBEDIENT IS TO STRICTLY LIMIT THE SPECTRUM OF ACCEPTABLE OPINION, BUT ALLOW VERY LIVELY DEBATE WITHIN THAT SPECTRUM.\"  NOAM CHOMSKY, AMERICAN LINGUIST AND US MEDIA AND FOREIGN POLICY CRITIC.</p>\r\n<p> </p>\r\n<p><strong>Richard D. Lamm</strong> was a Democrat who served as governor of Colorado for twelve years from 1975 to 1987.  Of the above-quoted third person account regarding his speech on the perils of multiculturalism, he told us in mid-June 2005:<br /><br /></p>\r\n</div>\r\n</div>\r\n</div>',1,5,0,54,'2010-06-01 00:19:23',77,'Gov. Richard D. Lamm','2010-06-01 03:02:56',62,0,'0000-00-00 00:00:00','2010-06-01 00:19:23','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,5,'','',0,462,'robots=\nauthor='),(170,'Oak Leaf #1','oak-leaf-1','','<p align=\"left\"><strong>Commentary by Rick Joyner</strong></p>\r\n<p>June 2, 2010</p>\r\n<h2>Crisis in the Gulf grows along with outrage at government inaction.</h2>\r\n<p>After more than a month of oil spewing into the Gulf of Mexico at a rate some have estimated to be 100,000 barrels a day, outrage is growing at how the Obama Administration continues to leave BP officials in charge of trying to stop what is almost certainly the worst environmental disaster in U.S. history. The Bush Administration was dogged for the rest of its time by accusations of incompetence at their slow response to the Katrina Disaster, but that response now seems like a heroic effort by comparison.</p>\r\n<p><a href=\"http://theoakinitiative.org/pdfs/ol_1_884993.pdf\" target=\"_blank\">Read More</a></p>\r\n<p>----------------------------------------------------</p>\r\n<h2>The Financial Reform Bill passes U.S. Senate.</h2>\r\n<p>Like healthcare reform, most Americans believe that financial reform is needed, but like the Healthcare Reform Bill the devil is in the details. Along with some needed regulation others are saying this bill will destroy community banking in the U.S., which will have a major and devastating impact on small business in America. What is the truth?</p>\r\n<p><a href=\"http://theoakinitiative.org/pdfs/ol_1_884993.pdf\" target=\"_blank\">Read More</a></p>','',1,20,0,78,'2010-06-03 11:53:04',63,'','2012-02-04 13:07:52',62,0,'0000-00-00 00:00:00','2010-06-03 11:53:04','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,61,'','',0,343,'robots=\nauthor='),(171,'OAK: Letter from Michigan State Coordinator','oak-letter-from-michigan-state-coordinator','','<p><strong>TransformationMI</strong><br />From Rick Warzywak</p>\r\n<p class=\"style1\">Dear Oak Co-laborers,<br /><br />I am making an appeal to you as subscribers to sign up to become a member of the Oak Initiative. As the present acting State Oak Initiative coordinator for Michigan <strong>I am hoping you will make a commitment which would be 10.00 per month. This is handled through the Oak website and can be done by automatic withdrawal from your credit card</strong> - <a href=\"http://www.theoakinitiative.org/content/join-now\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://www.theoakinitiative.org/content/join-now</span></span></a>. This commitment will help further the plans and strategy we have developed for our state. You are part of that plan. Michigan can be a model to the nation!<br /><br /><strong>CITY HOP AND UNIVERSITY SPEAKING SERIES</strong><br />We have hosted (thanks to Rick Joyner) many quality speakers in Michigan this past year such as Bishop Larry Jackson, Francis Frangipane, Dr. Frank Turek, Retired Lt. General Jerry Boykin, Major Steve Coughlin, Gordon Pennington and of course Rick Joyner himself. Beginning in August and for the rest of the year and into 2011 we are continuing the series with Dr. Brian Simmons, Bishop Larry Jackson, Dr. Frank Turek, Lt. General Jerry Boykin, Rick Joyner, Rev. Samuel Rodriquez. We are also working on Lance Walnau, Lou Engle and now Jim Goll. The purpose is to encourage people across our state to get involved as our nation is at risk. The Oak Initiative is a vehicle that can help change our present condition.</p>\r\n','\r\n<p><strong>OAK/TRANS MI CONFERENCE CALL SERIES</strong><br />Since January we have hosted Monday night conference calls with national and state leaders speaking into Michigan. Go to <a href=\"http://www.TransformMI.com\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">www.TransformMI.com</span></span></a> and look to the right and click on conference calls. You will be blessed by this archives of calls that are loaded with God\'s wisdom for the season of time we are in. <br /><br /><strong>MICHIGAN WILL BE THE NEXT HERRNHUT</strong><br />We are well underway to connecting 83 counties in Michigan in day and night 24/7/365 prayer. We are working in university campuses in MI. We believe prayer is the ultimate component in building the Oak Initiative so it can impact all of our cultural gateways.<br /><br /><strong>BILLBOARD INITIATIVE</strong><br />I would like to put up two billboards on major highways in Michigan to direct people to the Oak Initiative website. We must inform and educate. Mobilizing and equipping people before this next election is critical. We have a strategy and plan that will pro-actively release and engage the culture.<br /><br /><strong>JOIN THE OAK INTIATIVE AS A MEMBER!</strong><br />I can help connect you to others in the state to develop Oak chapters and network with people with a heart to save our state and nation. <strong>We need you now to join for $10.00 per month or $100 per year through the Oak Initiative website</strong>. <a href=\"http://r20.rs6.net/tn.jsp?et=1103456211653&amp;s=4480&amp;e=001sRZbIeZjkdzjantCVsRjDKJTOUumpfMocVQ1jsHgc8_9Rs8VgCrqC34AKrNkMMYkfZlZ4PQtFx240UpEk_6wOB0ZvfdDZ6REnY7J3RAGfKhnur4M9L_3Wnf9r9iWLiZgB2W_cPWTPHiTRCB5NQWiwA==\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">Click here</span></span></a> to learn of the benefits of being a member. The Oak Initiative is not only national but an international movement. We will focus on the Lamb who became a Lion and win back our culture.<br /><br /><strong>PLEASE CONTACT ME</strong><br />As state coordinator I send out updates to the Oak member/subscriber list only if you had contacted me to receive them. If you want to be added to the update list for our state of MI, E-Mail me at <a href=\"mailto:preacherrick@voyager.net\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">preacherrick@voyager.net</span></span></a> or call me at 989.657.0832 for more information.<br /><br />God Bless,<br /><br />Rick Warzywak<br />Oak State Coordinator<br />Director of Transformation MI - <a href=\"http://www.TransformMI.com\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">www.TransformMI.com</span></span></a> <br />989.657.0832</p>\r\n<p class=\"style1\" align=\"center\">_________________________________________________________<br /><br /><strong>Information:<br /></strong>For Membership Information <a href=\"http://r20.rs6.net/tn.jsp?et=1103456211653&amp;s=4480&amp;e=001sRZbIeZjkdwoG3wzlBAfjekIK99IBeMy4oo3hW6KdbdGAg70pOIDSUlVKweEHG_-1BNA8R9L3ABjpCWYaHif7SWot5LUFOKX_rCCSPrDZFV6ERjPefR-vQsnq_9a65cR9MRDUvmMvntgkRhh1ktz5FatfK-M49FY\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">click here</span></span></a>.<br />For Leadership and Organizational Details, <a href=\"http://r20.rs6.net/tn.jsp?et=1103456211653&amp;s=4480&amp;e=001sRZbIeZjkdynQqpSYZZlrvKimVRRy4Gx2uk0yqpZ7OXlynaLlCbswEdZ-9z0nvvpVoT4h0buDiIYhiAYFhUDmyC2ziq8YrkJgviNNPhok11B6_Un_rXW8sI2yeKthI7ilL4EpCk0zFDC54p7dSEgPzTa2rozicJR\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">click here</span></span></a>.<br />To Subscribe to email list or become a Member <a href=\"http://r20.rs6.net/tn.jsp?et=1103456211653&amp;s=4480&amp;e=001sRZbIeZjkdyo9qVPTdLN70pk4m3Ms9JLtzp2tbNvfiqPt9ltzb0AQWPMCrKonAK_DUOzLnXNd38BMJWyZuTqM7odGvdknjbTONzzFbcDs6oDERt6_309QD1n9pEiDP4CSuzxZAVoyrzB2YEauX2zFjqf57-qF_at\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">click here</span></span></a> or <a href=\"http://r20.rs6.net/tn.jsp?et=1103456211653&amp;s=4480&amp;e=001sRZbIeZjkdyto1zJ69SkiWaNbqPmJxF9kXA0Wj70XdFOiSUlMLv9tPJ-4_-07OEBWmBkVpcMaxwxJNiFlj1z2ADhfyku4TRPqjdnPq1SSVYX2oIMIimhU1SbewuMRaZFML_nURWHGK_1T51IAadRxo2V0kBU_3YqGUa4M2labnsSunSZ7X8gKw==\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">here</span></span></a> for a mail-in form.</p>',1,1,0,1,'2010-06-04 23:55:27',68,'Rick Warzywak','2010-06-06 12:35:03',62,0,'0000-00-00 00:00:00','2010-06-04 23:55:27','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,266,'','',0,476,'robots=\nauthor='),(173,'Administering Health Care Washington Style','administering-health-care-washington-style','','<div>\r\n<p class=\"MsoNormal\"><span style=\"font-size: 13.5pt; color: black;\"><a href=\"BeckHC.wmv\">Administering Health Care Washington Style</a></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: 13.5pt; color: black;\">Comments: </span></p>\r\n<p class=\"MsoNormal\"><em><span style=\"font-size: 13.5pt; color: black;\">If you haven\'t yet, you will certainly \"get the picture\" when you see this two minute video. </span></em></p>\r\n</div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<p class=\"MsoNormal\"><span style=\"font-size: 13.5pt; color: black;\"><em>Power &amp; Control!</em></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: 13.5pt; color: black;\">{jcomments on}</span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','',0,5,0,54,'2010-06-08 12:57:04',62,'Submitted by Tom Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-06-08 12:57:04','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,4,'','',0,0,'robots=\nauthor='),(172,'Gov\'t = caretaker, parent = babysitter ','govt-caretaker-parent-babysitter-','','<div id=\"StoryTitle\" class=\"storytitle\">By <strong>Charlie Butts</strong>\r\n<div class=\"reporter\">OneNewsNow </div>\r\n<div class=\"reporter\">6/5/2010 4:20:00 AM<span style=\"MARGIN-LEFT: 25px; VERTICAL-ALIGN: middle\"><a href=\"http://www.addthis.com/bookmark.php\" target=\"_blank\" onclick=\"addthis_url = location.href; addthis_title = document.title; return addthis_click(this);\"></a>\r\n<script type=\"text/javascript\">// <![CDATA[\r\nvar addthis_pub = \'onenewsnow\';\r\n// ]]></script>\r\n<script src=\"http://s9.addthis.com/js/widget.php?v=10\" type=\"text/javascript\"></script>\r\n</span></div>\r\n</div>\r\n<h2>The Senate is expected to take up the U.N. Convention on the Rights of the Child.</h2>\r\n<p>The effort is a dangerous treaty for the family, according to pediatrician Rosemary Stein of Burlington, North Carolina, and a spokesperson for the <a href=\"http://www.cmda.org/\" target=\"_blank\" title=\"Christian Medical Association\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">Christian Medical Association</span></span></a> (CMA).<br /><br />\"It takes away the parents\' rights to rear their child and gives it to the government,\" she explains. \"The government becomes the caretaker and the guardian, and the parent becomes the babysitter. Another way to define it would be \'the government takeover of our children.\'\"<br /><br />If the contract is enforced, the government would have the right to intercede or supersede if officials believe the parents are doing something that is not in the best interest of the child. An example of this comes from Germany, where the government has passed laws that ban parents from homeschooling their children.<br /><br />\"I didn\'t know that it was this insidious, and at the same time, this overwhelming,\" Stein laments. \"It goes over everything -- what you teach them, what you do with them [and] how they\'re reared.\"<br /><br />The CMA spokesman predicts this will change society from the bottom up. For instance, a 16-year-old girl in Great Britain asked her parents to let her boyfriend move in and share her bedroom. When the parents said no, the teen filed suit and won.<br /><br />It is not known when the U.S. Senate will try to ratify the treaty, so Dr. Stein says people need to start contacting their senators to voice their views.</p>\r\n<p> </p>','',1,1,0,1,'2010-06-06 12:15:38',64,'OneNewsNow','2010-06-06 12:31:04',62,0,'0000-00-00 00:00:00','2010-06-06 12:15:38','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,265,'Senate, U.N., Convention, Rights of  Child, treaty, family, pediatrician, Rosemary Stein, CMA, parents\' rights, child, government, caretaker, guardian, parent, babysitter, Germany, laws, ban, teach, reared, U.S. Senate','The Senate is expected to take up the U.N. Convention on the Rights of the Child',0,285,'robots=\nauthor=American Family Association'),(174,'Comedy Central set to blaspheme Christ with \"JC\" show','comedy-central-set-to-blaspheme-christ-with-qjcq-show','','<h4>The Comedy Central network is planning a cartoon series about Jesus Christ entitled \"JC.\"</h4>\r\n<p>June 7, 2010</p>\r\n<p>In its promotional material for the program \"JC\", Viacom describes Jesus as a \"regular guy\" - rather than the Son of God - and depicts him moving to New York to \"escape his father\'s enormous shadow.\" The Father is depicted as an apathetic dad virtually addicted to video games and totally uninterested in his son\'s life.</p>\r\n<p> </p>\r\n','\r\n<p> </p>\r\n<p>So Comedy Central is set - unless we intervene - to blaspheme two-thirds of the Trinity on a weekly basis.</p>\r\n<p style=\"margin-left: 40px;\"><em><strong><img src=\"http://action.afa.net/uploadedImages/comedycentral_jc.jpg\" border=\"0\" alt=\"A depiction of Jesus on Comedy Central\'s &quot;South Park&quot; (Courtesy of Comedy Central)\" hspace=\"5\" align=\"right\" style=\"float: right; border: 0; margin-left: 5px; margin-right: 5px;\" />See how we expect Comedy Central to mock Christ by viewing </strong></em><a href=\"http://www.mrcaction.org/555/resource.htm\"><em><strong><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">this previous offering</span></span></strong></em></a><em><strong> of anti-Christian bigotry from the show \"South Park.\" Warning - It is offensive, but depicts the animosity the network has toward Christianity.</strong></em></p>\r\n<p>Yet in recent weeks Comedy Central bowed to pressure from Islamic groups and heavily censored an episode of \"South Park\" that showed Mohammed in a bear costume. The hypocrisy here is staggering.</p>\r\n<p>Comedy Central shows more respect for Mohammed and for Muslims, who represent two percent of the American population, than for Jesus Christ and the 83% of Americans who believe in him.</p>\r\n<p>We need to send a loud, clear message to Comedy Central and all potential advertisers of \"JC\" that this kind of insulting programming is completely unacceptable. If we speak with one voice now we can keep this program from ever seeing the light of day.</p>\r\n<p><a href=\"http://secure.afa.net/afa/activism/signpetition.asp?id=1900\"><strong><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">Sign our petition today and make your voice heard.</span></span></strong></a> This petition, with your signature on it, will be sent to the decision-makers who will determine whether this program airs.</p>\r\n<p> </p>\r\n<p><a href=\"wlmailhtml:{E4F5AFD2-CB9C-4000-8D63-135FB5ADB003}mid:/00000033/!x-usc:http:/secure.afa.net/afa/activism/signpetition.asp?id=1900\"><img src=\"http://action.afa.net/images/taction_buttonB.png\" border=\"0\" alt=\"Take Action Now\" title=\"Take Action Now\" width=\"132\" height=\"35\" style=\"border: 3px solid black;\" /></a></p>\r\n<p><strong>Sign our petition today and make your voice heard.</strong></p>\r\n<p><br />It is very important that you forward this alert to your friends and family members.</p>\r\n<p>Sincerely,<br /><br /><img src=\"http://action.afa.net/images/timsig.gif\" border=\"0\" alt=\"Tim\" style=\"border: 0;\" /><br /><br />Tim Wildmon, President<br />American Family Association<strong>Additional resource from OneNewsNow: </strong><a href=\"http://www.onenewsnow.com/Culture/Default.aspx?id=1035054\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\"><strong>Leaders unite, boycott Comedy Central\'s blasphemy</strong></span></span></a></p>\r\n<p>{jcomments on}</p>',1,1,0,1,'2010-06-08 13:37:08',64,'','2010-06-08 13:41:58',62,0,'0000-00-00 00:00:00','2010-06-08 13:37:08','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,264,'','',0,1229,'robots=\nauthor='),(175,'President Obama\'s \"Humanitarians\"','president-obamas-qhumanitariansq','','<h2>President Obama\'s Marxist \"Humanitarians\" Help Provoke Attack On Israeli Forces</h2>\r\n<p><img src=\"http://api.ning.com/files/P2vVdeQ8qtvAnGPumiIAKDjyozeFbehIs8Pq0OS32Pvvdj9lGAupFr5SlSdAw0QH4wB-OJG24j2C0yPWPgs6aSP2Z77we5bH/freedomflotilla.jpg\" border=\"0\" alt=\"President Obama’s Marxist \" width=\"300\" height=\"225\" align=\"right\" style=\"float: right; border: 0;\" />June 4, 2010 --   CNN, MSNBC and the rest of the media have spent a lot of wattage on the \"peace flotilla\" which claimed to be bringing aid to people in Gaza over the objections of Israel.  Israel had stopped, at least, two ships earlier this year carrying guns and missiles to Gaza and their insistence that all ships should be inspected and searched was very reasonable.</p>\r\n<p>The multi-talented Caroline Glick produced a music video <a href=\"http://r20.rs6.net/tn.jsp?et=1103462597523&amp;s=4480&amp;e=001ICyHD0qx9KBDF5Yiz0qaNpQuca8-cZKI_fyx2gKFstGAJneOZfYVHH3bmrFciGvkr8pZ2Ec6DRVqpDraFzx-6usjMmp7-S-mT6TnQHWTDO9uf-cVcyGYidrAoOWH0pSX4WuvZfBuXTFa98oJy4CgUp3Y7gWc-Rx5zwk9sSc9oXM3LJlM6PeF2H7_ELHYBOXY\" target=\"_blank\">\"We Con the World!\"</a> <em><strong><a href=\"http://www.jpost.com/HealthAndSci-Tech/InternetAndTechnology/Article.aspx?id=178341\">(UPDATE 14 JUNE 2010: <span id=\"ctl00_ContentPlaceHolder1_article_control_lblArticleTitle\">YouTube REMOVES ‘We Con the World’ VIDEO)</span></a></strong></em> on all of the lies and distortions involved in the \"humanitarian\" flotilla to Gaza coupled with the Israel Defense Force (IDF) footage of the terrorist peaceniks gathering weapons to use against the Israeli boarding party.</p>\r\n<p>Benjamin Netanyahu and the people of Israel need to be supported by our voices and by our prayers for the brave stand they have taken in defense of free and civilized people everywhere.  Israel is surrounded by terrorists yet the rest of the world, including our own \"transparent\" President Obama, just watches.</p>\r\n<p>Prime Minister Netanyahu is the leader of the free world while Barack Obama is trying to decide between golf or Gulf -- another round of golf or going down to the Gulf to get photographed with more oil-covered sea gulls.  Obama is morphing into bumbling Jimmy Carter every hour of every day while Netanyahu is leading and taking on the stature of Reagan and Churchill.</p>\r\n','\r\n<p>God bless and protect Israel and God help America during this bleak and uncertain hour.</p>\r\n<p>Few reports have focused on <a href=\"http://r20.rs6.net/tn.jsp?et=1103462597523&amp;s=4480&amp;e=001ICyHD0qx9KDOku2xk5PxVyDAocNr3IJiZ6zuMZyUX_DyuPsUQ8ND4-jjbh8D9730c3ie0GQWI97LlsosUXGyitBeHO2hnsG5WHFYfiqDdKScUazN9BaK6sudHaK4ItExacoJ_m6rfrrWGBtlT4-rnDBGff3lEq6cCxRo8b3NzlJfVhcw3jP8fcJ3avbkT7vl\" target=\"_blank\">the two organizations involved in the flotilla. They are the IHH (Foundation for Human Rights and Freedoms and Humanitarian Relief [Insani Yardim Vakfi]), billed as a \"charity\" group from Turkey and Free Gaza,</a> an organization of leftist radicals who wish to foment violence against Israel.</p>\r\n<p>The IHH is a front group with a history of supplying weapons to Islamic terrorist groups in the region. Even the French recognize this group as a front for terrorists.</p>\r\n<p>Free Gaza was founded in 2008 to agitate for Islamists in the Gaza Strip. Involved in the founding of this were former Weather Underground <a href=\"http://r20.rs6.net/tn.jsp?et=1103462597523&amp;s=4480&amp;e=001ICyHD0qx9KC08J0_kDmNnhpRLd_aP1uZk7pXMIWUUNHNGlCw4cwuQhQCtoagBK_HjyCLm8uEt2IOL-9zJ5PHODpq6zyynv2AYXIwjW-VSZ3qhEYyRlc6gPsMl3lojp2z3beQDei9NMsZTibmOkOvXbM6DiwXkH3Oqjhgmg0AAh55nfd2G2WJIsD4tMSw0viR\" target=\"_blank\">domestic terrorists Bill Ayers and his wife Bernardine Dorhn</a>, and <a href=\"http://r20.rs6.net/tn.jsp?et=1103462597523&amp;s=4480&amp;e=001ICyHD0qx9KAVc46Loh09_qIazDBfcfC-0zH4zbjaTQvMrv976WSBQyiiVnm4_HQILlupj2gnGXkiNLnpdAl6UzW2IR0leEmBVzgS_5_i0aq2KjFT45j-3lHUW3YFzRUapvOm0tvZeBTCCZrtA6Zcu2X8TrT0NQ90s4HCuj1E-gH73jLrqrg9sF8hNOW2TA8x\" target=\"_blank\">Jodie Evans, a founder of Code Pink</a> , an anti-military and anti-American organization. Code Pink routinely pickets military recruitment centers, barges into congressional hearings, and does whatever it can to subvert our efforts against Islamic terrorism around the world.</p>\r\n<p>President Obama <a href=\"http://r20.rs6.net/tn.jsp?et=1103462597523&amp;s=4480&amp;e=001ICyHD0qx9KBja43pk5-mXUceQDDLICLvT_h_howHeQf9RocWnMxQw61S23yd2T5UwgFuBeq3x5WXYlvBeQrc2NYw8IxlB6Y8E6-n9B6G3VRn8nvmxR75bhj9fByfAPLOWXhOJ1_LM1nub67mLoCUtHTtj_lWEEQmRAlfnk37aq8QXcu3Dho0gAufv9BD0mp6\" target=\"_blank\">began his political career in the living room of Ayers and Dohrn</a> . Ayers had been involved in the bombing of the Pentagon and a New York City police department in the 1970s during the Vietnam War. Both had gone underground for years to avoid capture for their terrorist activities. </p>\r\n<p>Bill TAKE ACTION: <a href=\"http://r20.rs6.net/tn.jsp?et=1103462597523&amp;s=4480&amp;e=001ICyHD0qx9KCCa8kCwyoSpsVVKgXQMZ-iq7rfgp329RuaanOafeZ2e_t8Dw6dfJ4fl2Tqt1GpDor9CPXE41lxu8kx_LxCS2bTCyyo0H1j3TtNakGrGhGRuYLx7IAtELSA4bOKbIShmgttk-gDEBm_SWWzvT7eGXOAQVfsuHiR2B5k9ADk-PDwDvjgjymWghQ5\" target=\"_blank\">Contact your U.S. Representative and two U.S. Senators</a> and ask that they strongly support the efforts by Israel to protect themselves from Islamic terrorist activity in the Gaza Strip. Every nation has the inherent right to protect itself from invasion or attack by enemies.</p>\r\n<p>++++++++++++++++++++++++++++++++++++++++++++++++</p>\r\n<p>It is important that we remain informed about the matters effecting Israel - watch this video and see the full details: <a href=\"wlmailhtml:{E4F5AFD2-CB9C-4000-8D63-135FB5ADB003}mid:/00000042/!x-usc:http:/r20.rs6.net/tn.jsp?et=1103462597523&amp;s=4480&amp;e=001ICyHD0qx9KB7_B3ZjSq7Ia5f3rrTayYBcsl-jz8fJEzlpPpENYAbSS86S7xw11Zw1TpK1bZcG3G4jdfL38ze21M2FioymMr7J9AUyxUpaImLfeDim_3o_4g3jpEAnLdOHKeqYh016e4Prd6C2OWBLRWZlOdhF_rHKlBeqZsCfkQ=\" title=\"http://r20.rs6.net/tn.jsp?et=1103462597523&amp;s=4480&amp;e=001ICyHD0qx9KB7_B3ZjSq7Ia5f3rrTayYBcsl-jz8fJEzlpPpENYAbSS86S7xw11Zw1TpK1bZcG3G4jdfL38ze21M2FioymMr7J9AUyxUpaImLfeDim_3o_4g3jpEAnLdOHKeqYh016e4Prd6C2OWBLRWZlOdhF_rHKlBeqZsCfkQ= CTRL + Click to follow link\">http://www.youtube.com/user/TVC2006#p/u/0/fJtVgbQe0wg</a>.</p>\r\n<p align=\"left\">     For further information, contact:<br />     Traditional Values Coalition<br />     139 C St., SE,<br />     Washington, DC 20003<br />     P: 202.547.8570 F: 202.546.6403</p>\r\n<p align=\"left\">++++++++++++++++++++++++++++++++++++++++++++++++</p>\r\n<p align=\"left\">MORE:</p>\r\n<p align=\"left\"><a href=\"index.php?option=com_content&amp;view=category&amp;layout=blog&amp;id=43&amp;Itemid=69\">WHITE HOUSE LINKED TO FLOTILLA ORGANIZERS</a></p>\r\n<p>{jcomments on}</p>',1,20,0,78,'2010-06-08 14:05:28',63,'The Oak Initiative','2012-02-04 13:07:39',62,0,'0000-00-00 00:00:00','2010-06-08 14:05:28','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',9,0,60,'','',0,615,'robots=\nauthor='),(176,'WHITE HOUSE LINKED TO FLOTILLA ORGANIZERS','white-house-linked-to-flotilla-organizers','','<p><img src=\"http://theoakinitiative.org/images/OAKI-logo-Clear.png\" border=\"0\" alt=\"Oak Logo\" width=\"226\" height=\"124\" /></p>\r\n<div style=\"text-align: left;\">\r\n<p align=\"left\">June 07, 2010</p>\r\n<p align=\"justify\">Dear Jack Brake,</p>\r\n<p>Please take special care to read the following important email from our friend Barry Segal of \'Vision for Israel\' and \'The Joseph Storehouse\'.</p>\r\n<p>In His Service,</p>\r\n<p>Rick Joyner</p>\r\n<p> </p>\r\n<p align=\"center\"><strong>JERUSALEM-ON-THE-LINE</strong> <br />News Update June 7th 2010 <br />JNN NEWS, P.O. Box 7411, Jerusalem 91073, Israel</p>\r\n<div>\r\n<hr width=\"100%\" size=\"2\" />\r\n</div>\r\n<p align=\"center\"><em><strong>“Men ought always to pray and not lose heart.” Luke 18:1</strong></em></p>\r\n<p align=\"left\"><strong>WHITE HOUSE LINKED TO FLOTILLA ORGANIZERS:</strong> A top adviser to President Obama is the contact person within the White House for communications with the Free Gaza Movement over plans to challenge Israel\'s blockade of the terrorist Hamas-controlled Gaza Strip, according to a reputable source close to the Netanyahu government. The source, a career official identified John O. Brennan, deputy national security adviser for homeland security and counterterrorism, as the contact. The allegation raises the bizarre possibility the Free Gaza Movement\'s flotilla action in the Mediterranean was being coordinated with the White House, something that would align with a shift in US policy toward Israel being debated within the Obama administration.  Brennan’s activities have involved him with domestic groups known to have ties to Middle East terrorism.  In the past he has advised that US foreign policy should encourage greater assimilation of the Hezbollah terrorist organization into the Lebanese government. Most recently Mr. Brennan stated he was looking for moderate leadership in Hamas and Hezbollah to reach out to. (WND)  <strong>Surely Mr. Brennan must be aware there is no such entity as a “moderate” terrorist leader.</strong></p>\r\n','\r\n<p align=\"left\"> </p>\r\n<p><strong>GAZA AID SHIP HAD ALQAEDA CREW</strong>: Israeli intelligence revealed during a recent security cabinet meeting that most of those who attacked the Israeli boarding party on the Miva Marmara aid ship last Monday were Al Qaeda mercenaries. Israeli officials said a group of 40 of the more violent passengers were found to have no identification papers. Nearly all members of that particular group were equipped with bullet-proof vests and various weapons. Each carried the exact amount of money as the others in his pockets. Intelligence officials were able to determine that the 40-man group was either aligned with or was an active part of Osama bin Laden\'s global terrorist network. It had already been discovered that one of the organizations behind the so-called \"aid\" flotilla was the Turkish IHH, a movement that for years has supported anti-Western and anti-Israel terrorist organizations. (Israel Today)</p>\r\n<p align=\"left\"><strong>IRAN OFFERS MILITARY ESCORT TO SHIPS BREAKING GAZA BLOCKADE:</strong> Iran\'s Revolutionary Guards are willing to provide a military escort to cargo ships trying to break the Israeli blockade of Gaza, a spokesman for Iranian Supreme Leader Ayatollah Ali Khamenei said Sunday. \"Iran\'s navy forces are ready to escort the peace flotilla to Gaza with all their powers and capabilities,\" announced Ali Shirazi, Khamenei\'s representative inside the Revolutionary Guards. The report came just a day after Turkish prime minister Recep Tayyip Erdogan was considering personally joining a flotilla to Gaza and offering the support of the Turkish Navy to protect such flotillas from Israeli inspections.  A naval force from either country heading toward Gaza would be tantamount to a declaration of war on Israel, which is a very small country that is surrounded by hostile Muslim entities. (Reuters) <em><strong>“Be on guard! Be alert!” Mark 13:33</strong></em></p>\r\n<p align=\"left\"><strong>ANKARA THREATENS TO BREAK RELATIONS UNLESS ISRAEL APOLOGIES:</strong> Turkey threatened on Friday to break off relations unless Israel apologizes for the commando raid on its flotilla as prime minister Recep Erdogan hurled more abuse on Jerusalem and declared: \"I do not think Hamas is a terrorist organization.\"  Earlier, Israel offered to allow pro-Hamas activists aboard the Rachel Corrie to monitor its civilian freight\'s entry to the Gaza Strip - to no avail.  A tape just released recorded Turkish activists on the flotilla as saying before attacking Israeli commandos: \"Remember September 11.\" The “peace activists” aboard one of the pro-Hamas flotilla ships told a Navy dispatcher: “Shut up, Go Back to Auschwitz. We\'re helping Arabs go against the US, don\'t forget 9/11.\" (INN/Debka)  <strong>Continue to pray for Israel’s backbone to be strengthened against all terrorist organizations, their associates and their malicious intentions against the Jewish state.</strong>  <strong>No apologies are necessary for fighting terrorism!</strong></p>\r\n<p align=\"left\"><strong>TURKEY HALTS ALL STATE ENERGY AND WATER PROJECTS WITH ISRAEL:</strong> Turkey\'s minister of energy and natural resources, Taner Yildiz, announced this week there will be no new energy or water projects with Israel.  Yildiz told reporters in Istanbul that Turkey has no intention of starting the planning process for transporting water or natural gas to Israel after the Gaza flotilla incident at the beginning of last week. (Ha’aretz)</p>\r\n<p align=\"left\"><strong>ARAB FMs THREATEN: NO MORE NORMALIZATION OR PEACE TALKS: </strong>Arab foreign ministers met in Cairo this week to discuss the clash between Israeli troops and terrorist activists on board a Turkish ship headed for Gaza in defiance of the Israeli blockade. The ministers decided to “break the Israeli siege imposed on Gaza.” The blockade should be ended “in any legitimate way,” including “resistance,” the ministers said. “Resistance” is often used as a code word for violence or terrorism. Israel has imposed a maritime blockade on Gaza since Operation Cast Lead 18 months ago, and allows only humanitarian goods into the area. <strong>Israeli leaders have repeatedly said that they are willing to lift the blockade as soon as Hamas renounces terrorism and recognizes Israel.</strong>  Syria\'s Arab League ambassador, Yussef Ahmed, urged league members to cancel normalization with Israel, and to close Israeli embassies in their countries. (INN)</p>\r\n<p align=\"left\"><strong>TURKEY, IHH ON THE DEFENSE:</strong> Leading US newspapers have pinned most of the blame on the radical IHH organization and on Turkey for last week’s flotilla clash that killed nine Muslim terror activists and which was blamed on Israel by most of the international community. The American media reaction represents a sharp reversal in last week\'s universal tidal wave of condemnation, led by the UN, after the IHH-led flotilla refused to alter course from the embargoed Gaza coast. Meanwhile, Turkish Prime Minister Recep Tayyip Erdogan has declared that Hamas is not a terrorist group, rejecting the description that has been adopted by the US.  The Washington Post noted that Erdogan and the IHH seemed to be working in tandem, “In the days since an incident in which the IHH admits it provoked Israel, the Turkish prime minister has done his best to compete with Iran\'s Mahmoud Ahmadinejad and Hezbollah’s Hassan Nasrallah in attacking the Jewish State...” (INN)</p>\r\n<p align=\"left\"><strong>PRO-ISRAEL RALLIES WORLDWIDE:</strong> Jews and other supporters of Israel around the world gathered together Sunday to back the Jewish state. Rallies took place in Germany and Belgium, and rallies were planned in Miami Beach and Los Angeles as well. (INN)</p>\r\n<p align=\"left\"><strong>IF YOU ARE VISITING ISRAEL SOON:</strong> Tour groups coming to Israel are kindly asked to bring a Ziploc bag of new toiletries which can be distributed to the poor and needy recipients in Israel. If it is a significant amount with a group then we can come pick it up from your hotel but not for an individual bag. Also, all groups are welcome to visit the Joseph Storehouse from Sundays to Thursday. Call us in Jerusalem at: (02) 570-4010.</p>\r\n<p align=\"left\"><strong>YOUR DONATIONS ARE DESPERATELY NEEDED:</strong> Please continue to enable us to assist terrorist victims, entire households suffering from poverty, the elderly and others in need in Israel. Your donations are needed and welcomed at <a href=\"wlmailhtml:{E4F5AFD2-CB9C-4000-8D63-135FB5ADB003}mid:/00000056/!x-usc:http:/r20.rs6.net/tn.jsp?et=1103462872977&amp;s=1183&amp;e=001fhKAZ0U72W45t4F0sa2e6YHhCkF1vcIyGu-_IMD2gXMMxV8NIPdNUDnWY9dpWs8PryDsk2j9z-3GQm3R65tkh4nKh_y6fXpxjdFHGZMF_nE=\" target=\"_blank\"><span style=\"text-decoration: underline;\" title=\"http://r20.rs6.net/tn.jsp?et=1103462872977&amp;s=1183&amp;e=001fhKAZ0U72W45t4F0sa2e6YHhCkF1vcIyGu-_IMD2gXMMxV8NIPdNUDnWY9dpWs8PryDsk2j9z-3GQm3R65tkh4nKh_y6fXpxjdFHGZMF_nE= CTRL + Click to follow link\"><span style=\"color: #0066cc;\">www.visionforisrael.com</span></span></a>  Make your online donation today. For residents in the UK and outside North America you can visit <a href=\"wlmailhtml:{E4F5AFD2-CB9C-4000-8D63-135FB5ADB003}mid:/00000056/!x-usc:http:/r20.rs6.net/tn.jsp?et=1103462872977&amp;s=1183&amp;e=001fhKAZ0U72W49VJz_Vm9dVAUIEZqrWrgFQVcBvS8FQNsC65O6tUW2Cs4dYZYTuyPWHN1n7H42aYP6ua__ZlLXvLoR6ur29EUWw14s-M9aPag=\" target=\"_blank\"><span style=\"text-decoration: underline;\" title=\"http://r20.rs6.net/tn.jsp?et=1103462872977&amp;s=1183&amp;e=001fhKAZ0U72W49VJz_Vm9dVAUIEZqrWrgFQVcBvS8FQNsC65O6tUW2Cs4dYZYTuyPWHN1n7H42aYP6ua__ZlLXvLoR6ur29EUWw14s-M9aPag= CTRL + Click to follow link\"><span style=\"color: #0066cc;\">www.josephstorehouse.co.uk</span></span></a> </p>\r\n<p align=\"left\"><strong>Blessings from Jerusalem, </strong><strong><br /><strong>Barry Segal with the Editorial Staff</strong></strong></p>\r\n<p align=\"left\"><strong><strong>{jcomments on}</strong></strong></p>\r\n</div>',1,5,0,43,'2010-06-08 14:39:14',63,'Oak Initiative','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-06-08 14:39:14','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,36,'','',0,702,'robots=\nauthor='),(178,'Iranian Marines Set to Escort Flotilla \'To Teach Israel Lessons\'','iranian-marines-set-to-escort-flotilla-to-teach-israel-lessons','','<p><a href=\"http://www.israelnationalnews.com/News/News.aspx/138022\"><img src=\"http://www.israelnationalnews.com/images/toolbar/logo.jpg\" border=\"0\" width=\"135\" height=\"68\" /></a><img src=\"http://www.israelnationalnews.com/static/pictures/resized/136-106/44/44519.jpg\" border=\"0\" width=\"136\" height=\"106\" style=\"border: 0; float: right;\" /></p>\r\n<p>by Tzvi Ben Gedalyahu</p>\r\n<div class=\"articaltext\">\r\n<div class=\"articaltext\">\r\n<p>Two Iranian ships intended to head for Hamas-controlled Gaza are waiting for their government\'s approval to challenge Israel on the high seas, escorted by “volunteer marines” that Iranian President Mahmoud Ahmadinejad wants to send “to teach Israelis a lesson.”</p>\r\n<p>An Iranian Red Crescent official said the two ships are waiting for the Iranian foreign ministry to give the green light for launching, according to the French news service <em>AFP</em>, quoting the Iranian <em>Mehr</em> news service. The Red Crescent said a third ship probably would join the fleet.</p>\r\n<p>Red Crescent official Mojtaba Majd also claimed that more than 100,000 Iranians have signed up to board the ships, but only those with ”expertise” would be accepted. Majd did not define the area of expertise required.</p>\r\n','\r\n<p>Ali Shirazi, the Revolutionary Guard’s spokesman for Supreme Leader Ayatollah Ali Khamenei, said it was “Iran’s duty to defend the innocent people of Gaza.”</p>\r\n<p>A Red Crescent ship to Gaza was stopped by the Israeli Navy a year and a half ago, but the charged anti-Israeli atmosphere following the latest <a href=\"http://www.israelnationalnews.com/News/news.aspx/137808\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">flotilla clash</span></span></a> has encouraged Arab and left-wing colleagues to try to break Israel’s blockade over free passage to the Gaza coast.</p>\r\n<p>An Iranian maritime convoy to Israel could provoke a military clash on the high seas, but it also would highlight Israel’s claim that lifting the blockade would allow Iran to directly send advanced arms, ammunition and terrorists for the <em>de facto</em> Hamas government in Gaza.</p>\r\n<p>The Iranian Red Crescent ships were prepared with cooperation from the Turkish government, according to the <em>London Express</em>.  Ahmadinejad reportedly told Turkish leaders in Istanbul last week that the vessels would be prepared for a direct clash with the Israeli Defense Forces.</p>\r\n<p>Turkey was one of two countries that voted against new sanctions imposed on Iran last week by the United Nations Security Council. Once considered a friend of Israel and distant from Iran, Turkish Prime Minister Recep Tayyip Erdogan has totally reversed government policy over the past two years and has joined the Syrian-Iranian-Hizbullah axis while stating that it still wants goods relations with Israel. (IsraelNationalNews.com)</p>\r\n</div>\r\n</div>',1,1,0,1,'2010-06-14 11:49:21',76,'Submitted by Elsie DeLuca','2010-06-14 13:03:25',62,0,'0000-00-00 00:00:00','2010-06-14 11:49:21','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,262,'','',0,327,'robots=\nauthor='),(177,'Reuters Admits Cropping Photos of Ship Clash','reuters-admits-cropping-photos-of-ship-clash','','<h2 id=\"article-title\" class=\"entry-title\">Reuters Admits Cropping Photos of Ship Clash, Denies Political Motive</h2>\r\n<p class=\"author vcard\">By Ed Barnes</p>\r\n<p>Published June 08, 2010 <br /><a href=\"http://www.foxnews.com/world/2010/06/08/reuters-fake-photos-ihh-gaza-blockade-commandos/\">FOXNews.com</a></p>\r\n<p class=\"photo\"> <img src=\"images/stories/flotillareuters300.jpg\" border=\"0\" /></p>\r\n<p class=\"photo\"><strong>On the left, the uncropped photo. On the right, Reuters\' released photo. (Reuters)</strong></p>\r\n<p class=\"dateline\" style=\"FONT-SIZE: 13px\">The British-based Reuters news agency has been stung for the second time by charges that it edited politically sensitive photos in a way that casts Israel in a bad light. But this time Reuters claims it wasn’t at fault.</p>\r\n<p style=\"FONT-SIZE: 13px\">The news agency reacted to questions raised by an American blogger who showed that Reuters\' photo service edited out knives and blood traces from pictures taken aboard the activist ship Mavi Marmara during a clash with Israeli commandos last week. Nine people were killed and scores were injured in the clash.</p>\r\n<p style=\"FONT-SIZE: 13px\">The pictures of the fight were released by IHH, the Turkish-based group that sponsored the six-ship fleet that tried to break Israel\'s blockade of Gaza.</p>\r\n','\r\n<p style=\"FONT-SIZE: 13px\"> </p>\r\n<p style=\"FONT-SIZE: 13px\">In one photo, an Israeli commando is shown lying on the deck of the ship, surrounded by activists. The uncut photo released by IHH shows the hand of an unidentified activist holding a knife. But in the Reuters photo, the hand is visible but the knife has been edited out.</p>\r\n<p style=\"FONT-SIZE: 13px\">The blog “Little Green Footballs” challenged Reuters\' editing of the photo.</p>\r\n<p style=\"FONT-SIZE: 13px\">“That’s a very interesting way to crop the photo. Most people would consider that knife an important part of the context. There was a huge controversy over whether the activists were armed. Cropping out a knife, in a picture showing a soldier who’s apparently been stabbed, seems like a very odd editorial decision. Unless someone was trying to hide it,” the blog stated.</p>\r\n<p style=\"FONT-SIZE: 13px\">In a second photo the unedited print issued by IHH showed blood along the ship\'s railing and a hand holding a knife as an Israeli soldier lies on the deck. Both the blood and the knife were missing in the photo that Reuters released.</p>\r\n<p style=\"FONT-SIZE: 13px\">Reuters on Tuesday denied it intended to alter the political meanings of the photographs.</p>\r\n<p style=\"FONT-SIZE: 13px\">“The images in question were made available in Istanbul, and following normal editorial practice were prepared for dissemination which included cropping at the edges,\" the news agency said in a statement. \"When we realized that a dagger was inadvertently cropped from the images, Reuters immediately moved the original set as well.\"</p>\r\n<p style=\"FONT-SIZE: 13px\">Reuters has yet to respond to charges about the second photo.</p>\r\n<p style=\"FONT-SIZE: 13px\">This is the second time Reuters has been accused of manipulating photos. In 2006 a Reuters photographer, Adnan Hajj, doctored several photos of the destruction caused by Israel\'s bombing of Beirut. In one he added smoke to a panoramic picture of South Beirut to make the damage look more severe than it was. In a second photo, he showed a woman whose home had supposedly been destroyed in the same raid, but an investigation revealed that the woman\'s house had been destroyed prior to the Israeli strike.</p>\r\n<p style=\"FONT-SIZE: 13px\">Reuters later removed all of Hajj\'s more than 900 photos from distribution and severed its relationship with him. A photo editor also was fired.</p>\r\n<p style=\"FONT-SIZE: 13px\">What happened on the Mavi Marmara and who was responsible for the killing and bloodshed on the ship is still a matter of debate. Activists charge that Israeli commandos fired first and provoked the skirmish. Israeli commandos say they were compelled to use deadly force after they were attacked by people on board the ship.</p>\r\n<p style=\"FONT-SIZE: 13px\">{jcomments on}</p>',1,1,0,1,'2010-06-09 04:58:33',62,'Fox News','2010-06-14 13:01:02',62,0,'0000-00-00 00:00:00','2010-06-09 04:58:33','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',8,0,263,'Reuters, admits, cropping photos, ship, clash, denies, Political, motiveBarnes, FoxNews.com. Israel. IFF, Turkey, flotilla, terrorists','Reuters Admits Cropping Photos of Ship Clash, Denies Political Motive\r\nBy Ed Barnes\r\nPublished June 08, 2010 FoxNews.com',0,663,'robots=\nauthor='),(179,'Prepared for the Times, Part 25','prepared-for-the-times-part-25','','<p>Week 25, 2010 <br /><br />     In relation to some of the most basic social goals for the nation, such as taking care of the needy and providing services like health care to the population, the majority of both conservatives and liberals agree, but the disagreement is in how to do it. One thing that caused me to cross the line to becoming a conservative was a study I read back in the 1970s, which indicated that only one dollar in ten in the budget of the Department of Health and Human Services actually made it to the needs, and the rest was being consumed in administration and bureaucracy. My desire to see the truly needy helped did not change, but it was obvious that the best way to do this was not to use the government.</p>\r\n','\r\n<p><br />     Now some would say that the needy would not get help at all if the government did not step in to do this, and it’s worth it even if it is such an inefficient way to do it. Though I may not agree with this argument, I can understand and appreciate it. However, the basic disagreement between those who want big government and small government is mostly about efficiency. There are constant reminders that governmental, bureaucratic management is going to be the most inefficient at just about anything it is given to do. It was bad in the 1970s, and since no Administration of either political party has addressed the reason for this, it has become far worse now than it was then—even with the incredible increase of automation and computer technology. <br /><br />     The government is now like a black hole, which sucks up anything that gets close to it, and it is never seen again. It does not have to be that way, but until the culture of governmental mismanagement is changed, we can expect anything we give the government to do to be many times less efficient and more expensive than it should be. How much better off would the needy be if all that is now being wasted in administration actually reached the needs? <br /><br />     The other main issue over big versus small government is intrusion into our lives. This was highlighted in the “Cash for Clunkers” program last year. For there to be a twenty-page contract required for this program was shocking, but an even bigger shock awaited the dealers who logged into the government website to join the program. In the agreement they had to make, there was a provision that made the dealer’s computers and all of their contents government property! The outrage was so great that this was removed quickly, but why was it put in there in the first place?<br /><br />     As expected, the Cash for Clunkers program became an administrative nightmare, and months later, dealers were still trying to get paid for the clunkers. The government may have had some good intentions at the root of this program, but its application was somewhere between horrendous and diabolical and certainly fed the fears many already had about the new Administration’s intentions. <br /><br />     As people are digging into the Healthcare Reform Bill and other legislation such as the Financial Reform Bill, they are finding similar time bombs hidden in the 2,700 pages, which seem intended to be such a mountain of legalese that no one would read it. These time bombs will destroy some of our basic freedoms. Only the most naïve or blindly loyal do not see this now, and it has had a huge impact in eroding the trust Americans have for their President and their government. This is the lack of trust all of the Founding Fathers seemed to share and was a basic driving force in the Constitution and Bill of Rights they left to us. <br /><br />     Those who seek to undermine the authority of the Constitution by saying that it is a centuries old document written for a people who were mostly farmers, which does not relate to the modern world, must not have ever read the Constitution. It was written to address basic human nature that does not seem to have changed one bit in the six-thousand year span of human history. It was written to rein in the corruption of power that would constantly be a challenge to our rights, and it has done so with remarkable effectiveness since it was adopted. It does this with such flexibility in enabling the nation to adapt to changing times that no other nation on earth has attained the freedom and strength that America has. <br /><br />     So why should we trust the intentions of any person who wants to change something that has been this successful? Why would we want to trust anyone’s word who swore an oath to defend this Constitution from enemies both foreign and domestic and would use their office to attack and undermine what they swore to defend? How can we trust someone’s word who obviously takes their own oath so lightly? Trust is built on honesty and integrity.<br /><br />     A basic principle of the Constitution is that you do not trust anyone who is in power. The Constitution was intended to keep everyone in power in check, so that they could use power to do what was needed by the people, but could never use it to oppress the people. Those in power may be good people and have good intentions, but they knew anyone could be corrupted by power, so they drew up this ingenious foundation for government that has worked better than any other basis of law that did not come down from Mount Sinai. How are people, who are constantly violating it, able to get into the high office, let alone the highest in the land? <br /><br />     Isaiah 5:13 gives us the reason: <span style=\"font-weight: bold;\">“My people go into bondage because of their lack of knowledge.”</span> The U.S. Constitution is a document that can be read in one sitting. It has been the most effective and powerful document in human history for governing men, and yet very few Americans have ever read it, including many who have taken an oath of office to defend it! How could any honorable person take such an oath to defend something they have not even read? Should we not also ask those who are about to take this oath if they have read it? Then ask them if they agree with it?<br /><br />     When we asked the members of our local Oak Initiative Chapter to read the Constitution, there was an immediate buzz about, “How can they do that?” They, our government leaders, could do these things that so basically violate the Constitution because the people are ignorant of it. Go to Google and download the Constitution and read it. You’ll be amazed. If you are unable to download and read it online, we’ll send you a copy. To obtain a copy, please send $2 to the following: Heritage International Ministries, Attn: Order Room, 375 Star Light Drive, Fort Mill, SC 29715, or phone us at 1-800-542-0278.<br /><br />The most powerful weapon we have against tyranny is knowledge of the truth</p>',1,19,0,76,'2010-06-14 23:58:07',63,'','2012-02-04 13:07:05',62,0,'0000-00-00 00:00:00','2010-06-14 23:58:07','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,11,'','',0,627,'robots=\nauthor='),(180,'Root Truth #1: The Constitution in Conflict','root-truth-1','','<p><img src=\"images/stories/r_joyner_85px.jpg\" border=\"0\" style=\"border: 0; float: left;\" />The Oak Initiative is devoted to addressing the current issues of our times from a sound biblical and historical perspective. What we distribute as “Oak Leaves” addresses mostly current events, and what we distribute as “Root Truth” is from more of a historical perspective, but which is a basis for understanding the important issues of our times.</p>\r\n<p><strong><br />The Constitution in Conflict</strong><br />There is a reason why the oath of office that virtually every elected official and military or law enforcement officer in the United States takes is to \"defend The Constitution from enemies both foreign and domestic,\" and not to defend the government, or government officials. The government of the United States draws its authority from The Constitution, not the other way around. Therefore, if The Constitution is stripped of its authority then the legitimate government has lost its authority. It may still have power, but there can be a difference between power and legitimate authority.</p>\r\n<p>\r\n','\r\n</p>\r\n<p><br />The United States was the first nation in history to have a Constitution as the basis of its government. Other nations were ruled by the whims of their kings, or even their Parliaments. These could so change the basic laws of the land that they bred a certain amount of uncertainty in their domains. The Constitution of the United States was intended to give a foundational stability to government, especially inhibiting the tendency of those with power to abuse their power, but also allowing a flexibility to meet special conditions or needs of the times. Though always under stress by those seeking more arbitrary power, The Constitution has been brilliantly successful to the degree that the many unique and distinct states very quickly became the most powerful and prosperous nation in history.</p>\r\n<p><br />The Constitution was written in plain English before legalese had been developed, and is very clear and straightforward in its meaning. Even so, it has been challenged almost since the day it was ratified. Because of these challenges those who were a part of the Constitutional Convention that authored it wrote many letters and papers defending its integrity, and giving many references to exactly what certain sections that may be in dispute actually meant in their application. These simply verified that The Constitution actually meant just what it said.</p>\r\n<p><br />In the last century this assault on The Constitution has increased. Today one must wonder if many who have taken the solemn oath to defend it have even read it. Even Constitutional lawyers sometimes seem more intent on finding ways to bend or circumvent its precepts rather than to comply with it. Why? Is it no longer relevant? If not, then what is the basis of law in The United States?</p>\r\n<p><br />These are ultimate questions that many are asking as evidenced by the present crowding of bestseller lists with books on The Constitution, and the Founders of America. For this reason we will examine The Constitution and how many of the laws today either comply with it, or don’t. First, because The Oak Initiative is a Christian movement we will address an even more basic question. QUESTION #1: WAS THE CONSTITUTION DIVINELY INSPIRED? As a legal question this is not a basis for The Constitution to be a legitimate instrument in which our government is based on, but to Christians it is an important question to begin with. The Patriarch Abraham left all that he knew to pursue God’s purpose and not only become ?the father of faith,? but the first in the quest to reconcile men with God. We are told that Abraham went out not knowing where he was going, but he did know what he was looking for—“a city with foundations, whose architect and builder was God” (Hebrews 11:10). Foundations are important, and for the spiritual sojourner it is important to know that something we are devoting ourselves to has foundations that we can recognize as being from God.</p>\r\n<p><br />Because the Founders did not quote Scripture in The Constitution, or claim to be basing this instrument on certain biblical precepts there must be another way that we establish its Divine inspiration—that is, that it contains a wisdom beyond human wisdom, and that it does comply with the biblical principles even though it may not specifically quote them. To see this one must read The Constitution while having knowledge of the Scriptures so that we can see the principles sown throughout it. When this is done the conclusion is almost always that The Constitution was no doubt inspired.</p>\r\n<p><br />Because revisionist historians have tried to make Americans believe that very few of the Founders were Christians, or were Deists if they were believers in God at all, which was definitely not the case and can be verified overwhelmingly from their other writings, the following are a few quotes from the Founders themselves and their perspective on the inspiration of The Constitution:</p>\r\n<p><br /><strong>Benjamin Franklin:</strong><br /><em>“I have so much faith in the general government of the world by Providence that I can hardly conceive of a transaction of such momentous importance (as the framing of The Constitution)… should be suffered to pass without being in some degree influenced, guided, and governed by that omnipotent, omnipresent, and beneficent Ruler in whom all inferior spirits „live and move and have their being.?”<br /></em>\r\n<p><strong>Charles Pinckney:</strong><br /><em>“Nothing less than that superintending hand of Providence that so miraculously carried us through the war… could have brought this about (the framing of The Constitution).<br /></em></p>\r\n<p><strong>James Madison:</strong><br /><em>“The great objects which presented themselves (to the Constitutional Convention)… formed a task more difficult than can be well conceived by those who were not concerned in the execution of it. Adding to these considerations the natural diversity of human opinions on all new and complicated subjects, it is impossible to consider the degree of concord which ultimately prevailed as less than a miracle.”<br /></em></p>\r\n<p><strong>Benjamin Rush</strong><br /><em>“…. The hand of God was employed in this work (the framing of The Constitution) as that God had divided the Red Sea to give a passage to the children of Israel, or had fulminated the Ten Commandments from Mount Sinai.”</em></p>\r\n<p><br />These and other similar quotes are sown throughout the writings of those who participated in the Constitutional Convention, as well as those who were a part of the state assemblies that ratified it. However, to emulate ?the noble spirit of the Bereans,? let us each read this Constitution ourselves and ask the Holy Spirit, the Spirit of Truth, to show us His work in it. As stated, it is easy to read, written in plain English before the invention of legalese, and can be accomplished in one short sitting. It is easy to download a copy from the Internet, or you can find inexpensive copies in many bookstores. You may also contact our office and send just $3.00 for postage and handling and we will send you a free copy.</p>\r\n<p><br />In seeking to establish that there was Divine inspiration and guidance evident in the founding of the United States, and in the composing of our Constitutional Republic, we are not claiming that the United States is the New Jerusalem, or the kingdom of God. Neither is the belief in The Constitutions’ divine inspiration required for us to honor it, and see it as the basis of legitimate government. Neither is this belief required for us to swear an oath to defend it, but it is certainly somewhere between foolishness and irresponsibility to swear an oath to defend something we do not even know, or have not at least read. Almost every office in the Federal government requires this oath.</p>\r\n<p><br />There are other important questions to be asked about The Constitution that we will address in future Root Truths, such as the most common argument used by its critics and attackers: that it was written for an agrarian society and is not relevant to the modern world. This argument is actually pretty good proof that the one making it has never read it, or believes they are addressing those who haven’t, but we will cover these arguments after you have had the time to read The Constitution. As you read consider the most basic belief of the Founders that is sown throughout their writings: God reigns over men, and men reign over their governments. Therefore all legitimate government derives its authority from the people, not the other way around. If this is true can it be verified in the Scriptures? While you are reading The Constitution and see this connection, please email a brief on this to <a href=\"mailto:office@oakinitiative.org\">office@oakinitiative.org</a> so we can share them with others.</p>\r\n<p><br />So what is the answer? The independent minded American people are taking matters into their own hands. With the Internet and more research tools at their disposal than ever before, the American people are learning to do their own research. This has already been so effective that President Obama actually tried to dissuade Americans from using all of the technology available to us in recent speeches to graduating college seniors. Even the media considered this remarkable for someone who used modern communications technology so successfully in his campaign. Now, what was used to ignite the Obama campaign may be turning against him. More and more Americans of all ages seem to have determined that if they cannot trust the media for accurate information they will not be passive, but will get their own. This trend seems to be greatly favoring new independent movements, and challenging both the institutional Democratic and Republican Parties.<br />In His Service,<br />Rick Joyner</p>\r\n<p>© Copyright Oak Initiative – OAK Root Truth<br />Only members can copy</p>\r\n</p>',1,20,0,78,'2010-06-22 12:45:03',63,'','2012-02-04 13:07:23',62,0,'0000-00-00 00:00:00','2010-06-22 12:45:03','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',9,0,58,'truth, constitution, founding fathers, united states, authority, government','Root Truth #1\r\nThe Constitution in Conflict\r\nThere is a reason why the oath of office that virtually every elected official and military or law enforcement officer in the United States takes is to ?defend The Constitution from enemies both foreign and domestic,? and not to defend the government, or government officials. The government of the United States draws its authority from The Constitution, not the other way around. Therefore, if The Constitution is stripped of its authority then the legitimate government has lost its authority. It may still have power, but there can be a difference between power and legitimate authority.',0,631,'robots=\nauthor='),(181,'Spectacularly unprepared for office','spectacularly-unprepared-for-office','','<p align=\"left\"><img src=\"http://www.onenewsnow.com/uploadedImages/PeterHeck.jpg\" border=\"0\" alt=\"Peter Heck\" title=\"Peter Heck\" hspace=\"3\" vspace=\"3\" width=\"78\" height=\"127\" align=\"left\" style=\"float: left; border: 0; margin: 3px;\" />To say I was dumbfounded would be an understatement.  About a week before the 2008 presidential election, I was talking to a friend who had just informed me he had decided to vote for Barack Obama.  \"Why, given the most serious state of national and international affairs we were facing, would you be so willing to roll the dice on a political novice like Obama?\" I asked.  His incredible response: \"Sarah Palin.\"<br /> <br />It was his concern that she was unprepared to be just a heartbeat away from the presidency, and if something were to happen to John McCain, she might be thrust into a role where inexperience can be deadly.  So his solution was to vote into that very office a man who had far less experience than even Palin.  Amazing.</p>\r\n','\r\n<p> I have often wondered if 18 months into the tenure of what is quite apparently the most woefully unprepared president the United States has ever known, my friend is among the ever-growing majority of Americans who regret the Obama gamble.<br /> <br />Domestically, we have seen Obama take the staggering deficit and debt he inherited and double down on it.  Even now, as studies show our debt preparing to overtake our Gross Domestic Product (a watershed moment that virtually guarantees an economic calamity on par with the meltdown occurring in Greece), rather than declaring a national economic emergency that requires deep cuts in government spending, President Obama is attempting to add billions more to his unsustainable budget.<br /> <br />We have witnessed the man whose primary constitutional responsibility is to carry out the laws of Congress utterly fail to enforce those laws regarding border security and immigration.  As a result of his flagrant dereliction of duty, Americans are being killed and individual border states like Arizona have had to assume the task of doing it themselves, only to be criticized by the negligent president himself.<br /> <br />Then, in dealing with the environmental disaster occurring in the Gulf of Mexico, our President has looked like a deer in the headlights.  He vacationed in the early days until media reports hammered him for not visiting the region.  So he visited, and then declared a moratorium on all offshore drilling, destroying thousands of American jobs.  Then when media reports suggested he wasn\'t being tough enough on those responsible, the President went on the <em>Today</em> show and cussed.  Impressive stuff.<br /> <br />Then came last week\'s bizarre Oval Office address.  Such speeches are historically reserved for wars, which is appropriate given that Obama announced the next front in his war on the American middle class.  Outlining nothing meaningful to the problem in the Gulf, the President called for a massive national energy tax that if enacted will increase the average family\'s cost of living by thousands of dollars per year, completely destroy the auto and manufacturing industries in our country, and send the economy into a tailspin from which it will never recover.<br /> <br />On the positive side, BP – the original architects of the energy tax Obama proposes – will benefit tremendously.<br /> <br />And yet if it\'s possible, the President has proven to be worse in the dangerous world of foreign affairs.  He has foolishly sided with thug communists like Castro, Chavez, and Ortega over the democratic demands of the Honduran people; stood shamefully silent while freedom-loving Iranian citizens were beaten to death in their streets; and has joined the jackals in condemning Israel\'s completely rational and legal right to defend itself from annihilation.  And despite promising how his departure from Bush\'s \"go-it-alone\" strategy would bring the world to our side, the record is unmistakable: Bush led the U.N. to unanimously condemn Iran\'s nuclear plans three times.  Obama\'s best effort failed to convince even two close allies.<br /> <br />We\'re learning the hard way: Barack Obama was spectacularly unprepared for this office.<br /> <br />Following that recent Oval Office address on the Gulf oil spill, <a href=\"Politics/Default.aspx?id=1053418\" title=\"even President Obama\'s most ardent supporters seemed baffled at his incompetence\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">even President Obama\'s most ardent supporters seemed baffled at his incompetence</span></span></a>.  MSNBC\'s tag team of Keith Olbermann and Chris Matthews could barely find words to explain how pathetic the president\'s speech was.  Olbermann stammered, \"It was a great speech if you were on another planet for the last 57 days....nothing specific was said at all.\"  And Matthews – the same man who just 19 months ago was getting thrills up his leg at the mere sound of Obama\'s voice – concluded, \"No direction....I don\'t sense executive command.\"<br /> <br />The reason for that, Chris, is that there is none.  The man who now occupies the White House is overmatched, overwhelmed, and overcome by the responsibilities of an office he was not equipped to assume.  An office that is now – much to the chagrin of an embarrassed nation – utterly dwarfing him.</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>',1,1,0,1,'2010-06-22 14:31:14',64,'OneNewsNow by Peter Heck','2010-06-22 15:08:37',62,0,'0000-00-00 00:00:00','2010-06-22 14:31:14','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,261,'Obama, president, unprepared, Palin, incompetent, incredible, McCain, Heck, OneNewsNow','To say I was dumbfounded would be an understatement.  About a week before the 2008 presidential election, I was talking to a friend who had just informed me he had decided to vote for Barack Obama.  Why, given the most serious state of national and international affairs we were facing, would you be so willing to roll the dice on a political novice like Obama? I asked.  His incredible response: Sarah Palin.',0,577,'robots=\nauthor='),(182,'Thomas More Law Center Represents Four Christian Missionaries','thomas-more-law-center-represents-four-christian-missionaries','','<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4>Thomas More Law Center Represents Four Christian Missionaries Arrested at Arab Festival in Dearborn, Michigan</h4>\r\n<p><em>June 22, 2010</em></p>\r\n<p><img src=\"http://www.thomasmore.org/graphics/sb_thomasmore/imag422.jpg\" border=\"0\" alt=\"People - D. Wood arrest\" title=\"People - D. Wood arrest\" style=\"border: 0; float: left;\" /></p>\r\n<p>Arrested on charges of Breach of the Peace are: Negeen Mayel, Dr. Nabeel Qureshi, Paul Rezkalla, and David Wood.  Mayel, an eighteen year old female, whose parents emigrated from Afghanistan and a recent convert from Islam to Christianity, was also charged with failure to obey a police officer’s orders. She was approximately 100 feet away and videotaping a discussion with some Muslims when her camera was seized.</p>\r\n<p> Richard Thompson, President and Chief Counsel of the Thomas More Law Center, commented, “These Christian missionaries were exercising their Constitutional rights to free speech and the free exercise of religion, but apparently the Constitution carries little weight in Dearborn, where the Muslim population seems to dominate the political apparatus. It’s apparent that these arrests were a retaliatory action over the embarrassing video of the strong arm tactics used last year by Festival Security Guards.  This time, the first thing police officers did before making the arrests was to confiscate the video cameras in order to prevent a recording of what was actually happening.” </p>\r\n','\r\n<p>Thompson continued, “Contrary to the comments made by Police Chief Ron Haddad, our Constitution does not allow police to ban the right of free speech just because there are some hecklers.  Not all police officers approve of the way their department treated these Christians.”</p>\r\n<p>Robert Muise, Senior Trial Counsel with the Law Center in charge of the case, yesterday faxed a letter to Chief Haddad demanding that the three video cameras and tapes illegally seized from the missionaries be immediately returned. </p>\r\n<p>The Law Center is also representing Pastor George Saeig who was prohibited by the Festival and Police authorities from distributing religious material at last year’s festival.  That case is ongoing.</p>\r\n<p><em>The Thomas More Law Center defends and promotes America’s Christian heritage and moral values, including the religious freedom of Christians, time-honored family values, and the sanctity of human life.  It supports a strong national defense and an independent and sovereign United States of America.  The Law Center accomplishes its mission through litigation, education, and related activities.  It does not charge for its services.  The Law Center is supported by contributions from individuals, corporations and foundations, and is recognized by the IRS as a section 501(c)(3) organization.  You may reach the Thomas More Law Center at (734) 827-2001 or visit our website at </em><a href=\"http://www.thomasmore.org\"><em>www.thomasmore.org</em></a><em>.</em></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>\r\n<map id=\"MicrosoftOfficeMap1\" name=\"MicrosoftOfficeMap1\">\r\n<area shape=\"rect\" coords=\"11,7,107,17\" href=\"http://www.thomasmore.org/qry/page.taf?id=34\" />\r\n<area shape=\"rect\" coords=\"211,7,235,19\" href=\"http://www.thomasmore.org/qry/page.taf?id=20\" />\r\n<area shape=\"rect\" coords=\"336,7,397,17\" href=\"http://www.thomasmore.org/qry/page.taf?id=29\" />\r\n<area shape=\"rect\" coords=\"499,7,539,17\" href=\"https://app.etapestry.com/hosted/ThomasMoreLawCenter/OnlineGiving.html?approach=NewsAlert\" />\r\n<area shape=\"rect\" coords=\"377,37,464,47\" href=\"http://www.thomasmore.org/qry/page.taf?id=21\" />\r\n<area shape=\"rect\" coords=\"474,37,539,47\" href=\"http://www.thomasmore.org/qry/page.taf?id=81\" />\r\n<area shape=\"rect\" coords=\"363,53,539,63\" href=\"http://www.thomasmore.org/qry/page.taf?id=28\" />\r\n<area shape=\"rect\" coords=\"298,69,362,79\" href=\"http://www.thomasmore.org/qry/page.taf?id=32\" />\r\n<area shape=\"rect\" coords=\"373,69,539,79\" href=\"http://www.thomasmore.org/qry/page.taf?id=33\" />\r\n</map>\r\n<img src=\"http://www.thomasmore.org/graphics/sb_thomasmore/nltr_footer_2009.gif\" border=\"0\" width=\"550\" height=\"90\" /></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>',0,5,0,41,'2010-06-22 23:29:23',74,'Submitted by Helio Rodriguez_Ecay','2010-06-23 00:17:36',62,0,'0000-00-00 00:00:00','2010-06-22 23:29:23','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',12,0,5,'Thomas More, Law, Christian, Missionaries Arrested, Arab Festival, Dearborn, Michigan','Thomas More Law Center Represents Four Christian Missionaries Arrested at Arab Festival in Dearborn, Michigan',0,0,'robots=\nauthor='),(183,'87 Senators Tell Obama: Stand Behind Israel!','87-senators-tell-obama-stand-behind-israel','','<p><span style=\"FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #143c59\"><img src=\"http://www.israelnationalnews.com/images/toolbar/logo.jpg\" border=\"0\" width=\"135\" height=\"68\" /></span></p>\r\n<p><span style=\"FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #143c59\">87 Senators Tell Obama: Stand Behind Israel!</span><br />by Hillel Fendel  <span id=\"repFullHeadline_ctl00_ltr_content\"><br /><br />An overwhelming majority of the United States Senate has signed a letter to President Obama encouraging him to stand strongly behind Israel in the face of \"challenges\" to its international standing. <br /><br />The letter, written in the midst of a continuing international onslaught against Israel in the wake of the flotilla-Gaza blockade situation, emphasizes that it is in “our national interest to support Israel at a moment when Israel faces multiple threats from Hamas in Gaza, Hizbullah in Lebanon, and the current regime in Iran.” <br /><br />The missive has been signed by 87 senators, and was spearheaded by Senate Majority Leader Harry Reid (D-Nv) and Senate Republican Leader Mitch McConnell (R-Ky). <br /><br />“Israel’s opponents have developed clever diplomatic and tactical ploys to challenge its international standing,” the letter states, including “the effort to isolate Israel at the Nuclear Non-Proliferation Treaty review conference [and] the recent effort to breach the naval blockade around Gaza… Israel’s naval blockade, which is legal under international law, allows Israel to keep dangerous goods from entering Gaza by sea.” <br /><br /><strong style=\"FONT-FAMILY: Arial\">IHH Connections With Hamas<br />\r\n','\r\n</strong></span></p>\r\n<p><br />Describing Israel’s response to the terror activists who attempted to break the blockade, the letter states that the Israeli forces who boarded the ship owned by the Turkish Humanitarian Relief Foundation (IHH), were “brutally attacked with iron rods, knives, and broken glass. They were forced to respond to that attack and we regret the loss of life that resulted. We are deeply concerned about the IHH’s role in this incident and have additional questions about Turkey and any connections to Hamas. The IHH is a member of a group of Muslim charities, the Union of Good, which was designated by the US Treasury Department as a terrorist organization. The Union of Good was created by and strongly supports Hamas, which has been designated as a foreign terrorist organization by the US State Department. We recommend that your administration consider whether the IHH should be put on the list of foreign terrorist organizations…” <br /><br />The Senators commend Obama on the prevention of an “unfair United Nations Security Council resolution” against Israel, and “deplore the actions of the United Nations Human Rights Council which, once again, singled out Israel… We ask you to stand firm in the future at the United Nations Security Council and to use your veto power, if necessary, to prevent any similar biased or one-sided resolutions from passing.” <br /><br />The letter concludes with the hope for the continuation of peace talks leading to a two-state solution. <br /><br /><strong style=\"FONT-FAMILY: Arial\">Similar House Letter<br /><br /></strong>The Senate letter comes four days after a similar letter in the House of Representatives, signed by 75% of the members. It was initiated by Rep. Ted Poe (R-Tx) and Rep. Gary Peters (D-Mi), and bears the signatures of more than 320 of their colleagues. The House letter to Obama details the true intentions of the IHH and the Gaza flotilla, and calls on the president to use his veto power in the U.N. Security Council to block one-sided, anti-Israel resolutions. <br /><br />“We urge you to remain steadfast in the defense of Israel in the face of the international community’s rush to unfairly judge and condemn Israel in international fora such as the UN Security Council,” the House letter states.</p>',1,5,0,51,'2010-06-24 17:09:28',76,'Submitted by Elsie DeLuca','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-06-24 17:09:28','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,5,'Senators, Obama, Israel, Hillel Fendel, United States Senate, letter, international','87 Senators Tell Obama: Stand Behind Israel! by Hillel Fendel An overwhelming majority of the United States Senate has signed a letter to President Obama encouraging him to stand strongly behind Israel in the face of challenges to its international standing. ',0,492,'robots=\nauthor='),(184,'Jon Voight Rips Obama for \"Putting Israel in Harm\'s Way\"','jon-voight-rips-obama-for-qputting-israel-in-harms-wayq','','<p><span style=\"font-weight: bold; font-size: 10pt; color: #143c59;\"><img src=\"http://www.israelnationalnews.com/static/pictures/resized/136-106/44/44809.jpg\" border=\"0\" alt=\"Voight Backs Israel, Rips Obama\" align=\"left\" style=\"padding-right: 10px; padding-left: 0px; padding-bottom: 5px; padding-top: 0px; float: left;\" /></span></p>\r\n<p><span style=\"font-weight: bold; font-size: 10pt; color: #143c59;\">Jon Voight Rips Obama for \"Putting Israel in Harm\'s Way\"</span><br />by Malkah Fleisher </p>\r\n<p><span>An American actor known for his allegiance with Israel has authored a scathing open letter to US President Barack Obama, accusing him of \"putting Israel in harm\'s way.<br /><br />Academy Award-winning actor and ardent Israel supporter Jon Voight published a missive to the US president in The Washington Times on June 22.  \"You will be the first American president that lied to the Jewish people, and the American people as well, when you said that you would defend Israel… against all their enemies,\" the letter began.<br /><br />Voight went on to accuse President Obama of \"propagandiz[ing] Israel\" and \"promot[ing] anti-Semitism throughout the world.\"<br /><br />\"You have brought this to a people who have given the world the Ten Commandments and most laws we live by today,\" Voight said, and signed the letter, \"With heartfelt and deep concern for America and Israel.\"<br /><br />In early June, following a brutal attack against Israel Defense Forces soldiers by self-described peace activists aboard the vessel Mavi Marmara headed for Gaza, and the world\'s subsequent fervent anti-Israel backlash, Voight joined a demonstration of several thousand people gathered in Los Angeles to stand with Israel.<br /><br />Voight has been consistent in his defense of Israel, arriving in the Jewish state in May 2008 to celebrate Israel\'s 60th birthday, and visiting the missile-bombarded town of Sderot in the country\'s south, near Gaza.  During his visit, he was interviewed by Israel National Radio\'s Yishai Fleisher, and reminded listeners \"those who bless Israel will be blessed, and those who curse Israel will be cursed.\"<br /></span></p>','',1,5,0,51,'2010-06-24 17:17:53',76,'Submitted by Elsie deLuca','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-06-24 17:17:53','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,4,'Jon Voight, Obama, Israel, Harm\'s Way','Jon Voight Rips Obama for Putting Israel in Harm\'s Way\r\n',0,236,'robots=\nauthor='),(185,'Meaning of the Flag Draped Coffin','meaning-of-the-flag-draped-coffin','','<h1>Meaning of the Flag Draped Coffin</h1>\r\n<p>Here is how to understand the flag that laid upon it and is surrendered to so many widows and widowers:</p>\r\n<p><img src=\"images/stories/image1.gif\" border=\"0\" /></p>\r\n<p>Have you ever noticed the honor guard pays meticulous attention to correctly folding the United States of America Flag 13 times?  You probably thought it was to symbolize the original 13 colonies.</p>\r\n<p>The 1st fold of the flag is a symbol of life.</p>\r\n<p><img src=\"images/stories/users/image2.gif\" border=\"0\" /></p>\r\n<p>The 2nd fold is a symbol of the belief in eternal life.</p>\r\n<p><img src=\"images/stories/users/image3.gif\" border=\"0\" /></p>\r\n','\r\n<p>The 3rd fold is made in honor and remembrance of the veterans departing the ranks who gave a portion of their lives for the defense of the country to attain peace throughout the world.</p>\r\n<p><img src=\"images/stories/image4.gif\" border=\"0\" /></p>\r\n<p>The 4th fold represents the weaker nature, for as American citizens trusting in God, it is to Him we turn in times of peace as well as in time of war for His divine guidance.</p>\r\n<p><img src=\"images/stories/users/image5.gif\" border=\"0\" /></p>\r\n<p>The 5th fold is a tribute to the country, for in the words of Stephen Decatur, \'Our Country, in dealing with other countries, may she always be right; but it is still  our country, right or wrong.\'</p>\r\n<p><img src=\"images/stories/users/image6.gif\" border=\"0\" /></p>\r\n<p>The 6th fold is for where people\'s hearts lie.  It is with their heart that they pledge allegiance to the flag of the United States Of America , and the Republic for which it stands, one Nation under God, indivisible, with Liberty and Justice for all.</p>\r\n<p>The 7th fold is a tribute to its Armed Forces, for it is through the Armed Forces that they protect  their country and their flag against all her enemies, whether they be found within or without the boundaries of their republic.</p>\r\n<p><img src=\"images/stories/users/image7.gif\" border=\"0\" /></p>\r\n<p>The 8th fold is a tribute to the one who entered into the valley of the shadow of death, that we might see the light of day.</p>\r\n<p><img src=\"images/stories/users/Image8.gif\" border=\"0\" /><br /> <br />The 9th fold is a tribute to womanhood, and Mothers.  For it has been through their faith, their love, loyalty and devotion that the character of the men and women who have made this country great has been molded.</p>\r\n<p>The 10th fold is a tribute to the father, for he, too, has given his sons and daughters for the defense of their country since they were first born.</p>\r\n<p><img src=\"images/stories/users/Image9.gif\" border=\"0\" /></p>\r\n<p>The 11th fold represents the lower portion of the seal of King David and King Solomon and glorifies in the Hebrews eyes, The God of Abraham, Isaac and Jacob.</p>\r\n<p><img src=\"images/stories/users/Image10.gif\" border=\"0\" /></p>\r\n<p>The 12th fold represents an emblem of eternity and glorifies, in the Christians eyes, God The Father, God The Son, and God The Holy Spirit.</p>\r\n<p>The 13th fold, or when the flag is completely folded, the stars are uppermost reminding them of their nations motto, \'In God We Trust.\'</p>\r\n<p><img src=\"images/stories/users/Image11.gif\" border=\"0\" /></p>\r\n<p>After the flag is completely folded and tucked in, it takes on the appearance of a cocked hat, ever reminding us of the soldiers who served under General George Washington, and the Sailors and Marines who served under Captain John Paul Jones, who were followed by their comrades and shipmates in the Armed Forces of the United States, preserving for them the rights, privileges and freedoms they enjoy  today.</p>\r\n<p>There are some traditions and ways of doing things that have deep meaning.</p>\r\n<p>In the future, you\'ll see flags folded and now you will know why.</p>\r\n<p>Share  this with the children you love and all others who love what is referred to as the symbol of \"Liberty and Freedom.\"</p>\r\n<p>+++++++++++++++++++++++++++++</p>\r\n<p>Do you know that at military funerals, the 21-gun salute stands for the sum of the numbers in the  year 1776?</p>',1,5,0,51,'2010-06-28 05:52:05',76,'Submitted by Elsie DeLuca','2010-06-28 13:14:39',62,0,'0000-00-00 00:00:00','2010-06-28 05:52:05','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,3,'','',0,499,'robots=\nauthor='),(186,'Editorial - McChrystal','editorial-mcchrystal','','<p><strong>Channel-surfing from ABC, CBS, NBC, and CNN through MSNBC and Fox News</strong>, the inside-the-beltway pundits had a field day trying to get inside the heads of Barack Obama, Joe Biden, General Stanley McChrystal, and McChrystal\'s top aides. The one thing common to all of the analyses, by the most famous and highly-paid talking heads in the Western World, was that they are all wrong dead wrong. What is certain is that they all owe General McChrystal and his senior aides an apology for assuming that they are lame-brained numbskulls.<br /><br />The facts of the McChrystal case are not in dispute. General McChrystal and his senior officers allowed a reporter for Rolling Stone Magazine, Michael Hastings, to have almost unprecedented access during an extended stay in Paris. The extended stay was due, in part, to an excess of atmospheric ash from Iceland\'s Eyjafjallajokull volcano, keeping the McChrystal party grounded for days.<br /><br />In an interview with CNN, Hastings reported that he had a tape recorder in his hand most of the time and that McChrystal was \"very aware\" that his comments would find their way into print. He said, \"McChrystal and his people set no ground rules for their conversations, although they did ask that some parts of their conversations were off the record.\" Hastings subsequently published a lengthy profile of General McChrystal on June 22, titled, The Runaway General.</p>\r\n','\r\n<p><br /><br />As Hastings wrote in his profile, McChrystal thought that Obama looked \"uncomfortable and intimidated\" by the roomful of military brass during their first meeting. Of their second meeting, an advisor to McChrystal quoted the general as saying that it was \"a 10-minute photo op.\" He went on to say, \"Obama clearly didn\'t know anything about (McChrystal), who he was. Here\'s the guy who\'s going to run his f_ _ _ing war, but he didn\'t seem very engaged. The Boss was pretty disappointed.\"<br /><br />As General McChrystal flew from Afghanistan to Washington to face Obama in the Oval Office, the almost unanimous opinion of the talking heads was that the comments made by McChrystal and his staff were off the cuff and inadvertent. But to believe that is to totally ignore who these men are.<br /><br />General McChrystal and his top officers are not simple-minded, knuckle-dragging brutes. To the contrary, they are intelligent, thoughtful, highly educated, patriots graduates of West Point and other fine universities who are dedicated to duty, honor, and country. To think that such men would be so careless as to speak unflatteringly of Obama, Biden, and other top administration figures, in the presence of a reporter for a notoriously left wing publication, defies logic at the very least. To think that men who are trained to be careful and deliberate in everything they do, could do something so careless and so unguarded is simply beyond comprehension.<br /><br />I would argue that McChrystal and his aides knew exactly what they were doing.<br /><br />From the day that he became the handpicked \"spear carrier\" for Obama\'s unique brand of warfare playing at being Commander in Chief while playing to his far left constituency McChrystal\'s life had been one of constant frustration. After telling Obama exactly how many troops he needed to carry out his mission, Obama dithered for months before deciding to give him just half the troops he requested. McChrystal could not have been happy about that.<br /><br />The Obama team insisted on new Rules of Engagement designed to reduce collateral damage (civilian casualties). Obama\'s ROE required that U.S. troops must be able to see the enemy with weapon in hand before they were allowed to return fire. One videotape circulated on the Internet showed a platoon of Marines pinned down by enemy sniper fire. But since the enemy was firing from some distance behind the open window of a building, the Marines could not actually see the weapon being fired. Although they were taking deadly fire, they were prohibited by the ROE from putting small arms fire or an RPG through the window opening.<br /><br />Under Obama\'s politically correct ROE, our soldiers and Marines were required to fight with one hand tied behind their backs. McChrystal could not have been happy about that.<br /><br />A strict new interrogation policy, dictated by Attorney General Eric Holder, required that prisoners must be delivered to an Interrogation Center within twenty-four hours of being captured or be released. A great deal of actionable intelligence was lost as a result and battle-hardened enemy fighters were returned to the field to kill Americans. McChrystal must have found that to be incomprehensible.<br /><br />But the greatest insult to our troops in the field, and to the officers who lead them, may be a new battlefield medal designed by the Obama team. It is called the Courageous Restraint Medal and is awarded to soldiers and Marines who demonstrate uncommon restrain in combat by not firing their weapons even when they feel threatened by the enemy. Would we be surprised to learn that the preponderance of these medals were awarded posthumously? McChrystal must have found that to be an insanity.<br /><br />I suggest that, having his best military judgments subjected to the White House political sieve for nearly a year and a half, McChrystal decided that he\'d had enough. And when he announced to his senior staff that he was prepared to retire they decided to push back to make the most of a bad situation. It was clear that, if McChrystal were to simply take off his uniform and walk away, his retirement would be page-twenty news for a day or two before the mainstream media and the American people forgot all about him.<br /><br />They had to make the most of his retirement because it provided a one-time opportunity to show the American people, as well as our enemies and our allies, that the man who claims the title of Commander in Chief of the U.S. military does not command the respect of our men and women in uniform. To make the most of that opportunity they had to choose their messenger very carefully.<br /><br />They knew that, by openly showing their disrespect for Obama in front of just any newsman, they may not attract the attention they desired. Like any astute observer of the MSM, they knew that most reporters would turn on their own mothers if it meant a good story. But they could not take a chance that a mainstream media reporter might suffer a rare pang of conscience when confronted with the prospect of ruining the careers of some of the most senior officers in the War on Terror. They had to fix the odds as much as possible in their favor so they chose to use Michael Hastings and Rolling Stone Magazine.<br /><br />During the long hours that General McChrystal was in the air between Kabul and Washington, Obama knew that he had just two choices both bad. He could declare McChrystal to be an irreplaceable asset in the war effort, give him a public reprimand, and send him back to Kabul. Or he could fire McChrystal, sending a clear message that, at least in his own mind, he was the Commander in Chief.<br /><br />In the former case, he was certain to appear weak and ineffectual a man not totally in charge. In the latter case, he might at least win a few rave reviews from the Kool-Ade drinkers in the mainstream media. He chose the latter of the two options.<br /><br />But what is now lost in all of the hand-wringing and speculation is the fact that McChrystal and his people have succeeded in doing exactly what they set out to do. They wanted to plant the seed in the minds of the American people that Obama is not up to the task of being Commander in Chief and that he does not command the respect of the men and women of the uniformed services from the newest Private E-1 up to the top four-star generals and admirals.<br /><br />That seed is now firmly planted and it cannot be unplanted.<br /><br />From this day forward, no one will have to tell the American people that Stanley McChrystal is a true warrior, a man\'s man, and that Barack Obama is nothing more than a community organizer. Well done, General!</p>\r\n<p><a href=\"http://www.rollingstone.com/politics/news/17390/119236\" target=\"_blank\">Rolling Stone \"The Runaway General\"</a></p>',1,5,0,42,'2010-07-06 01:03:42',62,'Submitted by Ed Garry','2010-07-06 01:13:28',62,0,'0000-00-00 00:00:00','2010-07-06 01:03:42','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,8,'Rolling Stone, Hastings, McChrystal, Obama, weak','Editorial General McChrystal',0,847,'robots=\nauthor='),(187,'Shouldn\'t We All Be Israelis Now?','shouldnt-we-all-be-israelis-now','','<p><img src=\"images/stories/shiver.jpg\" border=\"0\" style=\"border: 0; float: left; margin-left: 1px; margin-right: 7px;\" /></p>\r\n<p>By <a href=\"http://www.americanthinker.com/kyleanne_shiver/\" target=\"_blank\">Kyle-Anne Shiver</a><br />American Thinker</p>\r\n<p>For the past three weeks, I\'ve been on vacation, purposely avoiding news of any kind as I sought to refresh my soul. The very first thing I read upon resuming my vigil on the world\'s affairs was a report describing those despicable Israelis cold-bloodedly murdering a group of innocent peace activists bringing much-needed aid and comfort to the Israeli-victimized Gazans and a companion piece filled with the world\'s condemnation of Israel.</p>\r\n<p>Having followed Middle East events rather conscientiously for a number of years, I immediately suspected that there was a great deal more to this story. Having watched a Western press grow more and more willfully blind and downright anti-Semitic over three decades greatly increased my skepticism. Seeing my American president blink, blink, and blink again while blathering more inanity about irrelevancies, unable to discern right from wrong, brought me to the brink of gut-wrenching nausea.</p>\r\n<p>What has happened to us? The West, I mean, and more specifically, America?</p>\r\n','\r\n<p> </p>\r\n<p>The Israeli Defense Forces are not stupid, for one thing. They had <a href=\"http://www.youtube.com/watch?v=gYjkLUcbJWo\" target=\"_blank\">clear video</a> of individual soldiers legally enforcing a two-nation naval blockade for purely defensive purposes. The boat boarded by the IDF had multiple warnings and were peacefully informed that the ship would need to be boarded and inspected for weapons before it could pass to deliver the aid purportedly on board. All perfectly in accordance with international law. Instead of \"peace activists,\" the soldiers -- not drones or missiles or mechanized artillery, mind you, but real men, sons, brothers, husbands, fathers -- were met by an army of savages wielding steel pipes, who overwhelmed the soldiers and beat them without mercy.</p>\r\n<p>The savage gang was fired upon, and nine of them were killed. It was called an Israeli-perpetrated massacre.</p>\r\n<p>And I daresay there is not a single American adult who would not defend the actions of the IDF if the men being beaten were among their own sons, brothers, husbands, or fathers.</p>\r\n<p>A Chicago police officer attempting to inspect a car trunk for illegal drugs who is surrounded by a gang and beaten with steel pipes certainly has the right to use his gun and depend upon his partner to do so. An American soldier disarming people by law in the wake of Katrina, if met by a gang wielding clubs against him, would fire in self-defense. Would we have the same difficulty condemning the real law-breakers? I don\'t think so.</p>\r\n<p>Figuring out who is right and who is wrong in this situation is not hard stuff. It\'s not the kind of moral dilemma which anyone over the age of twelve ought to have difficulty resolving. No, it isn\'t Auschwitz, at least not yet. It isn\'t the blueprints for massive \"ovens,\" at least not yet, but the leaders of Israel\'s enemy states have publicly declared over and over again their intentions to perpetrate Holocaust II at the first opportunity.</p>\r\n<p><br />No, understanding the Israeli position as the only morally defensible one in the region is not difficult. It\'s the kind of elementary morality that any good parent hopes to have instilled in his children before they reach middle school.</p>\r\n<p>So again, I ask myself, what has happened to us as a civilization?</p>\r\n<p>Why are the Israelis having to spend precious time and energy trying to convince the rest of the world of the justness of their cause? A cause that is simply about surviving in peace while surrounded by historical throwbacks to the 7th century? </p>\r\n<p>When the Israelis finally bent to world pressure in 2005 and left Gaza -- forcefully uprooting their own people, and even being so thorough as to take the dead Jews from their cemeteries -- they were acting in good faith, attempting to trade land for peace. The Palestinians could have become good neighbors, could have asked for the helping hand of do-gooders around the world for rebuilding moneys and assistance. The world would have been generous. The Israelis themselves offered such assistance. </p>\r\n<p>Instead, the Palestinians took to using Gaza exactly as they had before the Israeli occupation: to perpetrate war. Nearly ten thousand rockets have rained down on innocent Israelis since the land-for-peace deal was made. Those rockets have killed hundreds of Israelis, nearly all civilians. And, in fact, the Israelis do send food and medicine daily into the Gaza that assaults them without mercy.</p>\r\n<p>Now, if peace is really the only objective, the Israelis could have peace by this time tomorrow, and the only thing they would need to do to achieve it is to march quietly into an Iranian-built \"oven.\" The Arabs would all be happy. The Muslim world would rejoice immediately, and all would be well in the entire region. All American troops could come home from the Middle East. President Obama could bow as much as he pleased and play golf the rest of the time.</p>\r\n<p>About a year ago, I shamelessly berated a dear Jewish friend for becoming paranoid about unfolding events -- not in Israel, but right here in America. She, naturally, sees things differently from how I do. She was noticing the telltales in American foreign policy under the new administration. She was calling my attention to signs I couldn\'t then read. Perhaps a part of me simply wanted to believe -- with all my heart and soul -- that nothing whatsoever similar to the Holocaust could ever happen again because we good Americans would never, ever, ever permit such a horror on our watch. I argued this point with my friend vehemently. For a while, we were so passionately at odds on the \"Jewish question\" that we stopped corresponding and talking on the phone. Now I shake with guilt and shame over my callous insensitivity, and I wonder where I found such faith in the American people and such naïve blindness about human evil.</p>\r\n<p>We have clearly elected an anti-Semitic president. I say this with due trepidation; I take the charge as seriously as any I know. Barack Obama\'s anti-Semitism is so transparent that I tremble to consider that it may not even be merely an intellectual Israel-vs.-Arab-nation prejudice, but may actually be racist, or even a soul-disordered hate for all things deigned by God.</p>\r\n<p>Consider Obama\'s presidential record on judging events. When lawyer Obama heard only scant details of Professor Gates\' arrest, he didn\'t bat an eyelash before publicly declaring that the police \"acted stupidly.\" When President Obama learned of Chávez-wannabe Zelaya being exiled from Honduras, he took the side of Zelaya without even the slightest hesitation, and he even threw the weight of the entire U.S. government against the tiny, struggling Honduran democracy. When Eric Holder announced that he intended to grant the 9/11 terrorists civilian trials in the heart of NYC, President Obama needed no time to study the issue, gather all the facts, or hold any public investigations on the matter. President Obama seems to have no difficulty whatsoever taking sides.</p>\r\n<p>Yet whenever the president is confronted with events in which Jews or Muslims are concerned, we encounter an altogether different Obama persona. We see the dodger. We see the presumed thinker. We see the lawyer calling for all the facts, all the wider ramifications, all the possible contingencies. In every instance of terrorist killing or foiled killing since taking office, President Obama has dodged the one word that fits: \"Muslim.\" He has removed every mention of Islam from all intelligence material on terrorism. Since day one of his presidency, we have seen a man seemingly going out of his way to soothe the hurt feelings of Muslims, all the while publicly insulting and humiliating the Jewish Prime Minister of Israel. Now, with clear film showing soldiers mercilessly beaten by a savage gang and firing in self-defense, the president dithers, joins an immoral U.N. condemnation of the Israelis, and continues to \"gather facts.\"</p>\r\n<p>Remembering the fears of my Jewish friend, I must now ask whether Barack Obama is signaling to the entire Muslim world that Israel is theirs for the taking, that America will stand aside and twiddle our collective thumbs while Iran and her Muslim neighbors finally get to carry out Holocaust II.</p>\r\n<p>And for the very first time in my life, I am ashamed of my country.</p>\r\n<p>The only thing I can add is that I now declare myself, a devout Catholic, Jewish too. And it would seem the only moral thing any of us can do is to proclaim this as loudly and as furiously as we can. When <a href=\"http://newsbusters.org/blogs/ken-shepherd/2010/06/04/helen-thomas-jews-should-go-back-germany\" target=\"_blank\">Helen Thomas says the Jews need to go back to Poland and Germany</a>, and those on a \"peace flotilla\" tell an Israeli soldier to \"<a href=\"http://www.breitbart.tv/flotilla-passenger-to-idf-soldiers-go-back-to-auschwitz-dont-forget-911\" target=\"_blank\">go back to Auschwitz</a>,\" and a president looks the other way while evil parades as good right under his nose, then the time for silence has passed. There is a quirky verse in the book of Genesis which any God-fearing person ought now heed, in my opinion. Speaking of the Jews, His chosen people, God told Abraham: \"I will bless those who bless you, and the one who curses you I will curse.\"</p>\r\n<p>I say again, shouldn\'t we all be Israelis now? Yes, we should.</p>\r\n<p>Kyle-Anne Shiver is a frequent contributor to American Thinker. She welcomes your comments at <a href=\"http://www.kyleanneshiver.com\">www.kyleanneshiver.com</a>.</p>\r\n<p> </p>',1,5,0,43,'2010-07-08 13:02:18',62,'Kyle_Anne Shiver for American Thinker','2010-07-08 15:16:12',62,0,'0000-00-00 00:00:00','2010-07-08 13:02:18','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,35,'','',0,696,'robots=\nauthor='),(188,'Transformation Michigan/Statement of Faith','transformation-michiganstatement-of-faith','','<p><strong><a href=\"http://transformmi.com/index.cfm\">Transformation Michigan</a><br />Statement of Faith</strong></p>\r\n<p><br />We believe that Jesus Christ came, died and rose again to take away the sins of the world (1 Corinthians 15:1-4)</p>\r\n<p>We believe that Jesus Christ is the only way to salvation and to the Father (Acts 4:12).</p>\r\n<p>We believe that God’s house will be called a “House of Prayer” where each church, ministry or group who gathers to pray can be part (Matthew 21:13, Isaiah 56:7).</p>\r\n<p>We believe the Bible is the infallible Word of God (2 Timothy 3:16).</p>\r\n','\r\n<p> </p>\r\n<p>We believe in unity of the church bridging the generations and streams in the body of Christ (Psalm 133:1-3, Matthew 12:25, John 17:20-21).</p>\r\n<p>We believe that Christ is the head of the body where all the parts will function in unity. (1 Corinthians12:12-31)</p>\r\n<p>We believe that God is rebuilding the “Tabernacle of David” this day where prayer, praise and worship ascends to the throne of God (Acts 15:16).</p>\r\n<p>We believe in, pray for, and support “Traditional Marriage” and “Sanctity of Life in the Womb” (Genesis 2:24, Psalm 127:3-5).</p>\r\n<p>We believe that God is a healer of mind, body, spirit and soul (Isaiah 53:4-5, Mark 16:18).</p>\r\n<p>We believe in the uplifting of God’s commandments throughout the land (Matthew 22:36-40).</p>\r\n<p>We believe in the tri-unity of the Father, Son and Holy Spirit as the one true God (Matthew 28:18).</p>\r\n<p>We believe one accord prayer will release signs, wonders, healing, miracles, and laborers for the harvest (Mark 16:17, Matthew 9:37-38).</p>\r\n<p>We believe unified one accord prayer will address every known problem or issue and transform our state and nation (Psalm 133).</p>\r\n<p>We believe that righteousness exalts a nation (Proverbs 14:34).</p>\r\n<p>We believe in praying for those in authority over us (1 Timothy 2:1-4).</p>\r\n<p>We believe that God is pleased with 24/7 day and night prayer that will connect 83 counties in our state and we are the lively stones to build this spiritual house of prayer (1 Peter 2:5, Isaiah 62:4-7). We believe that declarations and decrees of life from intercessors, singers and musicians in prayer, praise and worship will change every cultural gateway of society - family, church, educational, government/laws, media/communication, arts/entertainment, and the business/economic gateway (Isaiah 2:2, Proverbs 15:4, 18:21).</p>\r\n<p>We believe that our nation must pray, seek God’s face, humble itself, and repent (turn) from its sins and God will then heal our land (2 Chronicles 7:14).</p>\r\n<p>We believe in and will pray for the peace of Jerusalem (Psalm 122:6).</p>\r\n<p>We believe in the fullness and the operation of the five-fold ministry and the stirring of all the gifts in the body of Christ (Ephesians 4:11-16, 1 Corinthians 12:4-10, 27-31, Romans 12:3-8, 2 Timothy 1:6).</p>\r\n<p>We believe we can come before the throne of grace boldly to obtain mercy and help (Hebrews 4:16).</p>\r\n<p>We believe we can take authority over any challenges, plagues, disasters, acts of terrorism through united one accord prayer (Mark 11:22-24).</p>\r\n<p>We believe that the prayers of the saints on earth will fill bowls in heaven as the incense rises from the courtroom on earth up to the courtroom (prayer room) in heaven (Revelation 5:8-10, 8:1-6).</p>\r\n<p> </p>',1,1,0,1,'2010-07-08 13:49:00',62,'','2010-07-08 14:40:32',62,0,'0000-00-00 00:00:00','2010-07-08 13:49:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,260,'','',0,383,'robots=\nauthor='),(189,'Why you should never watch NBC\'s \'Today\' show again','why-you-should-never-watch-nbcs-today-show-again','','<h4>Let NBC and its \"Today\" show know their decision to recognize two gay men as \"husband and wife\" is a reason to cancel your viewership.</h4>\r\n<p>July 9, 2010<br /><br /></p>\r\n<p><img src=\"http://action.afa.net/uploadedImages/nbctoday.jpg\" border=\"0\" alt=\"NBC\'s \'Today\' show embraces homosexuality and gay \'marriage\'\" hspace=\"5\" align=\"right\" style=\"float: right; border: 0; margin-left: 5px; margin-right: 5px;\" />The NBC network has just announced it will recognize homosexuals as married couples by opening its \"Modern Wedding Contest\" to same-sex lovers.</p>\r\n<p>After a meeting with gay and lesbian activists, NBC\'s \"Today\" show said it is changing the rules for its annual wedding contest to allow homosexual \"couples\" to apply for a wedding ceremony conducted on morning TV.</p>\r\n<p><strong>Read NBC\'s official pro-gay statement </strong><a href=\"http://today.msnbc.msn.com/id/38156203/ns/today-today_weddings/\" target=\"_blank\"><strong><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">here</span></span></strong></a><strong>.</strong></p>\r\n<p>NBC extended the deadline for applications to accomodate homosexuals who want to get \"married\" on a live television airing of the show in October.</p>\r\n<p><strong>Take Action</strong></p>\r\n<p><a href=\"http://secure.afa.net/afa/activism/TakeAction.asp?id=375\" target=\"_blank\"><strong><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">Let NBC know their recognition of same-sex marriage is an attack on traditional, moral and Judeo-Christian values</span></span></strong></a><strong>, and to recognize it as such is cause for you to stop watching the \'Today\' program altogether.</strong></p>','',1,1,0,1,'2010-07-09 20:10:57',64,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-07-09 20:10:57','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,259,'NBC\'s \'Today\' show, NBC, Today, show, gay men, husband and wife, cancel viewership, AFA','Why you should never watch NBC\'s \'Today\' show again. Let NBC and its Today show know their decision to recognize two gay men as husband and wife is a reason to cancel your viewership. AFA',0,281,'robots=\nauthor='),(190,'Activist: Islam on the rise, compliments of Obama','activist-islam-on-the-rise-compliments-of-obama','','<p align=\"left\"><img src=\"http://onenewsnow.com/uploadedImages/Media/Images/FrontPageArt/Obama_symbols_big.jpg\" border=\"1\" alt=\"Obama with Christian and Muslim symbols big\" title=\"Obama with Christian and Muslim symbols big\" hspace=\"3\" vspace=\"3\" width=\"162\" height=\"125\" align=\"left\" style=\"float: left; border: 1px solid black; margin: 3px;\" /></p>\r\n<p align=\"left\"> 7/9/2010 7:00:00 AM</p>\r\n<p align=\"left\"><strong>A conservative political activist</strong> says President Obama\'s pro-Islamic leanings are to blame for radical Islamic groups becoming so emboldened that they are openly holding conferences on U.S. soil calling for the establishment of a global Islamic empire.</p>\r\n<p align=\"left\">On July 11 the radical Islamic group Hizb ut-Tahrir America (HTA) will hold its second annual \"Global Campaign for Khilafah\" in a Chicago suburb to call for an end to capitalism and to hype the virtues of an Islamic state ruled by strict sharia law. Last year\'s gathering -- themed \"Fall of Capitalism &amp; Rise of Islam\" -- drew about 500 people, but this year the group has reserved an 11,000-square-foot ballroom, hoping to draw more than a thousand participants. This year\'s event is billed \"Emerging World Order: How the Khilafah Will Shape the World.\"</p>\r\n<p align=\"left\"> <br />HTA is an extremist organization which wants to establish a global Khilafah. The group has been described by the president of American Islamic Forum for Democracy as \"a conveyor belt to terror\" and a former member as believing that \"homosexuals should be thrown off the highest building.\" Among its alumni are 9/11 mastermind Kalid Sheik Mohammed and Abu Musab al-Zarqawi, the one-time leader of al-Qaida in Iraq. (<a href=\"http://www.foxnews.com/us/2010/06/16/radical-islamist-group-set-return-chicago-second-major-recruiting-conference\" target=\"_blank\" title=\"See related article\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">See related article</span></span></a>)<br /> <br /><img src=\"http://onenewsnow.com/uploadedImages/Robert_Knight_Culture_Media_Institute.jpg\" border=\"0\" alt=\"Robert Knight\" title=\"Robert Knight\" hspace=\"3\" vspace=\"3\" width=\"77\" height=\"127\" align=\"right\" style=\"float: right; border: 0; margin: 3px;\" />Robert Knight is a senior fellow at the <a href=\"http://www.theacru.org/\" target=\"_blank\" title=\"American Civil Rights Union\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">American Civil Rights Union</span></span></a> and a senior writer for <a href=\"http://www.coralridge.org/\" target=\"_blank\" title=\"Coral Ridge Ministries\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">Coral Ridge Ministries</span></span></a>. He contends that radical Islamic groups such as HTA have become emboldened because of President Obama\'s snubbing of Israel and his outreach to Muslims.<br /> <br />\"He\'s sent many signals that Islam is on the rise in America and that he\'s fine with it,\" Knight points out. \"And I think these groups are feeling emboldened that they can step out of the shadows and proclaim that they are working for establishment of sharia law, which is entirely unconstitutional by our standards. But they feel so emboldened that they can hold public conferences and proclaim the fall of capitalism and the rise of Islam.\"<br /> <br />Knight says groups like HTA are confident knowing that the mainstream media likely will not take them on -- and certainly neither will the Obama administration.</p>\r\n<p> </p>','',1,1,0,1,'2010-07-09 22:16:39',62,'Chad Groening - OneNewsNow','2010-07-09 22:27:43',62,0,'0000-00-00 00:00:00','2010-07-09 22:16:39','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,258,'','',0,234,'robots=\nauthor='),(191,'What Has America Become?','what-has-america-become','','<p>IN CASE YOU MISSED IT THE FIRST TIME...</p>\r\n<p>By Ken Huber | Friday, July 2nd, 2010</p>\r\n<p><strong>Has America become the land of the special interest and home of the double standard?</strong></p>\r\n<p>Let’s see: If we lie to the Congress it’s a felony and if the Congress lies to us it’s just politics. If we dislike a black person, we’re racist and if a black person dislikes whites it’s his First Amendment right. The government spends millions to rehabilitate criminals and does almost nothing for the victims. In public schools you can teach that homosexuality is OK but you’d better not use the word “God” in the process. You can kill an unborn child, but it’s wrong to execute a mass murderer.</p>\r\n<p>We don’t burn books in America — we now rewrite them. We got rid of the communist and socialist threat by renaming adherents “progressives.” We are unable to close our border with Mexico, but have no problem protecting the 38th parallel in Korea. If you protest against President Obama’s policies you’re a terrorist, but if you burned an American flag or George Bush in effigy it was your First Amendment right.</p>\r\n','\r\n<p> </p>\r\n<p>You can have pornography on TV or the Internet, but you’d better not put a Nativity scene in a public park during Christmas. We have eliminated all criminals in America — they are now called sick people. We can use a human fetus for medical research, but it’s wrong to use an animal.</p>\r\n<p>We take money from those who work hard for it and give it to those who don’t want to work. We all support the Constitution, but only when it supports our political ideology. We still have freedom of speech, but only if we are being politically correct. Parenting has been replaced with Ritalin and video games. The land of opportunity is now the land of handouts. The similarity between Hurricane Katrina and the gulf oil spill is that neither president did anything to help.</p>\r\n<p>And how do we handle a major crisis today? The government appoints a committee to determine who’s at fault, then threatens them, passes a law, raises our taxes, and tells us the problem is solved so incumbents can get back to their reelection campaigns.</p>\r\n<p>What has happened to the land of the free and the home of the brave?</p>\r\n<p>© Ken Huber, all rights reserved.</p>\r\n<p>Ken Huber of Tawas City, Michigan wrote a \"letter to the editor\" that expressed the frustrations of ordinary Americans with their feckless government. His words struck a responsive chord with the American electorate and the letter that he wrote became a viral email.</p>\r\n<p class=\"bio\"> {jcomments on}</p>',1,5,0,42,'2010-07-12 15:48:32',75,'Submitted by Ed Garry','2010-07-12 16:05:03',62,0,'0000-00-00 00:00:00','2010-07-12 15:48:32','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,7,'','',0,589,'robots=\nauthor='),(192,'Prepared for the Times','prepared-for-the-times','','<h1>Prepared for the Times, Part 29</h1>\r\n<p>Week 29, 2010 <br /><br /><br /></p>\r\n<p><img src=\"images/stories/r_joyner_85px.jpg\" border=\"0\" style=\"float: left;\" />     The first strategy of the devil to seduce mankind was to get our first parents to doubt the Word of God—“Did God really say that?” Once he got them to doubt what He had said, it was just a short step to getting them to doubt God’s intentions for them. From there, his ploy was to get them to feel rejected by God because He was holding something back from them. Christians who have been caused to stumble often go through this same pattern. <br /><br />     It is interesting that this is the same way our Constitution has been attacked and eroded. First, we have been encouraged to question what it really says, and then if that does not work, to question the intentions of the Founders who wrote it. If that does not work, we’re encouraged to believe that it was a document written for a primitive agrarian society, not the modern world, and it is therefore no longer relevant. Actually, it was written in plain English so that it is would be clear to those who would bother to read it. It also had nothing to do with agrarian or modern societies, but rather the fundamental corruptibility of men when given power and how to keep this corruption in check. Their wisdom has been based on truths that have been proven in every age of men because it is not dependent on the circumstances men are in, but rather what is in men that will manifest in certain circumstances. <br />   \r\n','\r\n   To remain strong Christians who are aligned with God and His perspective of the world and current events, we must be devoted to a constant study of the Scriptures, which were given to us for this purpose. To stand, we need to establish ourselves solidly in the Word of God, knowing and holding to sound doctrine, and we need to recognize and refute the craftiness of our enemy. <br /><br />     We must also understand that the “good” side of the Tree of the Knowledge of Good and Evil is just as deadly as the “evil” side of that tree—they both have the same root and the same fruit—death. Human goodness, which is not based on the redemptive purposes of God, will always be one of the biggest stumbling blocks to men. We can look at “good works” and be pleased at them, but if they are being done as a way to compensate and pay for our rebellion, then they are an affront to the cross, and our own good works can be one of the primary things that keep us from the cross.<br /><br />     Just as the Apostle Paul rejoiced in the gospel being preached even by those who did not have good motives, it is fine to rejoice in the good works that men do and be thankful that others are being helped, even if it is not being done with the best motives. The communists used to do many good works for other nations to try to seduce them with communism, and America has done much of the same with its aid, seeking allies rather than just trying to help the needy. Even so, Americans do have a heart for helping the needy or those who are in crisis that may be unprecedented in history, and it is right to be thankful for this. <br /><br />     Wisdom would dictate that as a foreign policy, we need to evaluate how we make our allies because some have turned out to be despicable dictators who have ruthlessly treated their own people, and some turned into our own worst enemies, such as Osama bin Laden. Bad intentions can sometimes result in good, and good intentions can sometimes result in bad, but we shouldn’t stop doing good because it might turn out bad. <br /><br />     I personally rejoice at any good that people do for one another. However, I do watch out for those I sense want to do me favors but have ulterior motives. It is quite easy to discern this, as well as it is to discern those who truly want to do some good out of genuine care or as just serving one of God’s people. <br /><br />     Likewise, we were very much involved in the Hurricane Katrina disaster from the beginning, and though I never doubted the desire of our government workers there with FEMA, the incompetence was more than discouraging—it was scary. Not all of the problems that were blamed on FEMA was their fault, and they did do some good. To this day, I am very thankful to live under a government that at least wants and tries to help its people, even if it has become so cumbersome that its incompetence sometimes causes more harm than good. <br /><br />     However, lately the government’s intentions to do many good things for its citizens seem far more crafty than ever before. This is confirmed when we dig through some of the bills and find the time bombs that undermine our basic rights, which really are in conflict with the Constitution. This is a new level of evil. <br /><br />     We can be sure that when a 2,700 page bill is sent through Congress without giving anyone time to even read it, much less study it, it includes things they do not want us to see or know about. Americans are waking up to this, and very encouragingly, are not continuing to accept the sweet talk from those who say they only have our best intentions in mind. In truth, men can have 2 percent good intentions and use that to justify the evil that is their true motive. They can have 98 percent good intentions, but that 2 percent, which is evil, can kill. Rat poison is 98 percent good food and just 2 percent poison. It is the good food that draws the victims. Some of the bills being rammed through Congress have good in them, but it is what is hidden that is becoming a serious threat to the very foundation of our liberty.<br /><br />     Discernment is one of the most desperately needed gifts of the Spirit that we need at this time. What we are discussing above, and is now happening in the government, is also permeating society in general. How do we get this discernment? We pray for discernment, and then we get to know God’s Word. If Jesus, who was the Word of God, would take His stand on “It is written…” how much more should we?</p>',1,19,0,76,'2010-07-13 17:47:36',63,'','2012-02-04 13:06:45',62,0,'0000-00-00 00:00:00','2010-07-13 17:47:36','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,10,'joyner','The first strategy of the devil to seduce mankind was to get our first parents to doubt the Word of God—“Did God really say that?” Once he got them to doubt what He had said, it was just a short step to getting them to doubt God’s intentions for them.',0,569,'robots=\nauthor='),(193,'????? ?????? ????????? ???? - Opera at the heart of Tel Aviv ','----opera-at-the-heart-of-tel-aviv-','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>object width=\"425\" height=\"344\"<span>&gt;</span><span>&lt;</span>param name=\"movie\" value=\"http://www.youtube.com/v/eNqosHRbWog&amp;amp;hl=en_US&amp;amp;fs=1?color1=0x2b405b&amp;amp;color2=0x6b8ab6\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>param name=\"allowFullScreen\" value=\"true\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>param name=\"allowscriptaccess\" value=\"always\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>embed src=\"http://www.youtube.com/v/eNqosHRbWog&amp;amp;hl=en_US&amp;amp;fs=1?color1=0x2b405b&amp;amp;color2=0x6b8ab6\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"425\" height=\"344\"<span>&gt;</span><span>&lt;</span>/embed<span>&gt;</span><span>&lt;</span>/object<span>&gt;</span></span>{/source}</p>','',-2,5,0,43,'2010-07-15 10:26:09',62,'Submitted by Jim Willis','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-07-15 10:26:09','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,0,'','',0,0,'robots=\nauthor='),(194,'Opera at the heart of Tel Aviv ','-opera-at-the-heart-of-tel-aviv-','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>object width=\"425\" height=\"344\"<span>&gt;</span><span>&lt;</span>param name=\"movie\" value=\"http://www.youtube.com/v/eNqosHRbWog&amp;amp;hl=en_US&amp;amp;fs=1?color1=0x2b405b&amp;amp;color2=0x6b8ab6\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>param name=\"allowFullScreen\" value=\"true\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>param name=\"allowscriptaccess\" value=\"always\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>embed src=\"http://www.youtube.com/v/eNqosHRbWog&amp;amp;hl=en_US&amp;amp;fs=1?color1=0x2b405b&amp;amp;color2=0x6b8ab6\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"425\" height=\"344\"<span>&gt;</span><span>&lt;</span>/embed<span>&gt;</span><span>&lt;</span>/object<span>&gt;</span></span>{/source}</p>','',1,5,0,43,'2010-07-15 10:29:32',62,'Submitted by Jim Willis','2010-07-15 10:34:46',62,0,'0000-00-00 00:00:00','2010-07-15 10:29:32','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,33,'','',0,404,'robots=\nauthor='),(195,'Oil Spill Timeline','oil-spill-timeline','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;object width=\"400\" height=\"227\"&gt;&lt;param name=\"allowfullscreen\" value=\"true\" /&gt;&lt;param name=\"allowscriptaccess\" value=\"always\" /&gt;&lt;param name=\"movie\" value=\"<a href=\"http://vimeo.com/moogaloop.swf?clip_id=12933322&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1\">http://vimeo.com/moogaloop.swf?clip_id=12933322&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1</a>\" /&gt;&lt;embed src=\"<a href=\"http://vimeo.com/moogaloop.swf?clip_id=12933322&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1\">http://vimeo.com/moogaloop.swf?clip_id=12933322&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1</a>\" type=\"application/x-shockwave-flash\" allowfullscreen=\"true\" allowscriptaccess=\"always\" width=\"400\" height=\"227\"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;p&gt;&lt;a href=\"<a href=\"http://vimeo.com/12933322&quot;&gt;Oil\">http://vimeo.com/12933322\"&gt;Oil</a> Spill Timeline&lt;/a&gt; from &lt;a href=\"<a href=\"http://vimeo.com/user3849600&quot;&gt;RightChange&lt;/a\">http://vimeo.com/user3849600\"&gt;RightChange&lt;/a</a>&gt; on &lt;a href=\"<a href=\"http://vimeo.com&quot;&gt;Vimeo&lt;/a&gt;.&lt;/p\">http://vimeo.com\"&gt;Vimeo&lt;/a&gt;.&lt;/p</a>&gt;</span><br /></span>{/source}</p>','',0,5,0,42,'2010-07-16 00:45:18',75,'Submitted by Ed Garry','2010-07-16 00:56:53',62,0,'0000-00-00 00:00:00','2010-07-16 00:45:18','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,6,'oil, spill, timeline, video','Oil Spill Timeline on Video',0,0,'robots=\nauthor='),(196,'Crisis Prayer for Israel During the Hebrew Month of \"Av\"','crisis-prayer-for-israel-during-the-hebrew-month-of-qavq','','<div class=\"email_author\">James W. Goll with Glory of Zion Ministries:</div>\r\n<div class=\"email_title\">Crisis Prayer for Israel During the Hebrew Month of \"Av\"<br />(Especially the 9th of Av, which is July 20, this next Tuesday)</div>\r\n<div style=\"float: left; width: 115px; margin-right: 10px;\"><img src=\"http://www.mypropheticspace.com/images/faces/james_blue_fade.jpg\" border=\"0\" width=\"98\" height=\"150\" align=\"left\" style=\"float: left; border: 0;\" /></div>\r\n<p>I have adapted this material from several sources of reliable friends (including Glory of Zion Ministries) in the Land of Israel today. I concur with it and hence am bringing it to your attention.</p>\r\n<p>Let us be watchful! A Watchmen for Israel!</p>\r\n<p class=\"subtitle\">Critical Time for Prayers of Protection</p>\r\n<p>This past Monday, July 12th, was the first day of \"Av\", the fifth month in the Hebrew Biblical calendar. This date is specifically mentioned in Numbers 33:38 as the day on which Aaron, the High Priest died. This is a month which is looked upon with sobriety by many Jewish people—from the first to the ninth, many enter into a form of <em>fasting</em> by abstaining from eating meat.</p>\r\n<p>The three-week period between the 17th of Tammuz and the 9th of Av (July 20th this year) is when the First Temple was destroyed and has sometimes been referred to as \"Bein haMetzarim\"—<em>between the straits</em>. <span class=\"script_ref\"><strong><em><span style=\"color: #016d88;\">Lamentations 1:3</span></em></strong></span> states, <span class=\"script_text\"><em><span style=\"color: #016d88;\">\"All her persecutors overtake her between the dire straits.\" </span></em></span></p>\r\n<p>Because of the many calamities that have occurred to the Jewish people throughout history during or surrounding this period of time, several key leaders in the land of Israel and in the global prophetic and prayer movements see this as a <strong>critical time for prayers of protection</strong>.</p>\r\n','\r\n<p class=\"subtitle\">A Time of Attacks</p>\r\n<p>The following are among some of the verifiable events that have taken place within the month of Av itself:</p>\r\n<p>• <strong>586 B.C. &amp; 70 C.E.:</strong> Both the first and second Temples in Jerusalem were destroyed during this month.</p>\r\n<p>• <strong>1492, 7th of Av:</strong> King Ferdinand and Queen Isabella expelled all Jews who refused conversion from Spain.</p>\r\n<p>• <strong>1929, 17th of Av:</strong> 67 Jewish adults and children were massacred by Muslim Arabs in Hebron.</p>\r\n<p>• <strong>1994, 10th of Av:</strong> Muslim Arabs bombed the Jewish community center in Buenos Aires, Argentina, killing 86 and wounding more than 300—the deadliest attack in the Diaspora since the Holocaust.</p>\r\n<p>• <strong>2005, 10th of Av:</strong> thousands of Jews began to be forcibly expelled from 25 towns and settlements in the Gaza Strip and Northern Samaria, as part of the \"Disengagement Plan.\"</p>\r\n<p><strong>Many \"noted seers\" have consistently seen this period of time as a season when demonic dark forces have historically sought to take advantage against God\'s covenant land and people of Israel</strong>. This calls for special watchfulness over Israel and Jewish people in the nations, bringing them before the \"Father of Lights\" according to James 1:17. With this in mind, <strong>we are emphasizing special prayer for Israel during the Hebrew month of Av</strong>.</p>\r\n<p>Although the name Av is actually a Babylonian name, adopted during Judah\'s captivity, it happens to bear the same spelling and pronunciation as the Hebrew word for <em>Father</em>. As we pray in our Global Prayer Storm over the land and people at the beginning of this Hebrew month, we can remind God of His word as found in a verse from <span class=\"script_ref\"><strong><em><span style=\"color: #016d88;\">Jeremiah 3:4</span></em></strong></span>: <span class=\"script_text\"><em><span style=\"color: #016d88;\">Will you not from this time cry to Me, \"My Father, You are the guide of my youth?\"</span></em></span></p>\r\n<p class=\"subtitle\">PLEASE CONTINUE TO PRAY:</p>\r\n<p>• That Israel be protected from evil that seeks an occasion to be released against her during these three weeks and throughout this Fifth Month.</p>\r\n<p>• Pray <span class=\"script_ref\"><strong><em><span style=\"color: #016d88;\">Psalm 118:5</span></em></strong></span>: Out of the strait (metzar) <span class=\"script_text\"><em><span style=\"color: #016d88;\">I called to Ya (the LORD). Ya answered me in a wide-open place.</span></em></span></p>\r\n<p>• For Israel—the People: to be brought into the fullness that God has for them, and to survive the narrows which must be traversed along the way. <span class=\"script_text\"><em><span style=\"color: #016d88;\">\"Narrow is the gate and difficult is the way which leads to life\"</span></em></span> (<span class=\"script_ref\"><strong><em><span style=\"color: #016d88;\">Matthew 7:14</span></em></strong></span>). Yeshua came that His people might come into fullness of joy (John 15:11; 16:24).</p>\r\n<p>• For Israel—the Land: to come into the fullness God has ordained. At present the land is too narrow to adequately nurture the Jewish People that God has already brought from the nations, and she is under constant pressure from the nations to become narrower still. <span class=\"script_text\"><em><span style=\"color: #016d88;\">\"Enlarge the place of your tent; stretch out the curtains of your dwellings, spare not; lengthen your cords and strengthen your pegs. For you will spread abroad to the right and to the left\"</span></em></span> (<span class=\"script_ref\"><strong><em><span style=\"color: #016d88;\">Isaiah 54:2-3</span></em></strong></span>).</p>\r\n<p>• Declare that Israel\'s \"times\" are in the Lord\'s hands and that evil cannot maintain sovereignty over any segment of time. Entrust the spirit of this land and people into the Lord\'s hands, who has redeemed her (Psalm 31:5, 15).</p>\r\n<p><strong>James W. Goll<br /><em>Encounters Network • PrayerStorm • Compassion Acts</em></strong><br />Email: <a href=\"http://mce_host/info@encountersnetwork.com?subject=Inquiry%20from%20ElijahList%20Subscriber www.Letsrebuildit.com\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">info@encountersnetwork.com</span></span></a></p>',1,5,0,43,'2010-07-16 23:06:14',62,'James Goll','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-07-16 23:06:14','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,32,'James W. Goll with Glory of Zion Ministries:Crisis Prayer, Hebrew, Av','James W. Goll with Glory of Zion Ministries:\r\nCrisis Prayer for Israel During the Hebrew Month of Av\r\n(Especially the 9th of Av, which is July 20, this next Tuesday)',0,656,'robots=\nauthor='),(197,'Ground Zero Mosque: \"Is it possible to be astonished, but not surprised?\"','pat-condell','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>object width=\"425\" height=\"344\"<span>&gt;</span><span>&lt;</span>param name=\"movie\" value=\"http://www.youtube.com/v/vjS0Novt3X4&amp;amp;hl=en_US&amp;amp;fs=1?rel=0&amp;amp;color1=0x2b405b&amp;amp;color2=0x6b8ab6\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>param name=\"allowFullScreen\" value=\"true\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>param name=\"allowscriptaccess\" value=\"always\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>embed src=\"http://www.youtube.com/v/vjS0Novt3X4&amp;amp;hl=en_US&amp;amp;fs=1?rel=0&amp;amp;color1=0x2b405b&amp;amp;color2=0x6b8ab6\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"425\" height=\"344\"<span>&gt;</span><span>&lt;</span>/embed<span>&gt;</span><span>&lt;</span>/object<span>&gt;</span><br /></span>{/source}</p>','',1,5,0,43,'2010-07-20 23:56:56',62,'Submitted by Oak Initiative','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-07-20 23:56:56','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,31,'Ground Zero Mosque','Ground Zero Mosque: Is it possible to be astonished, but not surprised?',0,555,'robots=\nauthor='),(198,'John Wayne & Dean Martin: What John Wayne Would Like for His New Daughter','john-wayne-a-dean-martin-on-what-john-wayne-wants-for-his-new-daughter','','<p> </p>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>object width=\"425\" height=\"344\"<span>&gt;</span><span>&lt;</span>param name=\"movie\" value=\"http://www.youtube.com/v/vjS0Novt3X4&amp;amp;hl=en_US&amp;amp;fs=1?rel=0&amp;amp;color1=0x2b405b&amp;amp;color2=0x6b8ab6\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>param name=\"allowFullScreen\" value=\"true\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>param name=\"allowscriptaccess\" value=\"always\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>embed src=\"http://www.youtube.com/v/vjS0Novt3X4&amp;amp;hl=en_US&amp;amp;fs=1?rel=0&amp;amp;color1=0x2b405b&amp;amp;color2=0x6b8ab6\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"425\" height=\"344\"<span>&gt;</span><span>&lt;</span>/embed<span>&gt;</span><span>&lt;</span>/object<span>&gt;</span><br /></span>{/source}</p>','',0,5,0,54,'2010-07-26 03:01:01',77,'Submitted by Tom Brake','2010-07-26 03:47:27',62,0,'0000-00-00 00:00:00','2010-07-26 03:01:01','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',10,0,3,'John Wayne, Dean Martin','John Wayne & Dean Martin on what John Wayne wants for his new daughter.',0,0,'robots=\nauthor='),(199,'Gingrich: No Cordoba at Ground Zero ','gingrich-no-cordoba-at-ground-zero-','','<p>July 21, 2010 6pm</p>\r\n<p>There should be no mosque near Ground Zero in New York so long as there are no churches or synagogues in Saudi Arabia. The time for double standards that allow Islamists to behave aggressively toward us while they demand our weakness and submission is over.</p>\r\n<p>The proposed \"Cordoba House\" overlooking the World Trade Center site – where a group of jihadists killed over 3000 Americans and destroyed one of our most famous landmarks - is a test of the timidity, passivity and historic ignorance of American elites.  For example, most of them don’t understand that “Cordoba House” is a deliberately insulting term.  It refers to Cordoba, Spain – the capital of Muslim conquerors who symbolized their victory over the Christian Spaniards by transforming a church there into the world’s third-largest mosque complex.</p>\r\n<p>Today, some of the Mosque’s backers insist this term is being used to \"symbolize interfaith cooperation\" when, in fact, every Islamist in the world recognizes Cordoba as a symbol of Islamic conquest.  It is a sign of their contempt for Americans and their confidence in our historic ignorance that they would deliberately insult us this way.</p>\r\n','\r\n<p> </p>\r\n<p>Those Islamists and their apologists who argue for \"religious toleration\" are arrogantly dishonest. They ignore the fact that more than 100 mosques already exist in New York City. Meanwhile, there are no churches or synagogues in all of Saudi Arabia. In fact no Christian or Jew can even enter Mecca.</p>\r\n<p>And they lecture us about tolerance.</p>\r\n<p>If the people behind the Cordoba House were serious about religious toleration, they would be imploring the Saudis, as fellow Muslims, to immediately open up Mecca to all and immediately announce their intention to allow non-Muslim houses of worship in the Kingdom.   They should be asked by the news media if they would be willing to lead such a campaign.</p>\r\n<p>We have not been able to rebuild the World Trade Center in nine years.  Now we are being told a 13 story, $100 million megamosque will be built within a year overlooking the site of the most devastating surprise attack in American history.</p>\r\n<p>Finally where is the money coming from?  The people behind the Cordoba House refuse to reveal all their funding sources.</p>\r\n<p>America is experiencing an Islamist cultural-political offensive designed to undermine and destroy our civilization. Sadly, too many of our elites are the willing apologists for those who would destroy them if they could.</p>\r\n<p>No mosque.</p>\r\n<p>No self deception.</p>\r\n<p>No surrender.</p>\r\n<p>The time to take a stand is now - at this site on this issue.</p>',1,5,0,43,'2010-07-26 03:14:37',62,'Newt Gingrich','2010-07-26 03:18:41',62,0,'0000-00-00 00:00:00','2010-07-26 03:14:37','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,30,'','',0,431,'robots=\nauthor='),(200,'John Wayne & Dean Martin: What John Wayne Would Like for His Daughter','john-wayne-a-dean-martin-what-john-wayne-would-like-for-his-daughter','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>object width=\"425\" height=\"344\"<span>&gt;</span><span>&lt;</span>param name=\"movie\" value=\"http://www.youtube.com/v/xNgJiXVw2Vc&amp;amp;hl=en_US&amp;amp;fs=1?rel=0&amp;amp;color1=0x2b405b&amp;amp;color2=0x6b8ab6\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>param name=\"allowFullScreen\" value=\"true\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>param name=\"allowscriptaccess\" value=\"always\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>embed src=\"http://www.youtube.com/v/xNgJiXVw2Vc&amp;amp;hl=en_US&amp;amp;fs=1?rel=0&amp;amp;color1=0x2b405b&amp;amp;color2=0x6b8ab6\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"425\" height=\"344\"<span>&gt;</span><span>&lt;</span>/embed<span>&gt;</span><span>&lt;</span>/object<span>&gt;</span><br /></span>{/source}</p>','',1,5,0,54,'2010-07-26 12:31:10',62,'Submitted by Tom Brake','2010-07-26 12:37:24',62,0,'0000-00-00 00:00:00','2010-07-26 12:31:10','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,2,'John Wayne, Dean Martin','John Wayne & Dean Martin: What John Wayne Would Like for His Daughter',0,305,'robots=\nauthor='),(201,'Prepared for the Times, Part 31','prepared-for-the-times','','<p><img src=\"images/stories/r_joyner_85px.jpg\" border=\"0\" style=\"float: left;\" /></p>\r\n<p>Week 31, 2010 <br /><br /><br />    It now appears that more than half of the people in America are at least beginning to believe that there is an intentional dismantling of America’s strength and the basic pillars of our Republic. This includes an increasing number from the President’s own party. Just as recent tapes from Osama bin Laden have indicated that they were surprised by the response of America to the attacks on the World Trade Center and Pentagon on 911, it also seems that many in the Obama Administration have been surprised by the way Americans have arisen to counter its agenda. The pushback has indeed been very strong and growing in strength. Virtually every election has been a rejection of the Administration and of Obama personally. However, the way that the Healthcare Reform Bill was rammed down the throats of Americans who were so overwhelmingly against it seemed to indicate that there was confidence on the part of the Administration that the will of the American people did not matter, which is deeply alarming. To many it seemed as if they did not feel that they would be subject to voters much longer. <br /><br /> </p>\r\n','\r\n<p>    Even so, with elections coming up, much can be accomplished. Of course, the best of all scenarios would be for the President to have an awakening and to stand up boldly, declaring that much of his agenda has been wrong. We should not give up on this, pray for him daily, as well as for his Administration. Because ultimate and basic issues are at the very foundation of the Republic and are coming to a head, we need to pray for peace and that they will be resolved peacefully. <br /><br />     A prophetic scenario I saw and have shared often over the last two decades was a move in America to the extreme left, followed by an even more drastic move to the extreme right in overreaction. This, too, would be a disaster. We should be concerned about the extremes in either direction, as either one could result in tyranny. When we are shown such prophetic scenarios it is to reveal where we are headed so that we can change where we are headed. This does not have to be the conclusion for America, but it is where we are headed if we do not change our direction. <br /><br />     For this to happen, Christians must wake up to what is happening, resolve that they are going to face it, be engaged as the salt and light they are called to be, and resolve to follow the Lamb, not the donkey or the elephant. The Lamb is also “The Truth.” Seek truth and resolve to stand on the truth at any cost. There has never been a time when such courage was needed more. <br /><br />     Even though we can only superficially address the issues in this format, there is another spiritual factor that is having great impact on the times. This is our national relationship to Israel. Is it a coincidence that the day after the Israeli Prime Minister was so humiliated at the White House, that the Deep Water Horizon exploded and an oil leak began that has no end in sight, and could be more devastating to the U.S. than any previous natural disaster? Is there a link between the U.S. pressuring Israel to give up Gaza, and immediately we are struck by Hurricane Katrina that devastated seemingly exactly the same amount of territory as Gaza? We can go back to other such links, which have been well-documented and even made into books, but what is the message, if there is such a link?<br /><br />     In Romans Chapters 9–11, at the very centerpiece of Paul’s greatest theological discourse, he brings up the place of the Jewish people, calling them “the natural branches.” At the end of this great discourse, the great apostle gave us a sober warning: “do not become arrogant” toward the natural branches. The consequence of becoming “arrogant” toward them is to be cut off ourselves. <br /><br />     This certainly does not mean that we must agree with everything Israel does, but there are certain definite consequences of disagreeing with arrogance. Every Administration that has crossed that line since Israel became a nation which has paid a terrible price for it. Israel is a divine barometer and a timepiece that God jealously watches over. He even called Israel “the apple of His eye” (see Deuteronomy 32:10), indicating that to touch Israel was like poking Him in the eye. That is supreme arrogance, and since it was such pride that caused the fall of Satan and virtually every fall since, how we deal with Israel does reflect our reverence to God and His purposes. <br /><br />     Again, I am not at all saying that Israel is doing everything right, but the propaganda put out virtually worldwide about Israel is so skewed, distorted, and one-sided that it virtually reflects the world’s true attitude toward God also. How does this work?<br /><br />     In Israel’s history, we see a repeated trend that whenever she fell into apostasy, the Lord allowed the heathen nations around her to invade or otherwise oppress her until she awoke, repented of her apostasy, and returned to worship the Lord. Then the Lord would smite the nations that He had allowed to be used in this way for their “arrogance,” which was demonstrated by their touching His people. As Paul also explained in his letter to the Romans, Israel will be grafted back in, and “all Israel will be saved” (see Romans 11:26). Israel is becoming increasingly isolated, and now even seems to be cut off from her most trusted friend, the United States. Having no one left but God, she will turn to the Lord. However, the consequences of our having touched Israel with such arrogance will be terrible if we do not repent quickly. <br /><br />     The oil spill is, believe it or not, grace from God to give us time to repent before even worse things come upon us in the form of natural disasters. The incompetence of the government to deal with the oil spill is illuminating just how helpless we are in the face of the problems of the times, and how badly we need the grace of God, not His displeasure.</p>\r\n<p> </p>',1,5,0,43,'2010-07-26 21:08:51',63,'','2010-07-26 21:17:19',62,0,'0000-00-00 00:00:00','2010-07-26 21:08:51','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,29,'Prepared, Times','Prepared for the Times, Part 31',0,220,'robots=\nauthor='),(202,'Christians \'Unite for Israel\' at Washington Summit','christians-unite-for-israel-at-washington-summit','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>embed src=\"http://downloads.cbn.com/cbnnewsplayer/cbnplayer.swf?aid=17130\" height=\"240\" width=\"395\" allowfullscreen=\"true\"/<span>&gt;</span><br /></span>{/source}</p>\r\n<p class=\"adjusted\"><strong>WASHINGTON -- Evangelical Christians in America have become Israel\'s staunchest ally</strong> in a world increasingly hostile to the Jewish state.</p>\r\n<p class=\"adjusted\">That support was on full display this week in the nation\'s capital as over 4,000 Christians and Jews gathered at the Washington Convention Center for the annual Christians United for Israel summit. <br /> <br />CUFI is now the largest pro-Israel organization in the United States with over 400,000 members nationwide - including chapters on college campuses throughout the U.S.</p>\r\n<p class=\"adjusted\">\"There\'s a passion and a heart for Israel for anyone who believes the Bible,\" said CUFI\'s founder, Pastor John Hagee.</p>\r\n<p class=\"adjusted\">Hagee told CBN News that he started CUFI in 2006 with a Biblical mandate in mind.</p>\r\n<p class=\"adjusted\">\"What are the spiritual things that we as Christians have received from the Jewish people?\" Hagee asked.  \"We have received the word of God, we have received the patriarchs, we have received the prophets of the Old Testament, and we have received Mary, Joseph, and Jesus.\"</p>\r\n<p class=\"adjusted\">The Washington, D.C. event attracted several pro-Israel lawmakers.  And there were also tough words for the Obama administration from both sides of the aisle regarding its treatment of Israel.</p>\r\n','\r\n<p class=\"adjusted\"> </p>\r\n<p class=\"adjusted\">\"What has become painfully obvious to many Americans is that this administration has become the most anti-Israel administration in American history,\" Rep. Mike Pence, R-Ind., said. </p>\r\n<p class=\"adjusted\">Rep. Shelly Berkley, D-Nev., was also critical of the administration\'s Israel policy.</p>\r\n<p class=\"adjusted\">\"When the administration seized every opportunity to criticize Israel for building apartments for its people in the undisputed neighborhoods in East Jerusalem, creating a crisis that was unnecessary, unwise and bad for Israel - I spoke out and condemned the actions of administration,\" she said.     </p>\r\n<p class=\"adjusted\">The reception was different, however, for Israeli Prime Minister Benjamin Netanyahu.</p>\r\n<p class=\"adjusted\">He appeared live via satellite to a rousing standing ovation as he thanked evangelical Christians for their support. Israel\'s ambassador to the U.S., Michael Oren, also appeared, highlighting the global growth of anti-Semitism and the looming threat of a nuclear Iran.</p>\r\n<p class=\"adjusted\">Christian Broadcasting Network President Michael Little and CBN News Terrorism Analyst Erick Stakelbeck were featured speakers at the week-long event. The conference concluded on Thursday with delegates heading to Capitol Hill to lobby their representatives on behalf of Israel.</p>\r\n<p class=\"adjusted\">*<em>Originally published July 23, 2010</em></p>',1,1,0,1,'2010-07-26 21:22:50',62,'CBN: By Erick Stakelbeck','2010-07-26 21:31:07',62,0,'0000-00-00 00:00:00','2010-07-26 21:22:50','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,257,'Evangelical Christians, America, Israel, ally','Evangelical Christians in America have become Israel\'s staunchest ally',0,330,'robots=\nauthor='),(203,'RTL’s Decision & My Endorsement of Pete Hoekstra','rtls-decision-a-my-endorsement-of-pete-hoekstra','','<p> <span style=\"font-family: Times New Roman;\"><strong><span style=\"font-size: 14pt;\">RTL’s Decision &amp; My Endorsement of Pete Hoekstra</span></strong><span style=\"font-size: small;\"><strong><span> –</span></strong><span>Fulton Sheen<strong> </strong></span></span></span></p>\r\n<p class=\"yiv1732039223MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span><span style=\"font-size: small; font-family: Times New Roman;\"> </span></span></p>\r\n<p class=\"yiv1732039223MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span><span style=\"font-size: small;\"><span style=\"font-family: Times New Roman;\">My Friends,</span></span></span></p>\r\n<p class=\"yiv1732039223MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span><span style=\"font-size: small; font-family: Times New Roman;\"> </span></span></p>\r\n<p style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: small; font-family: Times New Roman;\">I have been member and supporter of RTL for over 30 years. Unfortunately I feel that RTL made a serious misjudgment in endorsing Mike Cox for governor.<span>  </span>I believe RTL allowed politics, polls and special interest groups to affect their choice, as several large organizations within two day period all endorsed Mike Cox, it was clearly orchestrated.<span>  </span>Pete Hoekstra, Mike Bouchard, Mike Cox, and Tom George have all been endorsed by RTL in past elections.<span>  </span>I believe the best course of action for RTL to have taken would have been to reject Rick Snyder as a RTL candidate and allow voters to make a choice between the other four candidates for Governor.<span>  </span>I served in the MI house for six of the eight years that Mike Cox was Attorney General, and without going into detail, I have great concerns about Mr. Cox.<span>  </span>He too often lets politics dictate his policies; instead of standing for that which he claims to believe.<span>  </span> </span></p>\r\n','\r\n<p style=\"margin: 0in 0in 0pt;\"> </p>\r\n<p style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: small; font-family: Times New Roman;\"> </span></p>\r\n<p style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: small;\"><span style=\"font-family: Times New Roman;\">Once more before the MI Primary, <span>I will be supporting Pete Hoekstra for Governor<strong>.</strong></span><span>  I met Pete 18 years ago when he first ran for Congress.<span>  </span>He is not a political game board politician; he understands he was elected to represent the people, not himself.  Pete went to Washington with a fully formed political philosophy and value and belief system, which he has never compromised.  Pete has stood against a giant Federal Government Bureaucracy which wants to tax us more, control us more and take more of our freedoms away.  I have watched him carve out his own path doing what he believes was right, even if it went against his own party.  I respect him and I support him.<span>  </span>I believe he is a man of great integrity.   Pete is not afraid to publicly express his Christian beliefs, because he is not ashamed of them; he embraces them and is guided by them.  </span></span></span></p>\r\n<p class=\"yiv1732039223MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span><span style=\"font-size: small;\"><span style=\"font-family: Times New Roman;\"> </span></span></span></p>\r\n<p class=\"yiv1732039223MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span><span style=\"font-size: small;\"><span style=\"font-family: Times New Roman;\">Pete has been endorsed by business groups and individuals; including the Grand Rapids Chamber, Dr. James Dobson (Focus on the Family),<span>  </span>Mike Farris (Home School Legal Defense), and David Barton (WallBuilders), to name a few.<span>  </span>Those of you who are familiar with these individuals know they would not endorse any candidate unless they were the real thing.  </span></span></span></p>\r\n<p class=\"yiv1732039223MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span><span style=\"font-size: small; font-family: Times New Roman;\"> </span></span></p>\r\n<p class=\"yiv1732039223MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span><span style=\"font-size: small; font-family: Times New Roman;\">No other candidate for Governor has a viable economic plan to turn this state around.  He also has the only viable taxation plan the Michigan Fair Tax Proposal (</span><a href=\"wlmailhtml:{E4F5AFD2-CB9C-4000-8D63-135FB5ADB003}mid://00000200/!x-usc:http://www.mifairtax.org/\" target=\"_blank\" rel=\"nofollow\"><span style=\"color: windowtext;\"><span style=\"font-size: small; font-family: Times New Roman;\"><span style=\"text-decoration: underline;\">www.mifairtax.org</span></span></span></a><span style=\"font-size: small;\"><span style=\"font-family: Times New Roman;\">), in which the numbers add up and can be substantiated.<span>  </span><span>  <span style=\"font-size: 12pt;\">Contrary to the attack articles</span><span style=\"font-size: 11pt;\"> Pete has a 95% voting record over his 18 years in Congress, which very others could match, his a current session rate is 74%.<span>  </span></span></span>Mike Cox is spending his time and money negatively campaigning against Pete, instead of focusing on his own record and positions.  Candidates should run on their own records, positions and proposals, if they can’t do that, they don\'t belong in the race.</span></span></span></p>\r\n<p class=\"yiv1732039223MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span><span style=\"font-size: small;\"><span style=\"font-family: Times New Roman;\"> </span></span></span></p>\r\n<p class=\"yiv1732039223MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span><span style=\"font-size: small;\"><span style=\"font-family: Times New Roman;\">If ever there was a time that Michigan needed a leader who had faith in God and not themselves, who will fight for people and against the ever growing state bureaucracy, who is not afraid to clearly state his position and let the chips fall where they may, who stands for life, the Judeo-Christian family model and the Biblical foundations on which this nation was founded, it is now.  </span></span></span></p>\r\n<p class=\"yiv1732039223MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span><span style=\"font-size: small;\"><span style=\"font-family: Times New Roman;\"> </span></span></span></p>\r\n<div style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: small; font-family: Times New Roman;\">Fulton Sheen</span></div>\r\n<div style=\"margin: 0in 0in 0pt;\"></div>\r\n<div style=\"margin: 0in 0in 0pt;\">\r\n<div style=\"margin: 0in 0in 0pt;\">\r\n<p class=\"yiv1732039223MsoNoSpacing\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: small;\"><span style=\"font-family: Times New Roman;\"><strong>Dr. Dobson:</strong> </span></span><a href=\"wlmailhtml:{E4F5AFD2-CB9C-4000-8D63-135FB5ADB003}mid://00000200/!x-usc:http://www.youtube.com/watch?v=wGBc3pjQ99M&amp;feature=player_embedded\" target=\"_blank\" rel=\"nofollow\"><span style=\"font-size: small; color: #800080; font-family: Times New Roman;\"><span style=\"text-decoration: underline;\">http://www.youtube.com/watch?v=wGBc3pjQ99M&amp;feature=player_embedded</span></span></a><span style=\"font-size: small; font-family: Times New Roman;\"> </span></p>\r\n</div>\r\n<p class=\"yiv1732039223MsoNoSpacing\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: small;\"><span style=\"font-family: Times New Roman;\"><strong>Hoekstra List of Endorsements:</strong> </span></span><a href=\"wlmailhtml:{E4F5AFD2-CB9C-4000-8D63-135FB5ADB003}mid://00000200/!x-usc:https://govhoekstra.securesites.net/endorse_pete.php\" target=\"_blank\" rel=\"nofollow\"><span style=\"font-size: small; color: #800080; font-family: Times New Roman;\"><span style=\"text-decoration: underline;\">https://govhoekstra.securesites.net/endorse_pete.php</span></span></a><span style=\"font-size: small; font-family: Times New Roman;\"> </span></p>\r\n</div>',1,5,0,41,'2010-07-28 15:05:45',65,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-07-28 15:05:45','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,3,'RTL, Endorsement, Pete Hoekstra, Fulton Sheen','RTL’s Decision & My Endorsement of Pete Hoekstra –Fulton Sheen',0,335,'robots=\nauthor='),(204,'Prepared for the Times, Part 36','prepared-for-the-times-part-36','','<p>Week 36, 2010</p>\r\n<p>Last week there was an article on AOL News about how an increasing number of Americans doubted that President Obama is a Christian, but rather believe that he is a Muslim. This has also been picked up by television news. Much of the media seems intent on establishing Obama as a Christian, but in the words of Shakespeare, I think he “doth protest too much.” The way the media and the White House are covering this, it is likely far more people are being persuaded that Obama is indeed a Muslim.</p>\r\n<p>Because I am often asked what I believe about President Obama’s faith, and this is becoming a rising issue in America, I will give my opinion. This is not a simple matter; rather it is serious, and I am concerned about addressing anything of this nature in a format such as the Word for the Week requires. Also, I have not given this as much attention as it deserves by those more qualified than me. However, because of the increasing number of requests to address his faith, I will do so admitting that my perspective is also a superficial one.\r\n','\r\n</p>\r\n<p>When I read both of Obama’s books, I concluded that he was a Christian but a superficial one and gave him the benefit of the doubt that he was an honest person. However, my opinion of him has changed greatly since then with the number of unquestionable and blatant lies that he has told to the American people. For example, he said, “There is not one single earmark in this bill” when there were more than eight thousand earmarks in that bill. See the following link: http://firstread.msnbc.msn.com/_news/2009/01/06/4424240-obama-vows-no-earmarks-on-stimulus</p>\r\n<p>If I read his books now, I would probably see them differently and may come to a different conclusion about his faith. It is very hard to know what is in another person’s heart, so I do not try to judge that. However, we are told that we can, and should, judge people by their fruit. What is the spiritual fruit of President Obama that would reveal what his faith truly is?</p>\r\n<p>While reading Obama’s books, I did feel that he had some beliefs that were in conflict with the clear, basic teachings of Scripture. I also felt that much of what he was confidently asserting to be true was based more on his own reasoning, or those of others, or on political persuasions rather than on Scripture. That is a dangerous opening for deception. Almost every heresy is the result of prideful people trying to carry to a logical conclusion that which God has only revealed in part.</p>\r\n<p>If Jesus, who was the Word personified, would take His stand on, “It is written” when challenged, how much more do we need to do this for any challenging position? A sincere Christian will be devoted to finding God’s opinion on matters, not just trying to reason them out. Such reasoning about ultimate issues, especially when they conflict with Scripture, can be an ultimate form of pride. Pride does come before a fall, and deception is a fall.</p>\r\n<p>Tragically, studies show that most Christians also have such a confused worldview that is shaped more by human philosophies, the media, even prejudices or their own experiences, rather than having sought out God’s perspective which is revealed in His written Word. However, Obama’s understanding of the atonement of Jesus seemed sound and sincere, even if superficial—again like most who claim to be Christians.</p>\r\n<p>Having a little knowledge of the Liberation Theology that Obama had sat under for more than twenty years, which has both racist and Islamic influences, I felt that Obama was at least remarkably free of racism. This is not to say that I think he is totally free of racism, which may not be true of anyone. I did feel he had resisted the racist tendencies in Liberation Theology, but not necessarily the Islamic influences.</p>\r\n<p>Again, that was my opinion, and it is based on a very superficial knowledge of Liberation Theology and of Obama. We “see in part,” and “know in part” (see I Corinthians 13:9) so I have tried to remain open about my beliefs and determined to hold them lightly.</p>\r\n<p>I still believe that Obama really would like to know God and the truth. For all of the strange spiritual and radical political influences he’s had in his life, he is an obvious product of them. When I pray for him, I always feel that he is in a struggle in his own heart with many conflicting issues, so I pray for the Holy Spirit to lead him into all truth, especially to Jesus. The Jesus taught in Islam is definitely not the Jesus we serve and could hardly be a more distorted version of Him. However, Christian movements and denominations can and often do try to make God in their image rather than seeking to know Him as He is too.</p>\r\n<p>Our experiences and the people we associate with do shape our beliefs, and from some of the extreme religious influences Obama has sat under, I did not feel that he was nearly as affected as you might think. I also consider that if I had been an African-American man that came up in the times that Jeremiah Wright did, and had been subjected to the same kind of humiliations that African-Americans were, especially those of his generation, I might be far more racist and maybe even anti-American than he is. This is not to justify racism and bitterness in any form, but we are all dealing with issues and are seeking to have our minds renewed.</p>\r\n<p>I also sincerely believe that it is more than a cliché that “Except for the grace of God, there go I.” I certainly do not want to take such issues as judging another’s faith lightly, but the Scriptures command us to judge those who are in the church, and if Obama is claiming to be a Christian, we need to judge this by biblical standards, which is by his fruit.</p>\r\n<p>I have many Christian friends who I have a great deal of respect for who have been sure from the beginning that Obama is a Muslim and a deceiver intent on doing America great harm. I know political leaders, or close friends of leaders, in Europe and the Middle East, who are absolutely convinced that Obama is a Muslim. Some of these are basing this belief on their intelligence analysis, not a religious analysis. When I protested that Obama had a dog, and had barbeques at the White House, things that no devout Muslim would do, they brought up the teachings in the Koran that allow for any Muslim to break the laws of Islam in order to deceive their enemies until they have gained an advantage over them. They were resolute that our President was indeed a Muslim and that Islam considered America and Americans the most easy of all prey to deceive, infiltrate, and ultimately to take over.</p>\r\n<p>I still am not totally persuaded that Obama is a Muslim, but there is no question that the evidence seems to indicate this is very strong. If 20 percent of Americans believe he is definitely a Muslim, then I would think that there may be as many as 30 to 40 percent more who are tottering on believing this like I am.</p>\r\n<p>As we are told in I Corinthians 13, we see in part, prophesy in part, and even know in part, so we also tend to believe “in part.” Presently, I am about 55 percent persuaded that Obama is a Christian and 45 percent that he is possibly a Muslim, and at times I have been more persuaded that he is a Muslim. This ratio began for me believing that he was a Christian at about 95 percent, so I fully understand why so many are beginning to believe he is a Muslim, and I think it’s possible that soon the percentage will be rising.</p>\r\n<p>One fact that should be very clear to any thinking, unbiased observer is that from the beginning of Obama’s Administration, we cannot trust what he says, but we have to observe what he actually does, which is to judge him by his fruit. Even a casual observer would see that Obama has demonstrated a great deal of hostility toward Christians and Jews and has demonstrated a basic affinity for Islam and Muslims. The following is an example of what is being widely distributed on the Internet, which is the kind of thing that is persuading more and more people Obama is a Muslim (I edited this slightly to tone it down just a bit):</p>\r\n<p>In 1952, President Truman established one day a year as a National Day of Prayer.</p>\r\n<p>In 1988, President Reagan designated the first Thursday in May of each year as the National Day of Prayer.</p>\r\n<p>In June 2007, (then) Presidential Candidate Barack Obama declared that the USA was no longer a Christian nation.</p>\r\n<p>This year President Obama canceled the twenty-first annual National Day of Prayer ceremony at the White House under the ruse of “not wanting to offend anyone.”</p>\r\n<p>On September 25, 2009 from 4 a.m. until 7 p.m., a National Day of Prayer for the Muslim religion was Held on Capitol Hill beside the White House.</p>\r\n<p>This year President Obama held a Ramadan celebration at the White House, and pictures have widely been circulated with him taking off his shoes to pray with Muslims to Allah.</p>\r\n<p>I guess it doesn\'t matter if “Christians” are offended by this event as we obviously don’t count as “anyone” anymore.</p>\r\n<p>The direction AMERICA is headed should strike fear in the heart of every Christian, especially knowing that the Muslim religion believes that if Christians cannot be converted, they should be annihilated.</p>\r\n<p>Websites noted are: http://www.islamoncapitolhill.com</p>\r\n<p>In judging Obama’s faith, many are simply using the basic reasoning that “if it looks like a duck, walks like a duck, and quacks like a duck—it’s a duck!” No doubt President Obama is acting more like a Muslim, and doing far more to promote Islam, while at the same time demonstrating disdain or hostility toward Christians and Christianity. The fruit of his actions bears strong evidence that Obama is indeed a Muslim, or at the very least has far more affinity for Islam than Christianity.</p>\r\n<p>So why am I not persuaded that he’s a Muslim? I would believe this except for one thing—I inquired of the Lord about this and feel that I have been shown something else—that deep in his heart he wants to know the real Jesus, just as many Muslims do. He has had a hard time finding Jesus in His people. He has had bad influences to shape his life and bad counselors now. I’m praying for the Lord to raise up a Joseph or Daniel to help him.</p>\r\n<p>Even so, presently we are no doubt in a very grave situation in our nation with a President who has, at the very least, shaped by some bad influences. If Obama is a Muslim, this could mean that the things being done that are eroding the core strength of America could be intentional, not just done out of ignorance. That would make it treason of the highest order. I’m not there yet. Even so, drunk drivers may not have wanted to hurt anyone, but they hurt nonetheless, and the core strength of our nation is being devastated right now. So what do I recommend? The first thing we should always do—pray. As we read in II Chronicles 7:14:</p>\r\n<p>If My people, who are called by My name will humble themselves, and pray and seek My face, and turn from their wicked ways, then I will hear from heaven, and will forgive their sin and heal their land (NKJV).</p>\r\n<p>Wicked and/or immature leaders are a judgment from God in Scripture. At the very least we have immature leadership. Above anything else, we must return to the Lord, humbling ourselves and seeking His face. Wise, mature leaders are favor from God, and we need to have His favor return to our land. The greatest victory of all could be Obama’s illumination and conversion, which could lead to him becoming one of our great Presidents. Above all, pray for the Holy Spirit, the Spirit of Truth, to move upon our land.</p>',1,5,0,43,'2010-09-06 01:51:44',62,'Rick Joyner','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-09-06 01:51:44','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,28,'','',0,481,'robots=\nauthor='),(205,'Glenn Beck','glenn-beck','','<p><span style=\"color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px;\">\r\n<h1 style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 25px; font-weight: bold; letter-spacing: -1px; line-height: 28px; color: #222222; margin-top: 0px; margin-bottom: 15px;\">Glenn Beck: Another Obama radical</h1>\r\n</span></p>\r\n<p><span style=\"color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px;\"><strong style=\"color: #222222;\">September 1, 2010 - 15:18 ET</strong></span></p>\r\n<p><strong style=\"color: #222222;\"></strong>GLENN: All right. So now we have from <a href=\"http://www.theblaze.com/\" target=\"_blank\" style=\"color: #002aff;\">TheBlaze.com</a> a new story that is another socialist, and I mean a hard core socialist that this president has involved in our illegal alien outreach program called We Can Help, to make sure that they get all the government services and all of the correct pay and everything else, even if you\'re here illegally. No, these seriously, no, that\'s great stuff. He has employed this woman what is her name? Dolores? <br /><br />PAT: Huerta. <br /><br />GLENN: Huerta. <a href=\"http://www.theblaze.com/stories/obama-adm-uses-child-indoctrinating-socialist-to-promote-illegals-pay-program/\" target=\"_blank\" style=\"color: #002aff;\">Dolores Huerta</a> is a hard core socialist who is also and we have the videotape now up at TheBlaze.com of this woman saying, you know, Venezuela is great, they\'ve got free healthcare, they\'re building factories where everybody has a right to a job. But she goes further than just saying how great Venezuela is. In our high schools this is her talking about America. <br /><br />HUERTA: A lot isn\'t wrong as long as you use it for the people like Hugo Chavez is doing in Venezuela. <br /><br />PAT: So what she said there was a lot isn\'t wrong, meaning a lot of money. It\'s not wrong as long as you use it like Hugo Chavez does. <br /><br />GLENN: That sounds like Teddy Roosevelt. <br /><br />PAT: Yeah. <br /><br />GLENN: That\'s Teddy Roosevelt.</p>\r\n<p><span style=\"color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px;\">\r\n','\r\n<br />HUERTA: recently (inaudible), Hugo Chavez, and he is putting up cooperative factories for the people so that they can have work and the people there, the representatives, they are making shoes for the schoolchildren, uniforms for the schoolchildren, backpacks and T shirts. They have a cooperative farm where the people go and get food. The military can build houses for the people. And you know what? Right there by the factory they have a medical clinic and a dental clinic free. <br /><br />PAT: Free. <br /><br />HUERTA: Free for the people. They can go to a doctor, they can get their dentist, their medical free of charge. How are they paying for this? They have (inaudible) through their petro doctors. They have 20,000 Cuban doctors that have gone into Venezuela, with these neighborhoods <br /><br />PAT: With their petro dollars? <br /><br />STU: Oil money basically. <br /><br />PAT: And they are doing so well. <br /><br />STU: They are doing fantastically, yeah. <br /><br />HUERTA: If factories and jobs, the people, the medical clinics and (inaudible). <br /><br />GLENN: Because it\'s unconstitutional. I mean, other than the pesky Constitution, that\'s it. <br /><br />PAT: And if you don\'t like that pesky Constitution and you love the way socialism works in Venezuela, nothing stops you, does it? From going down there and enjoying the fruits of that fabulous society? <br /><br />GLENN: No. <br /><br />PAT: I don\'t think so. <br /><br />GLENN: No. <br /><br />STU: And by the way, you can see this woman obviously on <a href=\"http://www.theblaze.com/stories/obama-adm-uses-child-indoctrinating-socialist-to-promote-illegals-pay-program/\" target=\"_blank\" style=\"color: #002aff;\">TheBlaze</a>, you can see her doing the ad and everything. Or you can go to the Department of Labor website, slash wecanhelp. <a href=\"http://www.dol.gov/wecanhelp/\" target=\"_blank\" style=\"color: #002aff;\">Dol.gov/wecanhelp</a> and you will see the woman who was speaking that admirably about Venezuela and Hugo Chavez featured prominently on the website currently at this moment. <br /><br />GLENN: Do a screen shot, everybody do a screen shot so you have it because it will be gone. By tomorrow it will be gone, I bet. <br /><br />STU: There is more to this audio in which she gives a wonderful message about the political opposition here in America. <br /><br />VOICE: Republicans hate Latinos, okay? Republicans hate Latinos. <br /><br />PAT: And that was her little party shot, Republicans hate Latinos. <br /><br />GLENN: Okay? <br /><br />PAT: Okay? <br /><br />GLENN: Do we have that? Republicans hate Latinos. <br /><br />PAT: Wow, that is unconscionable. <br /><br />STU: Again she is on the website right now, still being featured on this program, illegal immigrant <br /><br />GLENN: You know what\'s really interesting, I hated Albert Pujols so much, I hate Latinos so much. <br /><br />STU: Didn\'t see the hate <br /><br />PAT: It was weird. You gave him an award. <br /><br />STU: One of the I mean <br /><br />GLENN: Oh, no, it was a hate award, wasn\'t it? <br /><br />PAT: It was about <br /><br />GLENN: Oh, crap, I meant to give him the hate award. <br /><br />PAT: Oh, boy. Man. <br /><br />GLENN: Shoot. <br /><br />STU: Yeah, because he\'s helping out all these charities. <br /><br />GLENN: And he\'s doing a good job and he\'s a man of honor and integrity and faith. <br /><br />PAT: How about Ramos and Compean? <br /><br />GLENN: No, I hated those guys. <br /><br />PAT: You hated them? You were glad they were rotting in prison thanks to George W. Bush? <br /><br />GLENN: They didn\'t get out, did they? <br /><br />PAT: They did. <br /><br />GLENN: Did everybody misinterpret my message? <br /><br />PAT: I guess so. <br /><br />STU: Yeah, you mistakenly fought for them to get released, which is weird. <br /><br />GLENN: Well, you know what the deal is. I\'m not a Republican. <br /><br />PAT: Oh, there you go. <br /><br />STU: So Republicans hate Latinos. That\'s it. <br /><br />GLENN: But oh, wow. <br /><br />PAT: Man. <br /><br />STU: Is that unbelievable? <br /><br />GLENN: That is. <br /><br />STU: I mean, the whole program in and of itself should be a massive news story, which I never was. And now they are promoting it with an avowed socialist who\'s praising Hugo Chavez. <br /><br />GLENN: In schools. And then telling schoolchildren that Republicans hate La Hispanics. <br /><br />STU: Latinos. <br /><br />PAT: Unreal. <br /><br />STU: That is a gigantic story. Where is the media on that? Will they pick this up? <br /><br />GLENN: No. No, they won\'t. No, they won\'t. That is why TheBlaze.com is here. I am so tired and you know what? Look. These media sources, these media sources are going to burn to the ground. And I don\'t mean literally. They are just going to, they are empty buildings. The New York Times and everything else, they are going to eventually have to be supported by the government. They are going to have to be. They will become Pravda. Because you are leaving them in droves. I\'m pretty good at seeing the future. I\'m not 100%. I\'m pretty good at seeing over the horizon and seeing the direction that things are headed. Why do you think I\'m doing all of the different mediums that I\'m doing? Because, A, I don\'t know which one they are going to shut down first. I don\'t know which one\'s going to have their hand out and say, well, we have to have government subsidies. I will tell you that it\'s coming, that they are going to they\'ll shut down voices and they\'ll shut and they\'ll just coopt whole industries. So I don\'t know what\'s going to be left, but I will tell you this: The media has so discredited themselves. They have made everything so unbelievably laughable that it you\'re just, you\'re looking for a new place that has honor and integrity, that will actually tell you the truth. That\'s what we are trying to do with TheBlaze. And we\'re at just the very beginning of it. But I would that you would check it. You can find all of this audio and so much more in today\'s edition of TheBlaze at<a href=\"http://www.theblaze.com/\" target=\"_blank\" style=\"color: #002aff;\">TheBlaze.com</a>.</span></p>',1,5,0,41,'2010-09-06 02:04:52',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-09-06 02:04:52','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,2,'','',0,764,'robots=\nauthor='),(206,'A New Business','a-new-business','','<h2><span style=\"font-family: Aharoni; color: #000080;\">A friend of mine just started his own  business, making landmines that look  like prayer  mats.<br /><br /> It\'s doing well.<br /><br /> He says Prophets are going through the  roof.</span></h2>\r\n<p> </p>','',1,5,0,43,'2010-09-06 02:20:22',62,'Unknown','2010-09-06 02:42:54',62,0,'0000-00-00 00:00:00','2010-09-06 02:20:22','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,27,'','',0,551,'robots=\nauthor='),(207,'Why Foxconn\'s (iPhone) Gou will not open factories in U.S.','why-foxconns-i-pad-gou-will-not-open-factories-in-us','','<p><a href=\"http://www.businessweek.com/magazine/content/10_38/b4195058423479_page_2.htm\" target=\"_self\">Bloomberg Businessweek</a> has an article of interest resulting from a three-hour interview with Foxconn founder Terry Gou, whose company manufactures 137,000 iPhones a day. The article     profiles Gou\'s rise to Foxconn but also offers some interesting tidbits you might not know. <strong>O</strong><strong>n why he is not opening factories in the United States,</strong> Gou frankly states, \'If I can automate in the US and ship to China, cost-wise it can still be competitive. But I worry <strong><span style=\"text-decoration: underline;\">America has too many lawyers</span></strong> I don\'t want to spend time having people sue me every day.\' If you\'re interested in how a modern day Henry Ford thinks, you can read the rest about the man steering the ship of the world\'s largest producer of {jcomments on}electronics components and China\'s largest exporter.</p>','',1,5,0,43,'2010-09-11 11:45:57',62,'slashdot','2010-09-11 12:13:54',62,0,'0000-00-00 00:00:00','2010-09-11 11:45:57','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,26,'','',0,530,'robots=\nauthor='),(208,'Christians in Gaza Fear for Their Lives as Muslims Burn Bibles and Destroy Crosses','christians-in-gaza-fear-for-their-lives-as-muslims-burn-bibles-and-destroy-crosses','','<p>After defeating their rivals in Palestinian Authority Mahmoud Abbas\' Fatah movement, Muslim extremists are focusing their attacks on Christians in Gaza City. Christians in Gaza City have issued an appeal to the international community and a plea for protection against the increased attacks by Muslim extremists.<br /> <br /> Father Manuel Musallem, head of Gaza\'s Latin church,<a href=\"http://www.mlive.com/newsflash/international/index.ssf?/base/international-38/118216269043620.xml&amp;storylist=international\">told the AP</a> that Muslims have ransacked, burned and looted a school and convent that are part of the Gaza Strip\'s small Romany Catholic community. He told the AP that crosses were broken, damage was done to a statue of Jesus, and at the Rosary Sister School and nearby convent, prayer books were burned.<br /> <br /> Gunmen used the roof of the school during the fighting, and the convent was \"desecrated,\" <a href=\"http://www.mlive.com/newsflash/international/index.ssf?/base/international-38/118216269043620.xml&amp;storylist=international\">Mussalem told the AP</a>. <br /> <br /> \"Nothing happens by mistake these days,\" he said.<br /> <br /> <a href=\"http://www.israeltoday.co.il/default.aspx?tabid=178&amp;nid=13149\">Father Musalam additionally told The </a><a href=\"http://www.associatedcontent.com/topic/19209/jerusalem.html\" title=\"Jerusalem\" rel=\"&amp;content_type=topic&amp;content_type_id=19209\">Jerusalem</a> Post that the Muslim gunmen used rocket-propeled grenades (RPGs) to blow through the doors of the church and school, before burning Bibles and destroying every cross they could get their hands on.<br /> <br /> <a href=\"http://www.catholic.org/international/international_story.php?id=24422\">Catholic Online reports</a> that the heads of Christian churches in the Holy Land have urged both sides to put aside their weapons, noting that the infighting diverted international attention from the national goal of Palestinian independence. <br /> <br /> \"This domestic fighting where brother draws his weapon against brother is detrimental to all the aspirations of achieving security and stability for the Palestinian people,\" they said. \"In the name of the one and only God as well as in the name of each devastated Palestinian, many of whom are still dying, we urge our brothers in the Fatah and Hamas movements to listen to the voice of reason, truth and wisdom.\" <br /> <br /> One young woman told the Catholic News Service that she was concerned the Islamic extremists would \"enforce a strict dress code, forcing women to wear veils and robes.\" One Christian teenager spoke to the Catholic News Service on the condition that her name not be used. She said the days of fighting had been \"very difficult\" but they were \"OK now.\"</p>','',1,5,0,51,'2010-09-11 12:48:33',76,'Kimberly West','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-09-11 12:48:33','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,2,'MUSLIMS TERROR CHRISTIANS GAZA','MUSLIMS ARE TERRORIZING CHRISTIANS IN GAZA',0,275,'robots=\nauthor='),(209,'L.A.: $111M in Stimulus Saved Just 55 Jobs','foxnewscom','','<h2>L.A.: $111M in Stimulus Saved Just 55 Jobs</h2>\r\n<p>By William Lajeunesse</p>\r\n<p>Published September 17, 2010</p>\r\n<p>| FoxNews.com</p>\r\n<div id=\"introduction\">\r\n<div>\r\n<div>\r\n<p><img src=\"http://www.foxnews.com/static/managed/img/U.S./091710_laroadsign_397x224.jpg\" border=\"0\" /></p>\r\n<p>Jan 29: A stimulus project roadsign is posted on Sunset Blvd. in West Hollywood, Calif.</p>\r\n</div>\r\n<p>More than a year after Congress approved $800 billion in stimulus funds, the Los Angeles city controller has released a 40-page report on how the city spent its share, and the results are not living up to expectations.</p>\r\n<p>\"I\'m disappointed that we\'ve only created or retained 55 jobs after receiving $111 million,\" said Wendy Greuel, the city\'s controller. \"With our local unemployment rate over 12 percent we need to do a better job cutting red tape and putting Angelenos back to work.\"</p>\r\n<p>According to the audit, the Los Angeles Department of Public Works spent $70 million in stimulus funds -- in return, it created seven private sector jobs and saved seven workers from layoffs. Taxpayer cost per job: $1.5 million.</p>\r\n<p>The Los Angeles Department of Transportation created even fewer jobs per dollar, spending $40 million but netting just nine jobs. Taxpayer cost per job: $4.4 million.</p>\r\n<p>Greuel blamed the dismal numbers on several factors:</p>\r\n</div>\r\n</div>\r\n<p>1. Bureaucratic red tape: Four highway projects did not even go out to bid until seven months after they were authorized.</p>\r\n<p>2. Projects that were supposed to be competitively bid in the private sector went instead went to city workers.</p>\r\n<p>3. Stimulus money was not properly tracked within departments</p>\r\n<p>4. Both departments could not report the jobs created and retained in a timely fashion..</p>\r\n<p>\"I would say maybe in a grade, a B- in creating the jobs,\" Greuel told Fox News. \"They have started to spend those dollars but it took seven months to get some of those contracts out. We think in the city that we should move quickly and not in the same usual bureaucratic ways.\"</p>','',1,1,0,1,'2010-09-18 00:16:39',62,'FoxNews.com','2010-09-18 00:28:44',62,0,'0000-00-00 00:00:00','2010-09-18 00:16:39','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,256,'L.A.: $111M, Stimulus, Jobs ARRA','L.A.: $111M in Stimulus Saved Just 55 Jobs',0,277,'robots=\nauthor='),(210,'Prepared for the Times, Part 41','prepared-for-the-times-part-41','','<p><span style=\"color: #000000; font-family: verdana, lucida, arial, helvetica, sans-serif; line-height: 16px;\">Week 41, 2010\r\n<p style=\"margin: 0px;\"><span> </span></p>\r\n<p style=\"margin: 0px;\"><span> </span></p>\r\n<p style=\"margin: 0px;\"><strong><span> </span></strong></p>\r\nIn Matthew 12:28 Jesus said, <span style=\"font-weight: bold;\">“But if I cast out demons by the Spirit of God, then the kingdom of God has come upon you.” </span><br /><br />As we discussed last week, every Christian is called to be the light and salt, and to occupy until the Lord returns. We all have a responsibility to help fulfill the mandate of The Great Commission and to preach the gospel of the kingdom throughout the world, which must be done before the end of this age can come. However, for the kingdom of God to come upon the world, we must do this in the Spirit of God, which will always be with the class and dignity of the fruit of the Spirit. <br /><br />We are also told in I Corinthians 2:10 <span style=\"font-weight: bold;\">“For to us God revealed them through the Spirit; for the Spirit searches all things, even the depths of God.” </span>Therefore, if we are truly Spirit led, we will be searchers, and we will not be shallow in our understanding. Therefore, we want to take some time with current events and seek to understand them from a biblical worldview, developing as much depth as required to understand them. <br />\r\n','\r\n<br />As we have also discussed before, to understand means “to stand under,” or to see from another’s perspective. When there is a stirring and controversy, it is a great opportunity to understand what is happening in a culture or nation. This is true in how America was agitated by the proposal to build a mosque near Ground Zero. Nearly everyone seemed to have an opinion on it. Both sides were accusing of the other being extremists and were themselves making extreme accusations, which shows the depth of care people had for this matter. Certainly extremists are likely on both sides of a volatile issue like this, but sometimes an extreme position is the accurate one. Is it true with this one?<br /><br />Those who oppose this planned mosque have been accused of everything from not believing in religious liberty, to being Islamophobic, to being religious bigots. Certainly these are extreme accusations, but are they accurate? Often those who make the most extreme accusations are the ones guilty of extreme intolerance for those whose opinions differ from theirs. Like the charge of racism, Islamophobia is being so overused now that it is fast losing its impact. As has been said about the charge of racism, “Racism is what a liberal calls a conservative when they start losing the argument.” This is not always true because there is still too much racism. However, the charge is overused and is often used just to intimidate or deflect from the real issue, which has lost much of its power. Those who use this charge frivolously lose respect of others, as they should.<br /><br />Of course, it is likely that there are some religious bigots in the opposition of the Ground Zero mosque, but that is surely not the reason why 70 percent of Americans are against this. One of the most costly and deadly deceptions that we are prone to have is judging other people groups after their most extreme elements. When one side starts making extreme accusations, like this, it is likely they are the ones with something indefensible in their position that they want to deflect the emphasis from. That is certainly the case here. <br /><br />The charge of Islamophobia seems to be losing its power to intimidate even faster than the overused charge of racism. This shows that the American people are growing in both discernment and understanding. A phobia is an irrational fear. There are rational fears which are not phobias, and this controversy has caused many to study Islam, and the more they have, the more alarmed they have rightly become. <br /><br />One remarkable factor to consider when we look at the opposition to the Ground Zero mosque is that it came from 70 percent of American people! Such a lopsided opinion on anything is considered virtually impossible. On almost every issue, 30 percent will side with the liberal perspective regardless of the issue, and about the same percentage will side with the conservative perspective, which leaves 40 percent in the middle. This means that with the Ground Zero mosque, virtually the entire middle went in one direction—opposing this mosque. This truly is extraordinary. <br /><br />Even though it seems like neither the government nor the media understands this—those who attacked us on 9/11 were not Christian extremists, or Hindu extremists, or Buddhist extremists; they were all Muslims. Almost all of the terrorist attacks worldwide over the last half century have been done by Muslims and not from proponents of any other religion. The majority of the American people are not stupid. To open a mosque near Ground Zero was understandably salt in the wound. For the developers to set the date for its opening on 9/11 was even more salt in the wound. For them to call it The Cordoba Mosque was like using a fork to stir the salt in the wound. <br /><br />With the media becoming increasingly unreliable and not trusted, Americans have been doing their own research, which is a very healthy and encouraging development. Just a cursory study of what took place at the conquest of Cordoba, Spain by Muslims, with the terrible slaughter or enslavement of Christians and Jews, and where the Muslims were the most vocal about how building mosques over church ruins, or turning churches into mosques, as a declaration of the triumph of Islam—to have the ground zero mosque named for Cordoba was an obvious symbol to Islamists everywhere and could hardly have been a more arrogant poke in the eye of America. That any American political leaders would not understand this is more than remarkable in its dullness. <br /><br />Intolerance can be evil, and it can be right. The intolerance of America toward this mosque at this site is understandable. It’s less understandable why all Americans are not against it except that they do not understand the real issues and symbolism of this mosque. It’s an amazing degree of tolerance that any American would accept mosques anywhere in America when so many Americans have died at the hands of Islamic terrorists, not just at the WTC and the Pentagon, but thousands of others have died all over the world, even in our embassies. For those who are for this Ground Zero mosque to declare Americans intolerant is not only a false charge, but itself is a demonstration of extreme intolerance.<br /><br />It is a serious distortion to call Americans intolerant or Islamophobic because they oppose the mosque at Ground Zero, and there is a good reason why those who make such charges lose their respect in the eyes of Americans. However, as Christians, we must have a resolve to “love our enemies,” but this does not mean we don’t understand those who are in fact our enemies. It is definitely a good thing that this controversy, and the deadly attacks that Americans and others around the world have suffered at the hands of Islamic jihadists, is causing more and more to wake up and seek understanding of those who have been forthright about their desire to destroy us. The sooner we wake up, the fewer lives that will likely be lost. This is a most deadly threat. </span></p>',1,19,0,76,'2010-10-04 23:55:36',63,'','2012-02-04 13:06:30',62,0,'0000-00-00 00:00:00','2010-10-04 23:55:36','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,9,'Prepared for the Times, Part 41, mosque, religious liberty, Islamophobic, religious bigots.','Prepared for the Times, Part 41 Those who oppose this planned mosque have been accused of everything from not believing in religious liberty, to being Islamophobic, to being religious bigots.',0,695,'robots=\nauthor='),(211,'Support of Archbishop Nienstedt','support-of-archbishop-nienstedt','','<p>Dear Friend of CatholicVote, <a href=\"http://paracom.paramountcommunication.com/ct/4720602:7098278106:m:1:162579565:E30DA121F343A81F4410893659776757\" target=\"&lt;not set&gt;\"><img src=\"http://paracom.paramountcommunication.com/cimages/2fab8fbddcd5c8f3aca57af7ec3f0aa8/Support%20Niedstedt2.jpg\" border=\"0\" alt=\"Support Nienstedt\" align=\"right\" style=\"margin: 15px;\" /></a><br /><br />Minnesota’s Archbishop John Nienstedt needs  your prayers and support. <br /><br />Just a few days ago, homosexual activists  wearing rainbow sashes and buttons attempted to receive Holy Communion from him  during Mass. The activists even bragged: “We were making a statement during the  Eucharist.” <br /><br />His Excellency stood firm, blessed them, but charitably  denied them the Eucharist. <br /><br /><a href=\"http://paracom.paramountcommunication.com/ct/4720602:7098278106:m:1:162579565:E30DA121F343A81F4410893659776757\"><strong>Sign  our petition in support of Archbishop Nienstedt here! </strong></a><br /><br />Anti-marriage activists in Minnesota are furious at the  Archbishop for backing a statewide mailing of DVD’s to every Catholic in  Minnesota urging them to support a constitutional amendment to protect marriage.  The media is hounding the Church, calling the effort ‘too political’ and  demanding to know who paid for the mailing (a private donor paid for the DVD’s).  <br /><br />As Americans, we acknowledge that citizens are free to disagree with the  Church. But a Catholic bishop has every right to speak to the Catholics in his  diocese – even during election season! <br /><br />And those that disagree with the  Church have no right to scandalize the faithful by turning the “source and  summit” of our life as Catholics into a political spectacle. <br /><br />Our Bishops  get criticized a lot -- sometimes legitimately, sometimes unfairly. For this  reason, we believe it is all the more important that the laity encourage and  applaud the courage of Bishops when they boldly stand up for the teachings of  our Church, and in this case – to protect the Holy Eucharist. <br /><br />We have a  simple message for Archbishop Nienstedt --- THANK YOU! We stand with you. We are  praying for you. May Our Lord grant you the graces necessary to resist the  attacks, and the courage to stand firm in defense of His Church and the Holy  Eucharist. <br /><br />Add your name to our letter to Archbishop Nienstedt here --  <a href=\"http://paracom.paramountcommunication.com/ct/4720603:7098278106:m:1:162579565:E30DA121F343A81F4410893659776757\"><strong>http://cvote.to/15</strong></a> <br /><br />Sincerely, <br /><br />Brian Burch <br />President <br />CatholicVote.org</p>','',1,1,0,1,'2010-10-09 12:55:58',62,'CatholicVote.org','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-10-09 12:55:58','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,255,'homosexual activists, rainbow sashes, Holy Communion, Mass, Eucharist','Homosexual activists wearing rainbow sashes and buttons attempted to receive Holy Communion from him during Mass. The activists even bragged: “We were making a statement during the Eucharist.” ',0,263,'robots=\nauthor=CatholicVote.org'),(213,'Could This Be the Reason We Have Full Body Scanners?','could-this-be-the-reason-we-have-full-body-scanners','','<p>January 2010 Article but I just heard about it now. Imagine that...</p>\r\n<h1>Group slams Chertoff on scanner promotion</h1>\r\n<p>January 2, 2010</p>\r\n<p>WASHINGTON - Since the attempted bombing of a US airliner on Christmas Day, former Homeland Security secretary Michael Chertoff has given dozens of media interviews touting the need for the federal government to buy more full-body scanners for airports.</p>\r\n<p>What he has made little mention of is that the Chertoff Group, his security consulting agency, includes a client that manufactures the machines. Chertoff disclosed the relationship on a CNN program Wednesday, in response to a question.</p>\r\n<p>An airport passengers’ rights group on Thursday criticized Chertoff’s use of his former government credentials to advocate for a product that benefits his clients.</p>\r\n<p>“Mr. Chertoff should not be allowed to abuse the trust the public has placed in him as a former public servant to privately gain from the sale of full-body scanners under the pretense that the scanners would have detected this particular type of explosive,’’ said Kate Hanni, founder of FlyersRights.org, which opposes the use of the scanners.</p>\r\n<p>Chertoff’s advocacy for the technology dates to his time in the Bush administration. In 2005, Homeland Security ordered the government’s first batch of the scanners - five from California-based Rapiscan Systems. Rapiscan is one of only two companies that make full-body scanners in accordance with current contract specifications required by the federal government.</p>\r\n<p>Currently 40 body scanners are in use among 19 US airports. The number is expected to skyrocket, at least in part because of the Christmas Day incident. The Transportation Security Administration has said it will order 300 more machines.</p>\r\n<p>In the summer, TSA purchased 150 more machines from Rapiscan with $25 million in American Recovery and Reinvestment Act funds. Rapiscan was the only company that qualified for the contract because it had developed technology that performs the screening using a less-graphic body imaging system, which is also less controversial. (Since then, another company, L-3 Communications, has qualified for future contracts, but no new contracts have been awarded.)</p>\r\n<p>-- Washington Post</p>','',1,1,0,1,'2010-11-20 14:10:36',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-11-20 14:10:36','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,253,'Former Homeland Security Secretary Chertoff and Full Body Scanners','Former Homeland Security Secretary Chertoff and Full Body Scanners',0,211,'robots=\nauthor='),(214,'Napolitano Considering Exempting Arabic Women From Full Body Scanners?','napolitano-considering-exempting-arabic-women-from-full-body-scanners','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>object width=\"480\" height=\"385\"<span>&gt;</span><span>&lt;</span>param name=\"movie\" value=\"http://www.youtube.com/v/AI1n15lD6O8?fs=1&amp;amp;hl=en_US\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>param name=\"allowFullScreen\" value=\"true\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>param name=\"allowscriptaccess\" value=\"always\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>embed src=\"http://www.youtube.com/v/AI1n15lD6O8?fs=1&amp;amp;hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"385\"<span>&gt;</span><span>&lt;</span>/embed<span>&gt;</span><span>&lt;</span>/object<span>&gt;</span><br /></span>{/source}</p>','',1,1,0,1,'2010-11-20 16:41:32',62,'','2010-11-20 16:44:44',62,0,'0000-00-00 00:00:00','2010-11-20 16:41:32','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,252,'','',0,225,'robots=\nauthor='),(215,'Say What Mahmoud?','mosque-makeovers-with-your-tax-dollars','','<p><span style=\"color: #000000; font-family: arial, helvetica, clean, sans-serif; line-height: 16px; font-size: 13px;\"> </span></p>\r\n<p><span style=\"font-family: Helvetica, Arial, sans-serif; color: #9c2520; font-size: x-large;\"><span style=\"font-size: 22px; line-height: 24px;\"><strong><span style=\"font-family: Helvetica, Arial, sans-serif; color: #9c2520; font-size: x-large;\"><span style=\"font-size: 22px; line-height: 24px;\">Mosque Makeovers With Your Tax Dollars</span></span></strong></span></span></p>\r\n<p class=\"storyDateTime\" style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding: 0px;\"><span class=\"posted\" style=\"display: block; font-size: 12px; font-weight: bold; line-height: 18px; color: #5b5b5b;\">Posted: 3:57 pm EST November 11, 2010</span><span class=\"updated\" style=\"display: block; font-size: 12px; font-weight: bold; line-height: 18px; color: #5b5b5b;\">Updated: 6:42 am EST November 12, 2010</span></p>\r\n<div class=\"StoryBody\" style=\"font-size: 12px; line-height: 18px; padding: 0px; margin: 0px;\"><strong class=\"Dateline\" style=\"font-style: inherit; font-weight: bold;\">WASHINGTON, D.C -- </strong>A <a href=\"http://www.wsbtv.com/news/25762604/detail.html\" target=\"_blank\">Channel 2 Action News</a> investigation found that the State Department is sending millions of dollars to save mosques overseas. This investment has received criticism as the United States makes an effort to slash nearly $4 trillion in government spending. <a href=\"http://www.wsbtv.com/news/25762604/detail.html\" target=\"_blank\">MORE&gt;&gt;</a><a href=\"http://www.wsbtv.com/news/25762604/detail.html\" target=\"_blank\">{jcomments on}</a></div>','',1,1,0,1,'2010-11-22 18:55:29',62,'Channel 2 Action News','2010-11-23 00:09:38',62,0,'0000-00-00 00:00:00','2010-11-22 18:55:29','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,250,'','',0,325,'robots=\nauthor='),(216,'Socialized Health Care','socialized-health-care-in-cuba-a-la-fidel','','<p><img src=\"images/US_CUBA_flags.gif\" border=\"0\" alt=\"Salud a Miami!\" width=\"104\" height=\"69\" style=\"float: left; border: 0;\" /></p>\r\n<h2><span style=\"color: red;\"><strong>Socialized Health Care in Cuba a la Fidel</strong></span></h2>\r\n<p>Sent by a friend in Miami who wants to share what Cuba\'s socialized, redistribution of wealth health care system looks like 50 years later. It\'s in Spanish, however the photos tell the story.</p>\r\n<p><span style=\"color: red;\">Click Here: </span> <a href=\"uploads/41857-SALUD_EN_CUBA.pdf\" target=\"_blank\" title=\"Health Care a la Fidelistas!\">SALUD EN CUBA.PDF</a> (pdf format)</p>\r\n<div>\r\n<p class=\"MsoNormal\"><span style=\"font-family: Arial; color: navy; font-size: x-small;\"><span style=\"font-size: 10pt; color: navy; font-family: Arial;\" lang=\"ES\"><span style=\"color: #333333; font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 12px;\"><strong><span style=\"font-family: Tahoma; font-size: x-small;\"><span style=\"font-weight: bold; font-size: 10pt; font-family: Tahoma;\">From: </span></span></strong></span>Helio Rodriguez-Ecay  CPA</span></span></p>\r\n</div>\r\n<div>\r\n<div class=\"MsoNormal\" style=\"text-align: center;\"><span style=\"font-family: \'Times New Roman\'; font-size: small;\"><span style=\"font-size: 12pt;\"> \r\n<hr width=\"100%\" size=\"2\" />\r\n</span></span></div>\r\n<p class=\"MsoNormal\"><strong><span style=\"font-family: Tahoma; font-size: x-small;\"><span style=\"font-weight: bold; font-size: 10pt; font-family: Tahoma;\">From:</span></span></strong><span style=\"font-family: Tahoma; font-size: x-small;\"><span style=\"font-size: 10pt; font-family: Tahoma;\"> Armando  Merino<br /><strong><span style=\"font-weight: bold;\">Sent:</span></strong> Monday, November 22, 2010 11:06  AM<br /><strong><span style=\"font-weight: bold;\">To:</span></strong> ap_merino<br /><strong><span style=\"font-weight: bold;\">Subject:</span></strong> FW: SOCIALIZED HEALTHCARE IN  CUBA AFTER 50  YEARS</span></span></p>\r\n</div>\r\n<p class=\"MsoNormal\"><span style=\"color: #000000; font-family: Georgia; font-size: 15px;\">Kate</span></p>\r\n<div>\r\n<p class=\"MsoNormal\"><span style=\"font-family: Georgia; color: black; font-size: x-small;\"><span style=\"font-size: 11pt; color: black; font-family: Georgia;\">These are terrible  pictures of the Health Care in Cuba unfortunately they are the real thing and  many people around the world</span></span><span style=\"font-family: Georgia; color: navy; font-size: x-small;\"><span style=\"font-size: 11pt; color: navy; font-family: Georgia;\">,</span></span><span style=\"font-family: Georgia; color: black; font-size: x-small;\"><span style=\"font-size: 11pt; color: black; font-family: Georgia;\"> as well as here in  the US, still think that that bastard </span></span><span style=\"font-family: Georgia; color: navy; font-size: x-small;\"><span style=\"font-size: 11pt; color: navy; font-family: Georgia;\">Castro</span></span><span style=\"font-family: Georgia; color: black; font-size: x-small;\"><span style=\"font-size: 11pt; color: black; font-family: Georgia;\"> and his  communist/socialist nongovernment is the best in the  world.</span></span></p>\r\n</div>\r\n<div>\r\n<p class=\"MsoNormal\"><span style=\"font-family: Georgia; color: black; font-size: x-small;\"><span style=\"font-size: 11pt; color: black; font-family: Georgia;\"> </span></span></p>\r\n</div>\r\n<div>\r\n<p class=\"MsoNormal\"><span style=\"font-family: Georgia; color: black; font-size: x-small;\"><span style=\"font-size: 11pt; color: black; font-family: Georgia;\"> </span></span></p>\r\n<hr />\r\n</div>\r\n<div>Jose</div>\r\n<div><span style=\"color: #000000; font-family: Georgia; font-size: 13px;\">Sent: Sat, Nov 20,  2010 7:16 am</span></div>\r\n<div>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: 12pt;\"><span style=\"font-family: Georgia; color: black; font-size: x-small;\"><span style=\"font-size: 10pt; color: black; font-family: Georgia;\">Subject: FW: SOCIALIZED HEALTHCARE IN CUBA  AFTER 50 YEARS</span></span></p>\r\n</div>\r\n<div id=\"AOLMsgPart_3_1d599522-bbc7-4fe7-b618-88c8d00b56e7\">\r\n<div>\r\n<div>\r\n<div style=\"border-right: medium none; padding-right: 0in; border-top: #b5c4df 1pt solid; padding-left: 0in; padding-bottom: 0in; border-left: medium none; padding-top: 3pt; border-bottom: medium none;\">\r\n<div>\r\n<p class=\"MsoNormal\"><span style=\"font-family: Arial; color: black; font-size: x-small;\"><span style=\"font-size: 10pt; color: black; font-family: Arial;\"> </span></span><span style=\"color: #000000; font-family: Arial; font-size: 13px;\">CUBAN HEALTHCARE FOR  THE CUBAN PEOPLE (NOT FOREIGNERS WITH HARD  CURRENCY)</span></p>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<p class=\"MsoNormal\"><span style=\"font-family: Arial; color: black; font-size: x-small;\"><span style=\"font-size: 10pt; color: black; font-family: Arial;\">THE WONDERS OF  SOCIALIZED MEDICAL CARE MICHAEL MOORE DID NOT SEE (OR CHOSE NOT  TO){jcomments on}</span></span></p>\r\n</div>\r\n</div>\r\n</div>','',1,1,0,1,'2010-11-22 19:43:17',62,'Submitted by Helio Rodriguez','2010-11-23 00:08:44',62,0,'0000-00-00 00:00:00','2010-11-22 19:43:17','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',11,0,249,'','',0,1226,'robots=\nauthor='),(217,'Humor - Lest We Forget','hitler-finds-out-the-gop-has-retaken-the-house','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>object width=\"640\" height=\"385\"<span>&gt;</span><span>&lt;</span>param name=\"movie\" value=\"http://www.youtube.com/v/xlnd4zW1NCU?fs=1&amp;amp;hl=en_US\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>param name=\"allowFullScreen\" value=\"true\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>param name=\"allowscriptaccess\" value=\"always\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>embed src=\"http://www.youtube.com/v/xlnd4zW1NCU?fs=1&amp;amp;hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"640\" height=\"385\"<span>&gt;</span><span>&lt;</span>/embed<span>&gt;</span><span>&lt;</span>/object<span>&gt;</span><br /></span>{/source}{jcomments on}</p>','',1,1,0,1,'2010-11-22 20:31:41',62,'Submitted by Helio Rodriguez','2010-11-23 00:08:11',62,0,'0000-00-00 00:00:00','2010-11-22 20:31:41','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,251,'','',0,445,'robots=\nauthor='),(220,'Schools','schools-islamyes-christianityno','','<p><span style=\"font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; line-height: 32px; font-size: 13px;\"> </span></p>\r\n<div id=\"StoryTitle\" class=\"storytitle\" style=\"width: auto; height: 68px; padding-top: 5px; padding-bottom: 5px; border-bottom-color: #cccccc; border-bottom-width: 1px; border-bottom-style: solid; font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; color: #003399; font-size: 18px; font-weight: bold; margin-bottom: 7px;\">Schools: Islam...yes! Christianity...no!\r\n<div id=\"reporter\" class=\"reporter\" style=\"width: auto; height: auto; padding-top: 2px; padding-bottom: 2px; font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; font-size: 10px; color: #333333; font-weight: normal;\">Becky Yeh - OneNewsNow California correspondent - 11/23/2010 4:10:00 AM</div>\r\n</div>\r\n<p style=\"line-height: 1.5em; margin: 0px;\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\">An expert on Islam explains that schools across the United States have implemented radical Islamic curriculum in public schools.</p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\"><img src=\"http://www.onenewsnow.com/uploadedImages/Media/Images/Mugs/BrigitteGabriel.jpg\" border=\"0\" alt=\"Brigitte Gabriel\" title=\"Brigitte Gabriel\" hspace=\"3\" vspace=\"3\" align=\"left\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" />Brigitte Gabriel, founder of <a href=\"http://www.actforamerica.org/\" target=\"_blank\" title=\"ACT! for America\" style=\"color: #0e4d8b; background: inherit;\">ACT! for America</a>, explains that students are required to become a Muslim for three weeks, adopt Muslim names, memorize verses from the Quran, and visit a mosque for a field trip. If students try their best on assignments, she says, they will be guaranteed a good grade.<br /> <br />Students in these programs, laments the conservative activist, must also recite the Islamic prayer for salvation, which describes Islam as a straight path to God -- and Christianity in error.<br /> <br />\"Here\'s what they\'re teaching in the public schools; [here\'s] what they\'re telling the students they have to memorize and recite,\" she says -- \"\'Praise be to Allah, Lord of Creation, the compassionate, the merciful, king of judgment day. You alone we worship, and to you alone we pray for help.\'\"<br /> <br /><img src=\"http://www.onenewsnow.com/uploadedImages/Media/Images/ChristianMuslim.jpg\" border=\"0\" alt=\"Christian and Muslim symbols\" title=\"Christian and Muslim symbols\" hspace=\"3\" vspace=\"3\" width=\"200\" height=\"93\" align=\"right\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" />Gabriel sees more than a little inconsistency in how the material is being presented. \"Remember, this is public school where we can\'t even say we have a Christmas break -- we have a \'winter break,\'\" she exclaims. \"Where we can\'t even say we have Easter break -- it\'s now called \'spring break.\'\"<br /> <br />The ACT! for America president explains that Islamic ideologies are prevalent in textbooks, such as the way the term \"jihad\" is explained. She says instead of portraying the idea as one of violence and bloodshed, the texts describe it as a struggle against oppression -- the same description that al-Qaeda presents.<br /> <br />She argues that \"what they\'re doing is literally brainwashing our students to prepare them to turn against our own soldiers and our own military and government by basically feeding them the talking points of al-Qaeda.\"<br /> <br />Gabriel contends that if students were to recite Bible verses, adopt Christian names, and learn a Christian prayer for salvation, many Americans would be infuriated, arguing it violates the alleged separation of church and state. But because of political correctness, she says, Islamic indoctrination is allowed in public schools.</p>\r\n<p> </p>','',1,1,0,1,'2010-11-23 18:47:27',62,'OneNewsNow.com','2010-11-23 18:55:00',62,0,'0000-00-00 00:00:00','2010-11-23 18:47:27','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,247,'','',0,272,'robots=\nauthor='),(218,'Auschwitz Album','the-only-surviving-album-of-auschwitz','','<p><span style=\"color: #ff0000; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: bold;\">The Only Surviving Album of Auschwitz</span></p>\r\n<p>This is the story of a Hungarian Jewish woman who survived Auschwitz. Immediately after her liberation, she found a coat belonging to a guard, which she took to shield herself from the cold.  In the pocket of this coat she found a photo album.  It contained pictures of what went on in this extermination camp.  Imagine her reaction when she saw a picture of herself coming off of the train, as well pictures of her family, who had already been murdered.  This album at Yad Vashem in Jerusalem was donated by this woman in 1980, and will forever be displayed there.  When you have 5 minutes of peace and quiet in front of your computer, watch it and consider passing it around to people that you know so they can share it and know about it.  It is truly moving and important.</p>\r\n<p>I hope this can be kept moving as this time in the history of the world must never be forgotten.</p>\r\n<p>Click this link:</p>\r\n<p><a href=\"http://www1.yadvashem.org/exhibitions/album_Auschwitz/mutimedia/index.HTML\" target=\"_blank\" title=\"Auschwitz Album\">Auschwitz Album{jcomments on}</a></p>','',1,1,0,1,'2010-11-22 23:21:30',62,'Submitted by Matthew T. Krol Sr.','2010-11-23 00:05:54',62,0,'0000-00-00 00:00:00','2010-11-22 23:21:30','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,248,'Auschwitz Album','Auschwitz Album',0,431,'robots=\nauthor='),(219,'Prepared for the Times, Part 48','prepared-for-the-times-part-48','','<p><img src=\"images/stories/r_joyner_85px.jpg\" border=\"0\" align=\"left\" />Week 48, 2010</p>\r\n<p>The United States was the first, and some say the only, nation created through the belief that God, not government, has given to all men certain unalienable rights, and that government exists for the purpose of protecting those rights. For this reason, the government is a servant of the people, not the other way around. The Constitution and Bill of Rights were written to ensure the understanding and protection of those basic rights.</p>\r\n<p>The vision for such freedom was born out of the Protestant Reformation when salvation became individual, not corporate. Also during the Reformation came the truth that in order to be saved we must have personal faith in God and His atonement, not that we are saved because we came from a Christian family, lived in a Christian nation, or were raised in an institutional church. This gave infinite value to the individual and made all institutions, including government, servants of God for ensuring peace and liberty for His people. This was a radical new concept for government that took several centuries to flesh out and become the basis for an actual government. <br /><br />Freedom is required for true worship. For us to have true worship of God, we must have the freedom not to worship. This is why the Lord put the Tree of Knowledge...</p>\r\n','\r\n<p>in the Garden—there could be no true obedience unless there was the freedom not to obey. God wanted those who worshiped Him to do so because they loved Him and loved His truth, not out of compulsion. True religion is from the heart and cannot be forced or imposed. This is why we are told that “where the Spirit of the Lord is, there is liberty” (see II Corinthians 3:17). This is why the freedom of religion is a foundational liberty upon which all of our liberties are based, and why there was insistence that the government would have no power to establish religion. <br /><br />The term “the separation of church and state” is not found in the Constitution or the Bill of Rights, but rather was coined by Thomas Jefferson in a letter. Consequently, there was no intention by the Founders to have a separation of church and state, but simply that the government would have no power to impose any religion on the people. We know from the other writings of the Founders, which were intended with these documents, that all who gave an opinion on it did not think that the Republic could last without a strong mooring to our Judea/Christian underpinnings. However, they also saw that these underpinnings would be artificial, and therefore weak, if the freedom of religion was not a necessary seedbed of true religion. <br /><br />Being the first such government in history brought out many naysayers and critics who thought that such a country could not survive long without falling into anarchy and then tyranny. Certainly the maturing of the nation brought about many crises that seemed to threaten its very existence, such as the Civil War. The danger would swing from tyranny to anarchy, but through each crisis, the nation emerged stronger and more prosperous than ever. Living under the relative peace and prosperity in the U.S. soon became the desire of the world, and the world came to America until we became a nation made up of all nations, which added greatly to our strength. <br /><br />Every generation has had its tests, and many of these were so severe that there were serious questions whether the Republic could survive. The generation before us had to face some of history’s worst and most deadly despots—Hitler, Stalin, and Mao being the major ones, but others like Pol Pot and Chauchescu who may have been even more cruel in their murder of men. After surviving the Great Depression, that generation had to fight World War II and then the Cold War, which threatened the destruction of the entire earth. Through all of this, the United States was left far stronger and more prosperous than they had received it.<br /><br />We are going through a test now that threatens our continued survival as a Republic. Millions of Islamic jihadists have arisen whose ultimate goal is to destroy America and Western civilization and would consider it the work of God to kill Americans and Jews. At the same time, a new form of socialism has arisen within the nation that threatens the foundations of American economic strength, which is the initiative promoted by economic freedom. From within and without, we are facing ultimate threats, but we should not think this is unusual, but rather that it is now our turn. This is not something that we have to face but that we get to face. <br /><br />The very foundations of the Republic are under assault, and without a doubt we could lose everything that all of the previous generations worked so hard to give to us. However, we can also come out of this much stronger and much better than ever. It really is our choice. <br /><br />When I say our choice, it is the choice of Christians. Even though we must promote and defend the freedom of every religion as a core value of Christianity as well as our Republic, without the core of Judeo/Christian moral underpinnings, the Republic will not last. Even so, we must understand that the freedom of belief is not the freedom to practice. For example, people are free to believe in animal sacrifices as a part of their religion, but they are not free to practice that here. They are free to believe in polygamy, and even female circumcision, honor killing, the cutting off of the hands of a thief, etc., but they are not free to practice these things here. <br /><br />Freedom is not unlimited, but it does have restraints. These restraints are in order to protect the freedom of those who would otherwise be victims of tyranny. Of course, where the lines of our freedoms will be drawn are fought over in each generation. However, our love for God demands that we love His people, all people, and protect the freedom without which they cannot rise to the greatest height a human can rise—to be a lover of God, and by doing this, loving one another as we should.</p>\r\n<p> </p>',1,19,0,76,'2010-11-22 23:33:31',63,'','2012-02-04 13:06:18',62,0,'0000-00-00 00:00:00','2010-11-22 23:33:31','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,8,'United States, created, belief, God, government, unalienable rights, government is a servant of the people. Constitution, Bill of Rights','Prepared for the Times, Part 48. The United States was the first, and some say the only, nation created through the belief that God, not government, has given to all men certain unalienable rights, and that government exists for the purpose of protecting those rights. For this reason, the government is a servant of the people, not the other way around. The Constitution and Bill of Rights were written to ensure the understanding and protection of those basic rights.',0,642,'robots=\nauthor='),(221,'World Changing Events','world-changing-events','','<p> </p>\r\n<p>November 30, 2010</p>\r\n<h1>World Changing Events by Rick Joyner</h1>\r\n<p>The following are world events now unfolding that have the potential to have a major impact on our times.</p>\r\n<h2>WikiLeaks complicates U.S. foreign policy.</h2>\r\n<p>More than 200,000 pages of classified and sensitive U.S. State Department documents being opened to the world by WikiLeaks.</p>\r\n<p><strong>ANALYSIS:</strong> This will no doubt complicate U.S. foreign policy, and insult a number of foreign leaders, but will likely not do any permanent or deep damage to our foreign relations. Worse than what is in these documents is the embarrassment that there is such a lack of security in the State Department that such material could be leaked.</p>\r\n<p><strong>CONSEQUENCES:</strong> This could be very bad timing because it will certainly put a damper on communications within the State Department, and between the U.S. and other nations, which could be critical as tensions and crises around the world are rising. Potentially this could also work for good by causing all to be much more careful in their communications about others—always a good thing.</p>\r\n<p> </p>\r\n<h2 style=\"font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #333333;\"><strong>Other Analyses:</strong></h2>\r\n<h2 style=\"font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #333333;\"><span style=\"text-decoration: underline;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=221:world-changing-events&amp;catid=3:newsflash#nskorea\">North and South Korea square off</a></span></h2>\r\n<p><span style=\"font-family: Arial, Helvetica, sans-serif; font-size: 14px;\"><span style=\"text-decoration: underline;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=221:world-changing-events&amp;catid=3:newsflash#rccurrencies\">Russia and China decide to use their own currencies for trade in place of the dollar.</a></span></span></p>\r\n<p><span style=\"font-family: Arial, Helvetica, sans-serif; font-size: 14px;\"><span style=\"text-decoration: underline;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=221:world-changing-events&amp;catid=3:newsflash#ireland\">EU bails out Ireland.</a></span></span></p>\r\n<p><span style=\"font-family: Arial, Helvetica, sans-serif; font-size: 14px;\"><span style=\"font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 12px;\"> </span></span></p>\r\n<h2 style=\"font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #333333;\"><span style=\"text-decoration: underline;\"><a href=\"index.php?option=com_content&amp;view=article&amp;id=221:world-changing-events&amp;catid=3:newsflash#kingdom\">The Kingdom of God is Coming</a></span></h2>\r\n<p> </p>\r\n','\r\n<h2><a name=\"nskorea\"></a>North and South Korea square off.</h2>\r\n<p>After the unstable and unpredictable North Korea shelled a South Korean base and fishing village, tensions have not abated.</p>\r\n<p><strong>ANALYSIS:</strong> This is a very real threat to many nations in the region, and does have the potential of pulling China and the U.S. into a confrontation. In this crisis China is holding most of the options. It is assumed that China can control its ally North Korea if it wants to, but so far it has just lamely offered to host talks. This signals that China does not want to reign in their belligerent neighbor. Why?</p>\r\n<p>China is an economic superpower that will likely surpass the U.S. as the biggest economy in the world very soon. However, its military is still no match for the U.S., and would not fare well in a military confrontation. China has a very obvious plan to wear down the U.S. by supporting constant crises and conflicts that stretch and consume U.S. military and economic resources.</p>\r\n<p>It is unthinkable that China would want a war between North and South Korea. Not only would such a conflict be dangerously close to their own border, but could be devastating to its rising economy. It would also be a huge blow to China’s rising diplomatic stature in the world because China would be widely viewed as the one nation that could have prevented such a war, but did not.</p>\r\n<p>Even with these risks China obviously believes it is in its interest to keep the tensions high between North and South Korea, as well as keep the U.S. on edge. This situation is so tense that any little spark could easily flame up into all out war between North and South Korea, which the U.S. would almost certainly be dragged into with nearly 30,000 U.S. troops now based in South Korea.</p>\r\n<p>Why would China risk so much by allowing these tensions to rise on the Korean Peninsula? Energy—specifically Middle Eastern oil. China’s economic growth is making its energy needs rise faster than any other nation in the world and it has very little of its own reserves. China does not like to be in a position of needing diplomatic cooperation but rather wants to control its own destiny and therefore it will have to ultimately control its own energy source. China needs the U.S. out of the Middle East, which means the U.S. must be so worn down that it cannot continue to intervene there. This is a simple and brilliant strategy that has been working.</p>\r\n<p><strong>CONSEQUENCES</strong>: North Korea has proven itself to be a rogue state for decades but it only seems to be getting more belligerent and more dangerous every time it causes a crisis and gets away with it - usually even getting rewarded with more aid or concessions. This is never the way to deal with a bully and if we keep giving in as we have, the cost of not standing up to them will get more expensive.</p>\r\n<p>We’ve allowed North Korea to become a nuclear power that is now in desperate need for hard cash and with only one thing of value to sell - these terrible weapons. Are we going to pay the ultimate price for letting this go on for so long?</p>\r\n<p>If you are secure in thinking they do not have missiles that can hit the continental U.S., this has changed because we’ve now given them time to develop one that puts our West Coast within their range. Even so a short-range missile could work even better for those seeking to do us harm, as it could be launched from a trawler or fishing vessel right off the coast. What were those contrails just off the West Coast a few weeks ago? How about tests?</p>\r\n<h2><a name=\"rccurrencies\"></a>Russia and China decide to use their own currencies for trade in place of the dollar.</h2>\r\n<p>To replace the dollar as the world’s common trading currency has been a stated goal of both Russia and China for some time, but this agreement now makes it a reality.</p>\r\n<p><strong>ANALYSIS:</strong> This agreement has been in the works for some time, but their ability to actually complete it was likely stepped up by the U.S. Federal Reserve’s stated intention to start printing hundreds of billions of dollars more to place in circulation this coming year. This strategy brought a sharp rebuke to President Obama at virtually every stop of his recent Asian tour.</p>\r\n<p>What would cause Russia and China to make such a move? When the Federal Reserve puts more dollars in circulation it automatically devalues the dollar by creating inflation. Those who are holding large amounts of U.S. currency have the value of their holdings cut dramatically by such actions. A main reason why Russia, China, and other nations have been pushing for changing the U.S. dollar from being the world’s main base currency in trade and going to a basket of currencies has been the tendency of Washington to implement currency policies unilaterally that can impact the entire world without even consulting those it impacts.</p>\r\n<p>This action on the part of Russia and China signals a loss of confidence in the U.S. as the world’s economic leader, and they have perceived an opportunity to now seize it. This will have to play out, and it is by no means a slam dunk for Russia and China, but it was a bold move they must have had a great deal of confidence in to make at this time, or they felt a desperation that forced them to do it.</p>\r\n<p><strong>CONSEQUENCES:</strong> This does not bode well for the U.S. dollar. For those who believe that the strength of the U.S. dollar is essential to U.S. economic strength, an action such as this one has been one of their greatest fears. In military terms, to have the initiative in any battle is a huge advantage, giving you more options and limiting the enemy’s options. By this move on the part of Russia and China the U.S. may have just lost the initiative in the world economic contest. Instead of just being able to act and expect the rest of the world to react to what we do, our options have at the very least now become more limited, and they may well be severely restricted.</p>\r\n<p>Inflation in the U.S. is much higher now than the government is reporting because the government determined to move two of the most basic factors from the equation determining the rate of inflation—fuel and food prices. Removing fuel and food as factors determining the rate of inflation was done because they said these two commodities were too volatile to give us accurate readings. Volatile or not, they are very basic to the factoring of inflation across the whole economy. This reasoning is fallacious, and a very obvious ruse that did not build temporary confidence in the economy by hiding the true rate of inflation, but has caused even a greater erosion of faith in U.S. economic leadership.</p>\r\n<p>Printing more money and putting it into circulation automatically devalues the treasuries of those holding U.S. dollars. This was foreseen as a potential strategy of the Federal Reserve to thereby devalue the debt and deficits of the U.S. government. This will also stimulate the U.S. economy by making our goods more affordable to other nations. However, this only works while the dollar remains the world’s trading currency, and this agreement between Russia and China not only undermines this plan, but can have devastating long term economic repercussions for the already limping U.S. economy.</p>\r\n<p>The most basic fuel of the U.S. economy is faith, and faith in our economic leadership which had already been shaken worldwide by our wildly out of control spending, but is being further eroded by such schemes as this that just seem to be taking pot shots at what might work. The economic policies of the Obama Administration has been rebuked by virtually every friend and foe we have in the world, and the Russian/Chinese accord seems to mark that they are now taking steps to abandon what they see is a sinking ship.</p>\r\n<p>A weak U.S. dollar can have some trade advantages, which can help stimulate the domestic economy. We could see a bit of a boost from these actions. However, there is a way to allow the U.S. dollar to weaken in a slower and orderly way that does not erode confidence in the economy, so any advantages gained by this has likely been lost already. The result: inflation with a weakening economy, which is economic quicksand. We are on a path that could doom the dollar as not only the world’s trading currency, but as a viable currency at all, even in the U.S.</p>\r\n<p>This worst-case scenario has been forecast by many for some time, and the events that seem to be leading to this have been unfolding. It is conceivable that this could lead to a time when bartering is the currency in the U.S. for a time. As the strength of the dollar is based entirely on people having enough faith in it for them to take it in exchange for goods and services, that faith is being lost very steadily, and it could be completely lost overnight under certain potential circumstances.</p>\r\n<p>If this happens the only way the government could restore faith in its currency would be to make it a commodity based currency again (i.e. gold or silver backed). If the government sees this coming, they will likely react by starting to call in all gold and silver, even outlawing them being held by private citizens until the transition is made.</p>\r\n<p> </p>\r\n<h2><a name=\"ireland\"></a>EU bails out Ireland.</h2>\r\n<p>Over $100 billion was required to stabilize Ireland’s bond crisis.</p>\r\n<p><strong>ANALYSIS:</strong> Greece, Italy, Portugal, Spain and Ireland are all bleeding Euros, and Germany and France continues to give transfusions. The ultimate cause of virtually every crisis is entitlements, and few have had the political will to address them so the meltdown of the E.U. continues, and the U.S. is not far behind.</p>\r\n<p><strong>CONSEQUENCES:</strong> The E.U. is looking more and more like, at best, a good idea badly implemented. At worst it could result in a devastating collapse of this entity that is more of a bureaucracy than a government. Without Germany, and to a lesser degree France, this could have never happened, and it is not likely that the people of either Germany or France, who are paying the price for the E.U., are going to continue to let it go on for much longer. The big question is if this is going to result in a pre-World War II like chaos, or a post World War II like chaos.</p>\r\n<h2><a name=\"kingdom\"></a>The Kingdom of God is Coming:</h2>\r\n<p>The kingdom of God cannot be shaken, and is not subject to any of the crises of this world. Those who have built their life on His kingdom will not be shaken either.</p>\r\n<p><strong>ANALYSIS:</strong> Biblical prophecy has a lot to say about these times, and makes it clear that at the end of this age there will be the greatest time of trouble the world has ever seen. These troubles are all basically the result of man trying to run this world without God, and all of creation will have learned from our story that this is something that no one should ever try again.</p>\r\n<p>In virtually every area now the crises are getting beyond human remedy, but God will help all who call upon Him. There are answers to every human problem, and for those who turn to Him with the resolve to hear and obey His word, they will not only build their own houses upon the rock that can stand against the coming storms, but they will be able to reach in and save many others too.</p>\r\n<p><strong>CONSEQUENCES:</strong> There is hope. The gospel of the kingdom, which is the ?good news? about the coming kingdom, is the greatest message of hope the world has ever, or will ever, hear. If we see it we can enter it. If we enter it we can show others the way to it. As we see in Is.60:1-5, it is during the time when darkness will cover the earth and deep darkness the people that the glory of the Lord appears upon His people. The result of this is that the nations come to the light! The darkness will not win, and those who follow the light cannot lose.</p>\r\n<p> </p>',1,20,0,78,'2010-12-01 13:12:24',63,'','2012-02-04 13:05:51',62,0,'0000-00-00 00:00:00','2010-12-01 13:12:24','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,57,'','',0,929,'robots=\nauthor='),(222,'We the People','we-the-people','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>object width=\"640\" height=\"385\"<span>&gt;</span><span>&lt;</span>param name=\"movie\" value=\"http://www.youtube.com/v/JVAhr4hZDJE?fs=1&amp;amp;hl=en_US\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>param name=\"allowFullScreen\" value=\"true\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>param name=\"allowscriptaccess\" value=\"always\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>embed src=\"http://www.youtube.com/v/JVAhr4hZDJE?fs=1&amp;amp;hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"640\" height=\"385\"<span>&gt;</span><span>&lt;</span>/embed<span>&gt;</span><span>&lt;</span>/object<span>&gt;</span><br /></span>{/source}{jcomments on}</p>','',1,5,0,43,'2010-12-02 13:13:07',62,'Submitted by Jim Willis','2010-12-04 04:59:18',62,0,'0000-00-00 00:00:00','2010-12-02 13:13:07','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',8,0,34,'','',0,249,'robots=\nauthor='),(223,'Food Court Surprise','food-court-surprise','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>object width=\"640\" height=\"385\"<span>&gt;</span><span>&lt;</span>param name=\"movie\" value=\"http://www.youtube.com/v/SXh7JR9oKVE?fs=1&amp;amp;hl=en_US\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>param name=\"allowFullScreen\" value=\"true\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>param name=\"allowscriptaccess\" value=\"always\"<span>&gt;</span><span>&lt;</span>/param<span>&gt;</span><span>&lt;</span>embed src=\"http://www.youtube.com/v/SXh7JR9oKVE?fs=1&amp;amp;hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"640\" height=\"385\"<span>&gt;</span><span>&lt;</span>/embed<span>&gt;</span><span>&lt;</span>/object<span>&gt;</span><br /></span>{/source}</p>','',1,23,0,81,'2010-12-04 04:03:34',62,'Submitted by The Oak Initiative','2012-03-25 23:40:21',62,0,'0000-00-00 00:00:00','2010-12-04 04:03:34','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,14,'','',0,460,'robots=\nauthor='),(224,'Top Ten Gay Marriage False “Facts” ~ Part 1','top-ten-gay-marriage-false-facts-part-1','','<p><img src=\"images/stories/OAKI-logo.png\" border=\"0\" title=\"The Oak Initiative\" align=\"left\" /></p>\r\n<p>December 06, 2010</p>\r\n<p>The Oak Initiative is devoted to addressing the current issues of our times from a sound biblical and historical perspective. What we distribute as <strong><em>“Oak Leaves”</em></strong> addresses mostly current events, and what we distribute as <strong><em>“Root Truth”</em></strong> is from more of a historical perspective, but which is a basis for understanding the important issues of our times.</p>\r\n<p> </p>\r\n<p align=\"center\"><strong>Root Truth #3</strong></p>\r\n<p align=\"center\"><strong>Top Ten Gay Marriage False \"Facts\" ~ Part 1 <br /></strong><br />(Author: Frank Turek - From his article with the same name. Presented with Permission)<strong><br /></strong></p>\r\n<p>When one judge overturned the will of more than seven million Californians last week (Aug.04, 2010) in <em>Perry vs. Schwarzenegger</em>, he listed 80 supposed “findings of fact” (FF) as evidence that Proposition 8 violates the Fourteenth Amendment of the United States Constitution. Many of those 80 findings are not facts at all. They’re lies or distortions.</p>\r\n<p>Before we address the top ten false “facts” asserted by Judge Vaughn Walker, there is one <em>real</em> fact in his opinion that defeats the entire case for his opinion. Here it is: <br />“The evidence at trial shows that marriage in the United States traditionally has not been open to same-sex couples.”</p>\r\n<p>Since that fact is unquestionably true, how can Judge Walker honestly declare that Proposition 8 violates the Fourteenth Amendment? Certainly no one in 1868 intended the Fourteenth Amendment to redefine marriage. Only the most tyrannical form of judicial activism can get Judge Walker to his conclusion.</p>\r\n<p>Second, Prop 8 doesn’t violate the Fourteenth Amendment because every person in America already has equal marriage rights. We’re all playing by the same rules—we all have the same right to marry any non-related adult of the opposite sex. Those rules do not deny anyone “equal protection of the laws” because the qualifications to enter a marriage apply equally to everyone—every adult person has the same right to marry.</p>\r\n<p>What about homosexuals? That leads us to Judge Walker’s first false “fact.”</p>\r\n','\r\n<p> </p>\r\n<table border=\"0\" width=\"843\">\r\n<tbody>\r\n<tr>\r\n<td width=\"23\" valign=\"top\">\r\n<div><strong>1.</strong></div>\r\n</td>\r\n<td width=\"12\"> </td>\r\n<td width=\"780\">\r\n<p><strong>“Sexual orientation is fundamental to a person’s identity and is a distinguishing characteristic that defines gays and lesbians as a discrete group.”</strong> (FF 44) This is the most important of the false facts because Walker’s entire case collapses without it. The “fact” is false because it ignores the difference between <em>desires</em> and <em>behavior</em>.</p>\r\n<p>Having certain sexual desires—whether you were “born” with them or acquired them sometime in life—does not mean that <em>you</em> are being discriminated against if the law doesn’t allow the <em>behavior</em> you desire. Good laws discriminate against behavior. They do not discriminate against people. If Walker’s false “fact” was a real fact, we’d have to redefine marriage to include not just same sex couples, but also relatives, multiple partners, children or any other sexual relationship people desire. After all, those are “sexual orientations” too.</p>\r\n<p>In other words, there should be no legal class of “gay” or “straight,” just a legal class called “person.” And it doesn’t matter whether persons desire sex with the same or opposite sex, or whether they desire sex with children, parents, multiple partners or farm animals. What matters is whether the <em>behavior</em> desired is something the country should prohibit, permit or promote. And that’s a job for the people, not judges.<br /><br /></p>\r\n</td>\r\n<td width=\"10\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">\r\n<div><strong>2.</strong></div>\r\n</td>\r\n<td> </td>\r\n<td>\r\n<p><strong>“California has no interest in asking gays and lesbians to change their sexual orientation or in reducing the number of gays and lesbians in California.” </strong>(FF 47) Other than helping them avoid disease and live longer, absolutely no reason. As I document <a href=\"http://www.amazon.com/Correct-Politically-Same-Sex-Marriage-Everyone/dp/1607081628/ref=sr_1_3?ie=UTF8&amp;s=books&amp;qid=1239070012&amp;sr=1-3\" target=\"_blank\">here</a>, health problems are higher and life spans shorter for homosexuals. This has touched me personally (and perhaps someone you know as well)—a childhood friend of mine died from AIDS at the age of 36. How is it wise public policy to endorse behavior that leads to such tragic results? That’s exactly what same-sex marriage does—it endorses homosexual behavior, which results in serious health problems and shorter life spans. Permitting unhealthy behavior is one thing, but endorsing it is quite another.</p>\r\n<p>But won’t same-sex marriage help reduce gay health issues? Not likely. See Judge Walker’s next false fact.<br /><br /></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">\r\n<div><strong>3.</strong></div>\r\n</td>\r\n<td> </td>\r\n<td><strong>“Same-sex couples are identical to opposite-sex couples in the characteristics relevant to the ability to form successful marital unions.”</strong> (FF 48) What does “successful” mean? It has nothing to do with children according to Judge Walker. In his “the stork brings children” universe, marriage is merely about coupling; procreation is just incidental to it. He thinks a “successful” marriage is merely about commitment, but he can’t even support <em>that</em> case. In another instance of special pleading, Judge Walker ignores the evidence that at least half of committed homosexual relationships are open as even the <a href=\"http://www.nytimes.com/2010/01/29/us/29sfmetro.html\" target=\"_blank\"><em>New York Times</em></a> reported. (Other studies found even higher rates of promiscuity and infidelity.) This is so well known it’s a travesty that Judge Walker claims exactly the opposite is true. The <em>Times</em> reported, “None of this is news in the gay community, but few will speak publicly about it. Of the dozen people in open relationships contacted for this column, no one would agree to use his or her full name, citing privacy concerns. They also worried that discussing the subject could undermine the legal fight for same-sex marriage.” Maybe Judge Walker was worried too, and that’s why he didn’t bother mentioning this real fact with his false facts.<br /><br /></td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">\r\n<div><strong>4.</strong></div>\r\n</td>\r\n<td> </td>\r\n<td><strong>“Permitting same-sex couples to marry will not affect the number of opposite-sex couples who marry, divorce, cohabit, have children outside of marriage or otherwise affect the stability of opposite-sex marriages.” (FF 55)</strong>Judge Walker cites just four years of data from Massachusetts to make that sweeping conclusion about the most important relationship in human civilization. The truth is that <a href=\"http://www.amazon.com/Correct-Politically-Same-Sex-Marriage-Everyone/dp/1607081628/ref=ntt_at_ep_dpi_2\" target=\"_blank\">evidence from other countries</a> over a much longer period shows a mutually reinforcing relationship between same-sex marriage and illegitimacy. And the disastrous results of 40 years of liberalized divorce laws show how monumentally important marriage laws are to the health of marriages, children, and the nation.<br /><br /></td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">\r\n<div><strong>5.</strong></div>\r\n</td>\r\n<td> </td>\r\n<td>\r\n<p><strong>“Proposition 8 does not affect the First Amendment rights of those opposed to marriage for same-sex couples.”</strong>(FF 62) It’s too bad Judge Walker didn’t look to <a href=\"http://www.massresistance.org/docs/marriage/effects_of_ssm.html\" target=\"_blank\">evidence from Massachusetts</a> for this false fact. If he had he would have seen that court-imposed same-sex marriage <em>has</em> severely affected First Amendment rights. Same sex marriage may not affect heterosexual marriage behavior quickly, but it certainly affects the free exercise of religion very quickly.</p>\r\n<p>Parents in Massachusetts now have no right to know when their children are being taught homosexuality in grades as low as Kindergarten, neither can they opt their kids out (one parent was even jailed overnight for protesting this). Businesses are now <em>forced</em> to give benefits to same-sex couples regardless of any moral or religious objection the business owner may have. The government also ordered Catholic Charities to give children to homosexuals wanting to adopt. As a result, Catholic Charities closed their adoption agency rather than submit to an immoral order. Unfortunately, children are again the victims of the morality that comes with same-sex marriage.</p>\r\n<p>“But you can’t legislate morality!” some say. Nonsense. Not only do all laws legislate morality, sometimes <em>immorality</em> is imposed by judges against the will of the people and in violation of religious rights. There is no neutral ground here. Either we will have freedom of religion and conscience, or we will be forced to adhere to the whims of judges who declare that their own distorted view of morality supersedes our rights—rights that our founders declared self-evident.</p>\r\n<p>Think I’m overreacting? If this decision survives and nullifies all democratically decided laws in the 45 states that preserve natural marriage, religious rights violations in Massachusetts will go nationwide. In fact, it’s poised to happen already at the federal level. President Obama recently appointed gay activist Chai Feldblum to the EEOC. Speaking of the inevitable conflict between religious rights and so-called gay rights, Feldblum said, “I’m having a hard time coming up with any case in which religious liberty should win.”</p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>Printer Friendly Version (PDF) <a href=\"http://theoakinitiative.org/pdfs/rt_3_514296.pdf\" target=\"_blank\">Click Here</a></p>',1,20,0,78,'2010-12-06 14:02:56',63,'Submitted by The Oak Initiative','2012-02-04 13:05:02',62,0,'0000-00-00 00:00:00','2010-12-06 14:02:56','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,56,'','',0,449,'robots=\nauthor=');
INSERT INTO `jos_content` VALUES (225,'Seeing and Hearing','seeing-and-hearing','','<p><span style=\"color: #000000; font-family: verdana, lucida, arial, helvetica, sans-serif; line-height: 16px;\">\r\n<h1 style=\"font-style: normal; text-decoration: none; word-spacing: normal; letter-spacing: normal; font-family: verdana, lucida, arial, helvetica, sans-serif; font-weight: normal; font-size: 20px; line-height: 24px; color: #000000; text-transform: none; margin-top: 10px;\">Seeing and Hearing, Part 1</h1>\r\nWeek 1, 2011   <br /><br />\r\n<p style=\"margin: 0px;\"><span> </span></p>\r\n<p style=\"margin: 0px;\"><span> </span></p>\r\nSince this is the first Word for the Week of 2011, and we are studying how to know God’s voice and the prophetic gifts that He has given to His church, I want to begin by sharing what may be one of the most prolific messages God’s people have been receiving. The question I may be asked more than any other is what 11-11 means. Whether seeing it repeatedly on their clocks or in other ways, many people have been receiving this for years. New Year’s Day was 1/1/11 or 11-11. This usually speaks of a second chance, which is the message of Isaiah 11:11 because it is here that God promises to restore Israel to their land a second time. <br /><br />When Isaiah received this message, Israel had not even been scattered from the land and re-gathered the first time. When Jesus was asked about the signs of the end of the age, one of the things He said was that we should consider the fig tree, which is a symbol for Israel. Israel is one of the bold prophetic messages that prophets watch and consider. Israel is a barometer of mankind. It is in a perpetual state of conflict, both within and without. This has lasted for so long and they have desired peace so much that they have even been willing to give up large parts of their tiny bit of land in the hope of achieving peace. However, instead of leading to peace, the land they surrendered has become a base for attacking them. Their peace will never come from man, but only from God. The good news is that it will come from God, which is the most basic message of Isaiah 11.<br />\r\n','\r\n<br />Peace will never come by giving away what God assigned to us, but rather by esteeming everything He has given to us even more than peace with men and by seeing His purpose as even more valuable than life. It is time for Israel to be grafted back into the Tree—God Himself. It is a beginning to be re-gathered to the land, but it is more important to be re-gathered to the Lord. <br /><br />Israel is a sign of God’s faithfulness to His Word. In Jeremiah 31, the Lord states that the order of the sun, moon, and the roaring of the sea would cease before His promises for Israel would fail. Many believe that these are now fulfilled in the church, “spiritual Israel.” This is true of many of them, but this does not negate that they are also for “natural Israel.” The Lord makes it clear in His Word in a number of places that these are for the physical seed of Abraham. The Apostle Paul also asserted this in his most important Epistle on New Covenant theology, the Book of Romans, as we read in chapters nine through eleven. As we are warned in this text, it is a big mistake to <span style=\"font-weight: bold;\">“become arrogant toward the natural branches” (see Romans 11:18). </span><br /><br />The main message of the re-gathered nation of Israel is that God is faithful to His Word. He remains faithful even if we are unfaithful, and in His faithfulness He will give us another chance. The whole chapter of Isaiah11 is about the restoration of the earth to the paradise it was originally created to be, a second chance for the whole earth—the re-gathering of Israel “the second time” is a sign that this is near. The kingdom of God that God’s people have been praying for since Jesus walked the earth is near. <br /><br />This is a year for recovering what has been lost, for many promises to come to pass, and for the backsliders to be brought back. This begins with prayer, intercession, and often fasting. When Daniel read in the prophecy of Jeremiah that Israel was to be scattered from the land the first time for seventy years, he did not just start rejoicing that it was time to return, but he started fasting and praying for God’s Word to be fulfilled. <br /><br />Why do the promises of God need intercession to be fulfilled? As we are told in Psalm 115:16,<span style=\"font-weight: bold;\"> “The heavens are the heavens of the Lord, but the earth He has given to the sons of men.”</span> The Lord delegated authority over the earth to men, which is why He will not do things on the earth until we ask Him to. This is also why Jesus became a Man to become the Mediator, and while on earth, He always referred to Himself as the Son of man. He was the Son of God too, but He came here to be a Man to recover what man had lost. <br /><br />Therefore, when we know it is time for the promises of God to be fulfilled, we need to engage heaven with prayer and fasting, being intercessors in unity with Jesus who we are told “ever lives to intercede” (see Hebrews 7:25). He is a Priest forever, according to the order of Melchizedek, and we are priests in the same order. For this reason, one of the primary messages and works among His people will be to restore the priesthood to which we are all called.<br /></span></p>',1,19,0,76,'2011-01-10 00:43:54',63,'','2012-02-04 13:04:44',62,0,'0000-00-00 00:00:00','2011-01-10 00:43:54','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,7,'','',0,654,'robots=\nauthor='),(226,'Pelosi Passes the Gavel to John Boehner','pelosi-passes-the-gavel-to-john-boehner','','<p><a href=\"Gavel.wmv\">Too good to be true! (UNCLASSIFIED) </a></p>\r\n<p><a href=\"Gavel.wmv\">Please click to view</a></p>','',1,5,0,43,'2011-01-10 00:47:30',62,'Submitted by Jack Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-01-10 00:47:30','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,25,'','',0,364,'robots=\nauthor='),(227,'Congress Corrects the President','congress-corrects-the-president','','<p><img src=\"images/articles/congress.jpg\" border=\"0\" style=\"vertical-align: top;\" /></p>\r\n<p>This is an actual letter sent by members of Congress to President Obama regarding his incorrect citing of our national motto.</p>\r\n<p>The contents of the letter and  what it represents are not getting any national media  coverage. It is good to know that the letter is  now and forever part of the Public Record, for future generations  to read.</p>\r\n<p><a href=\"2010-12-19_National_Motto_Letter_to_President.pdf\">CLICK HERE TO VIEW (pdf)</a></p>','',1,5,0,43,'2011-01-16 01:31:57',62,'','2011-01-16 02:05:06',62,0,'0000-00-00 00:00:00','2011-01-16 01:31:57','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,24,'','',0,390,'robots=\nauthor='),(228,'JOB LOSS IN AMERICA','job-loss-in-america','','<p> </p>\r\n<div><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\"><span style=\"font: normal normal normal medium/normal \'Times New Roman\'; font-size: 14px; line-height: 21px; font-family: Helvetica, Arial, sans-serif;\"><strong>\"If  I can automate in the U.S.A. and ship to China, cost-wise it can still be  competitive,\" he says. \"But I worry America has too many lawyers. I don\'t want  to spend time having people sue me every  day.\"</strong></span></span></span></div>\r\n<div><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\"><span style=\"word-spacing: 0px; font: medium \'Times New Roman\'; text-transform: none; color: #000000; text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"> </span></span></span></div>\r\n<div><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\"><span style=\"word-spacing: 0px; font: medium \'Times New Roman\'; text-transform: none; color: #000000; text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"> </span><em>Terry  Gou Foxconn Founder</em>, manufactures 137,000 iPhones in China per  day.</span></span></div>\r\n<div><span style=\"font-size: x-small; font-family: Arial;\"> </span></div>\r\n<div><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">Read the entire Business Week  Article here:</span></span></div>\r\n<div><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\"><a href=\"http://www.businessweek.com/magazine/content/10_38/b4195058423479.htm\"><span style=\"font-family: \'Times New Roman\'; font-size: small;\">http://www.businessweek.com/magazine/content/10_38/b4195058423479.htm</span></a></span></span></div>\r\n<div><span style=\"font-size: x-small; font-family: Arial;\"> </span></div>\r\n<div><span style=\"font-size: x-small; font-family: Arial;\"> </span> \r\n<hr />\r\n</div>\r\n<div><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\"><strong>If you need something else to pray  about, then pray about this:</strong></span></span></div>\r\n<div><span style=\"font-size: x-small; font-family: Arial;\"> </span></div>\r\n<h3><strong><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">The following are19 facts about the  deindustrialization of </span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">America</span></span><span style=\"font-size: x-small; color: #1f497d; font-family: Arial;\"><span style=\"font-size: 10pt; color: #1f497d; font-family: Arial;\">:</span></span></strong></h3>\r\n<div>\r\n<div class=\"Section1\">\r\n<p class=\"MsoNormal\"><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">#1 The United States has lost  approximately 42,400 factories since 2001.  About 75 percent of those factories  employed over 500 people when they were still in operation.</span></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">#2 Dell Inc., one of </span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">America</span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">?s largest manufacturers of  computers, has announced plans to dramatically expand its operations in </span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">China</span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\"> with an investment of over $100  billion over the next decade.</span></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">#3 Dell has announced that it will  be closing its last large </span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">U.S.</span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\"> manufacturing facility in </span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">Winston-Salem</span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">, </span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">North Carolina</span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\"> in November.  Approximately 900  jobs will be lost.</span></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">#4 <span class=\"GramE\">In</span> 2008,  1.2 billion cell phones were sold worldwide.  So how many of them were  manufactured inside the </span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">United States</span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">?  <span class=\"GramE\">Zero.</span></span></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">#5 According to a new study  conducted by the Economic Policy Institute, if the U.S. trade deficit with China  continues to increase at its current rate, the U.S. economy will lose over half  a million jobs this year alone.</span></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">#6 <span class=\"GramE\">As</span> of  the end of July, the </span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">U.S.</span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\"> trade deficit with </span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">China</span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\"> had risen 18 percent compared to  the same time period a year ago.</span></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">#7 The United States has lost a  total of about 5.5 million manufacturing jobs since October  2000. </span></span></p>\r\n','\r\n<p> </p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">#8 According to Tax Notes, between  1999 and 2008 employment at the foreign affiliates of </span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">U.S.</span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\"> parent companies increased an  astounding 30 percent to 101 million. During that exact same time period, </span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">U.S.</span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\"> employment at American  multinational corporations declined 8 percent to 21.1 million.</span></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">#9 <span class=\"GramE\">In</span> 1959,  manufacturing represented 28 percent of </span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">U.S.</span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\"> economic output. In 2008, it  represented 11.5 percent.</span></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">#10 Ford Motor <span class=\"GramE\">Company</span> recently announced the closure of a factory that  produces the Ford Ranger in </span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">St. Paul</span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">, </span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">Minnesota</span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">. Approximately 750 good paying  middle class jobs are going to be lost because making Ford Rangers in </span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">Minnesota</span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\"> does not fit in with Ford\'s new  \"global\" manufacturing strategy.</span></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">#11 <span class=\"GramE\">As</span> of  the end of 2009, less than 12 million Americans worked in manufacturing.  The  last time less than 12 million Americans were employed in manufacturing was in  1941.</span></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">#12 In the United States today,  consumption accounts for 70 percent of GDP. Of this 70 percent, over half is  spent on services.</span></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">#13 The United States has lost a  whopping 32 percent of its manufacturing jobs since the year  2000.</span></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">#14 <span class=\"GramE\">In</span> 2001, the </span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">United States</span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\"> ranked fourth in the world in per  capita broadband Internet use.  Today it ranks 15th. </span></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">#15 <span class=\"GramE\">Manufacturing</span> employment in the </span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">U.S.</span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\"> computer industry is actually lower  in 2010 than it was in 1975.</span></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">#16 Printed circuit boards are used  in tens of thousands of different products. </span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">Asia</span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\"> now produces 84 percent of them  worldwide.</span></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">#17 The United States spends  approximately $3.90 on Chinese goods for every $1 that the Chinese spend on  goods from the </span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">United States</span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">.</span></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">#18 <span class=\"GramE\">One</span> prominent economist is projecting that the Chinese economy will be three times  larger than the </span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">U.S.</span></span><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\"> economy by the year  2040. </span></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-size: x-small; font-family: Arial;\"><span style=\"font-size: 10pt; font-family: Arial;\">#19 The U.S. Census Bureau says that  43.6 million Americans are now living in poverty and according to them that is  the highest number of poor Americans in the 51 years that records have been  kept.</span></span></p>\r\n</div>\r\n</div>\r\n<p> </p>',1,5,0,42,'2011-01-16 17:23:17',62,'','2011-01-16 17:32:21',62,0,'0000-00-00 00:00:00','2011-01-16 17:23:17','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,5,'','',0,508,'robots=\nauthor='),(229,'Will America Survive 2011?','will-america-survive-2011','','<p><a href=\"uploads/SidRoth_joyner.wmv\"><img src=\"images/articles/012211-sidroth_500px.jpg\" border=\"0\" alt=\"It\'s Supernatural\" width=\"500\" height=\"351\" style=\" border: 0;\" /></a></p>\r\n<p>Click above to view online. <a href=\"uploads/SidRoth_joyner.wmv\"><strong><span style=\"text-decoration: underline;\">Click here to view with Windows Media Player.</span></strong></a></p>','',1,5,0,43,'2011-01-25 00:04:46',62,'Submitted by Jack Brake','2011-01-25 01:00:02',62,0,'0000-00-00 00:00:00','2011-01-25 00:04:46','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,23,'','',0,395,'robots=\nauthor='),(230,'Yet Another Obama End Run!','yet-another-obama-end-run','','<p><span style=\"font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; line-height: 32px; font-size: 13px;\"> </span></p>\r\n<div id=\"StoryTitle\" class=\"storytitle\" style=\"width: auto; height: 68px; padding-top: 5px; padding-bottom: 5px; border-bottom-color: #cccccc; border-bottom-width: 1px; border-bottom-style: solid; font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; color: #003399; font-size: 18px; font-weight: bold; margin-bottom: 7px;\">The foisting of \'net neutrality\'\r\n<div id=\"reporter\" class=\"reporter\" style=\"width: auto; height: auto; padding-top: 2px; padding-bottom: 2px; font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; font-size: 10px; color: #333333; font-weight: normal;\">Chris Woodward - OneNewsNow - 1/22/2011 3:45:00 AM<span style=\"vertical-align: middle; margin-left: 25px;\"><a href=\"http://www.addthis.com/bookmark.php\" target=\"_blank\" style=\"color: #0e4d8b; background: inherit;\"><img src=\"http://s9.addthis.com/button1-addthis.gif\" border=\"0\" alt=\"Bookmark and Share\" width=\"125\" height=\"16\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" /></a></span></div>\r\n</div>\r\n<p style=\"line-height: 1.5em; margin: 0px;\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\"><img src=\"http://www.onenewsnow.com/uploadedImages/Media/Images/FrontPageArt/internet_address.jpg\" border=\"1\" alt=\"Internet address big\" title=\"Internet address big\" hspace=\"3\" vspace=\"3\" width=\"160\" height=\"105\" align=\"left\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" />A new article claims that as bad as ObamaCare is, the push for \"net neutrality\" is worse.</p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\">Seton Motley is the president of Less Government and Editor in Chief of <a href=\"http://stopnetregulation.org/stop/\" target=\"_blank\" title=\"StopNetRegulation.org\" style=\"color: #0e4d8b; background: inherit;\">StopNetRegulation.org</a>. He recently wrote an <a href=\"http://biggovernment.com/smotley/2011/01/19/net-neutrality-power-grab-is-worse-than-obamacare/\" target=\"_blank\" title=\"article\" style=\"color: #0e4d8b; background: inherit;\">article</a> citing what he sees as many similarities between ObamaCare and network neutrality for the Internet. But while ObamaCare was at least approved through Congress and enacted into law by President Obama, Motley says net neutrality is different -- and much worse.<br /> <br />\"The media Marxists who were pushing net neutrality gave up on the congressional route in 2007,\" he argues, \"and [they] started working on it via the FCC, which is five unelected bureaucrats, three of whom voted to impose net neutrality on all of us December 21....\"<br /> <br /><img src=\"http://www.onenewsnow.com/uploadedImages/Media/Images/Mugs/Seton%20Motley.jpg\" border=\"1\" alt=\"Seton Motley\" title=\"Seton Motley\" hspace=\"3\" vspace=\"3\" width=\"82\" height=\"125\" align=\"right\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" />The problem with that, he laments, is that unlike they can do with elected representatives in Congress, voters have no way of addressing the Federal Communications Commission\'s policies directly. Still, Motley says make no mistake, he is in favor of repealing Obamacare.<br /> <br />\"Oh, absolutely,\" he affirms. \"The last line of the piece is: \'But why quibble? Let\'s repeal both.\'\"<br /> <br />As far as net neutrality goes, Motley remains hopeful members of Congress will intervene and reverse the FCC policy, using the Congressional Review Act. Motley adds that Verizon has also filed a lawsuit this week to overturn the order.</p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\"> </p>\r\n<h3><strong>PLEASE SUPPORT VERIZON</strong>{jcomments on}</h3>\r\n<p> </p>','',1,1,0,1,'2011-01-25 00:27:18',64,'','2011-01-25 01:07:41',62,0,'0000-00-00 00:00:00','2011-01-25 00:27:18','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,246,'','',0,548,'robots=\nauthor='),(231,'SILENT TAKEOVER','silent-takeover','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>object id=\"flashObj\" width=\"370\" height=\"260\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,47,0\"<span>&gt;</span><span>&lt;</span>param name=\"movie\" value=\"http://c.brightcove.com/services/viewer/federated_f9?isVid=1\" /<span>&gt;</span><span>&lt;</span>param name=\"bgcolor\" value=\"#FFFFFF\" /<span>&gt;</span><span>&lt;</span>param name=\"flashVars\" value=\"videoId=754276215001&amp;playerID=69900095001&amp;playerKey=AQ~~,AAAAAEabvr4~,Wtd2HT-p_VhJQ6tgdykx3j23oh1YN-2U&amp;domain=embed&amp;dynamicStreaming=true\" /<span>&gt;</span><span>&lt;</span>param name=\"base\" value=\"http://admin.brightcove.com\" /<span>&gt;</span><span>&lt;</span>param name=\"seamlesstabbing\" value=\"false\" /<span>&gt;</span><span>&lt;</span>param name=\"allowFullScreen\" value=\"true\" /<span>&gt;</span><span>&lt;</span>param name=\"swLiveConnect\" value=\"true\" /<span>&gt;</span><span>&lt;</span>param name=\"allowScriptAccess\" value=\"always\" /<span>&gt;</span><span>&lt;</span>embed src=\"http://c.brightcove.com/services/viewer/federated_f9?isVid=1\" bgcolor=\"#FFFFFF\" flashVars=\"videoId=754276215001&amp;playerID=69900095001&amp;playerKey=AQ~~,AAAAAEabvr4~,Wtd2HT-p_VhJQ6tgdykx3j23oh1YN-2U&amp;domain=embed&amp;dynamicStreaming=true\" base=\"http://admin.brightcove.com\" name=\"flashObj\" width=\"370\" height=\"260\" seamlesstabbing=\"false\" type=\"application/x-shockwave-flash\" allowFullScreen=\"true\" swLiveConnect=\"true\" allowScriptAccess=\"always\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\"<span>&gt;</span><span>&lt;</span>/embed<span>&gt;</span><span>&lt;</span>/object<span>&gt;</span><br /></span>{/source}</p>','',0,1,0,1,'2011-01-28 15:10:01',62,'Submitted by Bob Storey','2011-01-28 15:13:52',62,0,'0000-00-00 00:00:00','2011-01-28 15:10:01','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,245,'','',0,5,'robots=\nauthor='),(232,'Military to unveil homosexual indoctrination plan','homosexual-indoctrination-plan','','<p class=\"MsoNormal\"><span class=\"reporter\" style=\"width: auto; height: auto; padding-top: 2px; padding-bottom: 2px; font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; font-size: 10px; color: #333333; font-weight: normal;\">Lolita C. Baldor and Pauline Jelinek - Associated Press Writers - 1/26/2011 3:55:00 PM<span style=\"vertical-align: middle; margin-left: 25px;\"><a href=\"http://www.addthis.com/bookmark.php\" target=\"_blank\" style=\"color: #0e4d8b; background: inherit;\"><img src=\"http://s9.addthis.com/button1-addthis.gif\" border=\"0\" alt=\"Bookmark and Share\" width=\"125\" height=\"16\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" /></a></span></span></p>\r\n<p class=\"MsoNormal\">WASHINGTON - Officials say Pentagon leaders will roll out a plan Friday that is expected to give the military services about three months to train their forces on the new law allowing \"gays\" to serve openly.</p>\r\n','\r\n<p> </p>\r\n<p class=\"MsoNormal\">The plan, they said, will outline the personnel, recruiting and other regulations that must be changed. It will describe three levels of training for the troops, their commanders and the key administrators, recruiters and other leaders who will have to help implement the changes.</p>\r\n<p class=\"MsoNormal\">Under that training schedule, full implementation of the law could begin later this summer. Once the training is complete, the president and his top military advisers must certify that lifting the ban won\'t hurt troops\' ability to fight. Sixty days after certification, the law would take effect.</p>\r\n<div class=\"MsoNormal\" style=\"text-align:center\">\r\n<hr width=\"100%\" size=\"2\" />\r\n</div>\r\n<p class=\"MsoNormal\" style=\"text-align:center\" align=\"center\">Story continues below ...</p>\r\n<p class=\"MsoNormal\" style=\"text-align:center\" align=\"center\">Those who believe American troops will be okay with open homosexuality</p>\r\n<p class=\"MsoNormal\" style=\"text-align:center\" align=\"center\">in the military most likely ...</p>\r\n<p class=\"MsoNormal\" style=\"text-align:center\" align=\"center\"><a href=\"http://www.onenewsnow.com/Poll.aspx?ekfrm=1283220\" target=\"_blank\" title=\"Vote in our poll\">Vote in our poll</a></p>\r\n<div class=\"MsoNormal\" style=\"text-align:center\">\r\n<hr width=\"100%\" size=\"2\" />\r\n</div>\r\n<p class=\"MsoNormal\">Word of the plan comes a day after President Barack Obama told the nation in his State of the Union address that the change was in sight.</p>\r\n<p class=\"MsoNormal\">Pentagon press secretary Geoff Morrell said senior defense and military leaders will provide an update Friday on how the Pentagon is proceeding on the implementation of the new law, which ended the Pentagon\'s 17-year-old \"don\'t ask, don\'t tell\" policy and will allow gays to serve openly for the first time in history.</p>\r\n<p class=\"MsoNormal\">Morrell declined to say more, but officials familiar with the plan described it on condition of anonymity because it has not been finalized or made public.</p>\r\n<p class=\"MsoNormal\">Details have been scarce as the military has scrambled to pull together the dozens of legal and policy changes that must be made by all the services in order to put the new law into effect.</p>\r\n<p class=\"MsoNormal\">The changes affect how troops are recruited, trained and discharged, as well as how same sex partners will be treated in terms of various health and other benefits.</p>\r\n<p class=\"MsoNormal\">Some will be easy to implement. For example, recruits will no longer be turned down because they are gay.</p>\r\n<p class=\"MsoNormal\">But others involving benefits, housing and the execution of the training program will be more complex.</p>\r\n<p class=\"MsoNormal\">According to officials, the training will be broken into three categories. One will be for administrators and other leaders who will have to be able to answer detailed questions about the new policy. The second will be for senior commanders who will have to enforce the policies and also be on the lookout for signs of unease or problems among service members.</p>\r\n<p class=\"MsoNormal\">The third group will be the general training for the troops. That is the one that is expected to be the most difficult to complete because service members are scattered around the world, and many are in various phases of deployment to war or heading home.</p>\r\n<p class=\"MsoNormal\">In his State of the Union speech Tuesday night, Obama declared that, \"Starting this year, no American will be forbidden from serving the country they love because of who they love.\" He added, \"It is time to leave behind the divisive battles of the past. It is time to move forward as one nation.</p>\r\n<p class=\"MsoNormal\">Although Obama did not describe any specific time frame, Pentagon leaders have repeatedly said they will move quickly but carefully to implement the law.</p>\r\n<p class=\"MsoNormal\">Advocates for gays have called for quick action.</p>\r\n<p class=\"MsoNormal\">\"For years, experts have said that a swift repeal process, accompanied by strong leadership, is the best way to repeal `don\'t ask, don\'t tell.\',\" Aaron Belkin of the Palm Center, a California think tank, said Wednesday. \"In promising ... to implement the repeal of the ban this year, President Obama has demonstrated leadership and committed to the path that has been proven to be best not only for gay service members, but for all of those who currently serve.\"</p>\r\n<p class=\"MsoNormal\">The Servicemembers Legal Defense Network, however, wants officials to hurry along certification that the change won\'t hurt military effectiveness.</p>\r\n<p class=\"MsoNormal\">\"We think there should be certification from the president, (Defense) Secretary Robert Gates and (Joint Chiefs of Staff) Chairman Michael Mullen in this quarter,\" the group said in a statement Wednesday. \"We need to make `Don\'t Ask\' repeal a reality sooner rather than later.\"</p>\r\n<p> </p>',1,1,0,1,'2011-01-28 15:14:42',62,'AP','2011-02-13 17:16:22',62,0,'0000-00-00 00:00:00','2011-01-28 15:14:42','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',8,0,244,'','',0,419,'robots=\nauthor='),(242,'\'Gay conservative\' is oxymoron','gay-conservative-is-oxymoron','','<p><span style=\"font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; font-size: 13px; line-height: 32px;\"> </span></p>\r\n<div id=\"StoryTitle\" class=\"storytitle\" style=\"width: auto; height: 68px; padding-top: 5px; padding-bottom: 5px; border-bottom-color: #cccccc; border-bottom-width: 1px; border-bottom-style: solid; font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; color: #003399; font-size: 18px; font-weight: bold; margin-bottom: 7px;\">\r\n<div id=\"reporter\" class=\"reporter\" style=\"width: auto; height: auto; padding-top: 2px; padding-bottom: 2px; font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; font-size: 10px; color: #333333; font-weight: normal;\">Star Parker - Syndicated Columnist - 2/14/2011 10:15:00 AM<span style=\"vertical-align: middle; margin-left: 25px;\"><a href=\"http://www.addthis.com/bookmark.php\" target=\"_blank\" style=\"color: #0e4d8b; background: inherit;\"><img src=\"http://s9.addthis.com/button1-addthis.gif\" border=\"0\" alt=\"Bookmark and Share\" width=\"125\" height=\"16\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" /></a></span></div>\r\n</div>\r\n<p style=\"line-height: 1.5em; margin: 0px;\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\"><img src=\"http://www.onenewsnow.com/uploadedImages/starparker.jpg\" border=\"0\" alt=\"Star Parker\" title=\"Star Parker\" hspace=\"3\" vspace=\"3\" width=\"78\" height=\"117\" align=\"left\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" /><a href=\"http://www.onenewsnow.com/Perspectives/archives.aspx?col=Star%20Parker\" style=\"color: #0e4d8b; background: inherit;\"><img src=\"http://www.onenewsnow.com/uploadedImages/Media/Images/columnists_archives_button.jpg\" border=\"0\" alt=\"columnists archives button\" title=\"columnists archives button\" hspace=\"3\" vspace=\"3\" width=\"95\" height=\"75\" align=\"right\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" /></a>CPAC, the Conservative Political Action Conference, has been an annual gig for me for years. But this year I concluded it was not my place and I declined to participate in the various venues at the event for which I was invited.<br /> <br />Yes, the reason I declined was the inclusion of GOProud, a group identifying itself as representing \"gay conservatives and their allies,\" as a sponsor of the event.</p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\">And it\'s the reason why some of the nation\'s most important conservative organizations -- the Heritage Foundation, the American Family Association, Concerned Women of America, Family Research Council, Media Research Center, and the National Organization for Marriage -- <a href=\"http://www.onenewsnow.com/Politics/Default.aspx?id=1267268\" title=\"did not participate\" style=\"color: #0e4d8b; background: inherit;\">did not participate</a>.</p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\"><br />The founder and chairman of GOProud removed any doubt on my part that not participating was the correct decision by dismissing these groups as \"losers,\" \"clowns,\" and \"not relevant.\"</p>\r\n','\r\n<p><br />I, of course, have been accused of being worse than a clown. The barrage regularly comes in from the left. But this is a first that I\'ve had to listen to this kind of stuff from a group that postures as \"conservative.\"<br /> <br />I became a conservative in church. I thought I was doing okay in my previous life -- scamming the welfare system, going to the beach, soaking in my welfare-subsidized hot tub, treating sex as a hobby, and abortion as birth control.<br /> <br />In our culture today that views material prosperity as the ultimate barometer of success, the truth is becoming unfortunately lost that the evil man can prosper. And if there is nothing more than what is before our eyes in this world, what does it matter?</p>\r\n<p> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\"><br />When I understood how the culture of welfare state materialism was destroying not just my life, but also all of black America, there was no dividing line in my mind between \"social issues\" and \"economic issues.\" The only dividing line I saw was between right and wrong, good and evil.<br /> <br />The idea of \"gay conservative\" is an oxymoron.<br /> <br />\"Gay\" is everything that \"conservative\" is not.<br /> <br />The foundation of the worldview that so-called \"gay conservatives\" embrace has far more in common with liberalism than with conservatism.<br /> <br />It\'s a worldview that is man-centered rather than God-centered. It is a worldview that rejects eternal truths passed on from the beginning of time. Although the worldview that \"gay conservatives\" choose to invent may diverge from the worldview of liberals, their common ground is they make it all up.<br /> <br />And it is here where \"gay conservatives\" and \"liberals\" fundamentally depart from conservatives.<br /> <br />Conservatives believe that there are objective and eternal truths, not of the product of any individual human mind, that are transmitted through the generations. Culture is not like HDTV or iPhones where the newest model is the best.<br /> <br />These eternal truths provide the light in the fog that keeps us from crashing on the rocky shores where our base instincts lead us.<br /> <br />\"Gay\" is liberal, not conservative, regardless of what their stand may be on government spending or taxes.<br /> <br />It\'s why, like all liberals, they use language to create reality, rather than appreciate that words have meaning that reflect reality.<br /> <br />So they have re-invented the word \"gay,\" re-invented the word \"marriage\", and now they want to re-invent the word \"conservative.\"<br /> <br />Finally, we will re-invent the word \"freedom\" and we\'ll put the final stamp on the idea that a free society, rather than being the path to truth, is the path to meaninglessness.<br /> <br />What individuals choose in private, and for which they bear personal responsibility, is separate from what we sanction publicly for which we all must bear responsibility.<br /> <br />A value-neutral government is impossible. The central battle in our country today is about values and how we understand freedom. It is a battle for our very soul. And, as we learned from CPAC, it\'s not a struggle that is just between Democrats and Republicans.</p>\r\n<p> </p>',1,1,0,1,'2011-02-15 02:54:52',62,'Star Parker reprinted in OneNewsNow','2011-02-15 03:01:31',62,0,'0000-00-00 00:00:00','2011-02-15 02:54:52','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,237,'','',0,437,'robots=\nauthor='),(233,'Bikers Escort Denair Boy to School','bikers-escort-denair-boy-to-school','','<h4>School tells boy he cannot display the U.S. flag on his bike on school grounds. FYI The video embed code below has been disabled \"by request\" , so has YouTube\'s\"comments\" function.  Hmmm...</h4>\r\n<p style=\"margin-top: 8px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #ffffff; \"> </p>\r\n<p> </p>\r\n<p><span style=\"line-height: 12px;\">{source}</span> <span style=\"font-family: courier new, courier, monospace;\">\r\n<p><span style=\"font-family: \'courier new\', courier, monospace;\">&lt;object width=\"640\" height=\"385\"&gt;&lt;param name=\"movie\" value=\"http://www.youtube.com/v/<span style=\"color: #1a1aa6; font-family: monospace; font-weight: normal; line-height: normal; font-size: medium; white-space: pre-wrap;\">Po7k5O9LtBo</span>?fs=1&amp;amp;hl=en_US\"&gt;&lt;/param&gt;&lt;param name=\"allowFullScreen\" value=\"true\"&gt;&lt;/param&gt;&lt;param name=\"allowscriptaccess\" value=\"always\"&gt;&lt;/param&gt;&lt;embed src=\"http://www.youtube.com/v/<span style=\"color: #1a1aa6; font-family: monospace; font-weight: normal; line-height: normal; font-size: medium; white-space: pre-wrap;\">Po7k5O9LtBo</span>?fs=1&amp;amp;hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"640\" height=\"385\"&gt;&lt;/embed&gt;&lt;/object&gt;</span></p>\r\n<h3 style=\"font-family: \'courier new\', courier, monospace;\"><span style=\"line-height: 12px;\">{/source}</span></h3>\r\n<p style=\"font-family: \'courier new\', courier, monospace;\">{jcomments on}</p>\r\n<p style=\"font-family: \'courier new\', courier, monospace;\"> </p>\r\n<p style=\"font-family: \'courier new\', courier, monospace;\"> </p>\r\n</span></p>','',1,1,0,1,'2011-01-31 00:29:29',62,'kcratv','2011-01-31 00:51:31',62,0,'0000-00-00 00:00:00','2011-01-31 00:29:29','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,243,'','',0,2461,'robots=\nauthor='),(234,'Egypt—The Perfect Storm','egyptthe-perfect-storm','','<p>by <img class=\"caption\" src=\"images/stories/mikeevans.jpg\" border=\"0\" title=\"Evans\" align=\"left\" />Dr. Michael Evans</p>\r\n<p>I want to give you an intelligence briefing on what is happening in the Muslim Middle East.</p>\r\n<p>In 1979 I wrote a book, Israel: America\'s Key to Survival. It was endorsed by the Prime Minister of Israel, Menachem Begin. On that same day, I told Mr. Begin that a young man I had just met would one day be prime minister—not once, but twice. His second term in office would be the most dangerous in all of Israel\'s existence. I asked the prime minister to give young Benjamin Netanyahu a post in his government. The next night, the job offer came.</p>\r\n','\r\n<p> </p>\r\n<p>I wrote in the book that I saw radical Islam uniting and waging war against the dhimmis (Christians and Jews.) I later wrote The Jerusalem Scroll, a book about Osama bin Laden attacking the U.S., and specifically the World Trade Center Towers. In 2007 I wrote The Final Move Beyond Iraq, a wake-up call warning that what you are now seeing in Egypt was coming and would spread across the Middle East.</p>\r\n<p>Then in 2009, I wrote Jimmy Carter: The Liberal Left and World Chaos in which I explained in great detail what would happen in the second half of Obama\'s term of office. I interviewed over 100 Middle East leaders—former and current—including the former president of France, Valery Giscard d\'Estaing, and Empress Farah, the widow of the Shah of Iran. I can say with total certainty that Israel continues to be America\'s key to survival.</p>\r\n<p>If you have ever planned to bless Israel, do it NOW.</p>\r\n<p>President Obama still does not get it and will try to make Israel pay for this mess. If that happens, America will suffer unspeakable hell. The Bible says, \"I will bless those who bless you, And I will curse him who curses you.\" (Genesis 12:3)</p>\r\n<p>Presently, we have 730 caring Jerusalem Prayer Team members who have given toward the biggest open door ever in Israel—airing the wonderful movie The Hiding Place on national television. We still need at least 270, or the project will be cancelled. Less than forty-five days ago, I warned Israel that this crisis was coming and called on the nation to obey II Chronicles 7:14: If my people, who are called by my name, will humble themselves and pray and seek my face and turn from their wicked ways, then I will hear from heaven, and I will forgive their sin and will heal their land. (http://vimeo.com/19448015)</p>\r\n<p>Iranian leaders are dancing in the streets. Iran has been working behind the scenes for years to weaken Egypt by supporting Hamas, Hezbollah, and the Muslim Brotherhood.</p>\r\n<p>Much of the U.S. secular media are jumping up and down with joy while cheering the protestors. They say it is a democratic Twitter and Facebook revolution. The truth is, it\'s a \"mullah and madrasas\" revolution financed by terror-harboring regimes. The youth are only pawns who will have a wakeup call from hell once Islamic fundamentalists rule.</p>\r\n<p>It is reminiscent of another time: It was the third year of his presidency. He ran on hope and change, and that\'s what the world got. He was a weak democratic president who the bad actors of the world did not fear, but rather saw his presidency as an opportunity to advance their wicked agendas.</p>\r\n<p>As a nation rioted, he kept demanding that the Muslim government show restraint and restore freedom of the press. \"Who knows what horror will come upon the earth if this president has his way. I fear the Russians will invade Afghanistan, Iraq will invade Iran, and my beloved country will be turn into an Islamic terror state.\" Those were the words of America\'s strongest Muslim ally, Mohammad Reza Pahlavi, the Shah of Iran to his wife Empress Farah.</p>\r\n<p>It appears history is repeating itself in Egypt as hundreds of thousands of protesters flood central Cairo defying yet another order of a nationwide curfew and demanding that President Hosni Mubarak step down. Yet, President Obama continues to orchestrate the same swan song that an earlier president, Jimmy Carter, played for the last Muslim dictator-ally thirty years ago.</p>\r\n<p>Carter said Sunday that this was not a revolution orchestrated by the Muslim Brotherhood and that Mubarak would have to leave. It appears that Carter is as blind to reality today as he was during the Iran crisis 30 years ago.</p>\r\n<p>President Obama has bought into the myth that an Arab democracy is better for the U.S. than an Arab dictator. The illusion that democracy can co-exist with Islamic fundamentalism is existential. Jimmy Carter tried it in Iran, buying into a protest movement that the jackals of the Middle East willingly and gladly exploited. That mistake birthed a Shi\'a Islamic state, Hezbollah, Hamas, Islamic Jihad, and al-Qaeda.</p>\r\n<p>Now the Muslim Brotherhood has united behind Mohammed ElBaradei, a shill for Iran, who is also calling for President Mubarak to leave the country. He fronted for Iran as the Director General of the International Atomic Energy Agency (IAEA). You can be sure Iran and al-Qaeda have joined the fray in attempting to script another Islamic revolutionary state.</p>\r\n<p>The Muslim Brotherhood is Egypt\'s largest and most well-organized opposition movement and has been waiting for this opportunity since its inception in 1928. If it grasps the reins in an Arab country of over 82 million, Israel, the Middle East, and the West will face an enemy with one of the largest and strongest militaries in the Muslim world built on some of the most advanced American-made platforms. The Revolution in Egypt could spread to Jordon and then the entire Arab World like an Ebola virus.</p>\r\n<p>It simply waits in the wings to see how this civil disturbance, entering its second week, will further its goals of a fundamentalist state ruled by the most strict interpretation of Shariah (Islamic) law.</p>\r\n<p>Its vision, which the members believe has been ordained by the Quran, has been forestalled by secular Arab regimes for too long. While the group shares the goal of Islamic sovereignty within the global jihad movement as orchestrated by al-Qaeda, it scorns the tactics viewed as counterproductive. However, it does seem to be making headway among the more fanatical Muslims in Egypt.</p>\r\n<p>Recent polls of the Egyptian population suggest that 77 percent want to see whipping and hands cut off for robbery; 84 percent favor the death penalty for any Muslim who changes his religion; 82 percent favor stoning for those who commit adultery.</p>\r\n<p>Egypt has been ground zero for Islamic terror: The blind cleric, Sheikh Omar Abdel Rahman, charged and imprisoned for the first World Trade Center bombing; Abdullah Ahmed Abdullah, top lieutenant to Osama bin Laden, indicted for U.S. Embassy bombings in Kenya and Tanzania; the infamous Egyptian physician Ayman al-Zawahiri, arrested at age 15 for his involvement with the Muslim Brotherhood, and who helped plan the 2001 attack on the World Trade Center Towers; and Mohammad Atta, the Egyptian-born hijacker of American Airlines flight 11 on September 11, 2001. These are but a few of the terrorists birthed and indoctrinated in Egypt.</p>\r\n<p>President Mubarak swore in a new cabinet on Monday. The interior minister who headed internal security and was hated by Egyptians for his cruelty was replaced by retired police general Mahmoud Wagdi who is despised by the protesters for his brutality.</p>\r\n<p>President Obama will attempt to put lipstick on the pig the same way Jimmy Carter did. Too late, he will discover the reality that will end his presidency the same way Carter\'s ended—by ignoring those fanatics who are hiding behind the curtain and manning the machinery of internal upheaval in Egypt. A domino affect will cause Shiite and Sunni caliphates all over the Middle East to fight each other for dominion.</p>\r\n<p>I believe with all my heart that you have a divine appointment with destiny. What you do will impact eternity. This scripture is burning in my spirit:</p>\r\n<p>For if you remain silent at this time, relief and deliverance for the Jews will arise from another place, but you and your father\'s family will perish. And who knows but that you have come to royal position for such a time as this? (Esther 4:14, NIV)</p>\r\n<p>Your support of the Jerusalem Prayer Team makes it possible for us to launch new outreaches like the Corrie ten Boom Project and to continue to stand for the Jewish people during this time of crisis. Thank you for blessing the Chosen People by being part of the team.</p>\r\n<p> </p>\r\n<p>Your ambassador to Jerusalem,</p>\r\n<p> </p>\r\n<p>Dr. Michael Evans</p>\r\n<p> </p>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"208\"><a href=\"http://jerusalemprayerteam.org/tell.asp\" target=\"_blank\"><img src=\"http://jerusalemprayerteam.org/email/oct09Images/oct09EmailFooterBtn01.jpg\" border=\"0\" /></a></td>\r\n<td width=\"158\"><a href=\"https://www.donation-net.net/CTBF/donate.cfm?dn=1032&amp;commID=180793548&amp;ID=505548\" target=\"_blank\"><img src=\"http://jerusalemprayerteam.org/email/oct09Images/oct09EmailFooterBtn02.jpg\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>',1,22,0,80,'2011-02-02 21:12:28',62,'Dr. Michael Evans','2012-02-27 03:12:53',62,0,'0000-00-00 00:00:00','2011-02-02 21:12:28','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',9,0,30,'','',0,612,'robots=\nauthor='),(235,'Eat Mor Chikin!','eat-mor-chikin','','<h4>Let Chairman Truett Cathy know you appreciate his Christian-based company!</h4>\r\n<h5>A Christian-owned national business deserves to be recognized.</h5>\r\n<p><img src=\"http://action.afa.net/uploadedImages/Activism/AFA_Action_Alerts/Action_Alert_Related_Items/chickfila.jpg\" border=\"0\" hspace=\"5\" align=\"right\" style=\"border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; \" />February 7, 2011</p>\r\n<p>Recently, Chick-fil-A restaurant chain has been in the news for its <a href=\"http://outbound.afa.net/track?type=click&amp;mailingid=chickfila&amp;messageid=chickfila&amp;databaseid=1234&amp;serial=1273161479&amp;emailid=jhbrake@comcast.net&amp;userid=21267818&amp;fl=&amp;extra=MultivariateId=&amp;&amp;&amp;101&amp;&amp;&amp;http//www.washingtontimes.com/news/2011/feb/1/chick-fil-returns-indiana-university-south-bend/\" style=\"color: #1b57b1; text-decoration: none; font-weight: normal; \">strong support of marriages</a> and I thought you would like to thank them for their commitment to family-friendly values. <br /><br />Chick-fil-A founder S. Truett Cathy built a large restaurant chain on his \"personal and business philosophy <strong>based on biblical principles</strong>.\" \r\n','\r\n<br /><br />Chick-fil-A is known for the exclusively <strong>Christian music that is played in its restaurants</strong> as well as being one of the few national businesses to close on Sunday, with no exceptions. Cathy also reflects his Christian faith philanthropically. <br /><br />Mr. Cathy used his business success to first start a scholarship program, and later a retreat center both of which go by the name \"WinShape\" to reflect their goal of shaping/winning students, business people, and traditional marriages. <br /><br />Chick-fil-A\'s stated corporate purpose is:</p>\r\n<blockquote><strong>To glorify God by being a faithful steward of all that is entrusted to us.</strong></blockquote>\r\n<blockquote><strong>To have a positive influence on all who come in contact with Chick-fil-A.</strong></blockquote>\r\n<p>The principles that Chick-fil-A is built on are obviously a strong foundation as the chain consists of over 1,500 locations in 39 states as well as Washington, D.C. <br /><br /><strong>Take Action <br /><br /><a href=\"http://outbound.afa.net/track?type=click&amp;mailingid=chickfila&amp;messageid=chickfila&amp;databaseid=1234&amp;serial=1273161479&amp;emailid=jhbrake@comcast.net&amp;userid=21267818&amp;fl=&amp;extra=MultivariateId=&amp;&amp;&amp;102&amp;&amp;&amp;http//secure.afa.net/afa/activism/TakeAction.asp?id=390\" style=\"color: #1b57b1; text-decoration: none; font-weight: normal; \">Send an email to Chick-fil-A chairman and founder Truett Cathy</a>.</strong> Let him know you appreciate his Christian company, and his stand for family values.</p>\r\n<table style=\"cursor: default; \" border=\"0\" width=\"560\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #2f2f2f; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin-top: 8px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px; cursor: text; \">Sincerely,<br /><br /><img src=\"http://action.afa.net/images/timsig.gif\" border=\"0\" alt=\"Tim\" style=\"border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; \" /><br /><br />Tim Wildmon, President<br />American Family Association</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"cursor: default; \" border=\"0\" width=\"560\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #2f2f2f; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin-top: 8px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px; cursor: text; \"><br /></td>\r\n</tr>\r\n</tbody>\r\n</table>',1,1,0,1,'2011-02-08 11:44:00',64,'','2011-02-13 15:59:18',62,0,'0000-00-00 00:00:00','2011-02-08 11:44:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,242,'','',0,373,'robots=\nauthor='),(236,'Internet Easy Prey for Governments','internet-easy-prey-for-governments','','<p><img src=\"images/stories/slashdot.jpg\" border=\"0\" alt=\"slashdot\" width=\"64\" height=\"64\" style=\"float: left; border: 0;\" /> <a href=\"http://www.slashdot.org\">slashdot.org</a><br /> <strong> </strong></p>\r\n<p> </p>\r\n<p> </p>\r\n<p><strong>Articles:</strong><br /> <a href=\"https://yro.slashdot.org/story/11/02/07/014258/Internet-Is-Easy-Prey-For-Governments?from=newsletter\">Internet Is Easy Prey For Governments</a> <br /> <a href=\"http://politics.slashdot.org/firehose.pl?op=view&amp;type=story&amp;sid=11/02/07/192216\">Iran\'s New Space Program</a></p>','',1,1,0,1,'2011-02-08 12:51:44',62,'slashdot','2011-02-08 13:14:49',62,0,'0000-00-00 00:00:00','2011-02-08 12:51:44','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,241,'','',0,188,'robots=\nauthor='),(237,'Top Ten Gay Marriage False \"Facts\" ~ Part 2','top-ten-gay-marriage-false-qfactsq-part-2','','<p><span style=\"color: #135cae; font-family: Helvetica, Arial, sans-serif; font-size: 13px; font-weight: bold;\">Oak Initiative - Root Truth #4</span></p>\r\n<h2>Top Ten Gay Marriage False \"Facts\" ~ Part 2</h2>\r\n<p class=\"MsoNormal\"><strong>(Author: Frank Turek - From his article with the same name. Presented with Permission)</strong></p>\r\n<p class=\"MsoNormal\"><span style=\"mso-spacerun: yes;\"> </span><em>We’re in the middle of the Top Ten false “facts” reported by Judge Vaughn Walker in his decision to overturn Proposition 8 in California—a decision that could erode marriage and First Amendment rights in the entire country. See yesterday’s column here if you missed the first five false “facts.”</em></p>\r\n<p class=\"MsoNormal\">6. “No credible evidence supports a finding that an individual may, through conscious decision, therapeutic intervention or any other method, change his or her sexual orientation.” (FF 46)</p>\r\n<p class=\"MsoNormal\">I guess thousands of ex-gays just don’t exist in Judge Walker’s special-pleading universe. Neither does renowned Columbia University psychiatrist, Dr. Robert Spitzer, who concluded that some highly motivated individuals can change their orientation from homosexual to heterosexual through reorientation therapy.</p>\r\n','\r\n<p class=\"MsoNormal\">This is significant because Spitzer is no propagandist for the religious right. Quite the contrary—a self-described “Jewish atheist,” Spitzer has been a hero to homosexual activists since 1973 when he helped get homosexuality declassified as a mental disorder. Recently, however, they’ve turned on him because he reported the truth.</p>\r\n<p>Dr. Spitzer said that his 2003 study “has been criticized severely by many people, particularly gay activists, who apparently, feel quite threatened by it. They have the feeling that in order to get their civil rights, it’s helpful to them if they can present the view that once you’re a homosexual you can never change.”</p>\r\n<p class=\"MsoNormal\">When asked whether the American Psychiatric Association should now change their position statements that say orientation cannot be changed, Dr. Spitzer said, “I think they should, [but] they will not be. . . . There’s a gay activist group that’s very strong and very vocal and is recognized officially by the American Psychiatric Association. There’s nobody to give the other viewpoint. There may be a few who believe it but they won’t talk.”</p>\r\n<p class=\"MsoNormal\">Dr. Spitzer then acknowledged explicitly that politics often trump the scientific facts at organizations like the APA (an organization cited to bolster Judge Walker’s conclusion). He also said that the APA should stop applying a double standard by discouraging reorientation therapy, while actively encouraging gay-affirmative therapy that’s intended to confirm and solidify a homosexual identity. Good point by Dr. Spitzer. After all, if people can be talked into it, then why can’t they be talked out of it?</p>\r\n<p class=\"MsoNormal\">Sexual orientation isn’t like race either. You’ll find many former homosexuals, but you’ll never find a former African American.</p>\r\n<p class=\"MsoNormal\">Of course Walker’s “fact” even if true is irrelevant anyway. Marriage does not need to be redefined just because people can’t change their sexual desires. Otherwise a legal “marriage” relationship must be created for every particular sexual desire.</p>\r\n<p class=\"MsoNormal\">7.<span style=\"mso-spacerun: yes;\"> </span>“The gender of a child’s parent is not a factor in a child’s adjustment.” (FF 70)</p>\r\n<p class=\"MsoNormal\">Incredibly, Judge Walker says that this conclusion “is accepted beyond serious debate.” Citing a study by the politicized APA, Walker never admits that not enough research has been done to evaluate the well being of children living with homosexual parents. And he ignored evidence presented by the defense that contradicted his “fact.”</p>\r\n<p class=\"MsoNormal\">But does one really need a study to know that Walker is wrong? Was your father different as a parent than your mother? To say no is laughable. In fact, even Rodney Dangerfield could expose this false fact. “No respect at all—when I was a baby, I was breast fed by my father!”</p>\r\n<p class=\"MsoNormal\">Later in the opinion, Walker makes the unbelievable assertion that, “Gender no longer forms an essential part of marriage; marriage under law is a union of equals.” Who sez? The imperial Judge Walker.</p>\r\n<p class=\"MsoNormal\">Questions for the Judge: Why do you assert that men and women are interchangeable as parents but not as sex partners? After all, if gender really is irrelevant to marriage as you maintain—if men and women are interchangeable—then why argue for same-sex marriage at all? Why not just tell homosexuals, “Gender is irrelevant to marriage, so instead of making a fuss, why not just go ahead and marry someone from the opposite sex”?</p>\r\n<p class=\"MsoNormal\">Why not? Because when it comes to their own personal gratification, homosexual activists like Judge Walker clearly recognize the big difference between the sexes. But when it comes to the more important priority of raising children, they say there is no difference between the sexes. Children are just going to have to take a backseat to their sexual desires. Dr. Jennifer Roback Morse sums up the attitude of homosexual activists well. She writes, “[Homosexual] adults are entitled to have what they want. Children have to take what we give them.”</p>\r\n<p class=\"MsoNormal\">8.<span style=\"mso-spacerun: yes;\"> </span>“Religious beliefs that gay and lesbian relationships are sinful or inferior to heterosexual relationships harm gays and lesbians.” (FF 77) Really? Do religious beliefs that drunkenness is sinful or inferior to sobriety harm alcoholics? No, those beliefs help such people by telling them the truth about destructive behavior instead of enabling them with liberal fantasyland talk about how all behaviors and lifestyles are equal.</p>\r\n<p class=\"MsoNormal\">9.<span style=\"mso-spacerun: yes;\"> </span>“Proposition 8 results in frequent reminders for gays and lesbians in committed long-term relationships that their relationships are not as highly valued as opposite-sex relationships.” (FF 68) This is not meant to be offensive, but what if certain relationships really are more valuable to society than others? Clearly, the procreative committed relationship of a man and a woman is more valuable than any other relationship in society because it is necessary for society’s very survival. To comprehend the impact of this, you just need to consider two questions.</p>\r\n<p class=\"MsoNormal\"> </p>\r\n<p class=\"MsoNormal\">1) What would happen to society if everyone lived faithfully in natural marriage? Our country would thrive with a drastic reduction in numerous social problems including illegitimacy, crime, welfare, and abortion.</p>\r\n<p class=\"MsoNormal\">2) What would happen to society if everyone lived faithfully in same-sex marriage? Society wouldn’t thrive because it wouldn’t even survive. It would end the human race!</p>\r\n<p class=\"MsoNormal\">This is not to say that such a law would cause this, but merely to point out that certain relationships are more valuable to a society than others. The truth is that homosexual and heterosexual relationships are not the same, can never be the same, and will never yield the same benefits to individuals or society. No law can change that fact; only deceive people into thinking so.</p>\r\n<p class=\"MsoNormal\">If this point offends you, then you have a problem with reality not me. I didn’t make up the facts of nature. I’m just admitting them—something Judge Walker and many same-sex marriage supporters seem unwilling to do.</p>\r\n<p class=\"MsoNormal\">10.<span style=\"mso-spacerun: yes;\"> </span>“Proposition 8 fails to advance any rational basis in singling out gay men and lesbians for denial of a marriage license.” (Conclusion)</p>\r\n<p class=\"MsoNormal\">The real fact is that Judge Walker fails to provide any “rational basis” for overturning Proposition 8—no rational basis from the constitution or common sense. While lecturing the people of California that their “private moral views” cannot be used to make their laws, Judge Walker has simply imposed his own “private moral view” that same-sex marriage must be sanctioned. That is objectively immoral and unconstitutional itself.</p>\r\n<p class=\"MsoNormal\">He claims that the exclusion of same-sex couples from marriage “exists as an artifact of a time when the genders were seen as having distinct roles in society and in marriage. That time has passed.” If that’s true, that’s not for him or any judge to decide. The people of California have said that time has not passed.</p>\r\n<p class=\"MsoNormal\">Disagree? Then you have the burden of persuading your fellow citizens to pass a constitutional amendment sanctioning same-sex marriage. That’s what the amendment process is for! When judges short-circuit that process, we are no longer a free people who govern ourselves.</p>\r\n<p class=\"MsoNormal\">(For more about this complicated and sensitive issue, get my compact book from which some of this article is adapted: Correct, Not Politically Correct: How Same-Sex Marriage Hurts Everyone.)</p>\r\n<p class=\"MsoNormal\"><span style=\"mso-spacerun: yes;\"> </span></p>\r\n<p class=\"MsoNormal\">Printer Friendly Version (PDF) Click Here</p>\r\n<p> </p>',1,1,0,1,'2011-02-09 02:23:26',62,'Frank Turek','2011-02-13 15:57:35',62,0,'0000-00-00 00:00:00','2011-02-09 02:23:26','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,240,'Top Ten Gay Marriage False Facts ~ Part 2','Top Ten Gay Marriage False Facts ~ Part 2',0,430,'robots=\nauthor='),(238,'Super Bowl Offense','super-bowl-offense','','<p>By Bill Johnson</p>\r\n<div>In what has become one of America’s biggest  modern-day traditions, millions of families gathered around their televisions  last night to watch the Super Bowl. And while defense may be key to winning the  game, offense – as in offensive - is what marks many of the multi-million dollar  Super Bowl ads which generate such hype.\r\n','\r\n</div>\r\n<div>FOX TV, which had the rights to the Super  Bowl this year, also had the right to approve or decline the ads which ran. I  can imagine the FOX ad department making a list and checking it twice to make  sure they had all the expected elements of Super Bowl commercials.</div>\r\n<div style=\"margin-left: 0.5in; text-indent: -0.25in;\">-        Crude humor which results in a man  getting hit in the privates – Check. (Pepsi Max ad)</div>\r\n<div style=\"margin-left: 0.5in; text-indent: -0.25in;\">-        Promotion of alcohol and excessive  drinking – Check. (Budweiser ads)</div>\r\n<div></div>\r\n<div style=\"margin-left: 0.5in; text-indent: -0.25in;\">-        Ads demeaning and sexually  objectifying women  - Check. (GoDaddy.com, Teleflora, etc.)</div>\r\n<div style=\"margin-left: 0.5in; text-indent: -0.25in;\">-        Profanity-laced ad –  Check. (Brisk ice tea)</div>\r\n<div style=\"margin-left: 0.5in; text-indent: -0.25in;\">-        Sick violence (i.e. catapulting a  baby against a window) – Check. (HomeAway.com)</div>\r\n<div style=\"margin-left: 0.5in; text-indent: -0.25in;\">-        Offending entire people groups with  stereotypical depictions (GroupOn.com, Pepsi Max)</div>\r\n<div>And so on. You get the idea. However, there  was a commercial that FOX deemed so offensive it refused to air the ad. What was  the ad that FOX didn’t want to touch with a ten foot pole? An innocuous ad that  refers to the scripture John 3:16 and directs viewers to a website  LookUp316.com.</div>\r\n<div>The ad shows a group of fans watching a  football game who notice that one of the players is wearing John 3:16 written in  his eye-black. (A verse, by the way, that is as standard at American sporting  events as the giant foam finger.) In the ad, one of fans says, “Hey, I’ve seen  that before. What does it mean?” And another guy says, “I don’t know. Hey, I’ll  look it up.” Cut to the site address on the screen for  LookUp316.com.</div>\r\n<div>That’s the so-called “controversial” ad FOX  refused to air. They’ll gladly take the $3 million per 30 second commercial to  air truly offensive ads, but won’t take the money from a group promoting a truly  inspirational message.</div>\r\n<div>However, FOX gladly took the money from  Skechers shoes which ran an extremely salacious ad featuring a skimpily clad Kim  Kardashian seemingly about to have sex with her workout trainer on the floor of  a gym. The camera erotically pans her nearly nude body as she foregoes her  trainer for the shoes.</div>\r\n<div>And FOX had no qualms about airing the lewd  ad for British-made Mini-Cooper cars. The catch-phrase of this ad was “Cram it  in the Boot.” With a play on words and vulgar imagery, this ad made blatant  reference to anal sex to the millions of viewers, both young and old, tuning  in.</div>\r\n<div>These are the themes that FOX approves of for  family viewing. But air an ad with a Christian message and you just might offend  someone.</div>\r\n<div>FOX TV has long-proved it is no friend of the  family with shows such as “Family Guy” and “American Dad” which offend moral  sensibilities on a weekly basis. So it comes as no surprise that FOX continued  that tradition of offending not only with the ads they chose – but also with one  ad they refused to air.</div>\r\n<div>---------------------------------------------------------------------------------------------------------------------<br /><br />Your  support is important to our ability to make a difference.</div>\r\n<div>Donate online at:<br /><a href=\"https://secure4.afo.net/ada/donate.php\" target=\"_blank\">https://secure4.afo.net/ada/donate.php</a></div>\r\n<div>American Decency Association is a member of the Evangelical Council for Financial  Accountability.</div>\r\n<div>American Decency Association<br />Bill Johnson,  President<br />P.O. Box 202<br />Fremont, MI 49412<br />ph: 231-924-4050 <a href=\"http://www.americandecency.org/\" target=\"_blank\"><br />www.americandecency.org</a><br /><a href=\"http://www.twitter.com/billwjohnson\" target=\"_blank\">http://www.twitter.com/billwjohnson</a></div>\r\n<p> </p>',1,5,0,51,'2011-02-09 02:32:46',62,'Bill Johnson','2011-02-13 16:02:16',62,0,'0000-00-00 00:00:00','2011-02-09 02:32:46','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,1,'','',0,506,'robots=\nauthor='),(241,'Interesting Numbers','interesting-numbers','','<h3><span style=\"font-size:16.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family: &quot;Times New Roman&quot;;color:black\">Time for the revelation of some very interesting numbers:</span></h3>\r\n<p><span style=\"font-family: \'Times New Roman\', serif; color: #000000;\"><span style=\"font-size: 21px; line-height: normal;\"><span style=\"font-size:10.0pt;line-height:115%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family:&quot;Times New Roman&quot;;color:black;mso-ansi-language:EN-US; mso-fareast-language:EN-US;mso-bidi-language:AR-SA\"><span style=\"line-height: normal; \">Two years ago, Barack Obama was inaugurated as president of the United States .  Are you better off today than you were two years ago? Numbers don\'t lie, and here are the data on the impact he has had on the lives of Americans:</span></span></span></span></p>\r\n<p> </p>\r\n','\r\n<p> </p>\r\n<p><span style=\"font-family: \'Times New Roman\', serif; color: #000000;\"><span style=\"font-size: 21px; line-height: normal;\"><span style=\"font-size:10.0pt;line-height:115%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family:&quot;Times New Roman&quot;;color:black;mso-ansi-language:EN-US; mso-fareast-language:EN-US;mso-bidi-language:AR-SA\"><span style=\"line-height: normal; \"><img src=\"images/stories/just_two_years.jpg\" border=\"0\" align=\"left\" /></span></span></span></span></p>\r\n<p><span style=\"font-family: \'Times New Roman\', serif; color: #000000;\"><span style=\"font-size: 21px; line-height: normal;\"><span style=\"font-size:10.0pt;line-height:115%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family:&quot;Times New Roman&quot;;color:black;mso-ansi-language:EN-US; mso-fareast-language:EN-US;mso-bidi-language:AR-SA\"><span style=\"line-height: normal; \"><br /></span></span></span></span></p>',1,1,0,1,'2011-02-13 23:47:21',62,'Submitted by Matt Krol','2011-02-15 02:40:49',62,0,'0000-00-00 00:00:00','2011-02-13 23:47:21','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,238,'','',0,1087,'robots=\nauthor='),(239,'De-fund the Predatory Planned Parenthood','de-fund-planned-parenthood','','<p><span style=\"font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; font-size: 13px; line-height: 32px;\"> </span></p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\"><span style=\"line-height: 32px;\"> </span></p>\r\n<div id=\"StoryTitle\" class=\"storytitle\" style=\"width: auto; height: 68px; padding-top: 5px; padding-bottom: 5px; border-bottom-color: #cccccc; border-bottom-width: 1px; border-bottom-style: solid; font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; color: #003399; font-size: 18px; font-weight: bold; margin-bottom: 7px;\">\r\n<div id=\"reporter\" class=\"reporter\" style=\"width: auto; height: auto; padding-top: 2px; padding-bottom: 2px; font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; font-size: 10px; color: #333333; font-weight: normal;\">Michelle Malkin - Syndicated Columnist - 2/11/2011 9:30:00 AM<span style=\"vertical-align: middle; margin-left: 25px;\"><a href=\"http://www.addthis.com/bookmark.php\" target=\"_blank\" style=\"color: #0e4d8b; background: inherit;\"><img src=\"http://s9.addthis.com/button1-addthis.gif\" border=\"0\" alt=\"Bookmark and Share\" width=\"125\" height=\"16\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" /></a></span></div>\r\n</div>\r\n<p style=\"line-height: 1.5em; margin: 0px;\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\"><img src=\"http://www.onenewsnow.com/uploadedImages/MichelleMalkin.jpg\" border=\"0\" alt=\"Michelle Malkin\" title=\"Michelle Malkin\" hspace=\"3\" vspace=\"3\" width=\"84\" height=\"122\" align=\"left\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" /><a href=\"http://www.onenewsnow.com/Perspectives/archives.aspx?col=Michelle%20Malkin\" style=\"color: #0e4d8b; background: inherit;\"><img src=\"http://www.onenewsnow.com/uploadedImages/Media/Images/columnists_archives_button.jpg\" border=\"0\" alt=\"columnists archives button\" title=\"columnists archives button\" hspace=\"3\" vspace=\"3\" align=\"right\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" /></a>Thanks to the persistent investigative work of young pro-life journalists, Planned Parenthood\'s ruthless, money-grubbing colors are on full, fresh YouTube display. But as shocking as the illicit new videos from Live Action Films are, the routine, parental authority-sabotaging advice the taxpayer-funded abortion racket gives teens every day deserves more front-page headline news, too.</p>\r\n<p><span style=\"line-height: 18px; \"><a href=\"http://liveaction.org/\" target=\"_blank\" title=\"Live Action\" style=\"color: #0e4d8b; background: inherit;\">Live Action</a> is a California-based \"new media, investigative and educational organization committed to the protection and respect of all human life\" led by Internet undercover pioneer Lila Rose. The group\'s latest video footage at abortion clinics in Perth Amboy, NJ, the Bronx and four cities in Virginia shows Planned Parenthood officials aiding and abetting individuals posing as criminal sex traffickers seeking abortions for underage girls. </span></p>\r\n','\r\n<p> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"center\"><em>Column continues below ...</em></p>\r\n<hr width=\"33%\" />\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"center\"><em><span style=\"font-size: xx-small;\"> Related news reports on Live Action\'s efforts:<br /><a href=\"http://www.onenewsnow.com/Culture/Default.aspx?id=1292320\" title=\"Planned Parenthood\'s \'smear campaign\'\" style=\"color: #0e4d8b; background: inherit;\"><strong>Planned Parenthood\'s \'smear campaign\'</strong></a><strong> <br /></strong><a href=\"http://www.onenewsnow.com/Culture/Default.aspx?id=984864\" title=\"Kentucky abortion clinic falls victim to video sting\" style=\"color: #0e4d8b; background: inherit;\"><strong>Kentucky abortion clinic falls victim to video sting</strong></a><strong> <br /></strong><a href=\"http://www.onenewsnow.com/Culture/Default.aspx?id=496928\" title=\"Memphis abortion clinic exposed for hiding statutory rape\" style=\"color: #0e4d8b; background: inherit;\"><strong>Memphis abortion clinic exposed for hiding statutory rape</strong></a><strong> <br /></strong><a href=\"http://www.onenewsnow.com/Culture/Default.aspx?id=407786\" title=\"Tucson abortuary gets stung\" style=\"color: #0e4d8b; background: inherit;\"><strong>Tucson abortuary gets stung</strong></a><strong> <br /></strong><a href=\"http://www.onenewsnow.com/Culture/Default.aspx?id=417364\" title=\"Gotcha! Video exposes abortion clinic cover-up\" style=\"color: #0e4d8b; background: inherit;\"><strong>Gotcha! Video exposes abortion clinic cover-up</strong></a> </span></em></p>\r\n<hr width=\"33%\" />\r\n<p style=\"line-height: 1.5em; margin: 0px;\"><span style=\"line-height: 15px;\"> </span></p>\r\n<p>Abortion activists first attacked the videos as \"doctored,\" then claimed they had already taken steps to rectify problems at the targeted clinics, then fired a worker <em>after</em> the tapes had been released and finally denied any systemic failures while patting Planned Parenthood on the back for ordering new re-training measures for their employees this week.</p>\r\n<p> </p>\r\n<p><br />Those who dismiss the scandal as an anomaly are in denial or abjectly ignorant.<br /> <br />In 2007, while an undergrad at UCLA, Rose visited a local campus Planned Parenthood clinic posing as a 14-year-old minor seeking an abortion after being impregnated by a 23-year-old man. California\'s mandatory reporting laws require abortion providers to report statutory rape involving girls under the age of 16. Rose secretly captured video of her visit in which the staff advised her to \"figure out a birth-date that works,\" to obtain the abortion and avoid getting the man in trouble with the law. Instead of vowing to do more to protect girls from predators, Planned Parenthood threatened to sue Rose to shut her up.<br /> <br />That same year, a teenager came forward in Ohio to blow the whistle on how a Planned Parenthood abortion clinic in Cincinnati had ignored her cries for help after her father -- who had been molesting her for three years from the age of 13 -- forced her to have an abortion. She told an abortion staffer, who was required by state law to report suspected abuse to police. But the women\'s health provider so beloved by liberals on Capitol Hill did nothing.<br /> <br />Another Ohio teenage victim of sexual abuse filed suit against Planned Parenthood after the soccer coach who abused her at age 14 forced her to undergo an abortion. \"Although she used a junior-high school I.D. and the coach, 21, paid with a credit card and driver\'s license,\" the <em>Coshocton</em> (Ohio) <em>Tribune</em> reported, \"Planned Parenthood failed to report the abuse.\"<br /> <br />Pro-choice radicals assert that butchers like Philadelphia Horror abortion doc Kermit Gosnell -- charged along with his baby-killing death squad last month with multiple counts of murder, infanticide, conspiracy, abuse of corpse, theft and other offenses -- are an exception and that young girls and women who choose Planned Parenthood are \"safe.\"<br /> <br />Tell that to the Washington, DC, family of 13-year-old Shantese Butler, who was left permanently injured and infertile after a botched Planned Parenthood abortion. Students for Life of America reported that Shantese was left with \"severe abdominal bleeding, severe vaginal injury, severe injury to the cervix, significant uterine perforation and a small bowel tear.\" In addition, parts of the unborn child were found inside Shantese\'s abdomen.<br /> <br />And don\'t forget the Nebraska Planned Parenthood clinic that refused to disclose the terms of a settlement with another victim whose botched abortion resulted in a perforated uterus, massive blood loss, an emergency hysterectomy, permanent infertility, seizures and lifelong pain and suffering. According to the suit obtained by <em>Life News</em>, the woman told the abortionist and his assistants to stop, but was told: \"We can\'t stop.\" The Planned Parenthood employees held her down to complete the procedure.<br /> <br />None of this is disclosed on Planned Parenthood\'s informational website aimed at teenage girls, of course. Instead, the group aggressively advises pregnant girls under 18 on how to avoid telling their parents about visiting their abortion clinics through a process known as \"judicial bypass.\"<br /> <br />Through its \"award-winning\" website Teenwire, Planned Parenthood ideologues normalize teen sexual activity, peddle their \"family planning\" services, whitewash the physical and moral consequences of abortion, downplay the long-term psychological consequences and circumvent parental authority at every opportunity. What other enterprise receives taxpayer support to entice children to hide their health decisions from their own mothers and fathers?<br /> <br />Planned Parenthood is a $1-plus billion business that rakes in one-third of its budget from government grants and contracts at both the state and federal levels. Congress has interrogated banking, energy, health insurance, tobacco and oil execs -- treating them like serial killers before the cameras. When will they finally de-fund a corrupt industry that has real blood on its hands?</p>\r\n<p> </p>\r\n<p> </p>',1,1,0,1,'2011-02-12 00:48:06',62,'One News Now','2011-02-13 16:21:46',62,0,'0000-00-00 00:00:00','2011-02-12 00:48:06','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,239,'','',0,464,'robots=\nauthor='),(240,'Seeding Dark Clouds','seeding-dark-clouds','','<p><img class=\"caption\" src=\"images/stories/mikeevans.jpg\" border=\"0\" title=\"Evans\" align=\"left\" />by Dr. Michael Evans</p>\r\n<p>President Barack Obama should win another Nobel Peace Prize for orchestrating an Islamic revolution from Jimmy Carter\'s Iranian playbook of indecisiveness. He has humiliated a Muslim ally who has fought terrorism for decades and has supported U.S. policies in the Middle East.</p>\r\n','\r\n<p><br />So far, Hosni Mubarak has refused to flee Egypt but left Cairo for his retreat in Sharm el-Sheikh. While he has apparently resigned as its leader, he above all men is haunted by the ghost of Persia. Egypt was the first nation to offer the Shah refuge when he fled Iran on January 16, 1979. It was the nation that provided his family with a burial plot for his earthly remains later that year. <br /><br />Mubarak witnessed the double-crosses, lies, and humiliation inflicted by the Carter administration. Mubarak\'s dark side has been intentionally ignored by past presidents because of the hawkish foreign policy which necessitated strategic allies, whether dictators or not. It worked perfectly for the U.S. during the days of Naziism and Communism.</p>\r\n<p> </p>\r\n<p>Now, it appears, President Obama does not consider America at war against Islamo-Fascism, and there is no longer a need to undergird an ally. Instead, the Liberal Left White House and press are dumbing-down the American people into thinking this is simply a battle between democracy and tyranny. The threat this poses to America and to Israel is grave indeed. <br /><br /><a href=\"https://www.donation-net.net/CTBF/CursedPlate.cfm?dn=1032&amp;commID=182812333&amp;ID=505548\">CLICK HERE TO SUPPORT ISRAEL DURING THIS GROWING CRISIS</a> <br /><br />The Muslim Brotherhood with sixty percent support from the Egyptian population believes that Egypt can become the center of jihad against the Western world. That belief system goes back to the days of Dr. al-Zawahiri, along with Sheikh Omar Abdel-Rahman who was arrested for attempting to kill Anwar Sadat, which was believed permissible under Islamic law. <br /><br />Hosni Mubarak picked up the reins of government after Sadat\'s assassination and continued partnering in the region with the United States. Sheikh Rahman of the fanatical Islamist Muslim Brotherhood attempted to kill Mubarak also. The plan was to kill the Egyptian president during a trip to New York City. It was Rahman, the blind cleric, who incited Muslims to \"kill Americans wherever you find them; destroy their embassies, sink their ships, shoot down their planes.\" <br /><br />It was in a Cairo hellhole that Sheikh Rahman and al-Zawahiri began to plot to bring the U.S. to its knees with the target being the World Trade Center. Islamo-Fascists from Egypt have been trained and hardened on the battlefields of Afghanistan. They have provided the training for the next generation of terrorists. One of the most well-known would be Mohammed Atta, leader of the nineteen hijackers responsible for the 9/11 attack on the World Trade Center and the Pentagon. <a href=\"http://tool.donation-net.net/Images/Email/1032/Seeding_Dark_Clouds.pdf\">CLICK HERE TO READ MY ENTIRE UPDATE ON THE SITUATION IN EGYPT</a> <br /><br />And there is more. The United States is also supporting a worldwide effort to have the United Nations unilaterally declare a Palestinian state with East Jerusalem as its capital. They are planning to present Israel with a fait accompli without any input from the Jewish people on their fate and with no say over their own borders or security. No other nation on earth would be treated this way. <br /><br />According to the unfailing and unchanging promise of God, if America sides with this plan, we WILL be cursed. \"I will bless them that bless thee and curse them that curse thee.\" (Genesis 12:3) We have an opportunity at this prophetic moment to be a blessing to the children of Abraham by standing together in defense of Jerusalem. <br /><br />God has directed me to produce and begin airing a television special to reveal this evil plot and to rally believers to join us in speaking out on behalf of Israel. We must cry out and speak the truth. The liberal media is doing everything in its power to conceal it…but we can strip away the mask and reveal the ugly anti-Israeli sentiment driving the proposed appeasement of Israel and America\'s enemies. <br /><br /><a href=\"https://www.donation-net.net/CTBF/CursedPlate.cfm?dn=1032&amp;commID=182812333&amp;ID=505548\">CLICK HERE TO HELP US SAVE JERUSALEM</a> <br /><br />In conjunction with this media special, we are also launching a massive petition drive to urge President Obama to reject this evil plan and prevent God\'s curse from falling on our nation by standing in support of Israel. There are millions of Christians in America. If we will collectively raise our voices and speak out, we will be heard, and Jerusalem will be saved! <br /><br /><a href=\"http://tool.donation-net.net/CTBF/SaveJerusalem.cfm?dn=1032&amp;commID=182812333&amp;ID=505548\">CLICK HERE TO SIGN THE PETITION TO SAVE JERUSALEM</a></p>\r\n<p> </p>\r\n<p>I urge you to forward this email to everyone on your list and ask them to join with us. This is urgent. We must act now. Thank you for standing for Jerusalem and Israel at this crucial prophetic moment. God bless you!</p>\r\n<p> </p>',1,22,0,80,'2011-02-13 01:47:36',62,'Dr. Michael Evans','2012-02-27 03:12:25',62,0,'0000-00-00 00:00:00','2011-02-13 01:47:36','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,29,'','',0,638,'robots=\nauthor='),(244,'WHAT’S WRONG WITH SHARIA LAW','whats-wrong-with-sharia-law','','<p>\r\n<h3>WHAT’S WRONG WITH SHARIA LAW? By Rick Joyner</h3>\r\n<p><img class=\"caption\" src=\"images/stories/r_joyner_85px.jpg\" border=\"0\" title=\"Joyner\" align=\"left\" />With the massive demonstrations threatening to topple the government in Egypt and several other Muslim nations in the Middle East, a great concern for the rest of the world has been the potential for The Muslim Brotherhood (MB) to seize power. Until recently little was known or understood about the shadowy MB in America and much of the west, but in the last few years it has been the subject of so many articles, books, and lectures that it is now becoming very well known, and understood. This awareness has gone up very dramatically in just the last couple of weeks with its almost constant mention on the news in relation to the meltdown taking place in Egypt.</p>\r\n<p>\r\n','\r\nThe MB has always been bold and up front about its purpose to establish a new caliphate, and it’s mission statement was very clear about their intention to destroy America and the rest of the “rotten” western civilization in order to subdue the world to Islam, and to impose Sharia law. The now famous and alarming “U.S. vs The Holy Land Foundation” trial in U.S. Federal Court well established these and other alarming facts about the MB and Sharia, with the MB being understood to be the “mother-ship” of virtually every Muslim terrorist organization, including Al Queda and Hamas.</p>\r\n<p>This is now becoming virtually general knowledge, but what has been amazing is the way the U.S. media have been calling those who have proclaimed the dangers of the MB, or Sharia such things as “Islamophobic,” or “right wing extremists.” Are they?</p>\r\n<p>First, not all Muslims hold to the purposes of the MB, and most Muslims do not want to live under Sharia law, and are as horrified by the terrible things done in the name of Sharia as the rest of us, and some maybe more so since it reflects so terribly on their own faith. Even so, with some estimates that the radical jihadist may now compose up to 30% of Muslims, we are the greatest of all fools if we do not seek understanding of both the MB and Sharia.</p>\r\n<p>There are now almost daily examples in the news about “honor killings” and other examples of Sharia. The following story was just posted on AOL News.</p>\r\n<p>© Copyright Oak Initiative – Special Bulletin 2-2011 Page 2</p>\r\n<p>Only members Can Copy</p>\r\n<p>Alleged Rape Victim, 14, Dies After Public Flogging in Bangladesh</p>\r\n<p>Feb 3, 2011 – 7:01 PM - AOL News</p>\r\n<p>A 14-year-old Bangladeshi girl allegedly raped by a much older cousin has died after being publicly flogged for adultery, media reports said.</p>\r\n<p>Hena Begum was sentenced to receive 100 lashes by a village council made up of elders and Muslim clerics in the district of Shariatpur, about 35 miles from the capital, Dhaka, the BBC said today.</p>\r\n<p>She endured about 80 lashes before collapsing Monday, according to The Daily Star, a Bangladeshi newspaper. Her family took her to a hospital, where she died.</p>\r\n<p>\"What sort of justice is this? My daughter has been beaten to death in the name of justice. If it had been a proper court then my daughter would not have died,\" Dorbesh Khan, the girl\'s father, told the BBC.</p>\r\n<p>Family members said Hena was raped by a 40-year-old married cousin, The Daily Star said. The man\'s family beat up the teen, then accused of her adultery, the newspaper said.</p>\r\n<p>The very next day, she was sentenced to the flogging in a fatwa, or religious ruling, issued by the village council under Islamic Shariah law, the BBC said. Her father was also told pay a fine of about $700, police told the BBC.</p>\r\n<p>Four people, including a Muslim cleric, have been arrested in connection with Hena\'s death, the BBC said. Police said they were looking for another 14 people in the case.</p>\r\n<p>© Copyright Oak Initiative – Special Bulletin 2-2011 Page 3</p>\r\n<p>Only members Can Copy</p>\r\n<p>Bangladesh\'s high court has ordered district officials in Shariatpur to explain why they did not protect the girl, The Daily Star said. The court ruled eight months ago that Shariah punishment was illegal.</p>\r\n<p>In December, a 40-year-old woman in Rajshahi district died after she was publicly caned for allegedly carrying on an affair with her stepson.</p>\r\n<p>What kind of justice is it when a 14 year old girl gets raped, and because the rapist is a married man she is beaten to death for adultery? This is an example of Sharia, and the most shocking thing of all is why the media, and especially every women’s organization in the world that truly cares about the rights of women, or human rights, are not sounding the alarm daily about Sharia.</p>\r\n<p>There are almost daily news reports now about “honor killings,” the torture by stoning of adulterers, and homosexuals that should have everyone who truly cares about justice, and human rights, devoted to understanding Sharia. Those who are challenging it and sounding the alarm are not “Islamophobic,” or “right wing extremists, but are those who really care about justice and human rights.</p>\r\n<p>Remember to Renew Your Membership or Become a Member Today!</p>\r\n<p><a href=\"http://www.theoakinitiative.org\">http://www.theoakinitiative.org</a></p>\r\n</p>',1,20,0,78,'2011-02-16 20:03:31',63,'','2012-02-04 13:04:15',62,0,'0000-00-00 00:00:00','2011-02-16 20:03:31','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,55,'','',0,473,'robots=\nauthor='),(245,'\"TRIUMPH of DEMOCRACY\" In EGYPT?','qtriumph-of-democracyq-in-egypt','','<p> </p>\r\n<p>February 16, 2011</p>\r\n<p>\"TRIUMPH of DEMOCRACY\" In EGYPT? by <a href=\"http://www.theoakinitiative.org/content/nicholas-papanicolaou\">Nicholas F.S. Papanicolaou</a></p>\r\n<p>It is easy to fall in with the euphoria that now has taken hold in the aftermath of Hosni Mubarak\'s resignation on Feb. 11th. Already people in America and in the Middle East are exulting over the \"triumph of democracy\" in Egypt.</p>\r\n<p>So it is perhaps not popular for some like me, to sound the alarm bell. Doing so does not mean I applaud the Mubarak government and its thirty years in power. It does mean that I see plenty of dangers ahead which need to be addressed in a realistic way lest Egypt become another radical Islamic state.</p>\r\n<p>In the 2005 elections the Muslim Brotherhood (MB) fielded twenty percent of the vote in the Egyptian elections. In any upcoming elections they are likely to gain even more of the vote. But at twenty percent, they already have gained a powerful voice within Egypt\'s power structure.</p>\r\n<p>Also, The National Intelligence Director, James Clapper, testified Feb. 10th before Congress and said that the MB in Egypt has renounced violence. Can we believe that the MB is now a benevolent, civic minded, non violent force in Egypt?</p>\r\n','\r\n<p> </p>\r\n<p>Let us look at two examples from other countries, to see if they provide any guidance for what may well develop in Egypt. In late 1944, as the Nazis withdrew from occupied Greece, communist guerillas who were supplied by Stalin, were trying to take over the country by force. In a country of about seven million people, they numbered less than 15,000 people in total, including some 5,000 men under arms and 10,000 people who accompanied them, some of whom had been forcibly abducted from their villages.</p>\r\n<p>Yet the power they wielded was completely disproportionate to their numbers. They controlled most politicians through sheer fear of physical violence. The government of national unity, under George Papandreou (grandfather of the present prime Minister of Greece) was yielding to their demands. One of their demands was that the armed</p>\r\n<p>© Copyright Oak Initiative – Special Bulletin 4-2011 Page 2</p>\r\n<p>Only members Can Copy</p>\r\n<p>communist guerillas be included in the regular Greek Army, which they would then ruthlessly co-opt and neutralize, or take over. With the government cowering to their demands, Winston Churchill visited Athens on Christmas Day 1944 to face the communists down. He had the personal courage, and the power of what was left of the British and Greek armies, to reject their demands. They tried to blow him up as well as the entire British Embassy that day by planting a mega bomb under the Embassy, but thankfully did not succeed.</p>\r\n<p>But what would have happened if there was no Winston Churchill and no loyal Greek and British Army to face the communists down?</p>\r\n<p>A second example is the Islamic party of Prime Minister Erdogan in Turkey. A little more than ten years ago the Turkish military allowed this party to participate in Turkey\'s national elections. They fielded some ten percent of the vote in their first election. But within ten years they had gained an absolute majority, and began to dismantle the secular Turkish state founded by Kemal Ataturk in 1923. Today Turkey is very firmly on the road to Islamization, and is participating in the disruption of the other secular regimes in the area, such as Iraq and Jordan.</p>\r\n<p>The prospects for Egypt are fraught with danger.</p>\r\n<p>The Muslim Brotherhood will, I expect, be exerting every type of influence it can in order to gain control of the country in the next five years.</p>\r\n<p>Some of this influence will be through the polls, some will be based on religious fervor, and some will inevitably be based on fear of violence.</p>\r\n<p>A big burden has now been placed on the Egyptian military, but the military could also go the same way Iran\'s went in 1979 when the ayatollahs took over. Iran\'s top military brass was summarily executed with the return to the country of ayatollah Khomeini. So let us be sensitive to the dangers facing Egypt.</p>\r\n<p>Democracy has not yet won.</p>\r\n<p>It will be a long road.</p>\r\n<p>Free passage through the Suez Canal and the peace treaty with Israel (Camp David Accords) hang in the balance; so does the continuation of the joint arms embargo imposed on Gaza and Hamas by Israel and Mubarak\'s Egypt.</p>\r\n<p>_______________________________________</p>\r\n<p>Nicholas F.S. Papanicolaou is co-Founder and Co-Chairman of the World Public Forum \"Dialogue of Civilizations\" and an <a href=\"http://www.theoakinitiative.org/\">Oak Initiative</a> Board Member. <a href=\"http://www.theoakinitiative.org/content/nicholas-papanicolaou\">Read his bio.</a></p>\r\n<p> </p>',1,1,0,1,'2011-02-17 17:57:29',62,'Nicholas F.S. Papanicolaou in Oak Initiative','2011-02-17 18:20:59',62,0,'0000-00-00 00:00:00','2011-02-17 17:57:29','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,235,'','',0,558,'robots=\nauthor='),(246,'\"Father, A Rebellion has Begun\"...Robert the Bruce','qfather-a-rebellion-has-begunqrobert-the-bruce','','<p><span style=\"font-family: Verdana, Arial, sans-serif; font-size: 13px; color: #000000; line-height: normal;\"> </span></p>\r\n<h2 style=\"font-family: Verdana, sans-serif; font-weight: bold; color: #740019; font-size: large;\">News Release</h2>\r\n<h1 style=\"font-family: Verdana, sans-serif; font-weight: bold; color: #006600; font-size: x-large; margin: 0px;\">Governor Notifies Interior of New Wolf Management Directives</h1>\r\n<p style=\"line-height: 16px;\"><em> </em></p>\r\n<p style=\"line-height: 16px;\">2/16/2011<br />Sarah Elliott 406-444-9725<br />Jayson O’Neill 406-444-9844<br /><a href=\"mailto:selliott@mt.gov\" style=\"color: #006600;\">selliott@mt.gov</a></p>\r\n<p> </p>\r\n<p>(HELENA) – Governor Brian Schweitzer today sent a letter to Department of Interior Secretary Ken Salazar notifying Interior of new directives regarding wolf management in Montana. Text of the letter below (and attached):</p>\r\n<p><span style=\"font-family: Verdana, Arial, sans-serif; font-size: 13px; color: #000000; line-height: normal;\"><em><strong>\"First, for Montana’s northwest endangered wolves (north of Interstate 90), any livestock producers who kill or harass a wolf attacking their livestock will not be prosecuted by Montana game wardens.\"</strong></em><br /> </span></p>\r\n','\r\n<p><br />February 16, 2011 <br /><br />The Honorable Ken Salazar <br />Secretary <br />U.S. Department of the Interior <br />1849 C Street NW <br />Washington, D.C. 20240 <br /><br />Dear Secretary Salazar: <br /><br />I write to you today regarding wolf management in Montana. <br /><br />While almost everyone acknowledges that the Northern Rocky Mountain gray wolf population is fully recovered, as the Governor of Montana I am profoundly frustrated by the lack of any actual results that recognize Montana’s rights and responsibilities to manage its wildlife. Montana has for years done everything that has been asked: adopting a model wolf management plan; enacting enabling legislation; and adopting the necessary implementing rules. Our exemplary efforts have been ignored. I cannot continue to ignore the crying need for workable wolf management while Montana waits, and waits, and waits. Therefore, I am now going to take additional necessary steps to protect the interests of Montana’s livestock producers and hunters to the extent that I can within my authorities as governor. <br /><br />First, for Montana’s northwest endangered wolves (north of Interstate 90), any livestock producers who kill or harass a wolf attacking their livestock will not be prosecuted by Montana game wardens. Montana Department of Fish, Wildlife, and Parks (FWP) wardens will be directed to exercise their prosecutorial discretion by not investigating or citing anyone protecting their livestock. <br /><br />Further, I am directing FWP to respond to any livestock depredation by removing whole packs that kill livestock, wherever this may occur. <br /><br />Still further, to protect the elk herds in Montana’s Bitterroot Valley that have been most adversely affected by wolf predation, I am directing FWP, to the extent allowed by the Endangered Species Act, to cull these wolves by whole-pack removal to enable elk herds to recover. <br /><br />At this point, I can do nothing less and still maintain my commitment as Governor to uphold the rights of our citizens to protect their property and to continue to enjoy Montana’s cherished wildlife heritage and traditions. <br /><br />Sincerely, <br /><br /><br /><br />Brian Schweitzer <br />GOVERNOR <br /><br /><br /><a href=\"http://governor.mt.gov/news/docs/021611_Salazar-wolf_management.pdf\" style=\"color: #006600;\">Letter</a> (PDF) {jcomments on}</p>\r\n<p> </p>',1,1,0,1,'2011-02-19 15:41:48',62,'Office of the Governor, State of Montana','2011-02-19 15:56:15',62,0,'0000-00-00 00:00:00','2011-02-19 15:41:48','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,234,'','',0,871,'robots=\nauthor='),(247,'The Middle East and the Midwest','the-middle-east-and-the-midwest','','<p>\r\n<p><img src=\"images/stories/r_joyner_85px.jpg\" border=\"0\" alt=\"Rick Joyner - The Oak Initiative\" title=\"Rick Joyner\" align=\"left\" />The Middle East has erupted like a chain of volcanoes with dissent pouring forth in nearly every Muslim country in the region. Mubarak’s regime in Egypt fell faster than seemed possible, encouraged by the regime change that protestors were able to accomplish in Tunisia. Other regimes will likely fall in coming weeks, if not days.</p>\r\n<p>The Middle East has been the source of unending trouble for the world with its many religious, political, and economic challenges. Even though there is presently so much confusion and turmoil, we know what the conclusion of this matter will be, and it will be good. The unfolding scenario that we are witnessing now is found in Isaiah 19. However, the path that the events will take before the ultimate conclusion will likely present increasing challenges which will bring increasing stress on the nations. To be prepared for the times, we need to understand them. \r\n','\r\n</p>\r\n<p>First, let’s briefly look at what we obviously know is not true. How was it that Hosni Mubarak went from being one of our best allies in the Middle East to being a cruel dictator so fast? He’s a dictator, and there does not seem to have been a single dictator in history who has not been ruthless, so why did our government turn on him so fast? For us to have done this was remarkable, but to do it without even knowing who would take his place is even more so. Something is awry when someone we call our friend becomes evil in our eyes so quickly. Mubarak has been essentially the same person for the 30 years he’s been in power. Why the sudden change?</p>\r\n<p>The way that this change in our perception came was when it appeared like our government was just waiting to see who would win the standoff and then fell over themselves trying to appear to be for the winners. Our other ?allies? in the region took note of how quickly we abandoned Mubarak, and their faith in us dipped accordingly.</p>\r\n<p>Of course, we should be encouraged when any people start to demand democracy. This is the foundation of our own nation, and we should be the greatest of all</p>\r\n<p>© Copyright Oak Initiative – Special Bulletin 5-2011 Page 2</p>\r\n<p>Only members Can Copy</p>\r\n<p>champions of democracy. However, there has not been a single revolution in the Middle East that has ended up being a true democracy. Every popular uprising has ultimately ended up in an even worse form of tyranny being imposed. What makes us think Egypt will be any different?</p>\r\n<p>Why have we all of a sudden become skittish about relations with dictators or oppressive regimes? With the exception of Israel, and to a smaller degree Iraq and Afghanistan, every country in the region is ruled by a dictator, or an oppressive regime. If we do not relate to dictators or oppressive regimes, we cannot relate to anyone else in the region, not to mention many of the rest of the countries on earth. Maybe this should be our foreign policy, but if it is not uniform and consistent, then we will continue to be viewed as the hypocrites and fair weather friends we are now seen as.</p>\r\n<p>Many experts on the Middle East are quite sure that ultimately the Muslim Brotherhood will be in control of Egypt. There may be a couple of more steps before they get total control, but this is the open door they have been seeking since they killed Anwar Sadat. The information we received from the people in Egypt during the recent demonstrations was that these were not spontaneous, but had been planned for weeks if not months and by people who did not appear to be Egyptians.</p>\r\n<p>When I was at the World Public Forum on Civilizations and Religions that is held each year in Rhodes, Greece, I heard from several Muslim leaders that America is one of the most naïve and easily manipulated countries in the world. They told me how many of our intelligence sources in Iraq and Afghanistan would give us ?intelligence? on their own personal enemies, so we would bomb them, and we fell for it almost every time. Our military knows this now, but America is considered a nation very easy to manipulate and fool, and they are correct.</p>\r\n<p>A main reason for this is that our human intelligence resources have been decimated since the Reagan Administration. The resources we have now are spread very thin, and the intelligence we get is likewise very shallow. Our intelligence services were blindsided by what happened in Egypt because they have been reduced to trying to evaluate what has happened instead of foreseeing what is going to happen. In world affairs, we are now flying almost totally blind.</p>\r\n<p>We should be proud that our country supports and promotes democracy, but it is still wrong, and usually counterproductive to be naïve or hypocritical in our promotion of it. The Gaza Strip is a good example. We insisted on a democratic vote and the people voted for a terrorist organization, Hamas, enemy of Israel and enemy of the U.S., to be their leader.</p>\r\n<p>Jihadists and other enemies of America learned quickly how to use naïve, U.S. idealism about democracy to gain power. Their saying is, ?One man, one vote, one time,? meaning they will use our insistence on elections to get their people in power, and then you can forget ever having another real election. They may continue to have elections for the sake of world opinion, but they will control the outcome.</p>\r\n<p>© Copyright Oak Initiative – Special Bulletin 5-2011 Page 3</p>\r\n<p>Only members Can Copy</p>\r\n<p>As we read this scenario in Isaiah Chapter 19, through the first part of this chapter there is great conflict in the region before the final conclusion of the alliance between Assyria, Egypt, and Israel. Biblical Assyria includes all of the territory from modern-day Iraq to Egypt. This is the sure word of prophecy that it has not yet happened in history, so we know that it must happen before the end of this age.</p>\r\n<p>The Midwest</p>\r\n<p>The connection between the Middle East and the Midwest of the United States is that both regions are entering times of great challenge over ultimate issues. In the Middle East, many forces are at work, but most seem to be sincerely crying out for freedom from the oppression, which has ruled that region for too long. There is a rising cry for democracy, and we should be encouraged by this. However, in the Midwest we are facing challenges that threaten our democracy.</p>\r\n<p>To understand unfolding world issues, we need to comprehend what is now spreading in the Middle East. To comprehend unfolding national issues, we need to understand what is happening in Wisconsin, and how it is likely to spread to other states just as the uprisings have spread across the Middle East.</p>\r\n<p>A primary issue in the Midwest conflict at present is the right of public employees to collective bargaining. To consider the rejection of this right to be a union busting tactic is simply not true. This one thing is a major source busting the entire country financially, as well as bringing unprecedented political corruption, and it has to be faced if we are going to escape from some of the most crushing financial problems we’re now facing. Even Franklin D. Roosevelt, one of the most liberal of all U.S. Presidents, rejected giving the right of collective bargaining to public employees because of its potential for corruption and the destruction of sound fiscal policy.</p>\r\n<p>Why is the potential for corruption so much greater for public employees than those in the private sector in regard to collective bargaining? What has evolved since this right was given to public employees proves that FDR was right. Public Employee Unions are some of the biggest of all political campaign contributors—the campaigns of the very ones who will be setting their salaries and benefits. Who can take their money and then vote against them? Not many, which is why public employee salaries and pension benefits have soared to the point where they will soon drive the majority of states into bankruptcy even before this year is out if not reversed.</p>\r\n<p>Public service employees now make on average considerably more than those with comparable jobs in the private sector. With the benefit packages now enjoyed by public service employees, including being fully vested for 100% retirement benefits by age 55, all paid for by taxpayers, is it a wonder that the best and the brightest have left the private sector to work for government? Since government does not produce anything marketable, this sucking of all the oxygen out of the room has further crippled our ability to compete in the world markets, shrinking our national income, and therefore our tax</p>\r\n<p>© Copyright Oak Initiative – Special Bulletin 5-2011 Page 4</p>\r\n<p>Only members Can Copy</p>\r\n<p>income for paying government employees. Many states have not been able to pay into their pension funds for a long time. Others have borrowed anything they had put into them, and now these exorbitant benefits are being called for by retirees. Something has to give.</p>\r\n<p>All but possibly four states are facing insolvency this year if radical changes are not made. Illinois decided to raise state taxes by 30% rather than face down their unions. The result of this should have been expected—the beginning of a mass exodus of companies and people fleeing to neighboring states. This move will likely shrink the Illinois tax revenue instead of increasing it.</p>\r\n<p>This looming and sure to grow crisis now leaves hard choices to be faced. Lines are now being drawn between the public, and the public service unions. There are many nuances to this issue, and every state is at least to some degree unique in what it must now face, but the overall issue could change the American political landscape every bit as much as the Middle Eastern political landscape is now changing. Both regions are facing issues that can no longer be put off.</p>\r\n<p>Summary</p>\r\n<p>The immediate impact of the Middle Eastern turmoil will likely be fuel prices soaring. The U.S. could be facing permanent prices above $5 a gallon at the pump. The economic impact of this will not be good, especially with our economy still crippled.</p>\r\n<p>In the Middle East, opportunities for the liberties to expand have been tasted to a degree in Iraq and Afghanistan. Though no transcendent statesmen like Washington or Jefferson have yet appeared in the region, or even another Anwar Sadat, the cries for change are great and growing. This is no doubt an opportunity for good or evil. It is tragic that the credibility of the U.S. is being eroded so fast by our handling of the situation, which hinders our ability to influence the situation. This presents a greater opportunity for China, Russia, and the Muslim Brotherhood. Because the situation is unfolding so fast, it gives even greater opportunity for those who are better organized, and those who are the best organized are not the ones we would like to see in power. Because the situation is so fluid, there is still potential that it will turn out well, but the trend is definitely against it.</p>\r\n<p>In the Midwest crisis, there is a much greater potential for good to be the result. There are strong leaders who know what must be done and are making the hard, but essential choices. Either the union grip on government will be broken, or the country will be broke. Many states could start defaulting this year, creating a devastating cascade. States cannot just print money like the Federal government can when it cannot sell more of its debt.</p>\r\n<p>The public service unions are not the only crises facing state governments. The burden placed on the states by Obamacare will not be just the straw that breaks the camel’s back, rather the Sherman tank that breaks the camel’s back.</p>\r\n<p>© Copyright Oak Initiative – Special Bulletin 5-2011 Page 5</p>\r\n<p>Only members Can Copy</p>\r\n<p>The good is that the madness of the public service union agreements with governments and Obamacare will both be illuminated this year, and therefore can be corrected. It will take strong, resolute leadership, but there does seem to be just such a leadership now in many key positions. If they can persevere to resolve these issues, we will have a much more healthy future. If they start to cave, we will be in an even more desperate crisis very quickly. Pray for your leaders.</p>\r\n<p>On one final note, it is debatable whether public service unions should exist at all, but unions in general have been a vehicle for many positive changes in America, and it is not in our best interest for them to be totally destroyed. Without question, some of these unions have greatly hurt America’s ability to be competitive in the world over recent decades, but with reform and reformation-minded leaders, labor unions can be an important partner for our future progress.</p>\r\n<p>If it is decided that public service unions are to continue to have collective bargaining rights, then they should be restricted from making any kind of campaign contributions or endorsing candidates, just like tax-exempt organizations. At least that way those who must vote on their wages and benefits won’t be obligated to them. Without something like this, collective bargaining for public employees simply cannot be tolerated without basic continuing corruption of the system.</p>\r\n</p>',1,20,0,78,'2011-02-25 14:33:11',63,'','2012-02-04 13:03:50',62,0,'0000-00-00 00:00:00','2011-02-25 14:33:11','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,54,'','',0,421,'robots=\nauthor='),(248,'U.S Tanker Contract','us-tanker-contract','','<p>\r\n<div>Dear Senators Levin and Stabenow:</div>\r\n<div></div>\r\n<div>While listening to the business news this morning, the report stated that  the US tanker contract is going to be placed with either Boeing or AirBus.  The  contract as reported could ultimately be worth 100 billion dollars for the  winner.  The news also stated that Airbus seems to have the edge in the bidding  process and will likely get the majority of the contract.  I find it  unfathomable that our own government would even consider giving such a large  military contract to a foreign power, in the light of our unemployment rate  at 10% plus the added benefits to our economy with money being  spent domestically.  My understanding is that this contract if lost by Boeing  would mean the loss of 50,000 jobs.  Surely somebody in our government can see  the benefits of awarding the contract to Boeing and having the work and dollars  remain here in the United States.</div>\r\n<div></div>\r\n<div>Very truly,</div>\r\n<div></div>\r\n<div>Phyllis and Edward Garabedian{jcomments on}</div>\r\n</p>','',1,5,0,42,'2011-02-25 14:35:52',75,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-02-25 14:35:52','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,4,'','',0,971,'robots=\nauthor='),(249,'The Playboy, the Cowboy, and the Wonder Boy','the-playboy-the-cowboy-and-the-wonder-boy','','<p><span style=\"font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; font-size: 13px; line-height: 32px;\">\r\n<div id=\"StoryTitle\" class=\"storytitle\" style=\"width: auto; height: 100px; padding-top: 5px; padding-bottom: 5px; border-bottom-color: #cccccc; border-bottom-width: 1px; border-bottom-style: solid; font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; color: #003399; font-size: 18px; font-weight: bold; margin-bottom: 7px;\">The tale of three presidents: the Playboy, the Cowboy, and the Wonder Boy\r\n<div id=\"reporter\" class=\"reporter\" style=\"width: auto; height: auto; padding-top: 2px; padding-bottom: 2px; font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; font-size: 10px; color: #333333; font-weight: normal;\">Dr. Michael Youssef - Guest Columnist - 3/2/2011 10:20:00 AM<span style=\"vertical-align: middle; margin-left: 25px;\"><a href=\"http://www.addthis.com/bookmark.php\" target=\"_blank\" style=\"color: #0e4d8b; background: inherit;\"><img src=\"http://s9.addthis.com/button1-addthis.gif\" border=\"0\" alt=\"Bookmark and Share\" width=\"125\" height=\"16\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" /></a></span></div>\r\n</div>\r\n<p style=\"line-height: 1.5em; margin: 0px;\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\"><a href=\"http://www.onenewsnow.com/Perspectives/archives.aspx?col=Dr.%20Michael%20Youssef\" style=\"color: #0e4d8b; background: inherit;\"><img src=\"http://www.onenewsnow.com/uploadedImages/Media/Images/columnists_archives_button.jpg\" border=\"0\" alt=\"columnists archives button\" title=\"columnists archives button\" hspace=\"3\" vspace=\"3\" align=\"right\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" /></a><img src=\"http://www.onenewsnow.com/uploadedImages/MichaelYoussef.jpg\" border=\"0\" alt=\"Michael Youssef\" title=\"Michael Youssef\" hspace=\"3\" vspace=\"3\" width=\"81\" height=\"127\" align=\"left\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" />Most social scientists would agree that world events do not happen in a vacuum. Political forces, whether they are accidental or deliberate, in succession or a single action, give rise to political and social movements.</p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\">After the fall of the Shah of Iran, Islamic expansionists began looking for ways and means by which to accomplish their religious dreams. Empowered by \"divine mandate\" and fueled with lots of oil, they believed the world must be dominated by Islam and the Sharia. Yet, in order to claim victory, they had to overcome their greatest obstacle: the power of the United States.<br /> \r\n','\r\n<br />A common belief among these extremists was that American power is more perceived than real, and in the 1990s they began to test their theory. It did not take long to realize that President Bill Clinton\'s \"interests\" would distract him from acts of international terrorism. To the extremists, he was simply a 60\'s generation man who clearly wanted \"love, not war.\" Thus, a series of tests began. Embassies in Lebanon, Kenya, and Tanzania were bombed. The response of the \"Playboy President\" confirmed their suspicions.  Clinton issued many verbal threats but nothing happened.<br /> <br /><img src=\"http://www.onenewsnow.com/uploadedImages/Media/Images/BillClinton_podium.jpg\" border=\"0\" alt=\"Bill Clinton at podium\" title=\"Bill Clinton at podium\" hspace=\"3\" vspace=\"3\" width=\"141\" height=\"174\" align=\"left\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" />Then the tests became more daring. The bombing of the <em>USS Cole</em> was designed to reveal the vulnerability of the U.S. military. The response from the White House was from the same chapter, same verse -- \"the perpetrators of these heinous acts must be brought to justice.\" And again, nothing happened.  But what was really telling to these Jihadists was that, if Clinton\'s plan to deflect the scandal of Monica Lewinski meant throwing a million-dollar bomb on a ten-dollar tent in Afghanistan and bombing an aspirin factory in the Sudan, they were free and clear to plan, plot, and scheme for bigger things.<br /> <br />Make no mistake about it: all of the long-term planning and maneuvering that led to September 11, 2001, was going on during the Playboy President\'s watch. But these Islamists misread the domestic focus of the incoming \"Cowboy President\" as weakness. All in all, the final exam took place on the Cowboy President\'s watch. Did they really know that he would respond with such force in Afghanistan? I highly doubt it. They had become accustomed to verbal threats without action. They assumed that the Texas governor promoting education and a couple of other issues would not be willing to decimate their centers of power. As they say \"Give the devil his due,\" he disrupted their hornets\' nest and kept America safe for the remainder of his presidency.<br /> <br />All the while, the Islamic groups pressed their wealthy Muslim brothers to use their investments in the West for Jihadi purposes. They pressed them to strategically use their billions of dollars invested in Europe and Britain with strings attached. What were these strings? Demand from European governments for more mosques, more acceptance of Sharia law, more Islamic districts, more visible Islamic symbols (including Islamic banking principles and openness to immigrants from Islamic countries). Clearly, this strategy worked -- and now the Muslim expansionists smelled the air of success for the first time.<br /> <br />When our Cowboy President hit Afghanistan, many Muslim countries objected, but not as strongly as when Bush\'s neo-conservative team naïvely thought that they could remove Saddam Hussein from Iraq and create an \"Exhibit A\" of Islamic democracy. Bush and his team totally miscalculated the complication of that place. They also failed to understand the very deep desire of the Shiites in Iraq to unite with their brethren in Iran. They did not realize that democracy and Islam cannot coexist. Islamic theocracy and Western democracy are natural enemies. Allah rules through his prophet and his successors. The people do not empower their political leaders as in a Western democracy.<br /> <br /><img src=\"http://www.onenewsnow.com/uploadedImages/Media/Images/GeorgeWBush_hat.jpg\" border=\"0\" alt=\"George W. Bush in cowboy hat\" title=\"George W. Bush in cowboy hat\" hspace=\"3\" vspace=\"3\" width=\"204\" height=\"147\" align=\"left\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" />Bush\'s team also failed to understand that the Butcher of Bagdad was holding the balance of power between the Shiites\' desire for domination and the Sunni Muslims\' revulsion toward the Shiite\'s design. They also wrongly believed that pro-Western authoritarian regimes such as Hosni Mubarak\'s of Egypt could survive being lectured to publicly by American officials. Of course I am referring to the speech given by Condoleezza Rice at Cairo University in 2005.<br /> <br />Finally, Bush\'s neo-con team did not understand that there is an Islamic principle which calls for an agreement with your enemy until you get the upper hand -- then you renege on your agreement. And that is why the Muslim Brotherhood in Egypt welcomed the Cowboy President calling for democracy, knowing full well that, like Hamas, Hezbollah, and even Iran in 1978, once they are elected to power, they will discard democracy like a used paper napkin.<br /> <br />And now we come to the current reign of the \"Wonder Boy\" President. This young man who has no tangible achievements that have not been handed to him, swept into power with a teleprompter and a desire to be liked. Wanting to be adored by the masses is a very dangerous characteristic in any leader, let alone the leader of the free world. Such leadership often waits to see which way the wind is blowing and then jumps on the bandwagon. That would explain the seemingly conflicting statements that came from the Obama administration during the recent Egyptian youth uprising.<br /> <br /><img src=\"http://www.onenewsnow.com/uploadedImages/Media/Images/BarackObama_waving.jpg\" border=\"0\" alt=\"Barack Obama waving\" title=\"Barack Obama waving\" hspace=\"3\" vspace=\"3\" width=\"253\" height=\"166\" align=\"left\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" />But let\'s step back for a moment. During Obama\'s 2008 campaign, the Reverend Jesse Jackson, in a speech in France, tried to open a window into Obama\'s soul, exposing his \"lukewarm-ness\" toward Israel and his love for Islamic revolutionaries. As soon as these comments leaked into American media, the Obama campaign operatives clobbered Rev. Jackson, making it clear that he \"has nothing to do with us or our campaign.\" This was immediately followed by a hastily arranged visit to Israel by candidate Obama which was never repeated as president, despite the fact that he went to the region at least four times.<br /> <br />To make things worse, Muslim expansionists not only took comfort from President Obama\'s 2009 speech in Turkey during which he declared that America is no longer a Christian country, but also from his Cairo speech in which he gave all the possible signals that if the Islamic revolutionaries would rise up, he would hold hands with them and sing \"Kumbaya.\"<br /> <br />This unmistakable signal to the Muslim Brotherhood in Egypt was followed by both well-publicized and secret meetings between the American ambassador in Cairo and the leaders of the Muslim Brotherhood. There can be no doubt: the Muslim Brotherhood is a radical, global-dominating, Sharia-implementing, Jihad-oriented, Israel-hating group. I think if I were Hosni Mubarak, I would have known right after Obama\'s speech in Cairo, and all of the signals that he gave to the Muslim Brotherhood, that my goose was cooked.<br /> <br />The tragedy is that each of these three presidents contributed to the rise of Islamic expansionism and to the total failure of Diplomacy 101. That all-important work of diplomacy should have taken place behind the scenes, in back rooms, forcefully but quietly.<br /> <br />In many ways, when history is written we will discover that the Playboy set the stage, the Cowboy danced on it, and the Wonder Boy brought it all down.</p>\r\n</span></p>',1,1,0,1,'2011-03-02 22:09:43',62,'Dr. Michael Youssef','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-03-02 22:09:43','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,233,'','',0,460,'robots=\nauthor='),(250,'Content of \'lightning-fast\' motion concerns FRC','content-of-lightning-fast-motion-concerns-frc','','<p><span style=\"font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; font-size: 13px; line-height: 32px;\"> </span></p>\r\n<div id=\"StoryTitle\" class=\"storytitle\" style=\"width: auto; height: 68px; padding-top: 5px; padding-bottom: 5px; border-bottom-color: #cccccc; border-bottom-width: 1px; border-bottom-style: solid; font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; color: #003399; font-size: 18px; font-weight: bold; margin-bottom: 7px;\">\r\n<div id=\"reporter\" class=\"reporter\" style=\"width: auto; height: auto; padding-top: 2px; padding-bottom: 2px; font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; font-size: 10px; color: #333333; font-weight: normal;\">Charlie Butts and Russ Jones - OneNewsNow - 3/7/2011 3:55:00 AM<span style=\"vertical-align: middle; margin-left: 25px;\"><a href=\"http://www.addthis.com/bookmark.php\" target=\"_blank\" style=\"color: #0e4d8b; background: inherit;\"><img src=\"http://s9.addthis.com/button1-addthis.gif\" border=\"0\" alt=\"Bookmark and Share\" width=\"125\" height=\"16\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" /></a></span></div>\r\n</div>\r\n<p style=\"line-height: 1.5em; margin: 0px;\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\"><img src=\"http://www.onenewsnow.com/uploadedImages/Media/Images/question_glass.jpg\" border=\"0\" alt=\"magnifying glass question\" title=\"magnifying glass question\" hspace=\"3\" vspace=\"3\" width=\"131\" height=\"128\" align=\"left\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" />Family Research Council has sent a \"freedom of information\" request to the Department of Justice concerning its decision not to further defend the Defense of Marriage Act.</p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"center\"><a href=\"http://downloads.frc.org/EF/EF11C01.pdf\" target=\"_blank\" title=\"Read FRC\'s letter to the Dept. of Justice\" style=\"color: #0e4d8b; background: inherit;\"><strong>Read FRC\'s letter to the Dept. of Justice</strong></a> [PDF]</p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\">DOMA is the 1996 federal law that defines marriage as the union of a man and a woman. Last week, lawmakers on Capitol Hill received a six-page letter from U.S. Attorney General Eric Holder announcing the administration\'s decision to switch sides on the issue, claiming the law is unconstitutional. Almost simultaneously, Holder issued a press release as well, announcing the DOJ was bailing out on lawsuits against the traditional view of marriage.</p>\r\n','\r\n<p><br /> <br /><img src=\"http://www.onenewsnow.com/uploadedImages/Media/Images/Mugs/ChrisGacek.jpg\" border=\"0\" alt=\"Chris Gacek (FRC)\" title=\"Chris Gacek (FRC)\" hspace=\"3\" vspace=\"3\" width=\"74\" height=\"127\" align=\"right\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" />Chris Gacek of the <a href=\"http://www.frc.org/\" target=\"_blank\" title=\"Family Research Council\" style=\"color: #0e4d8b; background: inherit;\">Family Research Council</a> (FRC) comments on the timing of the two items, pointing out \"they were date-stamped, so [the press release] was attributed to Holder...at 11:10 in the morning -- and then the letter at 11:13 in the morning.\"<br /> <br />Two-and-a-half hours later, attorneys in New York and California -- representing homosexual activists -- filed a motion with the California-based Ninth U.S. Circuit Court of Appeals, requesting the court lift a stay and grant permission for homosexual \"marriages\" before the court issues a decision on California\'s Proposition 8 case.<br /> <br />Gacek offers this observation: \"...One of the things that they did...in their motion -- twice and in different pages -- [was] they cited and quoted this letter that Holder had sent out to the members of Congress.\"<br /> <br />According to the FRC spokesman, it is unclear is how the attorneys could get a lengthy motion prepared in two and a half hours, with two quotes from the letter, unless there was some sort of collusion between Washington and the two attorneys about what was about to take place.<br /> <br />Gacek says FRC is not accusing Holder of any criminal actions, but the situation begs investigation just for the sake of ethics concerns.</p>\r\n<p> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\"><a href=\"http://www.onenewsnow.com/Legal/Default.aspx?id=1305320\" title=\"In a OneNewsNow weekend poll\" style=\"color: #0e4d8b; background: inherit;\">In a OneNewsNow weekend poll</a>, almost 85 percent of respondents felt \"without a doubt\" that someone in the administration conspired with Prop. 8 opponents in the lead up to the announcement that the Department of Justice would no longer defend the constitutionality of DOMA. Another 14 percent felt that \"possibly\" could have happened.</p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"center\"><em>Story continues below ...</em></p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\"> </p>\r\n<hr />\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"center\"><strong><span style=\"color: #ff0000;\">If it\'s proven that the Justice Department and Prop. 8 opponents were in cahoots,</span></strong></p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"center\"><strong><span style=\"color: #ff0000;\">will President Obama fire Attorney General Eric Holder?</span></strong></p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"center\"><a href=\"http://www.onenewsnow.com/Poll.aspx?ekfrm=1307410\" target=\"_blank\" title=\"Vote in our poll\" style=\"color: #0e4d8b; background: inherit;\"><strong>Vote in our poll</strong></a></p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\"> </p>\r\n<hr />\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\"><br /><strong>Retreat a surprise<br /></strong>Meanwhile, a conservative commentator at <a href=\"http://www.heritage.org/\" target=\"_blank\" title=\"The Heritage Foundation\" style=\"color: #0e4d8b; background: inherit;\">The Heritage Foundation</a> says the Obama administration\'s decision to abandon its support of DOMA surprised many congressional leaders.<br /> <br />Chuck Donovan, senior fellow at Heritage, attended the recent National Religious Broadcasters Convention in Nashville, where he spoke with OneNewsNow. (<a href=\"http://www.onenewsnow.com/uploadedFiles/Media/Audio/2011/03/07/JonesDOMA.mp3\" target=\"_blank\" title=\"JonesDOMA\" style=\"color: #0e4d8b; background: inherit;\">Listen to audio report</a>)<br /> <br /><img src=\"http://www.onenewsnow.com/uploadedImages/Media/Images/Mugs/ChuckDonovan.jpg\" border=\"0\" alt=\"Charlie (Chuck) Donovan (Heritage)\" title=\"Charlie (Chuck) Donovan (Heritage)\" hspace=\"3\" vspace=\"3\" width=\"80\" height=\"127\" align=\"left\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" />\"Marriage is crucial for our kids. We have a 41-percent out-of-wedlock birth rate in the United States. [Those are] record levels, twice the level that alarmed sociologists a generation ago when it touched just the African-American family,\" he shared. \"And it\'s such an incredible contributor to social costs and to the harm of kids who are raised not reaching their full potential -- because they typically don\'t have a father in the home.\"<br /> <br />Donovan contends the Justice Department has slowly undermined DOMA since President Obama took office.<br /> <br />\"They\'ve actually been doing a slow-motion self-destruct on this litigation from the beginning [by] not citing the key pro-marriage cases and also abandoning the best arguments -- including the one about children being in need of a mother and father. That wasn\'t being argued,\" he remarks.<br /> <br />\"Once Americans hear that, they know this case was being fumbled before it was completely dropped.\"<br /> <br /><a href=\"http://www.onenewsnow.com/Politics/Default.aspx?id=1306054\" title=\"On Friday\" style=\"color: #0e4d8b; background: inherit;\">On Friday</a>, House Speaker John Boehner (R-Ohio) announced he is planning to convene a meeting of a five-member legal advisory group in the House for the purpose of initiating action to defend DOMA.<br /> <br />\"The constitutionality of this law should be determined by the courts -- not by the president unilaterally,\" stated Boehner, \"and this action by the House will ensure the matter is addressed in a manner consistent with our Constitution.\"<br /> <br />Some say in the absence of the Justice Department, conservative law firms will most likely intervene of behalf of traditional marriage.</p>\r\n<p> </p>',1,1,0,1,'2011-03-07 21:13:27',62,'OneNewsNow','2011-03-07 21:18:09',62,0,'0000-00-00 00:00:00','2011-03-07 21:13:27','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,232,'','',0,391,'robots=\nauthor='),(251,'NRB Discussion on Shariah Law','nrb-discussion-on-shariah-law','','<p align=\"left\"><a href=\"http://r20.rs6.net/tn.jsp?llr=6blbffdab&amp;et=1104754497461&amp;s=4480&amp;e=001-6DwX_t4qJfDkAXStHqPyEUrufp2aBG6ViXfuLVP-jDhmF5s5Of31568aG698o9r21h_ThRkrus4Ms54sEBI7_8jF_iNPscJhcNWzEa4HVQ=\"><img src=\"http://theoakinitiative.org/images/OAKI-logo-Clear.png\" border=\"0\" alt=\"Oak Logo\" width=\"226\" height=\"124\" /></a></p>\r\n<p align=\"left\"><a href=\"http://r20.rs6.net/tn.jsp?llr=6blbffdab&amp;et=1104754497461&amp;s=4480&amp;e=001-6DwX_t4qJfDkAXStHqPyEUrufp2aBG6ViXfuLVP-jDhmF5s5Of31568aG698o9r21h_ThRkrus4Ms54sEBI7_8jF_iNPscJhcNWzEa4HVQ=\">www.theoakinitiative.org</a></p>\r\n<p align=\"left\"><a href=\"http://r20.rs6.net/tn.jsp?llr=6blbffdab&amp;et=1104754497461&amp;s=4480&amp;e=001-6DwX_t4qJfDkAXStHqPyEUrufp2aBG6ViXfuLVP-jDhmF5s5Of31568aG698o9r21h_ThRkrus4Ms54sEBI7_8jF_iNPscJhcNWzEa4HVQ=\"></a><strong>2011</strong> <strong>MEMBER LETTER</strong> <strong>Vol. 3 No. 2</strong></p>\r\n<p align=\"justify\">03/07/2011</p>\r\n<p align=\"justify\">Dear Jack,</p>\r\n<p align=\"justify\">Last week I sat on a small panel discussing Shariah Law that was open to the Christian media at the National Religious Broadcasters (NRB) Convention in Nashville. Also on the panel was James Woolsey, former Director of the CIA, and Frank Gaffney, Jr., former Asst. Sec. of Defense for International Security Policy and the acting President of the Center for Security Policy. We were also joined on the panel by Tom Smith and another lawyer who are on the frontlines of the battle against Shariah in the U.S., and a remarkable rabbi who had been an ambassador from Israel.</p>\r\n','\r\n<p> </p>\r\n<p align=\"justify\">This was an interesting and rich discussion on this crucial subject and how it affects our security. We were each given a few minutes to make a statement and then we all took questions from the media present. I was impressed and encouraged by the content and insight the questions revealed. Christians are no doubt starting to realize that we cannot understand our times without understanding Islam and Shariah.</p>\r\n<p align=\"justify\">The three crucial points that were clearly made and well-established at the NRB press conference are something every American must grasp:</p>\r\n<p>1) Radical Islam and Shariah is not just a religion but a totalitarian government, legal system, and economy, and this conflict is not an issue of religious liberty.</p>\r\n<p>2) Shariah is in direct conflict with the U.S. Constitution and that the two cannot co-exist.</p>\r\n<p>3) The third is the well-documented intent of the Muslim Brotherhood and all radical Islamists to destroy America and Western civilization.</p>\r\n<p align=\"justify\">James Woolsey and Frank Gaffney are professionals on the highest level, and their presentation was professional, concise, and authoritative. I was on the panel representing a Christian leadership perspective, which I used to appeal to my fellow Christian leaders that we would all stand before the judgment seat of Christ, and we would not want to stand there as shepherds who did not protect God’s flock that had been entrusted to us, or be watchmen who failed to sound the alarm against this ultimate threat in our times. By the immediate response, it seems we did accomplish our purpose.</p>\r\n<p align=\"justify\">Both James Woolsey and Frank Gaffney were a part of putting together the “Team B II Report,” <em><strong>SHARIAH, the Threat to America</strong></em>. This is a second exercise in competitive analysis into the nature of a major threat to America. The first “Team B Report” was produced by U.S. intelligence and defense officials to do “an exercise in competitive analysis” on the threat of the Soviet Union in 1976. This was an internal exercise to find any holes in the threat analysis of our intelligence and defense organizations at the time that had led to the policy known as Détente. This first “Team B Report” led to some basic changes in this policy and the understanding that then led to a brilliant strategy implemented by President Ronald Reagan that likely helped unravel the threat of the Soviet Union and the Soviet Union itself.</p>\r\n<p align=\"justify\">This new Team B Report, <em><strong>SHARIAH, the Threat to America</strong></em>, is a brilliant and remarkable study done by some of the top professionals in threat analysis, who have no purpose in being biased. It is clear, articulate, and easy to understand. Certainly every Christian leader should read this, but I also think every Christian should. If this happens, possibly half the battle against this ultimate threat would be won. The main power of the devil is to hide in darkness, doing his work where he can remain hidden. I don’t think there has been another publication that so well unmasks the threat of radical Islam and Shariah.</p>\r\n<p align=\"justify\">A contention that I have had, and certainly many others are raising also, is that any person who has taken an oath to defend our Constitution from enemies both foreign and domestic and does not seek to understand radical Islam and Shariah are either basically incompetent or they are guilty of treason. It is that serious of a threat. One of the most basic principles of warfare or defense policy is that you simply cannot defeat an enemy that you do not see. Every law enforcement officer takes this oath, as does every elected official. It is a dereliction of duty not to understand this ultimate threat.</p>\r\n<p align=\"justify\">The better we understand our foe, the better the chance we have of defeating them. This is an enemy that has publicly declared that they will destroy us. They have been effective already at doing great damage to us, and to not take them seriously, cannot be anything other than incompetence or treason.</p>\r\n<p align=\"justify\">Many think that we could not possibly be under a threat by those who compose such a tiny portion of the population. That is the big mistake which has led to the overthrow of some of the most powerful and established governments in history. The Bolsheviks in Russia only numbered twenty thousand in a nation of over one hundred million. That is just a tiny fraction of one percent. The word Bolshevik means “minority,” and anyone who took their threat as serious was considered somewhere between out of touch and paranoid—until this minority took over the country. Seditionists well understand that it does not take large numbers for a government overthrow and consider small numbers an advantage that helps keep them and their purpose off the radar screen. Radical Islamists in America far outnumber the Bolsheviks in Russia, are much better organized and funded, and are a serious threat to our continued existence.</p>\r\n<p align=\"justify\">Understanding Islam and Shariah will no doubt be a major factor in the next Presidential election and could very well determine it. The economy will likely remain the main issue, but understanding and being on the right side of confronting Shariah will be near the top and will be a major factor in American politics in 2012 and thereafter.</p>\r\n<p align=\"justify\">With the unfolding of events now in the Middle East, and where these are likely to lead, will make this an ever increasingly important issue in international affairs as well. Many in Europe are starting to wake up and are becoming increasingly vocal about what is happening to that continent. Key leaders in Russia and China understand the issues much better than it seems our present leaders in America, but that is beginning to change.</p>\r\n<p align=\"justify\">As Christians, especially those who have any position of leadership in the church, we have a responsibility to understand this threat which not only wants to wipe out America and Western civilization, but also Christianity, and every other religion on the earth. In fact, if radical Islam were able to prevail and establish Shariah throughout the world, which is its mandate according to its book, then every non-Muslim in the world would either be a slave or dead with the exception of those who could pay a tax to stay alive and would leave them with virtually no rights.</p>\r\n<p align=\"justify\">Will we let this happen to our country on our watch? No doubt there are Americans, who when given the choice between life and liberty, will choose life at any cost, even slavery. Even so, I think many more will never submit themselves to slavery, and they will not let it happen to their children, their children’s children, or their country. It will take the kind of courage, boldness, and willingness to sacrifice to save our country as it took to found it. The longer we delay in confronting these ultimate threats, the more costly the victory will be, but we will be victorious. Now is the time to take a stand.</p>\r\n<p align=\"justify\">Please read <em><strong>SHARIAH, the Threat to America</strong></em>. It is available at Amazon.com, and should be in most bookstores by now. You can get a <a href=\"http://r20.rs6.net/tn.jsp?llr=6blbffdab&amp;et=1104754497461&amp;s=4480&amp;e=001-6DwX_t4qJe5_zRXNrkRbzssWL7HSPYqc-eCGDe-EKw7SiiudxXr7TiIbPzyz-C45zDA2wuC30HV1wkzn9R7iWZbHaRG7Ms6sFXnPd3et7vagbQHvTdz4uVKrAPfCb7BAvYkQNJ6IRlf_JYtyQpm8CVPc6oyP9LBsg8JXX1KsmA=\">discounted copy</a> by ordering from The Oak Initiative. Please consider getting at least one additional copy to give to your pastor or any police officer or elected official you know.</p>\r\n<p align=\"justify\">We will soon have in stock Nicholas Papanicolau’s new book, <em><strong>Islam vs. the United States</strong></em>. This is a hard-hitting analysis of this issue from one of our Oak board members, and one whose international experience is vast. Nicholas is a co-host of The World Public Forum on Civilizations and Religions, which draws top government, religious, and academics from the major nations of the world each year, and had one of the top Islamic scholars read and authenticate his thesis. This is an important work and done so concisely that it can help anyone to understand the basics of this issue in just a few hours. This should be available as an e-Book on Amazon this coming week.</p>\r\n<p align=\"justify\">I have also finished my book, <strong><em>I See a New America</em></strong>, which is now available as an e-Book <a href=\"http://r20.rs6.net/tn.jsp?llr=6blbffdab&amp;et=1104754497461&amp;s=4480&amp;e=001-6DwX_t4qJfTIb1aaM5cIL5g7eB0RQ0Xgu51kvkl4eb5cgCrutImy-MfoOaLTcPVSXBP0oybrQvjZKTqKWEKo7zBwVgCXID2Om6SXxf-1PxifOcT9zxvrZdieEG_P_JgEzB19PZWuQzMCwndnj4VVrW6t1yCVAmeANVmVlMTVOGgoSTvDdiQlmK_XaP7df_fVXYQPpA-WhD4i4j2j-7ZH8Yc-OaNU51lpuXsvLevHUjKaSBigONfEK_iOHtMbiSG\">at Amazon</a> and will soon be available in hard copy. The initial feedback I’ve received from those I asked to read it has been most encouraging, saying this could go viral. Perhaps, but some of the talking points are already getting into the news, so I know it will have impact, and it is on time.</p>\r\n<p align=\"justify\">Above all, we are here first as emissaries of the King whose kingdom will surely come. Let us do this with the dignity and class with which the representatives of our great King should always conduct themselves. Many of the things that we now know are crucial issues for the times we ourselves did not understand just a short time ago. Therefore, let us have patience with those who do not yet understand, but also be bold and clear with the truth we have been entrusted with.</p>\r\n<p align=\"justify\">In His Service,</p>\r\n<p align=\"justify\">Rick Joyner</p>\r\n<p><br /><br />To Read Online, <a href=\"http://r20.rs6.net/tn.jsp?llr=6blbffdab&amp;et=1104754497461&amp;s=4480&amp;e=001-6DwX_t4qJeBGDe2udW8QOcKYHVxqN__HAM2yl8r4U49VBZ3MGeVjmdRNSHLDFBK5e1qjR9gQZ5oMM07Fk4VPLEM6RgaI3lrSxuxqah83NcNPb5pi3V0OV6msQbZSYjbJo88F3wQRjk4Vc1NxpsPhg==\" target=\"_blank\">Click Here </a><br /><br /><a href=\"http://r20.rs6.net/tn.jsp?llr=6blbffdab&amp;et=1104754497461&amp;s=4480&amp;e=001-6DwX_t4qJcFM2HbmZeuSNizyHcakcU2PCU-v5k3TrYc5wXiaBmtzvtmTbUH6yJz5JcFuREPupoAd9-ok-VH46XttM1-mu3kCcyDSpWW95S9MND82WGUvM_FmIzuquvZzYMDArMeZwU3AIFD5fqOV39XSvBti0mn\" target=\"_blank\"><img src=\"http://www.theoakinitiative.org/images/clickpdf4_LidoSTF.png\" border=\"0\" /></a> - Printer Friendly Version - <br /><br /></p>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"684\">\r\n<tbody>\r\n<tr>\r\n<td width=\"4\" bgcolor=\"#071f39\">\r\n<p> </p>\r\n</td>\r\n<td width=\"358\" bgcolor=\"#071f39\">\r\n<p align=\"right\"><a href=\"http://r20.rs6.net/tn.jsp?llr=6blbffdab&amp;et=1104754497461&amp;s=4480&amp;e=001-6DwX_t4qJdYjaj3b4PO3_4WIpPNETM4Q5w3dgily6N6XfwI3d9UpVoSRMLznwPbmzPu6Uz8NScARw6W8jsR7DUFg0XrGHAdB2jNcN4PjAe55xuyTOgnjSVNLq6yeWWf\" target=\"_blank\"><img src=\"http://www.morningstarministries.org/Images/content/1000000055/1000068146.jpg\" border=\"0\" alt=\"Connect with us on Facebook\" width=\"358\" height=\"46\" /></a></p>\r\n</td>\r\n<td width=\"242\" bgcolor=\"#071f39\">\r\n<p><a href=\"http://r20.rs6.net/tn.jsp?llr=6blbffdab&amp;et=1104754497461&amp;s=4480&amp;e=001-6DwX_t4qJc1Nzjn8RYITEHezbyFQHn5zKIzj9T6D-hCn5PCC7Fnjz5cufREFuTb_X1L-UkcrDP_iqVOcRAnx2YDqx5ox968-q41W9_xRaDC9kyqYPZz_7mhmAhNXtKY\" target=\"_blank\"><img src=\"http://www.morningstarministries.org/Images/content/1000000055/1000068147.jpg\" border=\"0\" alt=\"and Twitter\" width=\"242\" height=\"58\" /></a></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>',1,20,0,78,'2011-03-08 14:02:16',63,'','2012-02-04 13:03:23',62,0,'0000-00-00 00:00:00','2011-03-08 14:02:16','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',10,0,53,'','',0,481,'robots=\nauthor='),(252,'\'Sex talk\' in U.N., compliments of Nat\'l Educ. Assoc.','sex-talk-in-un-compliments-of-natl-educ-assoc','','<p><span style=\"font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; font-size: 13px; line-height: 32px;\"> </span></p>\r\n<div id=\"StoryTitle\" class=\"storytitle\" style=\"width: auto; height: 68px; padding-top: 5px; padding-bottom: 5px; border-bottom-color: #cccccc; border-bottom-width: 1px; border-bottom-style: solid; font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; color: #003399; font-size: 18px; font-weight: bold; margin-bottom: 7px;\">\r\n<div id=\"reporter\" class=\"reporter\" style=\"width: auto; height: auto; padding-top: 2px; padding-bottom: 2px; font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; font-size: 10px; color: #333333; font-weight: normal;\">Bill Bumpas - OneNewsNow - 3/14/2011 3:30:00 AM<span style=\"vertical-align: middle; margin-left: 25px;\"><a href=\"http://www.addthis.com/bookmark.php\" target=\"_blank\" style=\"color: #0e4d8b; background: inherit;\"><img src=\"http://s9.addthis.com/button1-addthis.gif\" border=\"0\" alt=\"Bookmark and Share\" width=\"125\" height=\"16\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" /></a></span></div>\r\n<div class=\"reporter\" style=\"width: auto; height: auto; padding-top: 2px; padding-bottom: 2px; font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; font-size: 10px; color: #333333; font-weight: normal;\"><span style=\"vertical-align: middle; margin-left: 25px;\"><a href=\"http://www.addthis.com/bookmark.php\" target=\"_blank\" style=\"color: #0e4d8b; background: inherit;\"></a></span><span style=\"font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 18px;\"><strong><em><span style=\"color: #ff0000;\">Caution: This article contains terms that some may find offensive.</span></em></strong></span></div>\r\n</div>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\"><img src=\"http://www.onenewsnow.com/uploadedImages/Media/Images/United%20Nations%20UN%20logo.jpg\" border=\"0\" alt=\"United Nations UN logo\" title=\"United Nations UN logo\" hspace=\"3\" vspace=\"3\" align=\"left\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" /><img src=\"http://www.onenewsnow.com/uploadedImages/Media/Images/NEApink.jpg\" border=\"0\" alt=\"NEA logo pink\" title=\"NEA logo pink\" hspace=\"3\" vspace=\"3\" width=\"135\" height=\"78\" align=\"right\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" />A social policy research group is exposing a radical sexual ideology that was on display at a United Nations\' meeting.</p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\">The two-week annual gathering of the United Nation\'s Commission on the Status of Women recently concluded in New York City.<br /> <br />Austin Ruse, president of the <a href=\"http://www.c-fam.org/\" target=\"_blank\" title=\"Catholic Family &amp; Human Rights Institute\" style=\"color: #0e4d8b; background: inherit;\">Catholic Family &amp; Human Rights Institute</a> (C-FAM), tells OneNewsNow that one of the side events there included a panel discussion where Diane Schneider, a representative with the National Education Association (NEA), said that graphic sex education needs to be taught in the classroom.</p>\r\n','\r\n<p> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\"><br /> <br />Speaking to a panel on combating \"homophobia\" and \"transphobia,\" Schneider stated: \"Oral sex, masturbation, and orgasms need to be taught in education.\" According to Ruse, the NEA representative did not stop there.<br /> <br /><img src=\"http://www.onenewsnow.com/uploadedImages/Media/Images/Mugs/Austin%20Ruse.jpg\" border=\"1\" alt=\"Austin Ruse (C-FAM)\" title=\"Austin Ruse (C-FAM)\" hspace=\"3\" vspace=\"3\" align=\"right\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" />\"She went on to say that comprehensive sex education is -- quote - \'the only way to combat heterosexism and gender conformity,\'\" he reports. \"She said that \'gender identity expression\' and sexual orientation are a spectrum, and...that those [who are] opposed to homosexuality are stuck -- quote -- \'in a binary box that religion and family create.\'\"<br /> <br />Ruse says such outrageous statements reveal that organizations like the NEA -- the largest teachers union in the country -- are way out of touch with the mainstream. \"Most Americans, I think, would feel like they were completely in foreign territory if they sat in on one of these side events at the United Nations or if they heard a United Nations debate on comprehensive sex education,\" he shares.<br /> <br />The C-FAM leader says the radical sexual agenda on display at the Commission on the Status of Women will influence U.N. policy in the near future.</p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\"><span style=\"font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; line-height: 32px; color: #000000; font-size: medium;\"> </span></p>\r\n<p> </p>',1,1,0,1,'2011-03-14 22:18:49',62,'OneNewsNow','2011-03-14 22:25:39',62,0,'0000-00-00 00:00:00','2011-03-14 22:18:49','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,231,'','',0,362,'robots=\nauthor='),(253,'DOJ Ditches Red, White, and Blue Stars and Stripes','doj-ditches-red-white-and-blue-stars-and-stripes','','<p>\r\n<h3>This is a little dated, but first time I\'m seeing it....</h3>\r\n<h2></h2>\r\n<h2>U.S.  Department of Justice  ditches red, white, and blue stars and stripes.</h2>\r\n<br />Well,  how interesting!  It seems the U.S.  Department of Justice has changed its web site.<br />Gone are the colorful red,  white, and blue U.S.  Flag decorations on the page, <br /><br />Replaced  by stark black and white. <br /><br />And  at the top of the page, is a rather interesting  quote:<br />\r\n<h3>\"The  common law is the will of mankind, issuing from the life of the  people.\"</h3>\r\n<br />Catchy,  huh?   Just one tiny little (too small to be relevant obviously) point  --the  quote is from C. Wilfred Jenks, who in the 1930\'s was a leading proponent of the  \"international law\" movement, which had as its goal to impose a global common  law and which backed \'global workers\'  rights.\'<br /><br />Call  it Marxism, call it Progressivism, call it Socialism -- under any of those  names, it definitely makes the DOJ look corrupt in their new website with  Marxist accessories to match. <br /><br />See  for yourself:  <a href=\"http://www.justice.gov/\" target=\"_blank\" title=\"http://www.justice.gov/\" rel=\"nofollow\">http://www.justice.gov/</a> &lt;<a href=\"http://www.justice.gov/\" target=\"_blank\" title=\"http://www.justice.gov/\" rel=\"nofollow\">http://www.justice.gov/</a>&gt;  <br /><br />How  very interesting that \'they\' couldn\'t find a nice quote from one of our Founders.  People, we have lost our  Republic.  This is an example of the slow, methodical misuse of power our  current government is doing as they lead us to socialism, and destroying our  republic as we have known it.</p>\r\n<div>\r\n<div class=\"Section1\">\r\n<p class=\"MsoNormal\"><a href=\"http://spectator.org/archives/2010/07/16/with-liberty-and-global-justic/print\">http://spectator.org/archives/2010/07/16/with-liberty-and-global-justic/print{jcomments on}</a><span style=\"font-family: \'Times New Roman\';\"> </span></p>\r\n</div>\r\n</div>','',1,1,0,1,'2011-03-16 14:04:19',75,'submitted by Ed G','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-03-16 14:04:19','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,230,'','',0,784,'robots=\nauthor='),(254,'Short \"Must Watch\" Energy Video','short-qmust-watchq-energy-video','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe title=\"YouTube video player\" width=\"480\" height=\"390\" src=\"http://www.youtube.com/embed/MlfmvwxxgHM\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,25,0,84,'2011-03-17 15:28:42',62,'Submitted by Matt Krol','2012-03-25 23:39:38',62,0,'0000-00-00 00:00:00','2011-03-17 15:28:42','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,8,'','',0,439,'robots=\nauthor='),(255,'Special Bulletin: Japanese Earthquake, A Prophetic Demarcation in Time, Part 1','special-bulletin-japanese-earthquake-a-prophetic-demarcation-in-time-part-1','','<p><span style=\"font-family: verdana, lucida, arial, helvetica, sans-serif; line-height: 16px; color: #000000;\"> </span></p>\r\n<div style=\"text-align: center;\"><span style=\"font-size: 20pt;\"><strong><em>The Day the World Changed</em></strong></span><br /><br />\r\n<div style=\"text-align: left;\"><strong><br /></strong></div>\r\n</div>\r\n<p class=\"MsoNormal\" style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 0.0001pt; margin-left: 0px; line-height: normal; font-size: 12pt; font-family: Arial;\"><span style=\"font-size: 13.5pt; color: black;\" lang=\"EN-US\"> </span></p>\r\n<p>There are demarcation points in history where a turn is made and the world starts down a different path. March 11, 2011 will be remembered as one of those days. The 9.0 earthquake that rocked Japan, moving the entire island an estimated 8 feet, actually shifted the earth on its axis enough to change the length of our days and nights. It may not have been enough to notice, but even a slight change on our axis can have major consequences over time. The same is true with the social and economic consequence this earthquake, tsunami, and nuclear meltdown will have on modern civilization. <br /><br />It was twenty-two years ago that I first heard Bob Jones talk about a major earthquake that would be coming to Japan. He said that it would set off cataclysmic events. Thousands have heard Bob predict quakes and other natural events with astonishing accuracy. One of the most dramatic was the last San Francisco quake. He foresaw that the quake would be centered in Northern California but south of San Francisco. He said that it would be 7.0 on the Richter Scale, that the bridges would be dangerous, and that “the world will witness it.” Bob shared this at conferences and churches for months before it hit that fall. It struck during the first game of the World Series that year, which was being played in San Francisco, and it was being broadcast to 160 nations who witnessed it live, accurately fulfilling all that Bob had predicted, including how the world would see it.</p>\r\n','\r\n<p><br />Many prophetic people were shown the next quake that hit Southern California, and they were told that this was a warning of another much greater one to come. We shared this in many churches and conferences in Southern California. When it struck, we were astonished at how even the churches responded, downplaying its message, and some even boasting that Californians could handle anything. We felt that the quake we had clearly predicted, with many details that were accurate, had virtually no impact on the people, even some of the strongest Christians who had heard the warnings. <br /><br />When one of the most well-known Christian leaders in the area asked me what could be done to delay or lesson this quake, I was given “a word of wisdom” that the only commandment with a promise was to honor our fathers and mothers, and the promise was that<span style=\"font-weight: bold;\"> “it may be well with you, and that you may live long on the earth” (see Ephesians 6:3).</span> The Lord showed me that one way we could do this was the way Israel did it, which was to drink from the wells that our fathers have dug. Spiritually, this meant to partake of their teachings. When I preached this in Pasadena, Lou Engle picked it up, wrote a book about it, and has in a most remarkable way carried this message to the nation through The Call. <br /><br />Has it worked? I think Lou’s work and that of many others have given us the time that we’ve had. While many were still receiving revelation about the coming big one, and many were expecting it, Bob Jones was adamant that it would not come until the major one hit Japan that he had seen. When the major quake hit Kobe, Japan, Bob was sure that was not the one he had seen. When Bob walked into the service last Sunday after the recent 9.0 quake, tsunami, and nuclear meltdown, I immediately asked him if this was the one. I’ve never seen such concern in Bob’s face as he answered, “You know what this means.” <br /><br /><br /><span style=\"font-weight: bold;\">What Does It Mean? </span><br /><br />It marks a demarcation point after which great change will come to the whole world, including an ultimate meltdown of the economy. It will also be followed by a major quake on the West Coast of the United States.<br /><br />Of course, when and where on the west coast that this major quake is going to hit are important questions. Bob was not given a timing on this quake but was only told that it would not come before the big one he had been shown in Japan. Now it can come. However, this does not necessarily mean that it is immediate. It could come today, or it could still be years away. We are praying that it still will be delayed so that everyone who will hear the warning, and should move, will be able to do this in an orderly way. <br /><br />This does not mean that everyone there, even those who may be near ground zero, should move. Some may be called by God to stay and be used during this impending catastrophe. However, until now, we have counseled all who asked if they should leave the West Coast not to do this unless they heard from the Lord to do so. Now we will begin counseling everyone to leave unless they hear from the Lord to stay.<br /><br />Until now, I have prayed for leaders who would have the understanding, wisdom, and courage to make the changes needed to avoid this economic meltdown. Now I am praying for leaders with the understanding, wisdom, and courage to lead us through what is now inevitable.<br /><br /><br /><span style=\"font-weight: bold;\">The Nature of Prophecy</span><br /><br />As we are told in I Corinthians 13, we see in part, know in part, and prophesy in part. No one has the whole picture, so to get the whole picture, we need to put the parts together. This is why in the Scriptures that say such things as in Amos 3:7, <span style=\"font-weight: bold;\">“Surely the Lord GOD does nothing unless He reveals His secret counsel to His servants the prophets,” </span>it is always plural, not just a single prophet. No one prophet, or prophetic movement, has the whole revelation. That is a major reason why we need each other.<br /><br />We know many prophetically gifted people who have seen different aspects of this major quake coming. I do not know anyone at this writing who has what I consider to be a trustworthy timing on it. We will seek to compile these prophecies and share anything we feel is important in future Special Bulletins. As we are told in Proverbs 4:18, <span style=\"font-weight: bold;\">“the path of the righteous is like the light of dawn, that shines brighter and brighter until the full day.”</span> It is as we walk and as we need it that the Lord tends to give us more insight. I am just sharing what we do have now.<br /><br /><br style=\"font-weight: bold;\" /><span style=\"font-weight: bold;\">What Will the Economic Meltdown Look Like?</span><br /><br />It can mean many things, but one thing it does not mean is the end of the world, and it does not have to be the end of America as a free Republic. We can emerge from this stronger and better than ever, even economically stronger and better. However, we are entering some of the most dangerous times we have ever had to navigate. Without the right leadership and the right resolve of the nation, which will only come by the grace of God, we can also fall to a terrible tyranny.<br /><br />Two aspects of this meltdown that I have confidence in is the dollar losing its value with bartering being the currency for a period of time, and that there will be a time when banks are closed and what we have deposited in them will not be available. Obviously, if the dollar has lost its value, we would not even bother to get out what we have deposited in the banks, so it does not seem that these will come at the same time. It could also be that things of value we have deposited in safety deposit boxes will not be reachable. <br /><br /><br /><span style=\"font-weight: bold;\">A Deadly Delusion</span><br /><br />In II Timothy 4:3-4, we are given a most sobering warning:<br /><br /><span style=\"font-weight: bold;\">For the time will come when they will not endure sound doctrine; but</span><span style=\"font-weight: bold;\"> wanting</span><span style=\"font-weight: bold;\"> to have their ears tickled, they will accumulate for themselves teachers in accordance to their own desires; </span><br style=\"font-weight: bold;\" /><span style=\"font-weight: bold;\">and will turn away their ears from the truth and will turn aside to myths. </span><br /><br />One of the greatest weaknesses of American Christians is the way that so many have been conditioned against hearing anything they perceive to be negative. They have become the fulfillment of the biblical prophecy above. Many of these have already paid a terrible price for their delusion, and we do have a sure hope that through anything which comes, we can have unshakable peace and joy in the Lord. Even so, very difficult times are coming upon us in which the wise can be prepared and can prevail. These can actually be the most prosperous times for those who are the wisest. The wise win souls, which is why the next verse in II Timothy states: <span style=\"font-weight: bold;\">“But you, be sober in all things, endure hardship, do the work of an evangelist, fulfill your ministry.”</span><br /><br />This is going to be the greatest time of harvest of all time. Our preparation needs to be far more devoted to the spiritual than the natural. We can’t just hoard for ourselves, but we must think about how we can be the salt and light we are called to be in anything that happens.<br /><br />Change has to come. Many of the basic underpinnings of a strong and lasting economy that our nation was founded upon have been abandoned. This has kept us on the edge of the cliff in a most dangerous place for a long time. There has been no strength or resolve in our leadership to make the difficult but necessary decisions to begin moving us away from the cliff. Before the quake hit, fear had begun rising that the Japanese economy, which had been on the edge for nearly two decades, simply could not hold out much longer and would very soon slide off the cliff. This would cause the others who were tottering to go down too. Again, this crisis was impending even before the earthquake, tsunami, and nuclear meltdown. <br /><br />Based on the sure evidence of Scripture, in everything that we see like this, we believe that with prayer and repentance these things can be avoided. One example of this was how Nineveh was spared after Jonah had prophesied their doom. For years, we have been praying that there would be the kind of awakening and repentance that would enable us to avoid this whole scenario. However, we also knew that when the quake hit in Japan, these were no longer going to be avoided. Therefore, our strategy has changed from trying to wake up the church so that it would not have to happen, to trying to get God’s people ready for it. We can still pray for the Lord’s mercy and grace through them. The Lord does prefer mercy over judgment, but there is a time when judgment is inevitable, and we have now crossed that Rubicon. <br /><br /><br /><span style=\"font-weight: bold;\">Judgment Is Mercy</span><br /><br />A number of different judgments of God are in Scripture—only one is condemnation and only one is destruction. The rest are discipline from the Lord for those He loves. We should be far more afraid if we go without His discipline. The discipline that is about to come to our nation is because He loves us. We are told in I Corinthians 11:31 that if we would judge ourselves, He would not have to judge us. That would be even better, and He has given us much time to do this, but now He is going to have to help us. <br /><br /><br /><span style=\"font-weight: bold;\">The Right Path</span><br /><br />As we have already quoted from Proverbs 4:18, if we are on the right path, our lives should be getting brighter and brighter. This does not mean that we will not have trials, but that we should be able to see them with increasing clarity, and we should be able to see where our feet should go with increasing light. This is true for those who are on the path of the righteous regardless of the circumstances. If this is not what is happening in your life, you have missed a turn somewhere. In the Lord, the wrong road never turns into the right road. If we have missed a turn, the only thing we can do is to return to where we missed the turn and get back on the right road. That is called “repentance.”<br /><br />Through everything that is coming we must live by faith and not be controlled by fear. Unstable and immature people will receive just about any warning with fear and that cannot be helped. Some believe their presumption is faith, and that because they believe it, nothing bad will happen. We cannot let such people control us either.<br /><br />America and many other nations have drifted from sound doctrine. This includes sound economic policy in ways that cannot be sustained. It would have been much easier to correct these bad practices before a collapse, and we will now have to do it in the midst of much greater challenges. However, it can still be done. America has a destiny that we have not yet fulfilled. God has not given up on us, but we could go no further in the direction we have been going.<br /><br />The inevitable economic unraveling may not happen all at once. It may not become manifest immediately that it is happening. In recent times, our leaders have become very good at disguising the true condition we’re in. They may be doing this with good intentions, just not wanting to cause panic to those who could not do anything about the situation anyway, while they find a way out. They may be disguising the truth because they do not understand it themselves. Either way, what is happening in the world economy seems to be a striking parallel to the way the Japanese government has been trying to deal with the nuclear crisis—they’re telling us one thing but the instruments are telling us something else. They seem to get one fire under control and another worse one breaks out—the meltdown continues and we keep finding out that things are really much worse than they’ve been telling us. <br /><br />Again, as a pastor and as a watchman, my strategy has now changed from praying and seeking to intercede with our leaders to make the necessary changes, to helping God’s people prepare to go through the collapse that is now inevitable. How do we prepare?<br /><br /><br /><span style=\"font-weight: bold;\">The Opportunity of Crisis</span><br /><br />It is noteworthy that the same Chinese word for “crisis” is the same word for opportunity. This may truly be the greatest opportunity we have ever had. As we see in Daniel 2, when the statue that represents the kingdoms of this world begins to collapse, then the little rock that struck at the feet of this statue will begin to grow into a mountain, which in Scripture often represents government. Then that rock keeps on growing until it fills the entire earth. The kingdom of God that the Lord has had His people praying for these last two thousand years is also inevitable. It is surely coming, and we can live in it now. <br /><br />As the governments of this world collapse, God’s government will become more manifest. As the economies of this world collapse, God’s economy will become more manifest. The kingdom will not fully come until the King returns, but a job that He left for His people to do before He returned was to preach the gospel, or good news, of His coming kingdom. We do have good news to share, not bad. <br /><br />In Isaiah 40, we are called to help prepare the way for His kingdom by building a highway. This highway is the road on which His kingdom will come. This highway will bring the other mountains and hills down, and it will raise up the valleys and low places. The entire chapter gives a good panorama of what is happening in the nations right now.<br /><br />When Israel was taken into exile into Babylon, the Lord gave a remarkable counsel to His people through Jeremiah:<br /><br /><span style=\"font-weight: bold;\">“Thus says the LORD of hosts, the God of Israel, to all the exiles whom I have sent into exile from Jerusalem to Babylon, </span><br style=\"font-weight: bold;\" /><span style=\"font-weight: bold;\">‘Build houses and live in them; and plant gardens, and eat their produce. </span><br style=\"font-weight: bold;\" /><span style=\"font-weight: bold;\">‘Take wives and become the fathers of sons and daughters, and take wives for your sons and give your daughters to husbands, that they may bear sons and daughters; and multiply there and do not decrease. </span><br style=\"font-weight: bold;\" /><span style=\"font-weight: bold;\">‘Seek the welfare of the city where I have sent you into exile, and pray to the LORD on its behalf; for in its welfare you will have welfare’” (Jeremiah 29:4-7)</span><br /><br />In a sense, Christians, who are citizens of another kingdom, have likewise been in exile waiting for their redemption and the kingdom of God to come. It is the right thing to do to seek the welfare of whatever nation we have been called to live in, and to put down roots there as Israel was counseled above. However, God’s people are also to be a distinct and separate people in many ways and were not to defile themselves with the immorality, perversions, and idolatry of Babylon. Those in exile were to maintain their devotion to the laws that God had given them to make them a distinct people for His purposes. The same is true of Christians. Being a part of our nation and seeking its good, while building our own homes and families, does not mean that we compromise the basic teachings of the kingdom. <br /><br />Those who have lived by kingdom economic principles have built on a kingdom that cannot be shaken, and they will not be shaken when everything else is. If we have not obeyed the Lord in this, and have foolishly built our estates by the principles of the world instead of the principles of the kingdom, there is still hope. We can repent, be forgiven, and be restored to a right foundation. This does not mean that we will not suffer or will not lose what was built on a wrong foundation, but we still can recover and build on a right foundation. We can do this personally and nationally.<br /><br />What will the economic meltdown look like? Hebrews 12:25-29 states it quite clearly:<br /><br /><span style=\"font-weight: bold;\">See to it that you do not refuse Him who is speaking. For if those did not escape when they refused him who warned them on earth, much less shall we escape who turn away from Him who warns from heaven. </span><br style=\"font-weight: bold;\" /><br style=\"font-weight: bold;\" /><span style=\"font-weight: bold;\">And His voice shook the earth then, but now He has promised, saying, “YET ONCE MORE I WILL SHAKE NOT ONLY THE EARTH, BUT ALSO THE HEAVEN.”</span><br style=\"font-weight: bold;\" /><br style=\"font-weight: bold;\" /><span style=\"font-weight: bold;\">And this expression, “Yet once more,” denotes the removing of those things which can be shaken, as of created things, in order that those things which cannot be shaken may remain. </span><br style=\"font-weight: bold;\" /><br style=\"font-weight: bold;\" /><span style=\"font-weight: bold;\">Therefore, since we receive a kingdom that cannot be shaken, let us show gratitude, by which we may offer to God an acceptable service with reverence and awe; </span><br style=\"font-weight: bold;\" /><span style=\"font-weight: bold;\">for our God is a consuming fire. </span><br style=\"font-weight: bold;\" /><br />The coming economic meltdown will be the removal of everything that is not built on the kingdom principles that cannot be shaken. Many of the founding principles of our nation and our free market system were kingdom principles. We must return to those as a nation, and we must return to them personally. <br /><br />We are told in Psalm 89:14 and other places that <span style=\"font-weight: bold;\">“righteousness and justice are the foundation of His throne.” </span>Righteousness is doing what is right in the sight of the Lord. God’s justice requires fair and equitable treatment of all people, judging issues by one standard for all, regardless of their station in life. It was the American devotion to these basic truths that enabled the greatest economic engine in history to be built here. It has been a departure from these basic principles that has caused every major problem we’re now facing as a nation. We must have a national repentance.<br /><br />In the Lord’s teaching about those who build their houses on the rock rather than on sand, we are told several things that are crucial for the times we’re now in. First, the storms beat against both houses, but only the house built on the rock would stand. The storms are coming, but if we have built well we will stand.<br /><br />To build on the rock, we must hear the words of the Lord, and then we have to obey them. As we are told in other places, hearing His words and not obeying them is to bring an even more severe judgment. I have been a Christian for forty years now, and from the time I was converted, I remember hearing warnings about the times that we’re now in. The Lord has spoken loudly, clearly, and abundantly. Many heard, but it does not seem that as many have obeyed. <br />In many ways, I have been guilty of this too, and I have paid the price for it. Even so, in every case where I have seen it, humbled myself and repented, not trying to cover up or make excuses, His grace has been abundant. I went through a bankruptcy and lost virtually everything I had spent years and great effort building, and two years later, I came out in an even better place.<br /><br />His grace is still available for us personally and nationally. We will suffer loss if we have done this, and we can expect to go through some hard times. However, if we repent, turning away from our sins, resolving to live in obedience to Him, we can expect to emerge in a much better place. As we are assured in Romans 14:17, <span style=\"font-weight: bold;\">“the kingdom of God is not eating and drinking, but righteousness and peace and joy in the Holy Spirit.” </span>It will come in this order too. When we do what is righteous, it will be followed by true peace, which will be followed by true joy.<br /><br />How long has it been since you’ve known true peace? How about true joy? These are in your future. Now is the time to set our hearts and minds to obey the Lord and to repent of and correct every way that is not in obedience to Him. If we are going to live in His kingdom, building our lives on that which cannot be shaken and can withstand any storm that comes upon this earth, then we must begin by resolving to live by the key to the kingdom, which we are given in <br />Matthew 6:33-34:<br /><br /><span style=\"font-weight: bold;\">“But seek first His kingdom and His righteousness; and all these things will be added to you. </span><br style=\"font-weight: bold;\" /><br style=\"font-weight: bold;\" /><span style=\"font-weight: bold;\">“So do not worry about tomorrow; for tomorrow will care for itself. Each day has enough trouble of its own.” </span><br /><br />Christians who are now living, working, or even going to church in the wrong places are there because they made major decisions based on what they wanted or what others wanted them to do, rather than seeking first what the Lord wanted them to do for the sake of His kingdom. To seek His kingdom first, means much more than firing up a prayer here and there for Him to guide us, and then go and immediately do what we want to do. It requires seeking Him until we find Him. When it takes longer than we think it should take to find Him, it could be because we have drifted so far from Him. <br /><br />Now is the time to do whatever it takes to get in the will of the Lord. There will be an increasingly high price to pay for those who are not. There will be increasing peace and joy for those who are.  I am covering these prophecies and the questions arising from them in greater detail in our video Special Bulletins posted on our website at <a href=\"http://www.morningstartv.com/prophetic-perspective-current-events/japanese-earthquake-prophesied-20-years-ago-part-1\" style=\"color: #054687;\">www.morningstartv.com</a>. We would also appreciate you sending in any questions that you have or any revelations that you have had about these same issues. Please include permission for us to use these along with your contact information. Email these to: info@morningstarministries.org.<br /><br />Also, we are having an <a href=\"http://www.morningstarministries.org/Group/Group.aspx?ID=1000075581\" style=\"color: #054687;\">Advanced Prophetic Conference</a> with Chuck Pierce, Paul Keith Davis, myself, and others at our base at Heritage the end of this month. This is shaping up to be one of the most timely and important such conferences we’ve held. There is still time to come, but please register right away. We also still have some rooms at Heritage available, and if we fill up, we have special rate arrangements at nearby hotels. You can go to our website for additional information. <br /><br /><a class=\"addthis_button_compact at300m sharebutton\" href=\"http://www.addthis.com/bookmark.php?v=250&amp;username=mstv\" style=\"color: #054687; cursor: pointer;\"><img src=\"http://s7.addthis.com/button1-email.gif\" border=\"0\" alt=\"Email This Video\" width=\"54\" height=\"16\" style=\"border: 0pt none initial;\" /></a><br /><br /><br /><br /></p>\r\n<p> </p>',1,19,0,76,'2011-03-21 10:37:47',63,'','2012-02-04 13:02:46',62,0,'0000-00-00 00:00:00','2011-03-21 10:37:47','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',12,0,6,'','',0,464,'robots=\nauthor='),(256,'Special Bulletin: Japanese Earthquake, A Prophetic Demarcation in Time, Part 2','special-bulletin-japanese-earthquake-a-prophetic-demarcation-in-time-part-2','','<h2><a href=\"http://www.morningstartv.com/prophetic-perspective-current-events/japanese-earthquake-prophetic-demarcation-time-part-2?utm_source=sbemail&amp;utm_medium=email&amp;utm_campaign=3-22-11\"><strong>PLEASE CLICK HERE TO WATCH </strong></a></h2>','',1,19,0,76,'2011-03-22 22:43:51',63,'','2012-02-04 13:02:29',62,0,'0000-00-00 00:00:00','2011-03-22 22:43:51','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,5,'','',0,475,'robots=\nauthor='),(257,'Multiculturalism - Islam in France','islam-in-france','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe title=\"YouTube video player\" width=\"640\" height=\"390\" src=\"http://www.youtube.com/embed/A3YQANdvvbY?rel=0\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,1,0,1,'2011-03-18 00:00:00',62,'Submitted by Tom Brake','2011-03-23 12:49:23',62,0,'0000-00-00 00:00:00','2011-03-23 11:37:08','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',13,0,229,'','',0,232,'robots=\nauthor='),(258,'R.I.P.','rip','','<p><img src=\"images/articles/gravestone.jpg\" border=\"0\" alt=\"R.I.P.\" hspace=\"7\" width=\"198\" height=\"222\" style=\"float: left; border: 0;\" /></p>\r\n<h3>Today we mourn the passing of a beloved old friend, <strong><em>Common Sense,</em></strong> who has been with us for many  years. No one knows for sure how old he was, since his birth records were long  ago lost in bureaucratic red tape. He will be remembered as having cultivated  such valuable lessons as:</h3>\r\n<p>- Knowing when to come in out of the rain; <br /> -  Why the early bird gets the worm; <br /> - Life isn\'t always fair; <br /> - and maybe  it was my fault. <br /><br />Common  Sense lived by simple, sound financial policies (don\'t spend more  than you can earn) and reliable strategies (adults, not children, are in  charge).<br /><br />His health began to deteriorate rapidly when well-intentioned  but overbearing regulations were set in place. Reports of a 6-year-old boy  charged with sexual harassment for kissing a classmate; teens suspended from  school for using mouthwash after lunch; and a teacher fired for reprimanding an  unruly student, only worsened his condition.</p>\r\n','\r\n<p><br /><br />Common Sense lost ground when  parents attacked teachers for doing the job that they themselves had failed to  do in disciplining their unruly children. <br /><br />It declined even further when  schools were required to get parental consent to administer sun lotion or  a paracetamol to a  student; but could not inform parents when a student became pregnant and wanted  to have an abortion. <br /><br />Common  Sense lost the will to live as the churches became businesses; and  criminals received better treatment than their victims. <br /><br />Common Sense took a beating when  you couldn\'t defend yourself from a burglar in your own home and the burglar  could sue you for assault. <br /><br />Common  Sense finally gave up the will to live, after a woman failed to  realize that a steaming cup of coffee was hot. She spilled a little in her lap,  and was promptly awarded a huge settlement. <br /><br />Common Sense was preceded in death,  by his parents, Truth and Trust, by his wife, Discretion, by his daughter,  Responsibility, and by his son, Reason. <br /><br /><strong>He is survived by his 4  stepbrothers; <br />I Know My Rights <br />I Want It Now <br />Someone Else Is To  Blame <br />I\'m A Victim</strong></p>\r\n<p> </p>',1,1,0,1,'2011-03-24 01:09:55',62,'Submitted by Padraig Egan','2011-03-24 01:38:45',62,0,'0000-00-00 00:00:00','2011-03-24 01:09:55','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,228,'','',0,351,'robots=\nauthor='),(259,'FLEMING HEALTH CARE REPEAL UPDATE','fleming-health-care-repeal-update','','<p><img src=\"http://fleming.house.gov/images/email/emailheader.jpg\" border=\"0\" alt=\"U.S. Congressman John Fleming\" width=\"660\" height=\"132\" style=\"border: 0px solid initial;\" /></p>\r\n<p><span style=\"font-family: arial; color: #000000; line-height: normal;\"><a href=\"http://fleming.house.gov/news/email/show.aspx?ID=KQSI62766A3GCEHZDUO62OO7PY\" style=\"color: #0000cc; text-decoration: underline; font-weight: normal;\">Click here</a> to view this email in your browser.</span></p>','',1,5,0,43,'2011-03-24 12:28:26',62,'John C. Fleming. M,D,','2011-03-24 12:34:08',62,0,'0000-00-00 00:00:00','2011-03-24 12:28:26','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,22,'','',0,402,'robots=\nauthor='),(260,'Video Special Bulletin Part 3 – Japanese Earthquake: The Coming Meltdown','video-special-bulletin-part-3--japanese-earthquake-the-coming-meltdown','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe title=\"YouTube video player\" width=\"640\" height=\"390\" src=\"http://www.youtube.com/embed/2EfcuEA30uw?rel=0\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',0,1,0,1,'2011-03-24 22:16:19',63,'','0000-00-00 00:00:00',0,62,'2012-02-04 13:01:55','2011-03-24 22:16:19','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,227,'','',0,0,'robots=\nauthor='),(261,'Video Special Bulletin Part 3 – Japanese Earthquake: The Coming Meltdown','video-special-bulletin-part-3-japanese-earthquake-the-coming-meltdown','','<p><span style=\"color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: bold;\">SPECIAL BULLETIN</span></p>\r\n<h2>The Day the World Changed</h2>\r\n<p>By Rick Joyner</p>\r\n<p><a href=\"http://www.morningstartv.com/prophetic-perspective-current-events/japanese-earthquake-prophetic-demarcation-time-part-3?utm_source=sbemail3&amp;utm_medium=email&amp;utm_campaign=3-24-11\"><strong>Click here to watch the Video Special Bulletin</strong></a></p>\r\n<p>There are demarcation points in history where a turn is made and the world starts down a different path. March 11, 2011 will be remembered as one of those days. The 9.0 earthquake that rocked Japan, moving the entire island an estimated 8 feet, actually shifted the earth on its axis enough to change the length of our days and nights. It may not have been enough to notice, but even a slight change on our axis can have major consequences over time. The same is true with the social and economic consequence this earthquake, tsunami, and nuclear meltdown will have on modern civilization.</p>\r\n','\r\n<p> </p>\r\n<p>It was twenty-two years ago that I first heard Bob Jones talk about a major earthquake that would be coming to Japan. He said that it would set off cataclysmic events. Thousands have heard Bob predict quakes and other natural events with astonishing accuracy. One of the most dramatic was the last San Francisco quake. He foresaw that the quake would be centered in Northern California but south of San Francisco. He said that it would be 7.0 on the Richter Scale, that the bridges would be dangerous, and that “the world will witness it.” Bob shared this at conferences and churches for months before it hit that fall. It struck during the first game of the World Series that year, which was being played in San Francisco, and it was being broadcast to 160 nations who witnessed it live, accurately fulfilling all that Bob had predicted, including how the world would see it.</p>\r\n<p>Many prophetic people were shown the next quake that hit Southern California, and they were told that this was a warning of another much greater one to come. We shared this in many churches and conferences in Southern California. When it struck, we were astonished at how even the churches responded, downplaying its message, and some even boasting that Californians could handle anything. We felt that the quake we had clearly predicted, with many details that were accurate, had virtually no impact on the people, even some of the strongest Christians who had heard the warnings.</p>\r\n<p>When one of the most well-known Christian leaders in the area asked me what could be done to delay or lesson this quake, I was given “a word of wisdom” that the only commandment with a promise was to honor our fathers and mothers, and the promise was that “it may be well with you, and that you may live long on the earth” (see Ephesians 6:3). The Lord showed me that one way we could do this was the way Israel did it, which was to drink from the wells that our fathers have dug. Spiritually, this meant to partake of their teachings. When I preached this in Pasadena, Lou Engle picked it up, wrote a book about it, and has in a most remarkable way carried this message to the nation through The Call.</p>\r\n<p>Has it worked? I think Lou’s work and that of many others have given us the time that we’ve had. While many were still receiving revelation about the coming big one, and many were expecting it, Bob Jones was adamant that it would not come until the major one hit Japan that he had seen. When the major quake hit Kobe, Japan, Bob was sure that was not the one he had seen. When Bob walked into the service last Sunday after the recent 9.0 quake, tsunami, and nuclear meltdown, I immediately asked him if this was the one. I’ve never seen such concern in Bob’s face as he answered, “You know what this means.”</p>\r\n<p>What Does It Mean?</p>\r\n<p>It marks a demarcation point after which great change will come to the whole world, including an ultimate meltdown of the economy. It will also be followed by a major quake on the West Coast of the United States.</p>\r\n<p>Of course, when and where on the west coast that this major quake is going to hit are important questions. Bob was not given a timing on this quake but was only told that it would not come before the big one he had been shown in Japan. Now it can come. However, this does not necessarily mean that it is immediate. It could come today, or it could still be years away. We are praying that it still will be delayed so that everyone who will hear the warning, and should move, will be able to do this in an orderly way.</p>\r\n<p>This does not mean that everyone there, even those who may be near ground zero, should move. Some may be called by God to stay and be used during this impending catastrophe. However, until now, we have counseled all who asked if they should leave the West Coast not to do this unless they heard from the Lord to do so. Now we will begin counseling everyone to leave unless they hear from the Lord to stay.</p>\r\n<p>Until now, I have prayed for leaders who would have the understanding, wisdom, and courage to make the changes needed to avoid this economic meltdown. Now I am praying for leaders with the understanding, wisdom, and courage to lead us through what is now inevitable.</p>\r\n<p>The Nature of Prophecy</p>\r\n<p>As we are told in I Corinthians 13, we see in part, know in part, and prophesy in part. No one has the whole picture, so to get the whole picture, we need to put the parts together. This is why in the Scriptures that say such things as in Amos 3:7, “Surely the Lord GOD does nothing unless He reveals His secret counsel to His servants the prophets,” it is always plural, not just a single prophet. No one prophet, or prophetic movement, has the whole revelation. That is a major reason why we need each other.</p>\r\n<p>We know many prophetically gifted people who have seen different aspects of this major quake coming. I do not know anyone at this writing who has what I consider to be a trustworthy timing on it. We will seek to compile these prophecies and share anything we feel is important in future Special Bulletins. As we are told in Proverbs 4:18, “the path of the righteous is like the light of dawn, that shines brighter and brighter until the full day.” It is as we walk and as we need it that the Lord tends to give us more insight. I am just sharing what we do have now.</p>\r\n<p>What Will the Economic Meltdown Look Like?</p>\r\n<p>It can mean many things, but one thing it does not mean is the end of the world, and it does not have to be the end of America as a free Republic. We can emerge from this stronger and better than ever, even economically stronger and better. However, we are entering some of the most dangerous times we have ever had to navigate. Without the right leadership and the right resolve of the nation, which will only come by the grace of God, we can also fall to a terrible tyranny.</p>\r\n<p>Two aspects of this meltdown that I have confidence in is the dollar losing its value with bartering being the currency for a period of time, and that there will be a time when banks are closed and what we have deposited in them will not be available. Obviously, if the dollar has lost its value, we would not even bother to get out what we have deposited in the banks, so it does not seem that these will come at the same time. It could also be that things of value we have deposited in safety deposit boxes will not be reachable.</p>\r\n<p> </p>\r\n<p>A Deadly Delusion</p>\r\n<p>In II Timothy 4:3-4, we are given a most sobering warning:</p>\r\n<p>For the time will come when they will not endure sound doctrine; but wanting to have their ears tickled, they will accumulate for themselves teachers in accordance to their own desires; and will turn away their ears from the truth and will turn aside to myths.</p>\r\n<p>One of the greatest weaknesses of American Christians is the way that so many have been conditioned against hearing anything they perceive to be negative. They have become the fulfillment of the biblical prophecy above. Many of these have already paid a terrible price for their delusion, and we do have a sure hope that through anything which comes, we can have unshakable peace and joy in the Lord. Even so, very difficult times are coming upon us in which the wise can be prepared and can prevail. These can actually be the most prosperous times for those who are the wisest. The wise win souls, which is why the next verse in II Timothy states: “But you, be sober in all things, endure hardship, do the work of an evangelist, fulfill your ministry.”</p>\r\n<p>This is going to be the greatest time of harvest of all time. Our preparation needs to be far more devoted to the spiritual than the natural. We can’t just hoard for ourselves, but we must think about how we can be the salt and light we are called to be in anything that happens.</p>\r\n<p>Change has to come. Many of the basic underpinnings of a strong and lasting economy that our nation was founded upon have been abandoned. This has kept us on the edge of the cliff in a most dangerous place for a long time. There has been no strength or resolve in our leadership to make the difficult but necessary decisions to begin moving us away from the cliff. Before the quake hit, fear had begun rising that the Japanese economy, which had been on the edge for nearly two decades, simply could not hold out much longer and would very soon slide off the cliff. This would cause the others who were tottering to go down too. Again, this crisis was impending even before the earthquake, tsunami, and nuclear meltdown.</p>\r\n<p>Based on the sure evidence of Scripture, in everything that we see like this, we believe that with prayer and repentance these things can be avoided. One example of this was how Nineveh was spared after Jonah had prophesied their doom. For years, we have been praying that there would be the kind of awakening and repentance that would enable us to avoid this whole scenario. However, we also knew that when the quake hit in Japan, these were no longer going to be avoided. Therefore, our strategy has changed from trying to wake up the church so that it would not have to happen, to trying to get God’s people ready for it. We can still pray for the Lord’s mercy and grace through them. The Lord does prefer mercy over judgment, but there is a time when judgment is inevitable, and we have now crossed that Rubicon.</p>\r\n<p> </p>\r\n<p> </p>\r\n<p>Judgment Is Mercy</p>\r\n<p>A number of different judgments of God are in Scripture—only one is condemnation and only one is destruction. The rest are discipline from the Lord for those He loves. We should be far more afraid if we go without His discipline. The discipline that is about to come to our nation is because He loves us. We are told in I Corinthians 11:31 that if we would judge ourselves, He would not have to judge us. That would be even better, and He has given us much time to do this, but now He is going to have to help us.</p>\r\n<p> </p>\r\n<p>The Right Path</p>\r\n<p>As we have already quoted from Proverbs 4:18, if we are on the right path, our lives should be getting brighter and brighter. This does not mean that we will not have trials, but that we should be able to see them with increasing clarity, and we should be able to see where our feet should go with increasing light. This is true for those who are on the path of the righteous regardless of the circumstances. If this is not what is happening in your life, you have missed a turn somewhere. In the Lord, the wrong road never turns into the right road. If we have missed a turn, the only thing we can do is to return to where we missed the turn and get back on the right road. That is called “repentance.”</p>\r\n<p>Through everything that is coming we must live by faith and not be controlled by fear. Unstable and immature people will receive just about any warning with fear and that cannot be helped. Some believe their presumption is faith, and that because they believe it, nothing bad will happen. We cannot let such people control us either.</p>\r\n<p>America and many other nations have drifted from sound doctrine. This includes sound economic policy in ways that cannot be sustained. It would have been much easier to correct these bad practices before a collapse, and we will now have to do it in the midst of much greater challenges. However, it can still be done. America has a destiny that we have not yet fulfilled. God has not given up on us, but we could go no further in the direction we have been going.</p>\r\n<p>The inevitable economic unraveling may not happen all at once. It may not become manifest immediately that it is happening. In recent times, our leaders have become very good at disguising the true condition we’re in. They may be doing this with good intentions, just not wanting to cause panic to those who could not do anything about the situation anyway, while they find a way out. They may be disguising the truth because they do not understand it themselves. Either way, what is happening in the world economy seems to be a striking parallel to the way the Japanese government has been trying to deal with the nuclear crisis—they’re telling us one thing but the instruments are telling us something else. They seem to get one fire under control and another worse one breaks out—the meltdown continues and we keep finding out that things are really much worse than they’ve been telling us.</p>\r\n<p> </p>\r\n<p>Again, as a pastor and as a watchman, my strategy has now changed from praying and seeking to intercede with our leaders to make the necessary changes, to helping God’s people prepare to go through the collapse that is now inevitable. How do we prepare?</p>\r\n<p> </p>\r\n<p>The Opportunity of Crisis</p>\r\n<p>It is noteworthy that the same Chinese word for “crisis” is the same word for opportunity. This may truly be the greatest opportunity we have ever had. As we see in Daniel 2, when the statue that represents the kingdoms of this world begins to collapse, then the little rock that struck at the feet of this statue will begin to grow into a mountain, which in Scripture often represents government. Then that rock keeps on growing until it fills the entire earth. The kingdom of God that the Lord has had His people praying for these last two thousand years is also inevitable. It is surely coming, and we can live in it now.</p>\r\n<p>As the governments of this world collapse, God’s government will become more manifest. As the economies of this world collapse, God’s economy will become more manifest. The kingdom will not fully come until the King returns, but a job that He left for His people to do before He returned was to preach the gospel, or good news, of His coming kingdom. We do have good news to share, not bad.</p>\r\n<p>In Isaiah 40, we are called to help prepare the way for His kingdom by building a highway. This highway is the road on which His kingdom will come. This highway will bring the other mountains and hills down, and it will raise up the valleys and low places. The entire chapter gives a good panorama of what is happening in the nations right now.</p>\r\n<p>When Israel was taken into exile into Babylon, the Lord gave a remarkable counsel to His people through Jeremiah:</p>\r\n<p>“Thus says the LORD of hosts, the God of Israel, to all the exiles whom I have sent into exile from Jerusalem to Babylon,</p>\r\n<p>‘Build houses and live in them; and plant gardens, and eat their produce.</p>\r\n<p>‘Take wives and become the fathers of sons and daughters, and take wives for your sons and give your daughters to husbands, that they may bear sons and daughters; and multiply there and do not decrease.</p>\r\n<p>‘Seek the welfare of the city where I have sent you into exile, and pray to the LORD on its behalf; for in its welfare you will have welfare’” (Jeremiah 29:4-7)</p>\r\n<p>In a sense, Christians, who are citizens of another kingdom, have likewise been in exile waiting for their redemption and the kingdom of God to come. It is the right thing to do to seek the welfare of whatever nation we have been called to live in, and to put down roots there as Israel was counseled above. However, God’s people are also to be a distinct and separate people in many ways and were not to defile themselves with the immorality, perversions, and idolatry of Babylon. Those in exile were to maintain their devotion to the laws that God had given them to make them a distinct people for His purposes. The same is true of Christians. Being a part of our nation and seeking its good, while building our own homes and families, does not mean that we compromise the basic teachings of the kingdom.</p>\r\n<p>Those who have lived by kingdom economic principles have built on a kingdom that cannot be shaken, and they will not be shaken when everything else is. If we have not obeyed the Lord in this, and have foolishly built our estates by the principles of the world instead of the principles of the kingdom, there is still hope. We can repent, be forgiven, and be restored to a right foundation. This does not mean that we will not suffer or will not lose what was built on a wrong foundation, but we still can recover and build on a right foundation. We can do this personally and nationally.</p>\r\n<p>What will the economic meltdown look like? Hebrews 12:25-29 states it quite clearly:</p>\r\n<p>See to it that you do not refuse Him who is speaking. For if those did not escape when they refused him who warned them on earth, much less shall we escape who turn away from Him who warns from heaven.</p>\r\n<p>And His voice shook the earth then, but now He has promised, saying, “YET ONCE MORE I WILL SHAKE NOT ONLY THE EARTH, BUT ALSO THE HEAVEN.”</p>\r\n<p>And this expression, “Yet once more,” denotes the removing of those things which can be shaken, as of created things, in order that those things which cannot be shaken may remain.</p>\r\n<p>Therefore, since we receive a kingdom that cannot be shaken, let us show gratitude, by which we may offer to God an acceptable service with reverence and awe;</p>\r\n<p>for our God is a consuming fire.</p>\r\n<p>The coming economic meltdown will be the removal of everything that is not built on the kingdom principles that cannot be shaken. Many of the founding principles of our nation and our free market system were kingdom principles. We must return to those as a nation, and we must return to them personally.</p>\r\n<p>We are told in Psalm 89:14 and other places that “righteousness and justice are the foundation of His throne.” Righteousness is doing what is right in the sight of the Lord. God’s justice requires fair and equitable treatment of all people, judging issues by one standard for all, regardless of their station in life. It was the American devotion to these basic truths that enabled the greatest economic engine in history to be built here. It has been a departure from these basic principles that has caused every major problem we’re now facing as a nation. We must have a national repentance.</p>\r\n<p>In the Lord’s teaching about those who build their houses on the rock rather than on sand, we are told several things that are crucial for the times we’re now in. First, the storms beat against both houses, but only the house built on the rock would stand. The storms are coming, but if we have built well we will stand.</p>\r\n<p>To build on the rock, we must hear the words of the Lord, and then we have to obey them. As we are told in other places, hearing His words and not obeying them is to bring an even more severe judgment. I have been a Christian for forty years now, and from the time I was converted, I remember hearing warnings about the times that we’re now in. The Lord has spoken loudly, clearly, and abundantly. Many heard, but it does not seem that as many have obeyed.</p>\r\n<p>In many ways, I have been guilty of this too, and I have paid the price for it. Even so, in every case where I have seen it, humbled myself and repented, not trying to cover up or make excuses, His grace has been abundant. I went through a bankruptcy and lost virtually everything I had spent years and great effort building, and two years later, I came out in an even better place.</p>\r\n<p>His grace is still available for us personally and nationally. We will suffer loss if we have done this, and we can expect to go through some hard times. However, if we repent, turning away from our sins, resolving to live in obedience to Him, we can expect to emerge in a much better place. As we are assured in Romans 14:17, “the kingdom of God is not eating and drinking, but righteousness and peace and joy in the Holy Spirit.” It will come in this order too. When we do what is righteous, it will be followed by true peace, which will be followed by true joy.</p>\r\n<p>How long has it been since you’ve known true peace? How about true joy? These are in your future. Now is the time to set our hearts and minds to obey the Lord and to repent of and correct every way that is not in obedience to Him. If we are going to live in His kingdom, building our lives on that which cannot be shaken and can withstand any storm that comes upon this earth, then we must begin by resolving to live by the key to the kingdom, which we are given in</p>\r\n<p>Matthew 6:33-34:</p>\r\n<p>“But seek first His kingdom and His righteousness; and all these things will be added to you.</p>\r\n<p>“So do not worry about tomorrow; for tomorrow will care for itself. Each day has enough trouble of its own.”</p>\r\n<p>Christians who are now living, working, or even going to church in the wrong places are there because they made major decisions based on what they wanted or what others wanted them to do, rather than seeking first what the Lord wanted them to do for the sake of His kingdom. To seek His kingdom first, means much more than firing up a prayer here and there for Him to guide us, and then go and immediately do what we want to do. It requires seeking Him until we find Him. When it takes longer than we think it should take to find Him, it could be because we have drifted so far from Him.</p>\r\n<p>Now is the time to do whatever it takes to get in the will of the Lord. There will be an increasingly high price to pay for those who are not. There will be increasing peace and joy for those who are. I am covering these prophecies and the questions arising from them in greater detail in our video Special Bulletins posted on our website at www.morningstartv.com. We would also appreciate you sending in any questions that you have or any revelations that you have had about these same issues. Please include permission for us to use these along with your contact information. Email these to: info@morningstarministries.org.</p>\r\n<p>Also, we are having an Advanced Prophetic Conference with Chuck Pierce, Paul Keith Davis, myself, and others at our base at Heritage the end of this month. This is shaping up to be one of the most timely and important such conferences we’ve held. There is still time to come, but please register right away. We also still have some rooms at Heritage available, and if we fill up, we have special rate arrangements at nearby hotels. You can go to our website for additional information.</p>\r\n<p> </p>',1,19,0,76,'2011-03-24 22:21:37',63,'','2012-02-04 13:01:51',62,0,'0000-00-00 00:00:00','2011-03-24 22:21:37','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,3,'','',0,868,'robots=\nauthor='),(262,'Not a Citizen- Obama in His Own Words','not-a-citizen-obama-in-his-own-words','','<div style=\"font-style: normal; display: inline; font-family: \'Calibri\'; color: #000000; font-size: small; font-weight: normal; text-decoration: none;\">\r\n<div style=\"font: 10pt tahoma;\">\r\n<div>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe title=\"YouTube video player\" width=\"480\" height=\"390\" src=\"http://www.youtube.com/embed/MwhKuunp8D8?rel=0\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</div>\r\n</div>\r\n</div>','',-2,5,0,54,'2011-03-26 14:21:21',62,'Submitted by Tom Brake','2011-03-26 14:38:25',62,0,'0000-00-00 00:00:00','2011-03-26 14:21:21','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'','',0,4,'robots=\nauthor='),(263,'Not a Citizen - Obama on Obama','not-a-citizen-obama-on-obama','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe title=\"YouTube video player\" width=\"480\" height=\"390\" src=\"http://www.youtube.com/embed/MwhKuunp8D8?rel=0\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,5,0,54,'2011-03-26 14:38:46',62,'Submitted by Tom Brake','2011-03-26 14:51:09',62,0,'0000-00-00 00:00:00','2011-03-26 14:38:46','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,1,'','',0,88,'robots=\nauthor='),(264,'US Likely to Keep Combat Role in Libya','us-likely-to-keep-combat-role-in-libya','','<p style=\"text-align: -webkit-left;\"><span style=\"font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: xx-small;\"><span style=\"line-height: normal;\"><br /></span></span></p>\r\n<div><a href=\"http://www.military.com/news/article/us-likely-to-keep-combat-role-in-libya-shift.html?ESRC=dod.nl\" style=\"color: #1b57b1; text-decoration: none; font-weight: normal; \"><img src=\"http://images.military.com//pics/libyanrebels3.25th.jpg\" border=\"0\" alt=\"Libya\" width=\"200\" height=\"132\" style=\"float: left;\" /></a></div>\r\n<div><span style=\"font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 17px; \">The United States welcomed a partial handover for the Libyan air campaign to NATO, but the allies apparently balked at assuming full control and the U.S. military was left in charge of the brunt of combat. </span></div>\r\n<div>\r\n<p style=\"PADDING-BOTTOM: 0px; LINE-HEIGHT: 17px; MARGIN: 0px 0px 3px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 13px; PADDING-TOP: 0px\"> </p>\r\n<p style=\"PADDING-BOTTOM: 0px; LINE-HEIGHT: 17px; MARGIN: 0px 0px 3px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 13px; PADDING-TOP: 0px\">NATO agreed on Thursday to take over command of the newly established no-fly zone over Libya, protective flights meant to deter Libyan strongman Moammar Gadhafi from putting warplanes in the air. That leaves the U.S. with responsibility for attacks on Gadhafi\'s ground forces and other targets, which are the toughest and most controversial portion of the operation.</p>\r\n</div>\r\n<div><a href=\"http://www.military.com/news/article/us-likely-to-keep-combat-role-in-libya-shift.html?ESRC=dod.nl\" style=\"color: #1b57b1; text-decoration: none; font-weight: normal; \">Read More</a></div>\r\n<p> </p>\r\n<p> </p>','',-2,1,0,1,'2011-03-26 17:09:10',62,'Military.com','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-03-26 17:09:10','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,0,'','',0,0,'robots=\nauthor='),(265,'US Likely to Keep Combat Role in Libya','us-likely-to-keep-combat-role-in-libya','','<div><a href=\"http://www.military.com/news/article/us-likely-to-keep-combat-role-in-libya-shift.html?ESRC=dod.nl\" style=\"color: #1b57b1; text-decoration: none; font-weight: normal; \"><img src=\"http://images.military.com//pics/libyanrebels3.25th.jpg\" border=\"0\" alt=\"Libya\" hspace=\"7\" width=\"200\" height=\"132\" style=\"float: left;\" /></a></div>\r\n<div><span style=\"font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 17px; \">The United States welcomed a partial handover for the Libyan air campaign to NATO, but the allies apparently balked at assuming full control and the U.S. military was left in charge of the brunt of combat. </span></div>\r\n<div>\r\n<p style=\"PADDING-BOTTOM: 0px; LINE-HEIGHT: 17px; MARGIN: 0px 0px 3px; PADDING-LEFT: 0px; PADDING-RIGHT: 3px; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 13px; PADDING-TOP: 0px\">NATO agreed on Thursday to take over command of the newly established no-fly zone over Libya, protective flights meant to deter Libyan strongman Moammar Gadhafi from putting warplanes in the air. That leaves the U.S. with responsibility for attacks on Gadhafi\'s ground forces and other targets, which are the toughest and most controversial portion of the operation. <span style=\"font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 15px;\"><a href=\"http://www.military.com/news/article/us-likely-to-keep-combat-role-in-libya-shift.html?ESRC=dod.nl\" style=\"color: #1b57b1; text-decoration: none; font-weight: normal; \">Read More</a></span></p>\r\n</div>','',1,1,0,1,'2011-03-26 17:09:10',62,'Military.com','2011-03-26 17:26:35',62,0,'0000-00-00 00:00:00','2011-03-26 17:09:10','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,226,'','',0,245,'robots=\nauthor='),(266,'Balaam or John?','balaam-or-john','','<h3>He that has an ear, let him hear ~   \"They are like children sitting in the marketplace and calling to one another, <strong>‘We piped unto you, and you did not dance; we sang dirges, and you did not mourn.’\" </strong><strong> </strong>Luke 7:32</h3>\r\n<p> </p>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br />&lt;iframe width=\"420\" height=\"315\" src=\"https://www.youtube.com/embed/w9TGj2jrJk8\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;<br /></span>{/source}</p>\r\n<p><span style=\"font-family: Verdana, Helvetica, Arial; font-size: 11px; color: #000000; line-height: normal;\">There\'s a lady who\'s sure all that glitters is gold<br />And she\'s buying a stairway to heaven<br />When she gets there she knows, if the stores are all closed<br />With a word she can get what she came for<br />Ooh, ooh, and she\'s buying a stairway to heaven<br /><br />There\'s a sign on the wall but she wants to be sure<br />\'Cause you know sometimes words have two meanings<br />In a tree by the brook, there\'s a songbird who sings<br />Sometimes all of our thoughts are misleading<br />Ooh, it makes me wonder<br />Ooh, it makes me wonder<br /><br />There\'s a feeling I get when I look to the west<br />And my spirit is crying for leaving<br />In my thoughts I have seen rings of smoke through the trees<br />And the voices of those who stand looking<br />and it makes me wonder<br />really makes me wonder<br /><br />And it\'s whispered that soon if we all call the tune<br />Then the piper will lead us to reason<br />And a new day will dawn for those who stand long<br />And the forest will echo with laughter<br /><br />GUITAR SOLO<br /><br />If there\'s a bustle in your hedgerow, don\'t be alarmed now,<br />It\'s just a spring clean from the May Queen<br />Yes, there are two paths you can go by, but in the long run<br />There\'s still time to change the road you\'re on<br />Ooh, it makes me wonder<br />Ooh, Ooh, it makes me wonder<br /><br />Your head is humming and it won\'t go, in case you don\'t know<br />The piper\'s calling you to join him<br />Dear lady, can\'t you hear the wind blow, and did you know<br />Your stairway lies on the whispering wind<br /><br />GUITAR SOLO<br /><br />And as we wind on down the road<br />Our shadows taller than our soul<br />There walks a lady we all know<br />Who shines white light and wants to show<br />How everything still turns to gold<br />And if you listen very hard<br />The tune will come to you at last<br />When all is one and one is all, yeah<br />To be a rock and not to roll.<br /><br />And she\'s buying the stairway to heaven</span></p>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /></span>&lt;iframe width=\"420\" height=\"315\" src=\"https://www.youtube.com/embed/Ekrb1-u4cio\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p>{/source}</p>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;iframe width=\"420\" height=\"235\" src=\"https://www.youtube.com/embed/5QUYvRaQ4XM\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;</span><br /></span>{/source}</p>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;iframe width=\"420\" height=\"315\" src=\"https://www.youtube.com/embed/EfGDvDGE7zk\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;</span><br /></span>{/source}</p>\r\n<p>Oh happy day (oh happy day)Oh happy day (oh happy day)<br />When Jesus washed (when Jesus washed)<br />When Jesus washed (when Jesus washed)<br />Jesus washed (when Jesus washed)<br />Washed my sins away (oh happy day)<br />Oh happy day (oh happy day)<br /><br />Oh happy day (oh happy day)<br />Oh happy day (oh happy day)<br />When Jesus washed (when Jesus washed)<br />When Jesus washed (when Jesus washed)<br />When my Jesus washed (when Jesus washed)<br />He washed my sins away<br /><br />He taught me how (oh, He taught me how)<br />To wash (to wash, to wash)<br />Fight and pray (to fight and pray)<br />Fight and pray<br />And he taught me how to live rejoicing<br />yes, He did (and live rejoicing)<br />Oh yeah, every, every day (every, every day)<br />(oh yeah) Every day!<br /><br />Oh happy day (oh happy day)<br />Oh happy day, yeah (oh happy day)<br />When Jesus washed (when Jesus washed)<br />When my Jesus washed (when Jesus washed)<br />When Jesus washed [hits high note] (when Jesus washed)<br />My sins away (oh happy day)<br />I\'m talking about that happy day (oh happy day)<br /><br />He taught me how (oh yeah, how)<br />To wash (to wash)<br />Fight and pray (sing it, sing it, c\'mon and sing it)<br />Fight and pray<br />And to live<br />yeah, yeah, c\'mon everybody (and live rejoicing every, every day)<br />Sing it like you mean it, oh....<br /><br />Oh happy day (oh happy day)<br />I\'m talking about the happy days (oh happy day)<br />C\'mon and talk about the happy days (oh happy day)<br />Oh, oh, oh happy days (oh happy day)<br />Ooh talking about happy day (oh happy day)<br />Oh yeah, I know I\'m talking about happy days (oh happy day)<br />Oh yeah, sing it, sing it, sing it, yeah, yeah (oh happy day)<br />Oh, oh, oh<br />Oh happy day.....</p>','',1,11,0,67,'2011-03-30 03:38:31',62,'Unknown','2015-12-20 05:14:55',62,0,'0000-00-00 00:00:00','2011-03-30 03:38:31','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',29,0,4,'','',0,749,'robots=\nauthor='),(821,'Scalia','scalia','','<h2>Someone close to me commented on FB regarding the Scalia death. One of her young, U of MI friends answered, \" What a wonderful opportunity\".  Out of respect I did not respond on FB. This is my response on my own blog...</h2>\r\n<p>Yes, wonderful, the potential to spiral into the abyss with the rest of the reprobates and their surrogates at an even faster rate. Ever spiraling downward with the, so-called, left-wing, delusional, sycophantic clapping seals, mindlessly applauding away \'til the girly-boys come home. America has become a land of presumptuous, godless, unprincipled, clueless, castrated idiots.</p>','',1,11,0,67,'2016-02-17 06:04:19',62,'','2016-02-17 06:15:02',62,0,'0000-00-00 00:00:00','2016-02-17 06:04:19','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,2,'','',0,895,'robots=\nauthor='),(784,'Girl expelled from school for refusing to wear tracking chip ','girl-expelled-from-school-for-refusing-to-wear-tracking-chip-','','<p>SAN ANTONIO -- A high school girl in San Antonio is being expelled for refusing to wear a school-mandated RFID tracking badge around her neck.  <span style=\"color: #0000ff;\"><span style=\"font-size: small;\"><strong> </strong></span></span><a href=\"http://www.coloradoconnection.com/news/story.aspx?id=827841\" target=\"_blank\"><span style=\"color: #0000ff;\"><span style=\"font-size: small;\"><strong>READ</strong></span></span></a>  </p>','',1,13,0,70,'2012-11-23 12:46:14',62,'Jaryd Wilson  -- Fox 21 News','0000-00-00 00:00:00',0,62,'2012-11-23 12:50:06','2012-11-23 12:46:14','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,1,'','',0,682,'robots=\nauthor='),(267,'Video Special Bulletin Part 4 - The First Step in Preparation','video-special-bulletin-part-4-the-first-step-in-preparation','','<h2><a href=\"http://www.morningstartv.com/prophetic-perspective-current-events/special-bulletin-part-4-first-step-preparation\">PLEASE CLICK HERE TO WATCH</a></h2>','',1,20,0,78,'2011-03-30 05:42:58',63,'','2012-02-04 13:01:12',62,0,'0000-00-00 00:00:00','2011-03-30 05:42:58','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,52,'','',0,257,'robots=\nauthor='),(268,'Islam: The Loving Peaceful Religion','peaceful-religion','','<p><strong>The Warning of  Jesus for the End of the Age</strong><br /><br />Jesus warned that as the end of the age approached, \"Then they  will deliver you to tribulation, and will kill you, and you will be hated by all  nations because of My name.\" (Matthew 24:9) Today that prophetic warning is  being fulfilled. <br /><br />As I stated in my book, The American Prophecies,  the greatest century to date of Christian persecution was not the first century,  but the twentieth. In the history of the world and of the nearly 69.6 million  Christians martyred for their faith, over sixty-five percent of them were killed  in the twentieth century. That is not even mentioning what happened to Jews in  the Holocaust. It is estimated that the first ten years of the twenty-first  century saw another million Christians murdered for their faith. Though this  shows a significant decrease in martyrdom worldwide as compared to the twentieth  century, it is still an alarming number. The truth of the matter is that while  some of the most severe persecutors of Christians in recent history have eased  their \"cultural revolutions\"—namely Communist governments—those who profess  faith in Jesus Christ, still place their lives on the line virtually every day  throughout the Islamic world.</p>\r\n','\r\n<p><br /><br />Though I could present numerous examples  of this, one that has most recently come to my attention is the predicament of  Aasia Noreen (also called Aasiya Bibi, Asia, or other transliterations in the  world press), a forty-five-year-old mother of five. In 2009, Aasia got into a  disagreement with fellow field workers in her village of Ittan Wali in Pakistan  near the Indian border. The other workers were trying to pressure her into  renouncing Christianity and becoming a Muslim. Aasia\'s family was the only  Christian household in the village. Aasia however, stood her ground, much to the  chagrin of at least one of the other women who also held a grudge against her  for a past land dispute. To end the bickering, the wife of a village elder  demanded Aasia go to fetch them water from a well in the Nankana Sahib district,  several miles away. Aasia complied, but when she returned, the disgruntled  Muslim woman said it was sacrilegious to drink water collected by a non-Muslim.  Aasia replied, \"Are we not all humans?\" The response brought another strong  rebuke and another altercation arose. <br /><br /><br />Shortly  after, the disgruntled women went to a local Muslim cleric and told him about  the incident. The cleric filed a report with the police about it on June 19,  2009, and on that same day, the disgruntled woman confronted Aasia in front of  her home accusing her of having defamed the name of Muhammad, saying she had  denied that he was a prophet. Men working in the fields nearby overheard the  altercation, left what they were doing, and forced their way into Aasia\'s house.  There they began torturing Aasia and her children, demanding she admit to the  blasphemy and repent. As things escalated, they tried to put a noose around  Aasia\'s neck ready to hang her. However, the police soon arrived and took Aasia  into custody, supposedly for her own protection. As more allegations were made,  instead of being released, Aasia was charged with blasphemy under Section 295 C  of the Pakistan Penal Code, a crime punishable by death. While awaiting trial,  Aasia would have to remain in the horrible conditions of a Pakistani prison,  separated from her family except for when they could visit. <br /><br />Aasia spent  more than a year incarcerated before her trial. Then finally in November 2010,  the accusations were heard before a judge. While the family hoped they might  finally put this matter behind them, instead of dismissing the charges because  of a lack of evidence, the judge sentenced Aasia to death by hanging and fined  her 100,000 rupees ($1,100). Because many convicted in lower courts of blasphemy  are threatened or even killed in prison, Aasia was put into solitary confinement  and all visiting rights were revoked. <br /><br />The National Commission for  Justice and Peace (NCJP) has said that up to eighty percent of such blasphemy  charges are filed to settle old grievances, which seems to be the case with  Aasia as well. In recent years, most such convictions get overturned in higher  courts. It is believed that local courts are usually pressured into convictions  by local clerics and Islamic groups. The word of such cases travels fast, and  generally angry mobs surrounding the courthouse chant slogans and demand the  death sentence as trials take place. <br /><br />In Aasia\'s area, the local imam  said he cried with joy when Aasia was sentenced to hang. He told reporters,  \"She\'ll be made to pay, one way or the other. . . If the law punishes someone  for blasphemy, and that person is pardoned or released, then we will take the  law into our own hands.\" Despite the fact that no one has ever been executed by  the government under this law, many have been murdered after their release.  Several Islamic groups have already taken to the streets of Pakistan to let the  government know there will be anarchy if Aasia\'s sentence is not carried out.  Since her sentencing, Aasia\'s family has had to go into hiding. At the end of  that November, a hard-line Islamic imam promised to pay anyone who killed Aasia  $6,000 if she were set free by the courts. <br /><br />While the sentencing has  brought international protests, Aasia still remains in prison as of this  writing. Even Pakistani government officials have been among those who have  spoken out against the sentencing and called for Aasia\'s pardoning and  protection by the president of Pakistan. Doing so has placed anyone who speaks  out into the crosshairs of Islamic fundamentalists as well. <br /><br />One who  spoke out for Aasia was Punjab Governor Salman Taseer. Because of this, Taseer  was assassinated by one of his bodyguards on January 4, 2011—shot down in cold  blood in broad daylight. Several clerics and imams in Pakistan had called for  Taseer\'s execution after his defense of Aasia. Different religious leaders  offered a total of 50 million rupees ($579,300) for the assassination of Aasia  and any who spoke out on her behalf. The call apparently worked. The bodyguard  made no attempt at escape after gunning down Taseer, turning himself in to the  police and telling them he had killed Taseer \"because of the governor\'s  opposition to Pakistan\'s blasphemy laws.\" <br /><br />Roughly two months later, the  Pakistani minister for religious minorities, Shahbaz Bhatti who had also called  for Aasia\'s pardoning and opposed the blasphemy laws, was gunned down in the  streets. Radical Islamists will stop at nothing to spread their hatred—a hatred  that is aimed particularly at Israel.</p>\r\n<p> </p>',1,14,0,71,'2011-04-01 23:40:14',62,'Dr. Michael Evans','2011-06-25 15:02:30',62,0,'0000-00-00 00:00:00','2011-04-01 23:40:14','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,12,'','',0,447,'robots=\nauthor='),(269,'Another Obama Power Grab','another-obama-power-grab','','<p><strong> ByPaul Strand</strong></p>\r\n<p>CBN News Washington Sr. Correspondent</p>\r\n<p>As senior correspondent in CBN\'s Washington bureau, Paul Strand has covered a variety of political and social issues, with an emphasis on defense, justice, and Congress.</p>\r\n<div><img src=\"http://www.cbn.com/CBNNews_Files/images11/politics/CongressEPA_LG.jpg\" border=\"0\" width=\"320\" align=\"left\" />\r\n<p>WASHINGTON - Some in Congress are claiming the Obama administration is making an unconstitutional power grab.</p>\r\n<p>Concerned lawmakers say Obama administration bureaucrats are using global warming fears to start regulating greenhouse gases, without any control by Congress. They worry such a move will send energy costs soaring and halt the economy\'s recovery.</p>\r\n<p>At the heart of the clash is who should control efforts to fight climate change -- or whether there should be any control.</p>\r\n<p>The <a href=\"http://www.epa.gov/\" target=\"_blank\">Environmental Protection Agency</a> sides with those who believe man-made greenhouse gases could lead to dangerous global warming. The agency plans to start regulating them as soon as possible.  <a href=\"http://www.cbn.com/cbnnews/politics/2011/April/Power-Grab-Concerns-Heat-Up-over-Climate-Change/\">MORE&gt;&gt;</a></p>\r\n</div>','',1,1,0,1,'2011-04-04 11:34:14',62,'CBN','2011-04-04 11:46:23',62,0,'0000-00-00 00:00:00','2011-04-04 11:34:14','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,225,'','',0,278,'robots=\nauthor='),(270,'The Middle East Muslim Community Organizer','the-middle-east-muslim-community-organizer','','<p> </p>\r\n<p><img src=\"images/stories/mikeevans.jpg\" border=\"0\" alt=\"Dr. Evans\" title=\"Dr. Evans\" align=\"left\" /><a href=\"http://myjwn.com/\">Jerusalem World News</a> - He ran against a disgraced president and his policies. He ran in the aftermath of an unpopular war and on a platform of human rights; and he won. His theme was change, and that\'s what America and the Middle East got. No, not Barack Obama; Jimmy Carter. The Liberal Left Democratic president believed that America needed to support an Islamic revolution.</p>\r\n<p>Carter perceived Khomeini as a \"religious holy man in a grassroots, democratic revolution,\" rather than the founding father of modern terrorism. Carter\'s ambassador, Andrew Young, said, \"Khomeini will eventually be hailed a saint.\" His ambassador to Iran, William Sullivan, declared, \"Khomeini is a Gandhi-like figure.\" The former president of France, Valery Giscard D\'Estaing told me that in January 1979 on the French Island of Guadeloupe, Carter informed him, the West German Chancellor Helmut Kohl, and British Prime Minister James Callaghan that the U.S. government could not support the Shah of Iran but was working behind the scenes to oust him in favor of a cleric—Khomeini. I was told the same thing by General Robert Huyser, sent to Iran by Carter to keep the Iranian military in check.</p>\r\n','\r\n<p> </p>\r\n<p>On April 1, 1979, Khomeini officially declared his Islamic revolution and called it the \"first day of the government of God.\" That declaration was accompanied by screams of \"Death to America.\" The tragic mistake by Jimmy Carter precipitated the Russian invasion of Afghanistan, the Iran-Iraq War, the funding of the Mujahedeen beginning with $50 million and ultimately up to $10 billion, matched by the Saudis.</p>\r\n<p>Nothing much has changed in the thirty-plus years since Khomeini\'s declaration. Radical Islamists have planned from the beginning to try to establish Islamic states in the Middle East, including Pakistan, Afghanistan, the Gulf States, Egypt, Jordan, Saudi Arabia, etc. Their second phase would be to expand to regions and nations that already have a strong Muslim population, i.e., Eastern Europe. The third phase would be to spread the caliphate to America and the rest of the world.</p>\r\n<p>The attack on the United States on September 11, 2001, was not aimed at bringing down the U.S., or even to allow radical Islam to take over; it was to send a message to America. It was aimed at illustrating to the government the ability of radical Islamic terrorism to seriously injure the economy and the safety of its citizens. It was a signal that if the U.S. did not initiate a foreign policy that corresponded with the interests of radical Islam, the unthinkable would happen.</p>\r\n<p>Bin Laden and radical Islamists consider the U.S. as the primary obstacle to achieving the first phase of the strategy to take over the Middle East. The plan was to force America to stop supporting Muslim allies in the Gulf as it had done with the Shah of Iran. Bin Laden believed if he could get America to turn on its allies, there would be no one to protect these regimes from a radical Islamic revolution. This is precisely what an Internet-savvy, community organizer, President Barack Hussein Obama is doing. He is betting the farm on democratic governments that will likely be totally aligned with mosques, mullahs, and madrassas, and will enhance America\'s foreign policy interests in the region rather than lending support to dictator-allies.</p>\r\n<p>History will give President Obama as much credit for the Islamic revolution now being birthed as it gave Ronald Reagan for the fall of the Berlin Wall. The president has now taken on becoming the Middle East Muslim community organizer. He apparently believes that change is not only desirable and inevitable, but that the U.S. must take the lead in shaping the Middle East.</p>\r\n<p>In August 2010 President Obama, believing that America\'s relationship with the Arab world was broken, issued Presidential Study Directive 11 asking agencies to prepare for change. The document cited evidence of growing citizen discontent with the \"region\'s regimes\" and warned that \"the region is entering a critical period of transition.\" The president asked his advisors to \"manage these risks by demonstrating to the people of the Middle East and North Africa a gradual but real prospect of greater political openness and improved governance.\"</p>\r\n<p>Six months later, this revolution was toppling leaders in Tunisia, Egypt, and Libya and spreading to the Gulf oil fields. The response of Obama\'s deputy national security adviser, Ben Rhodes was, \"We have a core interest in stability through political and economic change. The status quo is not stable.\"</p>\r\n<p>The White House reviewed earlier democratic shifts in Indonesia, the Philippines, Serbia, Poland, and Chile for \"lessons learned.\" From that study, Obama\'s team bought into transition to achieve \"buy-in\"; affecting quick change that is obvious to all, i.e., setting political prisoners free, giving freedom to the press, freedom to protest—precisely what Jimmy Carter demanded in Iran.</p>\r\n<p>This review has led U.S. officials to conclude that countries need to bring the opposition quickly into a change to achieve \"buy-in\"; make fast changes that people can see, such as freeing political prisoners; and sequence events, putting the easiest first, so that presidential elections precede parliamentary balloting and detailed rewriting of the Constitution.</p>\r\n<p>President Obama gave his \"Berlin Wall speech\" on June 4, 2009, in Cairo. He declared that \"tension has been fed by colonialism that denied rights and opportunities to many Muslims, and a Cold War in which Muslim-majority countries were too often treated as proxies without regard to their own aspirations.\" This is the core of Obama foreign policy change: to not have strong allies in the Middle East as proxies.</p>\r\n<p>President Obama inspired hope for the masses when he, as an African-American with the name Barack Hussein Obama, made it clear that America was not \"at war with Islam,\" and that the two greatest destabilizing factors in the Middle East were al Qaeda and Israel. President Obama made a bold and impassioned plea for democracy in his speech. He said: \"There are some who will advocate for democracy only when they are in power, and once in power, they are ruthless in suppressing the rights of others … elections alone do not make true democracy.\"</p>\r\n<p>The specter of a global collapse of the world\'s economy, along with Islamic Sunni oil states at war against the \"Great Satan\"—America, and the \"Little Satan\"—Israel, may be the price the West will have to pay for \"April Fools.\"</p>\r\n<p> </p>',1,22,0,80,'2011-04-04 14:38:55',62,'Dr. Michael Evans','2012-02-27 03:11:38',62,0,'0000-00-00 00:00:00','2011-04-04 14:38:55','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,28,'','',0,777,'robots=\nauthor='),(271,'Obama Administration Wants Your Old Email ','obama-administration-wants-your-old-email-','','<p><span style=\"font-family: Arial, Verdana, sans-serif; font-size: 24px; font-weight: bold; line-height: 30px; color: #000000;\">Justice Dept. to Congress: Don’t Saddle 4th Amendment on Us</span></p>\r\n<p><span style=\"font-family: Arial, Verdana, sans-serif; font-size: 14px; line-height: normal;\">\r\n<div class=\"entryDescription\" style=\"padding-top: 2px; padding-right: 0px; padding-bottom: 1px; padding-left: 0px; font-size: 12px; margin: 0px;\">\r\n<ul style=\"padding: 0px; margin: 0px;\">\r\n<li class=\"entryAuthor\" style=\"margin-top: 0px; margin-right: 10px; margin-bottom: 0px; margin-left: 0px; display: inline; list-style-type: none; padding: 0px;\">By <a href=\"http://www.wired.com/threatlevel/author/davidkravets/\" title=\"Posts by David Kravets\" style=\"color: #007ca5; text-decoration: none; outline-style: none; outline-width: initial; outline-color: initial; padding: 0px; margin: 0px;\">David Kravets</a> <a href=\"mailto:david_kravets@wired.com\" style=\"color: #007ca5; text-decoration: none; outline-style: none; outline-width: initial; outline-color: initial; padding: 0px; margin: 0px;\"><img src=\"http://www.wired.com/threatlevel/wp-content/themes/wired/images/envelope.gif\" border=\"0\" alt=\"Email Author\" width=\"14\" height=\"11\" style=\"padding: 0px; margin: 0px; border: 0px none initial;\" /> </a></li>\r\n<li class=\"entryDate\" style=\"display: inline; list-style-type: none; padding: 0px; margin: 0px;\">April 7, 2011  | </li>\r\n<li class=\"entryTime\" style=\"display: inline; list-style-type: none; padding: 0px; margin: 0px;\">4:06 pm  | </li>\r\n<li class=\"entryCategories\" style=\"display: inline; list-style-type: none; padding: 0px; margin: 0px;\">Categories: <a href=\"http://www.wired.com/threatlevel/category/surveillance/\" title=\"View all posts in Surveillance\" rel=\"category tag\" style=\"color: #007ca5; text-decoration: none; outline-style: none; outline-width: initial; outline-color: initial; padding: 0px; margin: 0px;\">Surveillance</a>, <a href=\"http://www.wired.com/threatlevel/category/threats/\" title=\"View all posts in Threats\" rel=\"category tag\" style=\"color: #007ca5; text-decoration: none; outline-style: none; outline-width: initial; outline-color: initial; padding: 0px; margin: 0px;\">Threats</a></li>\r\n</ul>\r\n</div>\r\n</span></p>\r\n<p><span style=\"font-family: Arial, Verdana, sans-serif; font-size: 14px; line-height: 20px;\">The Obama administration is urging Congress not to adopt legislation that would impose constitutional safeguards on Americans’ e-mail stored in the cloud.  <a href=\"http://www.wired.com/threatlevel/2011/04/fourth-amendment-email-2/\">MORE&gt;&gt;&gt;</a></span></p>','',1,13,0,70,'2011-04-09 05:47:53',62,'David Kravets','2012-03-25 23:39:15',62,0,'0000-00-00 00:00:00','2011-04-09 05:47:53','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,68,'','',0,212,'robots=\nauthor='),(272,'EAT THE RICH','eat-the-rich','','<p>\r\n<p>{source}</p>\r\n<p>&lt;iframe title=\"YouTube video player\" width=\"480\" height=\"390\" src=\"http://www.youtube.com/embed/661pi6K-8WQ\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p>{/source}</p>\r\n</p>','',-2,5,0,41,'2011-04-10 11:28:40',74,'Iowahawk.com','2011-04-10 12:41:52',62,0,'0000-00-00 00:00:00','2011-04-10 11:28:40','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',8,0,0,'','',0,0,'robots=\nauthor='),(273,'EAT THE RICH','eat-the-rich','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe title=\"YouTube video player\" width=\"560\" height=\"349\" src=\"http://www.youtube.com/embed/661pi6K-8WQ?rel=0\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>\r\n<p><a href=\"http://iowahawk.typepad.com/iowahawk/2011/03/eat-the-rich.html\">GOTO IOWAHAWK.COM &gt;&gt;</a></p>','',1,5,0,43,'2011-04-10 12:55:25',62,'Submitted by Helio Rodrigez-Ecay','2011-04-10 13:19:34',62,0,'0000-00-00 00:00:00','2011-04-10 12:55:25','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,21,'','',0,384,'robots=\nauthor='),(274,'Dollars and Sense ','dollars-and-sense-','','<p><span style=\"font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 20px; \"> </span></p>\r\n<div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; line-height: inherit; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none; background-position: initial initial; background-repeat: initial initial; \"><strong style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; line-height: inherit; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none; background-position: initial initial; background-repeat: initial initial; \"><span class=\"style2\" style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; line-height: inherit; color: #ff0000; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none; background-position: initial initial; background-repeat: initial initial; \"><img src=\"images/stories/OAKI-logo.png\" border=\"0\" align=\"left\" />SPECIAL BULLETIN 6-2011</span><br style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none; \" /></strong><br style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none; \" /></div>\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; line-height: inherit; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none; background-position: initial initial; background-repeat: initial initial; \">The Middle East has erupted like a chain of volcanoes with dissent pouring forth in nearly every Muslim country in the region. Mubarak’s regime in Egypt fell faster than seemed possible, encouraged by the regime change that protestors were able to accomplish in Tunisia. Other regimes will likely fall in coming weeks, if not days.</p>\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; line-height: inherit; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none; background-position: initial initial; background-repeat: initial initial; \">For months now, we have lingered on the edge of either a government shutdown or another stopgap measure to keep the government going for another few weeks of indecision on the part of our leaders. They are haggling over somewhere between $10 and $30 billion in cuts. The higher number is what our government runs up in deficits about every five days! This is even worse than trying to use an aspirin to cure brain cancer.</p>\r\n<p><a href=\"http://www.theoakinitiative.org/content/special-bulletin-6-2011\">READ MORE &gt;&gt;</a></p>','',1,20,0,78,'2011-04-10 13:19:41',63,'','2012-02-04 13:00:35',62,0,'0000-00-00 00:00:00','2011-04-10 13:19:41','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,51,'','',0,291,'robots=\nauthor='),(275,'Rubin: U.S. presence in Libya \'makes absolutely no sense\'','rubin-us-presence-in-libya-makes-absolutely-no-sense','','<p><span style=\"font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; font-size: 13px; line-height: 32px; \"> </span></p>\r\n<div id=\"StoryTitle\" class=\"storytitle\" style=\"border-bottom: #cccccc 1px solid; padding-bottom: 5px; width: auto; font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; margin-bottom: 7px; height: 68px; color: #003399; font-size: 18px; font-weight: bold; padding-top: 5px;\">\r\n<div id=\"reporter\" class=\"reporter\" style=\"padding-bottom: 2px; width: auto; font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; height: auto; color: #333333; font-size: 10px; font-weight: normal; padding-top: 2px;\">Chad Groening - OneNewsNow - 4/11/2011 3:35:00 AM</div>\r\n</div>\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.5em; \" align=\"left\"><img src=\"http://www.onenewsnow.com/uploadedImages/Media/Images/Mugs/DavidRubin.jpg\" border=\"0\" alt=\"David Rubin (author)\" title=\"David Rubin (author)\" hspace=\"3\" vspace=\"3\" width=\"75\" height=\"127\" align=\"left\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px; \" />A U.S.-born Israeli author and expert on the Middle East doesn\'t think it makes sense for President Barack Obama to get the U.S. military embroiled in a potentially protracted war in Libya, while giving a pass to countries that present a true threat to U.S. national security.</p>\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.5em; \"> </p>\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.5em; \">Libyan leader Moammar Gadhafi recently wrote a three-page letter to President Obama, urging him to halt what the Libyan leader calls \"an unjust war.\" Gadhafi says the moral ramifications of the NATO campaign against his country have been more severe than the physical hurt, and he repeats his claim that his foes are with al-Qaeda. Gadhafi also uses his letter to wish Obama good luck in his bid for re-election next year.  <a href=\"http://www.onenewsnow.com/Security/Default.aspx?id=1326054\">MORE&gt;</a>&gt;</p>','',1,22,0,80,'2011-04-11 17:33:23',62,'One News Now','2012-02-27 03:11:24',62,0,'0000-00-00 00:00:00','2011-04-11 17:33:23','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,27,'','',0,452,'robots=\nauthor='),(276,'Song of Solomon revisited, 20th Century','song-of-solomon-revisited-20th-century','','<p>What, then, does this mean? \"We piped unto you and you did not dance, we sang dirges and you did not mourn.\" Johanan <img src=\"images/articles/Johanan.png\" border=\"0\" /></p>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe title=\"YouTube video player\" width=\"480\" height=\"390\" src=\"http://www.youtube.com/embed/HkGS263lGsQ?rel=0\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>\r\n<p>{jcomments on}</p>','',1,11,0,67,'2011-04-12 00:59:42',62,'He who has an ear to hear...','2015-12-20 05:22:55',62,0,'0000-00-00 00:00:00','2011-04-12 00:59:42','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,3,'','',0,514,'robots=\nauthor='),(277,'Media members \'subsidiaries\' of Obama admin','media-members-subsidiaries-of-obama-admin','','<p><span style=\"font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; font-size: 13px; line-height: 32px;\">\r\n<div id=\"StoryTitle\" class=\"storytitle\" style=\"width: auto; height: 68px; padding-top: 5px; padding-bottom: 5px; border-bottom-color: #cccccc; border-bottom-width: 1px; border-bottom-style: solid; font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; color: #003399; font-size: 18px; font-weight: bold; margin-bottom: 7px;\">\r\n<div id=\"reporter\" class=\"reporter\" style=\"width: auto; height: auto; padding-top: 2px; padding-bottom: 2px; font-family: \'Trebuchet MS\', \'Lucida Sans\', \'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif; font-size: 10px; color: #333333; font-weight: normal;\">Chris Woodward - OneNewsNow - 4/12/2011 4:00:00 AM</div>\r\n</div>\r\n<p style=\"line-height: 1.5em; margin: 0px;\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\">Two mainstream media outlets are receiving money from a so-called \"slush fund\" in ObamaCare.</p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\"> </p>\r\n<p style=\"line-height: 1.5em; margin: 0px;\" align=\"left\"><img src=\"http://www.onenewsnow.com/uploadedImages/Media/Images/sackofcash.jpg\" border=\"0\" alt=\"sack of cash\" title=\"sack of cash\" hspace=\"3\" vspace=\"3\" width=\"136\" height=\"134\" align=\"left\" style=\"margin-top: 0px; margin-right: 9px; margin-bottom: 3px; margin-left: 0px;\" />The Washington Post and CBS received taxpayer dollars from ObamaCare\'s \"<a href=\"http://errp.gov/\" target=\"_blank\" title=\"Early Retiree Reinsurance Program\" style=\"color: #0e4d8b; background: inherit;\">Early Retiree Reinsurance Program</a>\" (ERRP), a $5-billion grant program for entities to pay for health insurance for early retirees. Republicans refer to the program as a \"slush fund.\"<br /> <br />Matthew Boyle details the exact amount in an <a href=\"http://dailycaller.com/2011/04/06/washington-post-and-cbs-receiving-money-from-obamacare-slush-fund/\" target=\"_blank\" title=\"article\" style=\"color: #0e4d8b; background: inherit;\">article</a> he wrote for The Daily Caller. \"The Washington Post is getting $573,217, and the CBS Corporation is getting $722,388,\" he remarks.  <a href=\"http://www.onenewsnow.com/Culture/Default.aspx?id=1328038\">READ MORE&gt;&gt;</a></p>\r\n</span></p>','',1,1,0,1,'2011-04-12 21:43:22',62,'One News Now','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-04-12 21:43:22','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,224,'','',0,228,'robots=\nauthor='),(278,'Why the Peaceful Majority is Irrelevant','why-the-peaceful-majority-is-irrelevant','','<p><strong>REPRINT OF 2007 OPINION PIECE</strong></p>\r\n<h3>History lessons are often incredibly simple.</h3>\r\n<p>I used to know a man whose family were German aristocracy prior to World War II. They owned a number of large industries and estates. I asked him how many German people were true Nazis, and the answer he gave has stuck with me and guided my attitude toward fanaticism ever since.</p>\r\n<p>“Very few people were true Nazis,” he said, “but many enjoyed the return of German pride, and many more were too busy to care. I was one of those who just thought the Nazis were a bunch of fools. So, the majority just sat back and let it all happen. Then, before we knew it, they owned us, and we had lost control, and the end of the world had come. My family lost everything. I ended up in a concentration camp and the Allies destroyed my factories.”   <a href=\"http://www.israelnationalnews.com/Articles/Article.aspx/6996\">READ MORE &gt;&gt;</a></p>','',1,1,0,1,'2011-04-15 15:36:39',62,'Paul E. Marek','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-04-15 15:36:39','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,223,'','',0,164,'robots=\nauthor='),(279,'If the judge ain\'t straight, you must vacate','if-the-judge-aint-straight-you-must-vacate','','<p><img src=\"http://www.onenewsnow.com/uploadedImages/Matt_Barber.jpg\" border=\"0\" alt=\"Matt Barber\" title=\"Matt Barber\" hspace=\"3\" vspace=\"3\" width=\"94\" height=\"127\" align=\"left\" />Proposition 8 is an amendment to California\'s State Constitution. It was passed by a comfortable margin via ballot initiative in 2008. Prop. 8 maintained the age-old definition of marriage in The Golden State as requiring binary male-female compatibility. It remains tied-up in federal court today.<br /> <br /> Back in February of 2010 it became rumored that retired Federal Judge Vaughn Walker -- who presided over the case at the District level -- was a practitioner of the homosexual lifestyle. It was further reported that he had a longtime male lover. Judge Walker refused to confirm or deny the rumors. At the time I was one of the few people to <a href=\"http://www.onenewsnow.com/Legal/Default.aspx?id=901170\" title=\"publicly call\">publicly call</a> for his recusal. It\'s inexplicable that attorneys defending Prop. 8 didn\'t make such a motion.   <a href=\"http://www.onenewsnow.com/Perspectives/Default.aspx?id=1330468\">MORE &gt;&gt;</a></p>','',1,1,0,1,'2011-04-15 20:13:13',62,'Matt Barber','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-04-15 20:13:13','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,222,'','',0,175,'robots=\nauthor='),(280,'Palestinian Leader Says, \"We Are Counting on President Obama\"','palestinian-leader-says-qwe-are-counting-on-president-obamaq','','<p><img src=\"images/stories/mikeevans.jpg\" border=\"0\" alt=\"Dr. Evans\" align=\"left\" />On his visit to Tunisia, Palestinian Authority President Mahmoud Abbas confirmed his intention to seek United Nations recognition of an independent Palestinian state this September. Palestinian leaders have abandoned any pretense of peace negotiations with Israel, believing they will get far more from the world authority which has indicated its willingness to adopt the boundaries preferred by the Palestinians without regard to Israel\'s interests or security. <br /><br />Abbas cited the support of the Obama Administration for his goal. \"We are counting on the words of US President Barack Obama who said his vision is to see a Palestinian state this coming September according to a deadline set by the Quartet.\" Abbas also noted, \"More than 130 countries have already recognized a Palestinian state on 1967 borders. This number has the potential to reach 140 or 150.\" At this point, the only way for this plan to divide Jerusalem and curse Israel to be stopped is for America to use its veto at the United Nations—but the Obama Administration shows no interest in doing so. Now more than ever we need to stand with the Jewish people and the nation of Israel. <a href=\"http://myjwn.com/\">Jerusalem World News &gt;&gt;</a></p>','',1,22,0,80,'2011-04-23 01:19:07',62,'Dr. Michael Evans','2012-02-27 03:09:52',62,0,'0000-00-00 00:00:00','2011-04-23 01:19:07','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,25,'','',0,362,'robots=\nauthor='),(281,'Obummer!','obummer','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe title=\"YouTube video player\" width=\"330\" height=\"270\" src=\"http://www.youtube.com/embed/aiGg8D4hFLc?rel=0\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,5,0,43,'2011-04-23 01:40:24',62,'Christina Houston','2011-04-23 02:03:48',62,0,'0000-00-00 00:00:00','2011-04-23 01:40:24','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,20,'','',0,352,'robots=\nauthor='),(282,'Brother, Can You Spare A Trillion?: Government Gone Wild!','brother-can-you-spare-a-trillion-government-gone-wild','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe title=\"YouTube video player\" width=\"480\" height=\"390\" src=\"http://www.youtube.com/embed/VtVbUmcQSuk?rel=0\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,5,0,42,'2011-04-23 02:14:11',62,'submitted by Ed Garry','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-04-23 02:14:11','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,3,'','',0,4588,'robots=\nauthor='),(284,'Showstopping performance by Carrie Underwood and Vince Gill ... \"How Great Thou Art\"','showstopping-performance-by-carrie-underwood-and-vince-gill-slaying-qhow-great-thou-art','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"640\" height=\"390\" src=\"http://www.youtube.com/embed/7eiEaK4GXtw?rel=0\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,5,0,43,'2011-04-28 15:23:54',62,'Submitted by Phyllis Garabedian','2011-04-28 15:28:29',62,0,'0000-00-00 00:00:00','2011-04-28 15:23:54','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,18,'','',0,1205,'robots=\nauthor='),(285,'Panetta to Be SecDef; Petraeus to CIA','panetta-to-be-secdef-petraeus-to-cia-april-27-2011-associated-press-washington-president-obama-plans-to-name-cia-director-leon-panetta-as-the-next-secretary-of-defense-and-move-gen-david-petraeus-now-running-the-war-in-afghanistan-into-the-cia-ch','','<p><span style=\"color: #555555; font-family: Arial, Verdana, Helvetica, sans-serif; line-height: normal;\"><span class=\"article_title\" style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 9px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; display: block;\"><br /></span></span></p>\r\n<p><span id=\"article_photo\" style=\"margin-top: 3px; margin-right: 10px; margin-bottom: 8px; margin-left: 0px; display: inline; float: left; padding: 0px;\"><img src=\"http://images.military.com/cs/Satellite?blobcol=urldata&amp;blobheadername1=Content-Type&amp;blobheadername2=Content-Disposition&amp;blobheadervalue1=image%2Fjpeg&amp;blobheadervalue2=inline%3Bfilename%3Dpanetta4.27th.jpg&amp;blobkey=id&amp;blobnocache=false&amp;blobtable=MungoBlobs&amp;blobwhere=1209999684052&amp;ssbinary=true\" border=\"0\" alt=\"Leon Panetta\" style=\"display: inline; padding: 0px; margin: 0px; border: 1px solid #999999;\" /></span></p>\r\n<div class=\"article_meta\" style=\"padding-top: 0px; padding-right: 0px; padding-bottom: 4px; padding-left: 0px; font-size: 10px; margin: 0px;\">\r\n<div class=\"article_pub_date\" style=\"color: #000000; font-size: 12px; font-weight: bold; padding: 0px; margin: 0px;\">April 27, 2011</div>\r\n<span id=\"article_source\" style=\"padding: 0px; margin: 0px;\">Associated Press</span></div>\r\n<div id=\"article_page_1\" class=\"article_body\" style=\"overflow-x: hidden; overflow-y: hidden; word-wrap: break-word; display: inline; padding: 0px; margin: 0px;\">\r\n<p style=\"padding-top: 10px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; line-height: 14px; margin: 0px;\">WASHINGTON -- President Obama plans to name CIA Director Leon Panetta as the next secretary of defense and move Gen. David Petraeus, now running the war in Afghanistan, into the CIA chief\'s job in a major shuffle of the nation\'s national security leadership, administration and other sources said Wednesday.</p>\r\n<p style=\"padding-top: 10px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; line-height: 14px; margin: 0px;\">All sources spoke on condition of anonymity because the changes haven\'t been announced by the president.</p>\r\n<p style=\"padding-top: 10px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; line-height: 14px; margin: 0px;\">The changes would probably take effect this summer. Defense Secretary Robert Gates has already said he will leave this year, and the White House wants to schedule Senate confirmation hearings in the coming months.</p>\r\n<p style=\"padding-top: 10px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; line-height: 14px; margin: 0px;\"><a href=\"http://www.military.com/news/article/sources-panetta-to-dod-petraeus-to-cia.html?ESRC=dod.nl\">&gt;&gt; READ MORE</a></p>\r\n</div>\r\n<p> </p>','',1,5,0,43,'2011-04-30 21:17:50',62,'Military Insider','2011-04-30 21:24:02',62,0,'0000-00-00 00:00:00','2011-04-30 21:17:50','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,17,'','',0,327,'robots=\nauthor='),(286,'Remember The Bailouts?','remember-the-bailouts','','<div>First, let me set the scene.  The   housing market had collapsed with properties in many areas losing more than half   their value.  Banks had been pushing adjustable rate mortgages (ARM’s) and even   ‘interest only’ loans with high commissions that artificially inflated the   housing market instead of more traditional ‘fixed rate’ loans. Politicians in   Washington were demanding that loans be given to people who couldn’t reliably   pay them back.  Then to insulate themselves from the bad loans they had written,   companies like Goldman Sachs bundled those bad loans into a new financial   instrument called a mortgage backed security.  Those securities allowed Wall   Street to sell those bad loans back to regular people as AAA rated investments   through State pensions funds and other investment tools. I could go on and   on about how this fraud was committed at the behest of Wall Street and their   politicians, so the American people got burned by buying overvalued homes, got   burned again by being pushed into bad loans, and finally got burned by assuming   the risk of those bad loans through our pensions and other retirement accounts.    The American people had taken a beating, but Wall Street and the politicians   they owned were not done raiding our wealth.   \r\n','\r\n</div>\r\n<div>Loopholes that   these bankers had bought from Washington allowed these banks to become “too big   to fail” and when the market came crashing down around us, they threatened more   financial misery unless they could raid TRILLIONS of dollars from our tax   dollars.  Goldman Sachs alum, Henry Paulson, was heading up the treasury and in   conjunction with other bank-owned politicians, like Tim “Tax-Cheat” Geithner,   Barney Frank, and Christopher Dodd, they successfully pushed through a gigantic   bailout.  Now, years later, Goldman Sachs and Wall Street are back to making   billions of dollars in profit while the American people are still dealing with a   collapsed housing market, soaring gas prices, and diminished pensions.</div>\r\n<div>I ask you to   remember all of this because, once again, Wall Street manipulation ignored by   Washington threatens regular American people and even national security.  Gas   prices are soaring at rates far beyond what can be attributed to the forces of   regular supply and demand.  Gas prices are soaring because crooked politicians   and crooked Wall Street wiz kids needed another way to rob the American   people—this time by using our pension funds and foreign money to artificially   inflate gas prices.</div>\r\n<div>One of the   reasons that Donald Trump is resonating with a lot of people is that he openly   talks about ending Wall Street’s ability to artificially inflate gas prices   through speculation.  When you see gas prices soaring above $4 a gallon, ask   yourself where are the lines caused by a supply shortage?  With the world’s   economy in a recession, where is the gigantic increase in demand that would   warrant a 100%+ increase in cost?  The obvious answer is these gas prices are   not being caused by a major tilt in supply or demand.  The people driving up gas   prices can be found among the same crooks who we bailed out after they stole   incredible amounts of American wealth and their politicians in Washington just a   few short years ago.</div>\r\n<div>This speculation   on oil commodities is literally driving trillions of dollars to enemies of the   United States.  When the price of oil rises, countries like Iran, Venezuela, and   Libya are the major benefactors.  I plan on asking a lot of politicians what can   be done to rein in oil speculation, and I hope you will too.  I look forward to   sharing some solutions with you in a future column.</div>\r\n<div>Dustin   Stockton</div>\r\n<div>Media/Events   Director, TheTeaParty.net</div>\r\n<div>Chief Strategist,   Western Representation PAC</div>\r\n<p><strong><em><a href=\"http://paracom.paramountcommunication.com/ct/5867961:8672645893:m:1:247031018:0D0FC78115858375867AA6F29E887C92\" target=\"_blank\">TheTeaParty.net</a></em><em> | 1717 Pennsylvania Ave. NW, Suite 1025 |   Washington, DC 20006</em></strong></p>\r\n<p><br /> <img src=\"https://secure.campaignsolutions.com/theteaparty/donation1/share.gif\" border=\"0\" alt=\"share\" /></p>',1,5,0,43,'2011-05-02 13:11:14',62,'The Tea  Party.net','2011-05-02 13:16:56',62,0,'0000-00-00 00:00:00','2011-05-02 13:11:14','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,16,'','',0,523,'robots=\nauthor='),(287,'NEWS:  Bin Laden, Al Qaeda, and the Muslim Brotherhood ','bin-laden-is-dead-and-i-dont-feel-so-good-myself-','','<div>\r\n<p align=\"justify\"><img src=\"images/stories/OAKI-logo.png\" border=\"0\" /></p>\r\n<p align=\"justify\">John Guandolo is a former FBI Special Agent with particular   expertise on the Muslim Brotherhood and is a friend of the Oak Initiative.  He   also is one of the authors of the \"Team B II Report\" titled \"<a href=\"http://r20.rs6.net/tn.jsp?llr=6blbffdab&amp;t=xncarpfab.0.orbtrpfab.6blbffdab.4480&amp;ts=S0621&amp;p=http%3A%2F%2Fwww.theoakinitiative.org%2Fcontent%2Fsharia-threat-america-team-b-iibr\" target=\"_blank\">Sharia: The Threat to   America</a>\". His co-authors include a former CIA Director, Dept. of Defense   senior officials, retired three and four star generals, and NSA and intelligence   officials.   The following article has recently been released by   John.  I trust you will find it very enlightening - please share with your   friends.</p>\r\n<a href=\"http://bigpeace.com/author/jguandolo\"><img src=\"http://bigpeace.com/files/userphoto/3981.thumbnail.jpg\" border=\"0\" alt=\"John Guandolo\" width=\"62\" height=\"80\" align=\"left\" /></a></div>\r\n<div>\r\n<h1>Bin Laden is Dead and I Don’t Feel So Good Myself</h1>\r\nPosted by <a href=\"http://bigpeace.com/author/jguandolo/\" title=\"View all posts by John Guandolo\">John Guandolo</a> May 3rd 2011 at 9:32 am in <a href=\"http://bigpeace.com/category/featured-story/\" title=\"View all posts in Featured Story\" rel=\"category tag\">Featured Story</a>, <a href=\"http://bigpeace.com/category/islamic-extremism/\" title=\"View all posts in Islamic extremism\" rel=\"category tag\">Islamic extremism</a> |<a id=\"IDShowCommentLink112676\" href=\"http://bigpeace.com/jguandolo/2011/05/03/bin-laden-is-dead-and-i-dont-feel-so-good-myself/#idc-container\" title=\"Comment on Bin Laden is Dead and I Don’t Feel So Good Myself\">Comments (40)</a></div>\r\n<div>\r\n<div id=\"lazyload_post_0\">\r\n<p>Nearly flawlessly executing the operation in Pakistan to raid the compound where Osama bin Laden was living – among the military and police leadership of Pakistan by the way – the U.S. Navy’s SEAL Team Six along with elements of other U.S. government assets killed America’s most wanted man.  This is a victory for all of us – no doubt.  A tremendous Bravo Zulu to the men and women who made it possible and gave the operation the best chance of success.  Bin Laden is dead.  What I am hearing from the media, the government, and our President, however, is making me queezy.</p>\r\n</div>\r\n</div>','',1,5,0,43,'2011-05-05 13:58:25',62,'Submitted by The Oak Initiative','2011-05-05 14:31:38',62,0,'0000-00-00 00:00:00','2011-05-05 13:58:25','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,15,'','',0,779,'robots=\nauthor='),(288,'Feds accused of \'coercion,\' \'union bullying\'','feds-accused-of-coercion-union-bullying','','<div>\r\n<div id=\"StoryTitle\">\r\n<div id=\"reporter\"><strong>Chris Woodward and Jody Brown - OneNewsNow - 5/4/2011 4:10:00 AM</strong></div>\r\n</div>\r\n<p align=\"left\"><img src=\"http://www.onenewsnow.com/uploadedImages/Media/Images/Maps/South%20Carolina.jpg\" border=\"0\" alt=\"South Carolina\" title=\"South Carolina\" hspace=\"3\" vspace=\"3\" width=\"125\" height=\"100\" align=\"right\" />A U.S. senator, a labor consultant, and nine attorneys general are ripping the National Labor Relations Board for filing a complaint against Boeing over its new facility in South Carolina.</p>\r\n<p> </p>\r\n<p align=\"left\">Boeing plans to open its newest 787 airliner assembly plant this summer in South Carolina, which is one of almost two dozen \"right-to-work\" states. The National Labor Relations Board (NLRB) filed the complaint, claiming the aircraft manufacturer participated in unfair labor practices by threatening to open new, non-union facilities.  <a href=\"http://www.onenewsnow.com/Politics/Default.aspx?id=1340970\">&gt;&gt; READ MORE</a></p>\r\n</div>\r\n<div></div>','',1,21,0,79,'2011-05-05 14:31:48',62,'OneNewsNow','2012-03-25 23:38:47',62,0,'0000-00-00 00:00:00','2011-05-05 14:31:48','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,12,'','',0,344,'robots=\nauthor='),(289,'Special Bulletin - Tornadoes in the Southeast: Peace in Conflict','special-bulletin-tornadoes-in-the-southeast-peace-in-conflict','','<p><span style=\"color: #000; font-family: Helvetica, Arial, Verdana, \'Bitstream Vera Sans\', sans-serif; font-size: 13px; line-height: 19px;\"> </span></p>\r\n<div class=\"field field-type-content-taxonomy field-field-speaker\" style=\"font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; outline-width: 0px; outline-style: initial; outline-color: initial; display: table-cell; padding: 0px; margin: 0px; border: 0px initial initial;\">\r\n<div class=\"field-items\" style=\"font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; outline-width: 0px; outline-style: initial; outline-color: initial; padding: 0px; margin: 0px; border: 0px initial initial;\">\r\n<div class=\"field-item odd\" style=\"font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; outline-width: 0px; outline-style: initial; outline-color: initial; padding: 0px; margin: 0px; border: 0px initial initial;\"><img src=\"images/stories/r_joyner_85px.jpg\" border=\"0\" align=\"left\" /><strong>Rick Joyner</strong></div>\r\n<div class=\"field-item odd\" style=\"font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; outline-width: 0px; outline-style: initial; outline-color: initial; padding: 0px; margin: 0px; border: 0px initial initial;\"><span style=\"line-height: 17px;\">Tuesday, May 3, 2011</span></div>\r\n<div class=\"field-item odd\" style=\"font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; outline-width: 0px; outline-style: initial; outline-color: initial; padding: 0px; margin: 0px; border: 0px initial initial;\"></div>\r\n<div class=\"field-item odd\" style=\"font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; outline-width: 0px; outline-style: initial; outline-color: initial; padding: 0px; margin: 0px; border: 0px initial initial;\"><span style=\"font-size: 12px;\">In this Special Bulletin, Rick Joyner speaks about the recent tornadoes in the southeast, and shares a prophecy from Bob Jones. The weather is going to become increasingly chaotic and turbulent, but we must find peace in these times. We will face a state of almost continuous conflict from this point on. However, standing on the truth of the Lord and knowing His voice will bring us peace and security that cannot be surpassed.</span></div>\r\n</div>\r\n</div>\r\n<p><a href=\"http://www.morningstartv.com/prophetic-perspective-current-events/tornadoes-southeast-peace-conflict?utm_source=sbemail&amp;utm_medium=email&amp;utm_campaign=5-5-11\">&gt;&gt;VIEW FLASH VIDEO</a></p>','',1,5,0,43,'2011-05-06 03:20:42',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-05-06 03:20:42','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,14,'','',0,753,'robots=\nauthor='),(290,'Military Insider: Bin Laden Planned to Derail US Train','military-insider-bin-laden-planned-to-derail-us-train','','<p><span id=\"article_photo\"><img src=\"http://images.military.com/cs/Satellite?blobcol=urldata&amp;blobheadername1=Content-Type&amp;blobheadername2=Content-Disposition&amp;blobheadervalue1=image%2Fjpeg&amp;blobheadervalue2=inline%3Bfilename%3DOBL-w-AK47-380x253+%28sm%29.jpg&amp;blobkey=id&amp;blobnocache=false&amp;blobtable=MungoBlobs&amp;blobwhere=1210000203800&amp;ssbinary=true\" border=\"0\" hspace=\"7\" align=\"left\" /></span></p>\r\n<div>\r\n<div><strong>May 06, 2011</strong></div>\r\n<span id=\"article_source\">Associated Press</span></div>\r\n<div id=\"article_page_1\">\r\n<p>Holed up in a compound in Pakistan, Osama bin Laden was scheming how to hit the United States hard again, according to newly uncovered documents that show al-Qaida plans for derailing an American train on the upcoming 10th anniversary of the 9/11 attacks.</p>\r\n<p>Details of the plan emerged Thursday as some of the first intelligence was gleaned from the trove of information found in bin Laden\'s residence when Navy SEALs killed the al-Qaida leader and four of his associates. They took his body and scooped up computers, DVDs and documents from the compound where U.S. officials think he had been living for as long as six years. <a href=\"http://www.military.com/news/article/bin-laden-planned-to-derail-us-train.html?ESRC=dod.nl\">&gt;&gt;READ MORE</a></p>\r\n</div>','',1,5,0,43,'2011-05-08 11:58:40',62,'Military.Com','2011-05-08 12:07:39',62,0,'0000-00-00 00:00:00','2011-05-08 11:58:40','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,13,'','',0,643,'robots=\nauthor='),(291,'A Resolution for Israel ','a-resolution-for-israel-','','<p><span style=\"font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; color: #000000; margin-left: 0in; font-size: 10pt; font-weight: normal; margin-right: 0in;\"> </span></p>\r\n<div style=\"text-align: center;\">\r\n<p style=\"margin-top: 0px; margin-bottom: 0px; color: black; font-size: 11pt;\"><span style=\"font-family: Verdana,Geneva;\"><strong>A Resolution for Israel </strong></span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-size: 11pt;\"><span style=\"color: #ff0000;\">Special Bulletin</span> </span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-family: \'Arial\',\'sans-serif\'; color: black; font-size: 10pt;\">by <em>Rick Joyner </em></span></p>\r\n</div>\r\n<p style=\"text-align: justify; margin-top: 0px; font-family: Verdana,Geneva; margin-bottom: 0px; font-size: 10pt;\" align=\"justify\">The events of this past week make the Oak Initiative\'s Board Resolution to publish a position on Israel even more timely and imperative. We would not be too dramatic to say that a Rubicon has been crossed and that we are at a major demarcation point in our history.</p>\r\n<p style=\"text-align: justify; margin-top: 0px; font-family: Verdana,Geneva; margin-bottom: 0px; font-size: 10pt;\" align=\"justify\"> </p>\r\n<p style=\"margin-top: 0px; font-family: Verdana,Geneva; margin-bottom: 0px;\">In a most shocking and reprehensible way, America betrayed one of its most faithful and important allies, Israel. Not only has our President placed one of America\'s best friends in the world in jeopardy of her very survival, stating that as a basis for peace in the Middle East Israel should return to its pre-1967 borders, but as history testifies, what we do to Israel comes back on us for good or evil just as the Lord promised. Those who bless Israel will be blessed, and those who curse Israel will be cursed. If this proposal stands, we have no doubt put our own nation in jeopardy as well. <span style=\"color: black; font-size: 10pt;\"><span style=\"font-family: Verdana,Geneva; font-size: 10pt;\">....</span><a href=\"http://r20.rs6.net/tn.jsp?llr=6blbffdab&amp;et=1105660366765&amp;s=4480&amp;e=001mzNh-hioXQ2noCr8JKXQ8GKN6QrD0y1XQz4VWMkYtK7eqw8_sCfLORcU5_orLgx5P4fxvqPzpM8Xr7n4IUZBcv-B4z0hf8wQ-FkcYqPDMR4RR7bFYSmM-B8udwSA4zLCANQglFa18kavfrsNDFSCVhEgegpitQmkfNC5Bc9CKLs=\" target=\"_blank\" style=\"color: blue; text-decoration: underline;\">more</a></span></p>\r\n<p><span style=\"font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; color: #000000; margin-left: 0in; font-size: 10pt; font-weight: normal; margin-right: 0in;\"><em> </em></span></p>\r\n<p> </p>','',1,20,0,78,'2011-05-24 23:31:54',63,'','2012-02-04 13:00:19',62,0,'0000-00-00 00:00:00','2011-05-24 23:31:54','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,50,'','',0,302,'robots=\nauthor='),(293,'Americans Misled on Energy','americans-misled-on-energy','','<p>\r\n<p>Washington D.C. – Congressman John Fleming, M.D. released the following statement responding to deceptive claims by Senator Durbin (D-Il) that the United States only has 2% of the world\'s oil reserves. This is on top of claims by President Obama and the Interior Department that oil production in the Gulf of Mexico is at an all time high, an assertion refuted by his own administration\'s data.<br /><br />\"Once again Democrats would rather deliberately mislead Americans on the state of our domestic oil reserves than solve our energy problems. It\'s time Americans were told the WHOLE truth about our domestic oil reserves. Yes – we have 2% of the world\'s \'proved\' oil reserves but what Senator Durbin fails to mention is that the United States has 14% of the world\'s \'technically recoverable\' oil reserves. The United States is still the world’s third-largest oil producer – second to Russia and Saudi Arabia. Only looking at the United States\' \'proved\' oil reserves ignores 83% of the oil we have in the United States,\" said Congressman Fleming.<br /><br />Congressman Fleming added, \"This latest assertion by Senator Durbin is part of the Democrats\' agenda to deflect criticism for surging gas prices and mislead Americans on the vast energy resources of the United States. Prices at the pump are a direct response to supply and demand. If we increase our energy supply, gas prices will fall. But the deliberate actions of democrats and the Obama administration to restrict our energy supply are causing gas prices to spike. Half truths and deliberate misrepresentations by President Obama and Democrats about our domestic energy production and reserves do nothing to lower gas prices and create REAL jobs in the United States and Americans can\'t afford it.\" <br /><br />For the latest videos from Washington, D.C. <a href=\"http://fleming.house.gov/Components/Redirect/r.aspx?ID=141781-13376839\">Please Click Here</a></p>\r\n<p style=\"line-height: 16px; font-family: arial, helvetica, sans-serif; font-size: 12px;\">Sincerely, <br /><br /><img src=\"http://fleming.house.gov/images/fleming-sig.png\" border=\"0\" /><br />JOHN FLEMING, M.D.<br />Member of Congress<br /><br /><em>Dr. John Fleming is Chairman of the Natural Resources Subcommittee on Fisheries, Wildlife, Oceans and Insular Affairs and is a member of the House Armed Services Committee. He is a physician and small business owner and represents the 4th Congressional District of Louisiana.</em></p>\r\n</p>','',1,25,0,84,'2011-05-31 20:13:11',62,'Congressman John Fleming, MD','2012-03-25 23:38:31',62,0,'0000-00-00 00:00:00','2011-05-31 20:13:11','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,7,'','',0,451,'robots=\nauthor='),(294,'California Assembly Approves Internet Tax ','california-assembly-approves-internet-tax-','','<p>ClientNine writes \"California could collect more than [0]$1 billion a<br />year by  taxing Amazon and other online retailers if a bill approved by<br />the Assembly  becomes law. Assemblyman Charles Calderon, a Democrat from<br />Whittier, says his  legislation doesn\'t impose a new sales tax, but<br />extends one that California  should already have been enforcing. AB155<br />passed, 47-16, with the support of  one GOP lawmaker Tuesday. It now heads<br />to the Senate. Other Republicans  rejected the bill because they said it<br />would invite lawsuits, drive business  out of California, and get the<br />state entangled in the messy task of  regulating the Internet.\"<br /><br />Discuss this story at:<br /> <a href=\"https://tech.slashdot.org/story/11/06/01/2022223/California-Assembly-Approves-Internet-Tax?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://tech.slashdot.org/story/11/06/01/2022223/California-Assembly-Approves-Internet-Tax?utm_source=newsletter&amp;utm_medium=email#commentlisting</a></p>','',1,1,0,1,'2011-06-02 11:30:04',62,'slashdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-06-02 11:30:04','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,221,'','',0,225,'robots=\nauthor='),(295,'Links to Videos about Islam','links-to-videos-about-islam','','<p> </p>\r\n<p>These links, forwarded to me by an ROG member, provide additional information  supplementing Mr. Rick Wilson\'s recent presentation on radical Islam. They  address recruitment tactics, Islamic beliefs, and wake up call to other  nations. Submitted by <a href=\"http://www.retakeourgov.com\">RetakeOurGov.com</a></p>\r\n<p><a href=\"http://www.retakeourgov.com/index.php?option=com_acymailing&amp;ctrl=url&amp;urlid=181&amp;mailid=148&amp;subid=245&amp;Itemid=109\" style=\"color: #0000cc;\">http://hizb-america.org/multimedia/video/951-khilafah-conference-2010  Conference</a> Ad<br /><br /><a href=\"http://www.retakeourgov.com/index.php?option=com_acymailing&amp;ctrl=url&amp;urlid=182&amp;mailid=148&amp;subid=245&amp;Itemid=109\" style=\"color: #0000cc;\">http://www.youtube.com/watch?v=Ib9rofXQl6w  3</a> Things You Should Know<br /><br /><a href=\"http://www.retakeourgov.com/index.php?option=com_acymailing&amp;ctrl=url&amp;urlid=183&amp;mailid=148&amp;subid=245&amp;Itemid=109\" style=\"color: #0000cc;\">http://www.youtube.com/watch?v=gEljIEZlobg&amp;feature=related  BG</a> @ CC<br /><br /><a href=\"http://www.retakeourgov.com/index.php?option=com_acymailing&amp;ctrl=url&amp;urlid=184&amp;mailid=148&amp;subid=245&amp;Itemid=109\" style=\"color: #0000cc;\">http://www.youtube.com/watch?v=eQ6VI_bc1j4&amp;feature=related  Sweden\'s</a> Lesson To All<br /><br /><a href=\"http://www.retakeourgov.com/index.php?option=com_acymailing&amp;ctrl=url&amp;urlid=185&amp;mailid=148&amp;subid=245&amp;Itemid=109\" style=\"color: #0000cc;\">http://www.youtube.com/watch?v=_kKkY5EpVpY&amp;feature=related  Population</a> Explosion<br /><br /><a href=\"http://www.retakeourgov.com/index.php?option=com_acymailing&amp;ctrl=url&amp;urlid=186&amp;mailid=148&amp;subid=245&amp;Itemid=109\" style=\"color: #0000cc;\">http://www.youtube.com/watch?v=U1tWTtveFL8  Hate</a> Preaching<br /><br /><a href=\"http://www.retakeourgov.com/index.php?option=com_acymailing&amp;ctrl=url&amp;urlid=187&amp;mailid=148&amp;subid=245&amp;Itemid=109\" style=\"color: #0000cc;\">http://www.youtube.com/watch?v=FKs7oi_-NUo&amp;feature=fvwrel  How</a> to Lie<br /><br /><a href=\"http://www.retakeourgov.com/index.php?option=com_acymailing&amp;ctrl=url&amp;urlid=188&amp;mailid=148&amp;subid=245&amp;Itemid=109\" style=\"color: #0000cc;\">http://www.youtube.com/watch?v=yWIFhKYiMqU&amp;NR=1&amp;feature=fvwp  Mickey</a> Mouse<br /><br /><a href=\"http://www.retakeourgov.com/index.php?option=com_acymailing&amp;ctrl=url&amp;urlid=189&amp;mailid=148&amp;subid=245&amp;Itemid=109\" style=\"color: #0000cc;\">http://www.youtube.com/watch?v=wh7qiO3Ygnk&amp;feature=related  Wife</a> Beating</p>\r\n<p> </p>','',1,14,0,71,'2011-06-02 11:31:27',62,'RetakeOurGov.com','2011-06-25 14:56:55',62,0,'0000-00-00 00:00:00','2011-06-02 11:31:27','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,11,'','',0,455,'robots=\nauthor='),(296,'Man Ordered At Gunpoint To Hand Over Phone For Recording Cops','man-ordered-at-gunpoint-to-hand-over-phone-for-recording-cops','','<p>| Man Ordered At Gunpoint To Hand Over Phone For Recording Cops<br />|   from the  don\'t-shoot-or-we\'ll-shoot dept.<br />|   posted by Soulskill on Saturday June 04,  @18:02 (Crime)<br />|   <a href=\"https://yro.slashdot.org/story/11/06/04/201228/Man-Ordered-At-Gunpoint-To-Hand-Over-Phone-For-Recording-Cops?utm_source=newsletter&amp;utm_medium=email\">https://yro.slashdot.org/story/11/06/04/201228/Man-Ordered-At-Gunpoint-To-Hand-Over-Phone-For-Recording-Cops?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />HungryHobo  writes with this excerpt from a story at Pixiq: \"Miami Beach<br />police [0]did  their best to destroy a citizen video that shows them<br />shooting a man to death  in a hail of bullets on Memorial Day. First,<br />police pointed their guns at the  man who shot the video, [1]according to<br />a Miami Herald interview with the  videographer. Then they ordered the man<br />and his girlfriend out of the car and  threw them down to the ground,<br />yelling, \'you want to be f****** paparazzi?\'  Then they snatched the cell<br />phone from his hand and slammed it to the ground  before stomping on it.<br />Then they placed the smashed phone in the  videographer\'s back pocket as<br />he was laying down on the  ground.\"<br /><br />Discuss this story at:<br /> <a href=\"https://yro.slashdot.org/story/11/06/04/201228/Man-Ordered-At-Gunpoint-To-Hand-Over-Phone-For-Recording-Cops?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://yro.slashdot.org/story/11/06/04/201228/Man-Ordered-At-Gunpoint-To-Hand-Over-Phone-For-Recording-Cops?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"http://www.pixiq.com/article/MIami%20Beach%20Police%20Ordered%20Videographer%20At%20Gunpoint%20To%20Hand%20Over\">http://www.pixiq.com/article/MIami%20Beach%20Police%20Ordered%20Videographer%20At%20Gunpoint%20To%20Hand%20Over</a><br /> 1. <a href=\"http://www.miamiherald.com/2011/06/02/v-fullstory/2248396/witnesses-said-they-were-forced.html\">http://www.miamiherald.com/2011/06/02/v-fullstory/2248396/witnesses-said-they-were-forced.html</a></p>','',1,13,0,70,'2011-06-05 19:07:37',62,'slashdot','2011-06-25 12:53:02',62,0,'0000-00-00 00:00:00','2011-06-05 19:07:37','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,67,'','',0,197,'robots=\nauthor='),(297,'Yet Another Senate/Obama End Run','yet-another-senateobama-end-run','','<h3>When is enough, enough?<br />Yet another Senate/Obama attempted end run against the will of the people, compliments of Olympia Snowe et al.</h3>\r\n<p> </p>\r\n<p><a href=\"http://www.loc.gov/\">The Library of Congress</a> &gt; <a href=\"http://thomas.loc.gov/\">THOMAS Home</a> &gt; <a href=\"http://thomas.loc.gov/home/LegislativeData.php?&amp;n=BillText\">Bills, Resolutions</a> &gt; Search Results</p>\r\n<div id=\"content\">\r\n<h1>Bill Text<br /> 112th Congress (2011-2012)<br /> S.689.IS</h1>\r\n<pre><span style=\"color: #333333; font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 12px; white-space: normal;\"><a href=\"http://thomas.loc.gov/cgi-bin/query/z?c112:s689:#locshare/print\">Print </a><a href=\"http://thomas.loc.gov/cgi-bin/query/z?c112:s689:#locshare/subscribe\">Subscribe </a><a href=\"http://thomas.loc.gov/cgi-bin/query/z?c112:s689:#locshare/share\">Share/Save</a></span></pre>\r\n<span style=\"font-size: small;\"><span style=\"line-height: normal; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;\"><br /></span></span> 112th CONGRESS   1st Session\r\n<p> </p>\r\nS. 689\r\n<p>To promote the oil independence of the United States, and for other purposes.</p>\r\n<p> </p>\r\nIN THE SENATE OF THE UNITED STATES\r\n<h3>March 30, 2011</h3>\r\n<p>Mr. MERKLEY (for himself and Ms. SNOWE) introduced the following bill; which was read twice and referred to the Committee on Energy and Natural Resources</p>\r\n<p> </p>\r\nA BILL\r\n<p>To promote the oil independence of the United States, and for other purposes.</p>\r\n<ul>\r\nBe it enacted by the Senate and House of Representatives of the United States of America in Congress assembled, \r\n</ul>\r\n<h3>SECTION 1. SHORT TITLE.</h3>\r\n<ul>\r\nThis Act may be cited as the `Energy Security Act of 2011\'. \r\n</ul>\r\n<h3>SEC. 2. DEFINITIONS.</h3>\r\n<ul>\r\nIn this Act: \r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(1) ADMINISTRATOR- The term `Administrator\' means the Administrator of the Environmental Protection Agency. \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(2) COUNCIL- The term `Council\' means the National Energy Security Council established by section 4. \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(3) NATIONAL ENERGY SECURITY PROGRAM- The term `national energy security program\' means the national energy security program established by section 3. \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(4) NATIONAL OIL INDEPENDENCE GOAL- The term `national oil independence goal\' means the national oil independence goal established under section 3(c). \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(5) NATIONAL OIL INDEPENDENCE PLAN- The term `national oil independence plan\' means the national oil independence plan established under section 3(d). \r\n</ul>\r\n</li>\r\n</ul>\r\n<h3>\r\n','\r\nSEC. 3. NATIONAL ENERGY SECURITY PROGRAM.</h3>\r\n<ul>\r\n(a) Establishment- There is established in the Executive Office of the President the national energy security program. \r\n</ul>\r\n<ul>\r\n(b) Mission- The mission of the national energy security program shall be to coordinate the activities and policies of the Federal Government to ensure, to the maximum extent practicable, that the United States meets-- \r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(1) goals for reducing oil dependence, oil imports, and oil consumption; and \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(2) other energy policy goals, including goals for-- \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(A) enhancing the competitiveness of the United States in clean energy technology; \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(B) strengthening clean energy technology manufacturing in the United States; \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(C) reducing greenhouse gas emissions; and \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(D) reducing hazardous pollutants. \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n(c) National Oil Independence Goal- \r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(1) IN GENERAL- Subject to paragraph (2), it is the goal of the United States to reduce oil consumption by the quantity that is equal to or greater than the quantity of oil imported by the United States from outside of North America by calendar year 2030 (as compared to the rate of oil consumption projected for calendar year 2030 as of the date of enactment of this Act). \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(2) ADJUSTMENTS- The President, in consultation with the Council-- \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(A) may adjust the numeric goal for calendar year 2030 established under paragraph (1); \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(B) shall ensure that any new goal established under subparagraph (A) represents the maximum practicable oil savings achievable, taking into account other benefits of reducing oil consumption (including economic, security, and environmental benefits) and costs or other economic effects; and \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(C) if any new goal established under subparagraph (A) is lower than the goal established under paragraph (1), shall establish an additional goal for reducing oil consumption in the United Sates by a quantity that is equal to or greater than the quantity of oil imported by the United States from outside of North America on the fastest timeline practicable, taking into account other benefits of reducing oil consumption (including economic, security, and environmental benefits) and costs or other economic effects. \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n(d) National Oil Independence Plan- \r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(1) IN GENERAL- The President, in coordination with the Council and the Director of the Office of Management and Budget, shall-- \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(A) develop a national oil independence plan that describes programs and activities that will be implemented to meet or exceed the national oil independence goal and other goals established pursuant to subsection (c); \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(B) submit the national oil independence plan to Congress not later than 180 days after the date of enactment of this Act; and \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(C) submit an updated national oil independence plan to Congress every 2 years thereafter. \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(2) REVIEW OF FEDERAL POLICIES, PROGRAMS, AND AUTHORITIES- Not later than 120 days after the date of enactment of this Act, the President, in coordination with the Council and the Director of the Office of Management and Budget, shall review existing programs and authorities of the Federal Government and other applicable policies (including tax policies) to determine-- \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(A)(i) which programs, authorities, or policies could be used to accelerate reductions in oil dependence; and \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(ii) any means by which the programs, authorities, or policies-- \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(I) could be used to maximize reductions in oil dependence; or \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(II) would require modification in order to be used to maximize reductions in oil dependence; and \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(B)(i) which programs, authorities, or policies have the effect of increasing oil consumption and oil dependence or otherwise create barriers to reducing oil consumption and oil dependence; and \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(ii) the manner by which the programs, authorities, or policies-- \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(I) have the effect of encouraging oil consumption or oil dependence or otherwise create barriers to reducing oil consumption and oil dependence; and \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(II) could be modified or eliminated to help meet the goal of reducing oil consumption and oil dependence. \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(3) CONTENTS- At a minimum, the national oil independence plan shall-- \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(A) describe the results and conclusions of the review conducted under paragraph (2); \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(B) as appropriate, include-- \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(i) the use of programs, authorities, or policies described in paragraph (2)(A); and \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(ii) if existing authority allows, proposals to modify or eliminate programs, authorities, or policies described in paragraph (2)(B); \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(C) include recommendations to Congress for legislation that would further-- \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(i) promote reductions in oil consumption and oil dependence; \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(ii) reduce barriers to reducing oil consumption and oil dependence; and \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(iii) help meet the energy policy goals of the United States; \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(D) include a timetable for achieving the national oil independence goal, including interim targets on not less than a biennial basis; \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(E) a plan for coordinating actions across the Federal Government to ensure, to the maximum extent practicable, that the national oil independence goal is met; and \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n<li> \r\n<ul>\r\n(F) a timeline for issuing rules, Executive orders, or other policy instruments that will implement the recommendations contained the national oil independence plan. \r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n(e) Annual Requests to Congress- When submitting annual budget requests to Congress, the President shall include-- \r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(1)(A) requests for sufficient funding for such programs the President considers appropriate to implement the national oil independence plan; and \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(B) if the amount of funding is not sufficient to meet the national oil independence goal, a description of the amount of funding that would be necessary to meet the goal; \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(2)(A) requests for such additional authorities or changes to existing laws or authorities as the President considers appropriate in order to implement the national oil independence plan; and \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(B) if the amount of funding is not sufficient to meet the national oil independence goal, a description of such additional authority or changes to existing laws or authorities as would be necessary to meet the goal; and \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(3) a report on the oil consumption and imports of the United States relative to the national oil independence goal and the interim targets and timelines established in the national oil independence plan. \r\n</ul>\r\n</li>\r\n</ul>\r\n<h3>SEC. 4. NATIONAL ENERGY SECURITY COUNCIL.</h3>\r\n<ul>\r\n(a) Establishment- There is established in the Executive Office of the President a National Energy Security Council. \r\n</ul>\r\n<ul>\r\n(b) Mission- The mission of the Council shall be to assist and advise the President in-- \r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(1) establishing the national oil independence goal in numeric terms of barrels per day of oil consumption, based on the most recent consumption estimates by the Energy Information Administration; \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(2) meeting the national oil independence goal; \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(3) developing the national oil independence plan and the requests described in section 3(e); \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(4) coordinating the policies, programs, and activities of the national energy security program in order to implement the national oil independence plan and meet the national oil independence goal; and \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(5) ensuring that policy decisions and programs are consistent with the energy policy goals of the United States. \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n(c) Membership- The membership of the Council shall consist of-- \r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(1) the Secretary of Energy; \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(2) the Assistant to the President for National Security Affairs; \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(3) the Secretary of Transportation; \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(4) the Administrator; \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(5) the Secretary of the Treasury; \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(6) the Director of the National Economic Council; \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(7) the Secretary of Agriculture; \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(8) the Chair of the Council on Environmental Quality; \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(9) the Secretary of State; and \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li> \r\n<ul>\r\n(10) the Director of the Office of Science and Technology Policy. \r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n(d) Chair- The President shall act as Chair of the Council. \r\n</ul>\r\n<ul>\r\n(e) Authorization of Appropriations- There are authorized to be appropriated to carry out this section such sums as are necessary. \r\n</ul>\r\n</div>',1,1,0,1,'2011-06-07 00:52:07',62,'Olympia Snowe','2011-06-07 15:35:55',62,0,'0000-00-00 00:00:00','2011-06-07 00:52:07','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,220,'','',0,206,'robots=\nauthor='),(298,'The Real Cost of the Auto Bailouts','the-real-cost-of-the-auto-bailouts','','<p><span style=\"font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 10px; color: #000000;\"> </span></p>\r\n<h3 class=\"byline\" style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 0.583em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 8px; font-size: 1.2em; font-weight: normal; font-family: helvetica; line-height: 1.3em; color: #666666;\"><span style=\"font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 10px; color: #000000;\">\r\n<div class=\"col10wide wrap padding-left-big\" style=\"padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 15px; font-size: 1em; float: left; width: 400px; margin: 0px;\">\r\n<div class=\"articleHeadlineBox headlineType-newswire\" style=\"padding-top: 8px; padding-right: 0px; padding-bottom: 8px; padding-left: 0px; font-size: 1em; zoom: 1; margin: 0px;\">\r\n<h2 class=\"subhead\" style=\"margin-top: 6px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 16px; font-weight: normal; font: italic normal normal 1.6em/1.1 Georgia, \'Century Schoolbook\', \'Times New Roman\', Times, serif; color: #333333; text-transform: none; width: 668px; padding: 0px;\">From Wall Street Journal: The government\'s unnecessary disruption of the bankruptcy laws will do long-term damage to the economy.</h2>\r\n</div>\r\n</div>\r\n<div class=\"art_tabbed_nav\" style=\"padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 15px; font-size: 1em; zoom: 1; border-bottom-width: 4px; border-bottom-style: solid; border-bottom-color: #70787c; clear: both; margin: 0px;\">\r\n<ul id=\"articleTabs\" class=\"tab\" style=\"list-style-type: none; list-style-position: initial; list-style-image: initial; float: left; padding: 0px; margin: 0px;\">\r\n</ul>\r\n</div>\r\n</span></h3>\r\n<h3 class=\"byline\" style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 0.583em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 8px; font-size: 1.2em; font-weight: normal; font-family: helvetica; line-height: 1.3em; color: #666666;\">By <a href=\"http://online.wsj.com/search/term.html?KEYWORDS=DAVID+SKEEL&amp;bylinesearch=true\" style=\"color: #093d72; text-decoration: none; outline-style: none; outline-width: initial; outline-color: initial; text-transform: uppercase; letter-spacing: 1px;\">DAVID SKEEL</a></h3>\r\n<p style=\"margin-top: 0px; margin-right: 8px; margin-bottom: 1em; margin-left: 8px; font-family: Arial, Helvetica, sans-serif; font-size: 1.3em; line-height: 1.5em; display: block; padding: 0px;\">President Obama\'s visit to a Chrysler plant in Toledo, Ohio, on Friday was the culmination of a campaign to portray the auto bailouts as a brilliant success with no unpleasant side effects. \"The industry is back on its feet,\" the president said, \"repaying its debt, gaining ground.\"</p>\r\n<p style=\"margin-top: 0px; margin-right: 8px; margin-bottom: 1em; margin-left: 8px; font-family: Arial, Helvetica, sans-serif; font-size: 1.3em; line-height: 1.5em; display: block; padding: 0px;\">If the government hadn\'t stepped in and dictated the terms of the restructuring, the story goes, General Motors and Chrysler would have collapsed, and at least a million jobs would have been lost. The bailouts averted disaster, and they did so at remarkably little cost.  <a href=\"http://online.wsj.com/article/SB10001424052702303745304576361663907855834.html?mod=googlenews_wsj\">READ MORE&gt;&gt;</a></p>\r\n<p> </p>','',1,1,0,1,'2011-06-07 15:25:29',62,'Wall Street Journal','2011-06-07 15:38:13',62,0,'0000-00-00 00:00:00','2011-06-07 15:25:29','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,219,'','',0,218,'robots=\nauthor='),(299,'Project Gunwalker','project-gunwalker','','<h3><a href=\"http://www.nationalgunrights.org/\">National Association of Gun Rights</a><span style=\"color: #333333; font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal;\"><br />by Dudley Moore</span></h3>\r\n<p><strong>Operation Fast &amp; Furious</strong> -- or as we have been calling it, “Project  Gunwalker” -- is becoming a large scandal very fast and most  furiously.<br /><br />One media outlet referred to it yesterday as <strong>“worse  than Iran-Contra.”</strong><br /><br />As you know, the anti-gun brass at the Bureau  of Alcohol, Tobacco, Firearms and Explosives (BATFE) conspired to force gun  dealers to sell firearms to criminals who in turn walked those firearms across  the border into Mexico and into the hands of dangerous drug  gangs.<br /><br /><strong>The BATFE administration blatantly ignored its own agents’  warnings in order to advance their anti-gun political agenda. By sanctioning and  encouraging the sale, literally thousands of firearms ended up in the hands of  violent Mexican drug cartels.</strong></p>\r\n','\r\n<p><br />The result?<br /><br />At least two  American law enforcement agents killed, one Mexican military helicopter shot  down and over 100 Mexican officers killed or wounded.<br /><br />That’s not counting  the crime that could come in the future.<br /><br /><strong>The BATFE purposefully  armed men who are considered by our own Federal law enforcement agents to be  more dangerous than al Qaeda.</strong><br /><br />And now, thanks to thousands of  gun owners -- patriots who took action and called their Congressmen -- the  anti-gun zealots who run the BATFE are facing a Congressional inquiry.<br /><br />On  Wednesday, after a full day of hearings, the Chairman of the US House of  Representatives Oversight and Government Reform Committee had this to say  regarding guns going into Mexico:<br /><br /><strong>“Could that be a political  decision? Could that be a decision that basically, we just want to substantiate  that guns in America go to Mexico…?”</strong><br /><br />You see what’s going on  here.<br /><br />Let’s retrace the steps:<br /><br /></p>\r\n<ul class=\"paragraph\">\r\n<li>The Obama administration and Hillary Clinton State Department assert that  most of the guns used in Mexican crimes come from America, and that in the name  of regional stability \"<strong>more restriction on law-abiding American Firearms  owners are needed and the United States must sign on to the United Nations Small  Arms Treaty.</strong> </li>\r\n<li>The BATFE begins investigating this “claim”, and creates a “sting operation”  to ensure American guns end up in Mexico. Then <strong>they force gun dealers to  sell firearms to known criminals</strong> who smuggle the guns to violent  Mexican drug cartels. </li>\r\n<li><strong>Agents on the ground in this investigation said that it was a  horrible idea, but the operations were authorized and supported by leading  officials in the BATFE and the Justice Department.</strong> </li>\r\n</ul>\r\n<p><br />The  mantra of the anti-gun Left is simple: “never let a crisis go to  waste.”<br /><br />And if there isn’t a convenient crisis, go ahead and make one  up.<br /><br /><strong>This is exactly the strategy Obama and his anti-gun allies  have been practicing for years.</strong><br /><br />They will use this “crisis” to  ram federal gun control legislation down the throats of American  citizens.<br /><br /><strong>But I know you won’t stand for it.</strong><br /><br />I’m  going to remind them every chance I get, and remind them that you are behind  me.<br /><br /> For Freedom,<br /><br /> <img src=\"http://nationalgunrights.org/images/DWBsigBlue.jpg\" border=\"0\" alt=\"signature\" /><br /> Dudley  Brown<br /> Executive Director</p>',1,15,0,72,'2011-06-19 13:24:25',62,'Dudley Brown, NAGR','2011-06-25 20:11:53',62,0,'0000-00-00 00:00:00','2011-06-19 13:24:25','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,27,'','',0,426,'robots=\nauthor='),(300,'US Insists Israel Must Accept 1967 Borders to Bring Peace','us-insists-israel-must-accept-1967-borders-to-bring-peace','','<p><span style=\"font-family: Arial, Helvetica, sans-serif; font-size: 14px;\"><img class=\"caption\" src=\"images/stories/mikeevans.jpg\" border=\"0\" alt=\"Dr. Michael Evans\" title=\"Dr. Michael Evans\" align=\"left\" /></span></p>\r\n<p>Shalom from the Holy City of Jerusalem. The Obama Administration is continuing to insist that Israel accede to its position on the 1967 borders as a basis for future peace talks to begin. Steve Simon of the National Security Council said, \"We in Washington are waiting to see whether the parties are actually going to sign up to the President\'s principles as a basis for negotiations. The Palestinians have been fairly forthcoming on this score...and now we are working with the Israeli government to see whether or not they can accept these principles as a basis for negotiations.\" <br /><br />Of course, Prime Minister Netanyahu has already rightly rejected this ridiculous proposal of retreat and defeat for Israel. So why is the Obama Administration still pushing? Many people I talk to here believe they are following the game plan of the Clinton Administration and hoping that with enough pressure, the coalition government Netanyahu leads will collapse and be replaced by new leaders who are willing to make the concessions the Palestinians are demanding.</p>\r\n<p><a href=\"http://myjwn.com/\">Jerusalem World News</a></p>\r\n<p> </p>','',1,22,0,80,'2011-06-19 13:37:31',62,'Dr. Michael Evans','2012-02-27 03:08:43',62,0,'0000-00-00 00:00:00','2011-06-19 13:37:31','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,23,'','',0,388,'robots=\nauthor='),(301,'Israel\'s Critical Security Needs for a Viable Peace','israels-critical-security-needs-for-a-viable-peace','','<p><strong><a href=\"index.php?option=com_content&amp;view=category&amp;layout=blog&amp;id=1&amp;Itemid=50\"><strong>GOTO</strong></a><span style=\"color: #1b57b1; text-decoration: none;\"><a href=\"index.php?option=com_content&amp;view=category&amp;layout=blog&amp;id=1&amp;Itemid=50\" style=\"color: #1b57b1; text-decoration: none;\"><strong>&gt;&gt;&gt;</strong></a> </span><a href=\"index.php?option=com_content&amp;view=category&amp;layout=blog&amp;id=1&amp;Itemid=50\"><strong>FLAME Hotline article:</strong> <strong>Why does President Obama continue to bully Israel to accept the suicidal \"1967 borders\" to start up peace negotiations?</strong></a></strong></p>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"425\" height=\"349\" src=\"http://www.youtube.com/embed/ytWmPqY8TE0\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,22,0,80,'2011-06-21 15:13:06',62,'Submitted by FLAME Hotline','2012-02-27 03:09:31',62,0,'0000-00-00 00:00:00','2011-06-21 15:13:06','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,24,'','',0,343,'robots=\nauthor='),(302,'YouTube Videos - How to Prepare','youtube-videos-how-to-prepare','','<p>My friend Kathy Lee took the time to research this after seeing one  of the videos. Nothing new to most of us, really...except that I believe God is  speaking about His children preparing. Not so we can run &amp; hide in a cave  with our stash...but so we can be a part of the answer, doing what Jesus  said: giving a cup of water (or more) in His name!</p>\r\n<div dir=\"ltr\">\r\n<div><br /><br />\r\n<div>ALL ARE INTERESTING - WORTH WATCHING - NEED TO BE  PREPARED - SOME VIDEOS ARE ADVERTISING, BUT WITH LEGITIMATE DATA WORTH KNOWING.  CHECK IT OUT FOR YOURSELF.......AT LEAST BE  INFORMED.....</div>\r\n<div><a href=\"http://www.youtube.com/watch?v=W66jvhGZpQo&amp;NR=1\" target=\"_blank\">http://www.youtube.com/watch?v=W66jvhGZpQo&amp;NR=1</a></div>\r\n<div><a href=\"http://www.youtube.com/watch?v=4WJq3D8G3fA&amp;feature=related\" target=\"_blank\">http://www.youtube.com/watch?v=4WJq3D8G3fA&amp;feature=related</a> -  be sure to see this one</div>\r\n<div><a href=\"http://www.youtube.com/watch?v=6bUz1BAkDcI&amp;feature=related\" target=\"_blank\">http://www.youtube.com/watch?v=6bUz1BAkDcI&amp;feature=related</a></div>\r\n<div><a href=\"http://www.youtube.com/watch?v=GEgcLv2wZrM&amp;feature=related\" target=\"_blank\">http://www.youtube.com/watch?v=GEgcLv2wZrM&amp;feature=related</a></div>\r\n<div><a href=\"http://www.youtube.com/watch?v=i-4cBmnJtsw&amp;feature=related\" target=\"_blank\">http://www.youtube.com/watch?v=i-4cBmnJtsw&amp;feature=related</a> -  RISING FOOD PRICES</div>\r\n<div><a href=\"http://www.youtube.com/watch?v=0UtnPND4GGM&amp;feature=related\" target=\"_blank\">http://www.youtube.com/watch?v=0UtnPND4GGM&amp;feature=related</a> -  THIS IS A GREAT ONE!!!!!BE PREPARED! NOW IS THE TIME! BE A SPIRITUAL GIANT! NOW  IS THE TIME! LAST CALL! ALL ABOARD! CLEAN OUT YOUR LIFE - BE PREPARED! BE AWARE!  MAKE THE CHOICES NOW!</div>\r\n<div><a href=\"http://www.youtube.com/watch?v=3IMfyiEm22c&amp;feature=related\" target=\"_blank\">http://www.youtube.com/watch?v=3IMfyiEm22c&amp;feature=related</a> -  THIS HAS AN AD FOR STORING FOOD - BUT IT IS ALSO WORTH WATCHING</div>\r\n<div><a href=\"http://www.youtube.com/watch?v=3ERGTWGOdts&amp;feature=related\" target=\"_blank\">http://www.youtube.com/watch?v=3ERGTWGOdts&amp;feature=related</a> -  FEMA ORDERS $1 BILLION OF DEHYDRATED FOOD!</div>\r\n<div><a href=\"http://www.youtube.com/watch?v=cWh_uDtZgjo&amp;feature=related\" target=\"_blank\">http://www.youtube.com/watch?v=cWh_uDtZgjo&amp;feature=related</a> -  WARNING FROM CEO OF WALMART</div>\r\n<div><a href=\"http://www.youtube.com/watch?v=9wt7YcfG93Y&amp;NR=1\" target=\"_blank\">http://www.youtube.com/watch?v=9wt7YcfG93Y&amp;NR=1</a> -- SEE  THIS ONE</div>\r\n<div><a href=\"http://www.youtube.com/watch?v=zOXKBdKOn1k&amp;feature=related\" target=\"_blank\">http://www.youtube.com/watch?v=zOXKBdKOn1k&amp;feature=related</a> -  THIS GUY LOOKS AT FIRST LIKE A NUT - BUT PRETTY INTERESTING WHEN YOU LISTEN TO  THE WHOLE THING!!!</div>\r\n<div>THERE IS SO MUCH TO PROVE THAT THIS IS LEGITIMATE!  WE HAVE TO PREPARE AND PAY ATTENTION.......</div>\r\n</div>\r\n</div>\r\n<p> </p>','',1,10,0,68,'2011-06-21 15:54:30',62,'Submitted by Carol Bassett','2011-06-21 16:06:59',62,0,'0000-00-00 00:00:00','2011-06-21 15:54:30','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,1,'','',0,362,'robots=\nauthor='),(303,'When will Obama crack in public? ','when-will-obama-crack-in-public-','','<p><img class=\"caption\" src=\"images/stories/massie2.jpg\" border=\"0\" alt=\"Mychal Massey\" title=\"Mychal Massey\" align=\"left\" />At a time when  many Americans can barely afford Burger King and a movie, Obama boasts of  spending a billion dollars on his re-election campaign. Questioned at a recent  appearance about the spiraling fuel costs, Obama said, \"Get used to it\" – and  with an insouciant grin and chortle, he told another person at the event, who  complained about the effect high fuel prices were having on his family, to \"get  a more fuel-efficient car.\"<br /> <br /> The Obama’s behave as if they were  sharecroppers living in a trailer and hit the Powerball, but instead of getting  new tires for their trailer and a new pickup truck, they moved to Washington.  And instead of making possum pie, with goats and chickens in the front yard,  they\'re spending and living large at taxpayer expense – opulent vacations, gala  balls, resplendent dinners and exclusive command performances at the White  House, grand date nights, golf, basketball, more golf, exclusive resorts and  still more golf.</p>\r\n<p>Expensive, ill-fitting and ill-chosen wigs and  fashions hardly befit the first lady of the United States. The Obama’s have  behaved in every way but presidential – which is why it\'s so offensive when we  hear Obama say, in order \"to restore fiscal responsibility, we all need to share  in the sacrifice – but we don\'t have to sacrifice the America we believe  in.\"<br /> <br /> The American people have been sacrificing; it is he and his family  who are behaving as if they\'ve never had two nickels to rub together – and now,  having hit the mother lode, they\'re going to spend away their feelings of  inadequacy at the taxpayers\' expense.<br /> <br /> Obama continues to exhibit  behavior that, at best, can be described as mobocratic and, at worst, reveals a  deeply damaged individual. In a February 2010 column, I asked, \"Is Obama  unraveling?\" I wrote that it was beginning to appear the growing mistrust of him  and contempt for his policies was beginning to have a destabilizing effect on  him.<br /> <br /> At that time, I wrote that not having things go one\'s way can be a  bitter pill, but reasonable people don\'t behave as he was behaving. He had  insulted Republicans at their luncheon, where he had been an invited guest. I  had speculated that was, in part, what had led him to falsely accuse Supreme  Court justices before Congress, the nation and the world, during the 2010 State  of the Union address.<br /> <br /> It appeared, at that time, as if he were \"fraying  around the emotional edges.\" That behavior has not abated – it has become more  pronounced. While addressing the nation, after being forced to explain the  validity of his unilateral aggression with Libya, America witnessed a petulant  individual scowling and scolding the public for daring to insist he explain his  actions.<br /> \r\n','\r\n<br /> But during an afternoon speech to address the budget/debt, he  took his scornful, unstable despotic behavior to depths that should give the  nation cause for concern. Displaying a dark psychopathy more representative of  an episode of \"The Tudors\" television series, he invited Rep. Paul Ryan,  R-Wis.., to sit in the front row during his speech and then proceeded to berate  both Ryan and Ryan\'s budget-cutting plan. Even liberal Democrats were put off by  the act. MSNBC\'s Joe Scarborough questioned the sanity of Obama\'s  actions.</p>\r\n<p>Today, criticism is coming from all sides. A senior  Democrat lawmaker said, \"I have been very disappointed in [Obama], to the point  where I\'m embarrassed that I endorsed him.. It\'s so bad that some of us are  thinking, is there some way we can replace him? How do you get rid of this guy?\"  (\"Democrats\' Disgust with Obama,\" The Daily Beast, April 15,  2011)<br /> <br /> Steve McCann wrote: Obama\'s speech \"was chock full of lies,  deceit and crass fear-mongering. It must be said that [he] is the most  dishonest, deceitful and mendacious person in a position of power I have ever  witnessed\" (\"The Mendacity of Barack Obama,\" American Thinker.. com, April 15,  2011).<br /> <br />McCann continued: \"[His] performance was the  culmination of four years of outright lies and narcissism that have been largely  ignored by the media, including some in the conservative press and political  class who are loath to call [him] what he is in the bluntest of terms: a liar  and a fraud. That he relies on his skin color to intimidate, either outright or  by insinuation [against] those who oppose his radical agenda only add to his  audacity. It is apparent that he has gotten away with his character flaws his  entire life, aided and abetted by sycophants around him. …\"<br /> <br /> With these  being among the kinder rebukes being directed at Obama, and with people becoming  less intimidated by his willingness to use race as a bludgeon, with falling poll  numbers in every meaningful category and an increasingly aggressive tea-party  opposition – how much longer before he cracks completely?<br /> <br /> The coming  months of political life are not going to be pleasant for Obama. Possessed by a  self-perceived palatine mindset, that in his mind places him above criticism,  how long before he cracks in public? Can America risk a man with a documented  track record of lying and misrepresenting truth as a basic way of life, who is  becoming increasingly more contumelious?<br /> <br /> Mychal Massie is a  nationally recognized political activist, pundit and columnist. He has appeared  on Fox News Channel, CNN, MSNBC, C-SPAN, NBC, Comcast Cable and talk radio  programming nationwide. A former self-employed business owner of more than 30  years, Massie can be followed at  mychal-massie.com</p>\r\n<p> </p>\r\n<p> </p>',1,1,0,1,'2011-06-21 16:32:17',62,'Mychal Massey','2011-07-07 12:20:12',62,62,'2011-07-07 12:20:12','2011-06-21 16:32:17','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,218,'','',0,670,'robots=\nauthor='),(304,'FLAME','flame','','<p>  <strong>Why does President Obama continue to bully Israel to accept the suicidal \"1967 borders\" to start up peace negotiations?</strong></p>\r\n<div style=\"LINE-HEIGHT: 16px; FONT-FAMILY: courier,georgia,serif; MARGIN-BOTTOM: 10px; FONT-SIZE: 12px\">\r\n<p> </p>\r\n<p>Dear Friend of FLAME:</p>\r\n<p>In President Obama\'s \"Arab Spring Speech\" he called for negotiations between Israel and the Palestinians to be based on the so-called 1967 borders, which were really the armistice lines following Israel\'s 1949 War of Independence. This effectively asks Israel to <span style=\"text-decoration: underline;\">give up more recent defensible borders</span> that were attained as a result of the Six Day War in 1967---which is essentially to commit suicide.</p>\r\n<p>Remember that in June of 1967 four hostile Arab armies led by Egyptian President Gamal Abdel Nasser massed on Israel\'s borders. Israel preemptively attacked the Arabs to defend herself against annihilation. In repulsing her enemies and winning the 1967 war, Israel greatly expanded her territory, including the Sinai Peninsula, the Golan Heights, and the eastern part of Jerusalem. Some of this land has been annexed by Israel for security purposes, but <span style=\"text-decoration: underline;\">most of it has stayed on the table as a bargaining chip</span> for peace with the Arabs.</p>\r\n<p>Indeed, since 1967, Israel has shown a willingness to trade land for peace---in its peace agreements with Jordan and Egypt and in many offerings to the Palestinians---which makes it unnecessary for President Obama to unilaterally declare that Israel must go back to its 1967 borders. Once the Palestinians are willing to recognize Israel as a <em>Jewish state</em>, and give up the ridiculous notion of a right of return for millions of descendants of Arab refugees, they will have their state. Unfortunately, since 1967 <span style=\"text-decoration: underline;\">the Palestinians\' approach to peace has not been negotiation</span>, but rather thousands of rockets and countless terrorist attacks.</p>\r\n<p>Israel has every right to maintain territory won in a defensive war and should never be asked to give up any of Jerusalem, its holiest city. It is up to Israel, and Israel alone, to determine what defensible borders means in relation to her Arab neighbors. A visual representation is helpful in understanding just how vital the notion of defensible borders is to Israel. Take a minute to view <a href=\"http://econnect.dmsgs.com/t/14146459/110750721/2596330/0/\">this excellent video</a> by the Jerusalem Center for Public Affairs, which clearly demonstrates what Israel is up against.</p>\r\n<p>In this week\'s FLAME Hotline, <em>Washington Post</em> columnist Jennifer Rubin <span style=\"text-decoration: underline;\">exposes the weakness and folly of President Obama\'s 1967 borders declaration</span>. In his speech to AIPAC last month, President Obama stated that Israel could not be expected to negotiate with those who want to destroy her (i.e. Hamas). However, when Rubin contacted the White House, National Security Council spokesman Thomas Vietor would NOT give a direct answer to the question of whether Israel was expected to negotiate with a Palestinian unity government that includes Hamas. Rather than having a clear plan for the Israel-Palestinian conflict, this administration is squeezing the Israelis into an impossible situation---insisting that they negotiate with an entity even Obama says they shouldn\'t have to negotiate with.</p>\r\n<p>What\'s worse about President Obama\'s positions is that the Palestinians have taken to making a precondition out of each of his precepts. This first happened with the settlement issue, with the Palestinians following Obama\'s lead and saying they would not negotiate until all settlement building ceased. This despite the fact that <span style=\"text-decoration: underline;\">the settlements had never been an issue</span> in preventing negotiations before. Now the Palestinians say they are ready to negotiate, but only if Israel agrees to the 1967 borders as a precondition. In other words, Mr. Obama keeps moving the peace process backwards.</p>\r\n<p>One thing is certain: Israel must maintain defensible borders, which she absolutely did not have in 1967. In addition, the onus to come back to the negotiation table in good faith should remain squarely on the Palestinians\' willingness to accept the Jewish state. We supporters of a strong US-Israel alliance can take solace, though, that at least <span style=\"text-decoration: underline;\">the United States Congress seems to be fully in Israel\'s corner</span>. Hopefully, President Obama will soon follow.</p>\r\n<p>At this point, it\'s critical for us pro-Israel activists to back our sentiments with action. <span style=\"text-decoration: underline;\">Here\'s what you can do</span>:</p>\r\n<p>House Majority Leader Eric Cantor (R-VA) and Democratic Whip Steny Hoyer (D-MD) have introduced House Resolution 268, which urges the Obama administration to rally opposition to Palestinian efforts seeking recognition of statehood. In July, Arab states will submit a measure to the United Nations (U.N.) calling for the recognition of an independent Palestinian state. The Cantor/Hoyer resolution also warns of repercussions for U.S.-Palestinian relations if an unreformed Hamas is included in a new Palestinian government. <span style=\"text-decoration: underline;\">I urge you to pick up the phone and call your Congressional representative right now</span> through the Congressional switchboard at (202) 225-3121. To identify your Representative (and contact him or her via email), go to <a href=\"http://econnect.dmsgs.com/t/14146459/110750721/2362937/0/\">Contacting the Congress</a>. (You\'ll need your nine [5+4] digit zip code to find your Representative.) Please take a few minutes, right now, while you have this Hotline in hand, to contact your Representative. Urge him or her to support H.R. 268: We oppose U.N. recognition of a Palestinian state as long as Hamas is part of the Palestinian government.</p>\r\n<p>I would also urge you, using the Forward to a Friend button below, to forward this powerful message to your friends, family, and colleagues. Israel needs us <span style=\"text-decoration: underline;\">now</span>.</p>\r\n<p>Best Regards,</p>\r\n<p>Dave Nogradi<br />FLAME Hotline Contributor</p>\r\n<table style=\"line-height: 18px; width: 98%; font-family: Courier,Verdana,Helvetica; color: black; font-size: 12px;\" border=\"0\" cellspacing=\"2\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"LINE-HEIGHT: 16px; FONT-FAMILY: Courier,Verdana,Helvetica; MARGIN-BOTTOM: 10px; COLOR: black; FONT-SIZE: 12px\" width=\"10%\" valign=\"top\">P.S.</td>\r\n<td rowspan=\"2\" valign=\"top\">\r\n<p style=\"LINE-HEIGHT: 16px; MARGIN: 0pt; FONT-FAMILY: Courier,Verdana,Helvetica; FONT-SIZE: 12px\">As you know, Israel gets regularly battered in the media, and we pro-Israel advocates too often find ourselves on the defensive. But FLAME has begun to take a different tack in its <em>hasbarah</em> (clarifying) messages: Most recently we\'re calling the world\'s attention to the hypocrisy of unrelenting attacks on Israel by the U.N. in the face of horrible crimes against humanity committed by the Arab world. If you, too, believe we should seize the offense against Israel\'s enemies, I recommend you review FLAME\'s latest position paper: \"<a href=\"http://econnect.dmsgs.com/t/14146459/110750721/2552308/0/\">Apartheid in the Arab Middle East: How can the U.N. turn a blind eye to hateful, state-sponsored discrimination against people because of their race, ethnicity, religion and gender?</a>\" This piece is just now appearing in magazines and newspapers, including college newspapers, with a combined circulation of nearly 5 million people. In addition, it is being sent to every member of the U.S. Congress. If you agree that this kind of public relations effort on Israel\'s behalf is critical, I urge you to support us. Remember: FLAME\'s powerful ability to influence public opinion comes from individuals like you, one by one. I hope you\'ll consider giving a donation now, as you\'re able---with $500, $250, $100, or even $18. (Remember, your donation to FLAME is tax deductible.) To donate online, just go to <a href=\"http://econnect.dmsgs.com/t/14146459/110750721/2289518/0/\">http://www.factsandlogic.org/make_a_donation.html</a>. Now more than ever we need your support to ensure that Israel gets the support it needs---from the U.S. Congress, from President Obama, and from the American people.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<p> </p>','',1,22,0,80,'2011-06-21 17:05:33',62,'','2012-02-27 03:10:52',62,0,'0000-00-00 00:00:00','2011-06-21 17:05:33','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,26,'','',0,416,'robots=\nauthor='),(311,'National Association of Gun Rights Website','national-association-of-gun-rights-website','','<p><a href=\"http://www.nationalgunrights.org/\">GOTO&gt;&gt;&gt; NAGR WEBSITE (NATIONAL ASSOCIATION OF GUN RIGHTS)</a></p>\r\n<p>Tracking gun grabbing legislation, anti 2nd amendment issues and Obama administration anti-gun, constitutional end-runs.</p>','',1,15,0,72,'2011-06-25 20:02:17',62,'NAGR','2011-07-09 13:42:25',62,0,'0000-00-00 00:00:00','2011-06-25 20:02:17','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,24,'','',0,289,'robots=\nauthor='),(314,'Russia and China’s New World Order: Chinese President Calls for Global Governance with Increasing Power for China and Russia Over Global Economic System','russia-and-chinas-new-world-order-chinese-president-calls-for-global-governance-with-increasing-power-for-china-and-russia-over-global-economic-system','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"425\" height=\"349\" src=\"http://www.youtube.com/embed/A5pxz2MSsWs\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,1,0,1,'2011-06-26 14:15:10',62,'Submitted by Jim Smither','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-06-26 14:15:10','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,217,'','',0,157,'robots=\nauthor='),(308,'NRB Discussion on Shariah Law','nrb-discussion-on-shariah-law','','<p align=\"left\"><a href=\"http://r20.rs6.net/tn.jsp?llr=6blbffdab&amp;et=1104754497461&amp;s=4480&amp;e=001-6DwX_t4qJfDkAXStHqPyEUrufp2aBG6ViXfuLVP-jDhmF5s5Of31568aG698o9r21h_ThRkrus4Ms54sEBI7_8jF_iNPscJhcNWzEa4HVQ=\"><img src=\"http://theoakinitiative.org/images/OAKI-logo-Clear.png\" border=\"0\" alt=\"Oak Logo\" width=\"226\" height=\"124\" /></a></p>\r\n<p align=\"left\"><a href=\"http://r20.rs6.net/tn.jsp?llr=6blbffdab&amp;et=1104754497461&amp;s=4480&amp;e=001-6DwX_t4qJfDkAXStHqPyEUrufp2aBG6ViXfuLVP-jDhmF5s5Of31568aG698o9r21h_ThRkrus4Ms54sEBI7_8jF_iNPscJhcNWzEa4HVQ=\">www.theoakinitiative.org</a></p>\r\n<p align=\"left\"><a href=\"http://r20.rs6.net/tn.jsp?llr=6blbffdab&amp;et=1104754497461&amp;s=4480&amp;e=001-6DwX_t4qJfDkAXStHqPyEUrufp2aBG6ViXfuLVP-jDhmF5s5Of31568aG698o9r21h_ThRkrus4Ms54sEBI7_8jF_iNPscJhcNWzEa4HVQ=\"></a><strong>2011</strong> <strong>MEMBER   LETTER</strong> <strong>Vol. 3 No.   2</strong></p>\r\n<p align=\"justify\">03/07/2011</p>\r\n<p align=\"justify\">Dear Jack,</p>\r\n<p align=\"justify\">Last week I sat on a small panel discussing   Shariah Law that was open to the Christian media at the National Religious   Broadcasters (NRB) Convention in Nashville. Also on the panel was James Woolsey,   former Director of the CIA, and Frank Gaffney, Jr., former Asst. Sec. of Defense   for International Security Policy and the acting President of the Center for   Security Policy. We were also joined on the panel by Tom Smith and another   lawyer who are on the frontlines of the battle against Shariah in the U.S., and   a remarkable rabbi who had been an ambassador from Israel.</p>\r\n','\r\n<p> </p>\r\n<p align=\"justify\">This was an interesting and rich discussion   on this crucial subject and how it affects our security. We were each given a   few minutes to make a statement and then we all took questions from the media   present. I was impressed and encouraged by the content and insight the questions   revealed. Christians are no doubt starting to realize that we cannot understand   our times without understanding Islam and Shariah.</p>\r\n<p align=\"justify\">The three crucial points that were clearly   made and well-established at the NRB press conference are something every   American must grasp:</p>\r\n<p>1) Radical Islam and Shariah is not just a religion but a totalitarian   government, legal system, and economy, and this conflict is not an issue of   religious liberty.</p>\r\n<p>2) Shariah is in direct conflict with the U.S. Constitution and that the two   cannot co-exist.</p>\r\n<p>3) The third is the well-documented intent of the Muslim Brotherhood and all   radical Islamists to destroy America and Western civilization.</p>\r\n<p align=\"justify\">James Woolsey and Frank Gaffney are   professionals on the highest level, and their presentation was professional,   concise, and authoritative. I was on the panel representing a Christian   leadership perspective, which I used to appeal to my fellow Christian leaders   that we would all stand before the judgment seat of Christ, and we would not   want to stand there as shepherds who did not protect God’s flock that had been   entrusted to us, or be watchmen who failed to sound the alarm against this   ultimate threat in our times. By the immediate response, it seems we did   accomplish our purpose.</p>\r\n<p align=\"justify\">Both James Woolsey and Frank Gaffney were a   part of putting together the “Team B II Report,” <em><strong>SHARIAH, the Threat   to America</strong></em>. This is a second exercise in competitive analysis into   the nature of a major threat to America. The first “Team B Report” was produced   by U.S. intelligence and defense officials to do “an exercise in competitive   analysis” on the threat of the Soviet Union in 1976. This was an internal   exercise to find any holes in the threat analysis of our intelligence and   defense organizations at the time that had led to the policy known as Détente.   This first “Team B Report” led to some basic changes in this policy and the   understanding that then led to a brilliant strategy implemented by President   Ronald Reagan that likely helped unravel the threat of the Soviet Union and the   Soviet Union itself.</p>\r\n<p align=\"justify\">This new Team B Report, <em><strong>SHARIAH,   the Threat to America</strong></em>, is a brilliant and remarkable study done by   some of the top professionals in threat analysis, who have no purpose in being   biased. It is clear, articulate, and easy to understand. Certainly every   Christian leader should read this, but I also think every Christian should. If   this happens, possibly half the battle against this ultimate threat would be   won. The main power of the devil is to hide in darkness, doing his work where he   can remain hidden. I don’t think there has been another publication that so well   unmasks the threat of radical Islam and Shariah.</p>\r\n<p align=\"justify\">A contention that I have had, and certainly   many others are raising also, is that any person who has taken an oath to defend   our Constitution from enemies both foreign and domestic and does not seek to   understand radical Islam and Shariah are either basically incompetent or they   are guilty of treason. It is that serious of a threat. One of the most basic   principles of warfare or defense policy is that you simply cannot defeat an   enemy that you do not see. Every law enforcement officer takes this oath, as   does every elected official. It is a dereliction of duty not to understand this   ultimate threat.</p>\r\n<p align=\"justify\">The better we understand our foe, the better   the chance we have of defeating them. This is an enemy that has publicly   declared that they will destroy us. They have been effective already at doing   great damage to us, and to not take them seriously, cannot be anything other   than incompetence or treason.</p>\r\n<p align=\"justify\">Many think that we could not possibly be   under a threat by those who compose such a tiny portion of the population. That   is the big mistake which has led to the overthrow of some of the most powerful   and established governments in history. The Bolsheviks in Russia only numbered   twenty thousand in a nation of over one hundred million. That is just a tiny   fraction of one percent. The word Bolshevik means “minority,” and anyone who   took their threat as serious was considered somewhere between out of touch and   paranoid—until this minority took over the country. Seditionists well understand   that it does not take large numbers for a government overthrow and consider   small numbers an advantage that helps keep them and their purpose off the radar   screen. Radical Islamists in America far outnumber the Bolsheviks in Russia, are   much better organized and funded, and are a serious threat to our continued   existence.</p>\r\n<p align=\"justify\">Understanding Islam and Shariah will no doubt   be a major factor in the next Presidential election and could very well   determine it. The economy will likely remain the main issue, but understanding   and being on the right side of confronting Shariah will be near the top and will   be a major factor in American politics in 2012 and thereafter.</p>\r\n<p align=\"justify\">With the unfolding of events now in the   Middle East, and where these are likely to lead, will make this an ever   increasingly important issue in international affairs as well. Many in Europe   are starting to wake up and are becoming increasingly vocal about what is   happening to that continent. Key leaders in Russia and China understand the   issues much better than it seems our present leaders in America, but that is   beginning to change.</p>\r\n<p align=\"justify\">As Christians, especially those who have any   position of leadership in the church, we have a responsibility to understand   this threat which not only wants to wipe out America and Western civilization,   but also Christianity, and every other religion on the earth. In fact, if   radical Islam were able to prevail and establish Shariah throughout the world,   which is its mandate according to its book, then every non-Muslim in the world   would either be a slave or dead with the exception of those who could pay a tax   to stay alive and would leave them with virtually no rights.</p>\r\n<p align=\"justify\">Will we let this happen to our country on our   watch? No doubt there are Americans, who when given the choice between life and   liberty, will choose life at any cost, even slavery. Even so, I think many more   will never submit themselves to slavery, and they will not let it happen to   their children, their children’s children, or their country. It will take the   kind of courage, boldness, and willingness to sacrifice to save our country as   it took to found it. The longer we delay in confronting these ultimate threats,   the more costly the victory will be, but we will be victorious. Now is the time   to take a stand.</p>\r\n<p align=\"justify\">Please read <em><strong>SHARIAH, the Threat   to America</strong></em>. It is available at Amazon.com, and should be in most   bookstores by now. You can get a <a href=\"http://r20.rs6.net/tn.jsp?llr=6blbffdab&amp;et=1104754497461&amp;s=4480&amp;e=001-6DwX_t4qJe5_zRXNrkRbzssWL7HSPYqc-eCGDe-EKw7SiiudxXr7TiIbPzyz-C45zDA2wuC30HV1wkzn9R7iWZbHaRG7Ms6sFXnPd3et7vagbQHvTdz4uVKrAPfCb7BAvYkQNJ6IRlf_JYtyQpm8CVPc6oyP9LBsg8JXX1KsmA=\">discounted   copy</a> by ordering from The Oak Initiative. Please consider getting at least   one additional copy to give to your pastor or any police officer or elected   official you know.</p>\r\n<p align=\"justify\">We will soon have in stock Nicholas   Papanicolau’s new book, <em><strong>Islam vs. the United States</strong></em>.   This is a hard-hitting analysis of this issue from one of our Oak board members,   and one whose international experience is vast. Nicholas is a co-host of The   World Public Forum on Civilizations and Religions, which draws top government,   religious, and academics from the major nations of the world each year, and had   one of the top Islamic scholars read and authenticate his thesis. This is an   important work and done so concisely that it can help anyone to understand the   basics of this issue in just a few hours. This should be available as an e-Book   on Amazon this coming week.</p>\r\n<p align=\"justify\">I have also finished my book, <strong><em>I   See a New America</em></strong>, which is now available as an e-Book <a href=\"http://r20.rs6.net/tn.jsp?llr=6blbffdab&amp;et=1104754497461&amp;s=4480&amp;e=001-6DwX_t4qJfTIb1aaM5cIL5g7eB0RQ0Xgu51kvkl4eb5cgCrutImy-MfoOaLTcPVSXBP0oybrQvjZKTqKWEKo7zBwVgCXID2Om6SXxf-1PxifOcT9zxvrZdieEG_P_JgEzB19PZWuQzMCwndnj4VVrW6t1yCVAmeANVmVlMTVOGgoSTvDdiQlmK_XaP7df_fVXYQPpA-WhD4i4j2j-7ZH8Yc-OaNU51lpuXsvLevHUjKaSBigONfEK_iOHtMbiSG\">at   Amazon</a> and will soon be available in hard copy. The initial feedback I’ve   received from those I asked to read it has been most encouraging, saying this   could go viral. Perhaps, but some of the talking points are already getting into   the news, so I know it will have impact, and it is on time.</p>\r\n<p align=\"justify\">Above all, we are here first as emissaries of   the King whose kingdom will surely come. Let us do this with the dignity and   class with which the representatives of our great King should always conduct   themselves. Many of the things that we now know are crucial issues for the times   we ourselves did not understand just a short time ago. Therefore, let us have   patience with those who do not yet understand, but also be bold and clear with   the truth we have been entrusted with.</p>\r\n<p align=\"justify\">In His Service,</p>\r\n<p align=\"justify\">Rick Joyner</p>\r\n<p><br /> <br /> To Read Online, <a href=\"http://r20.rs6.net/tn.jsp?llr=6blbffdab&amp;et=1104754497461&amp;s=4480&amp;e=001-6DwX_t4qJeBGDe2udW8QOcKYHVxqN__HAM2yl8r4U49VBZ3MGeVjmdRNSHLDFBK5e1qjR9gQZ5oMM07Fk4VPLEM6RgaI3lrSxuxqah83NcNPb5pi3V0OV6msQbZSYjbJo88F3wQRjk4Vc1NxpsPhg==\" target=\"_blank\">Click Here </a><br /> <br /> <a href=\"http://r20.rs6.net/tn.jsp?llr=6blbffdab&amp;et=1104754497461&amp;s=4480&amp;e=001-6DwX_t4qJcFM2HbmZeuSNizyHcakcU2PCU-v5k3TrYc5wXiaBmtzvtmTbUH6yJz5JcFuREPupoAd9-ok-VH46XttM1-mu3kCcyDSpWW95S9MND82WGUvM_FmIzuquvZzYMDArMeZwU3AIFD5fqOV39XSvBti0mn\" target=\"_blank\"><img src=\"http://www.theoakinitiative.org/images/clickpdf4_LidoSTF.png\" border=\"0\" /></a> -   Printer Friendly Version - <br /> <br /></p>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"684\">\r\n<tbody>\r\n<tr>\r\n<td width=\"4\" bgcolor=\"#071f39\">\r\n<p> </p>\r\n</td>\r\n<td width=\"358\" bgcolor=\"#071f39\">\r\n<p align=\"right\"><a href=\"http://r20.rs6.net/tn.jsp?llr=6blbffdab&amp;et=1104754497461&amp;s=4480&amp;e=001-6DwX_t4qJdYjaj3b4PO3_4WIpPNETM4Q5w3dgily6N6XfwI3d9UpVoSRMLznwPbmzPu6Uz8NScARw6W8jsR7DUFg0XrGHAdB2jNcN4PjAe55xuyTOgnjSVNLq6yeWWf\" target=\"_blank\"><img src=\"http://www.morningstarministries.org/Images/content/1000000055/1000068146.jpg\" border=\"0\" alt=\"Connect with us on Facebook\" width=\"358\" height=\"46\" /></a></p>\r\n</td>\r\n<td width=\"242\" bgcolor=\"#071f39\">\r\n<p><a href=\"http://r20.rs6.net/tn.jsp?llr=6blbffdab&amp;et=1104754497461&amp;s=4480&amp;e=001-6DwX_t4qJc1Nzjn8RYITEHezbyFQHn5zKIzj9T6D-hCn5PCC7Fnjz5cufREFuTb_X1L-UkcrDP_iqVOcRAnx2YDqx5ox968-q41W9_xRaDC9kyqYPZz_7mhmAhNXtKY\" target=\"_blank\"><img src=\"http://www.morningstarministries.org/Images/content/1000000055/1000068147.jpg\" border=\"0\" alt=\"and Twitter\" width=\"242\" height=\"58\" /></a></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>',1,14,0,71,'2011-06-25 15:05:38',62,'Submitted by Oak Initiative','2011-07-10 21:59:51',62,0,'0000-00-00 00:00:00','2011-06-25 15:05:38','0000-00-00 00:00:00','','','show_title=\r\nlink_titles=\r\nshow_intro=\r\nshow_section=\r\nlink_section=\r\nshow_category=\r\nlink_category=\r\nshow_vote=\r\nshow_author=\r\nshow_create_date=\r\nshow_modify_date=\r\nshow_pdf_icon=\r\nshow_print_icon=\r\nshow_email_icon=\r\nlanguage=\r\nkeyref=\r\nreadmore=',7,0,10,'sha\'aria, shariah, NRB, Islam','NRB Discussion on Shariah Law',0,10995,'robots=\r\nauthor='),(305,'Soros','soros','','<h3><img class=\"caption\" src=\"images/stories/soros.jpg\" border=\"0\" alt=\"George Soros\" align=\"left\" />György Schwartz<span style=\"color: #333333; font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal;\">, better known to the world as George Soros, was born August 12, 1930 in Hungary. Soros\' father, Tivadar, was a fervent practitioner of the Esperanto language invented in 1887, and designed to be the first global language, free of any national identity. The Schwartz\'s, who were non-practicing Jews, changed the family name to Soros, in order to facilitate assimilation into the Gentile population, as the Nazis spread into Hungary during the 1930s.</span></h3>\r\n<p>When Hitler\'s henchman Adolf Eichmann arrived in Hungary , to oversee the murder of that country\'s Jews, George Soros ended up with a man whose job was confiscating property from the Jewish population. Soros went with him on his rounds. Soros has repeatedly called 1944 \"the best year of his life.\"  70% of Mr. Soros\'s fellow Jews in Hungary, nearly a half-million human beings, were annihilated in that year, yet he gives no sign that this put any damper on his elation, either at the time or indeed in retrospect\".  During an interview with \"Sixty Minute\'s\" Steve Kroft, Soros was asked about his \"best year.\"</p>\r\n<p>KROFT: My understanding is that you went out with this protector of yours who swore that you were his adopted godson.<br /> SOROS: Yes. Yes. <br />KROFT: Went out, in fact, and helped in the confiscation of property from your fellow Jews, friends and neighbors. <br />SOROS: Yes. That\'s right. Yes.</p>\r\n','\r\n<p>KROFT: I mean, that sounds like an experience that would send lots of people to the psychiatric couch for many, many, years. Was it difficult? <br />SOROS: No, not at all. Not at all, I rather enjoyed it. <br />KROFT: No feelings of guilt?</p>\r\n<p>SOROS: No, only feelings of absolute power.</p>\r\n<p>In his article, Muravchik describes how Soros has admitted to having carried some rather \"potent messianic fantasies with me from childhood, which I felt I had to control, otherwise they might get me in trouble.\" Be that as it may. After WWII, Soros attended the London School of Economics, where he fell under the thrall of fellow atheist and Hungarian, Karl Popper, one of his professors. Popper was a mentor to Soros until Popper\'s death in 1994. Two of Popper\'s most influential teachings concerned \"the open society,\" and Fallibilism.</p>\r\n<p>Fallibilism is the philosophical doctrine that all claims of knowledge could, in principle, be mistaken. (Then again, I could be wrong about that.) The \"open society\" basically refers to a \"test and evaluate\" approach to social engineering. Regarding \"open society\" Roy Childs writes, \"Since the Second World War, most of the Western democracies have followed Popper\'s advice about piecemeal social engineering and democratic social reform, and it has gotten them into a grand mess.\"</p>\r\n<p>In 1956 Soros moved to New York City , where he worked on Wall Street, and started amassing his fortune. He specialized in hedge funds and currency speculation. Soros is absolutely ruthless, amoral, and clever in his business dealings, and quickly made his fortune. By the 1980s, he was well on his way to becoming the global powerhouse that he is today.</p>\r\n<p>In an article Kyle-Anne Shiver wrote for \"The American Thinker\" she says, \"Soros made his first billion in 1992 by shorting the British pound with leveraged billions in financial bets, and became known as the man who broke the Bank of England . He broke it on the backs of hard-working British citizens who immediately saw their homes severely devalued and their life savings cut drastically, almost overnight.\"</p>\r\n<p>In 1994 Soros crowed in \"The New Republic\", that \"the former Soviet Empire is now called the Soros Empire.\" The Russia-gate scandal in 1999, which almost collapsed the Russian economy, was labeled by Rep. Jim Leach, then head of the House Banking Committee, to be \"one of the greatest social robberies in human history. \"The \"Soros Empire\" indeed. In 1997 Soros almost destroyed the economies of Thailand and Malaysia . At the time, Malaysia \'s Prime Minister, Mahathir Mohammad, called Soros \"a villain, and a moron.\" Thai activist Weng Tojirakarn said, \"We regard George Soros as a kind of Dracula. He sucks the blood from the people.\"</p>\r\n<p>The website Greek National Pride reports, \"Soros was part of the full court press that dismantled Yugoslavia and caused trouble in Georgia , Ukraine and Myanmar [ Burma ]. Calling himself a pilanthropist, Soros\' role is to tighten the ideological stranglehold of globalization and the New World Order while promoting his own financial gain. He is without conscience; a capitalist who functions with absolute amorality.\"</p>\r\n<p>France has upheld an earlier conviction against Soros, for felony insider trading. Soros was fined 2.9 million dollars. Recently, his native Hungary fined Soros 2.2 million dollars for \"illegal market manipulation.\" Elizabeth Crum writes that the Hungarian economy has been in a state of transition as the country seeks to become more financially stable and westernized. Soros deliberately driving down the share price of its largest bank put Hungary \'s economy into a wicked tailspin, one from which it is still trying to recover.</p>\r\n<p>My point here is that Soros is a planetary parasite. His grasp, greed, and gluttony have a global reach. But what about America ? Soros told Australia \'s national newspaper \"The Australian.\" \" America , as the centre of the globalised financial markets, was sucking up the savings of the world. This is now over. The game is out,\" he said, adding that the time has come for \"a very serious adjustment\" in American\'s consumption habits. He implied that he was the one with the power to bring this about.\"</p>\r\n<p>Soros: \"World financial crisis was \"stimulating\" and \"in a way, the culmination of my life\'s work.\" Obama has recently promised 10 billion of our tax dollars to Brazil , in order to give them a leg-up in expanding their offshore oil fields. Obama\'s largesse towards Brazil came shortly after his political financial backer, George Soros, invested heavily in Brazilian oil (Petrobras). Tait Trussel writes, \"The Petrobras loan may be a windfall for Soros and Brazil , but it is a bad deal for the U. S. The American Petroleum Institute estimates that oil exploration in the U S could create 160,000 new, well-paying jobs, as well as $1.7 trillion in revenues to federal, state, and local governments, all while fostering greater energy security and independence.\"</p>\r\n<p>A blog you might want to keep an eye on is SorosWatch.com (website deleted). Their mission: \"This blog is dedicated to all who have suffered due to the ruthless financial pursuits of George Soros. Your stories are many and varied, but the theme is the same: the destructive power of greed without conscience. We pledge to tirelessly watch Soros wherever he goes and to print the truth in the hope that he will one day be made to stop preying upon the world\'s poor, that justice will be served.\"</p>\r\n<p>Back to America . Soros has been actively working to destroy America from the inside out for some years now. People have been warning us. Two years ago, news sources reported that \"Soros [is] an extremist who wants open borders, a one-world foreign policy, legalized drugs, euthanasia, and on and on. This is off-the-chart dangerous.\"In 1997, Rachel Ehrenfeld wrote, \"Soros uses his philanthropy to change or more accurately deconstruct the moral values and attitudes of the Western world, and particularly of the American people. His \"open society\" is not about freedom; it is about license. His vision rejects the notion of ordered liberty, in favor of a PROGRESSIVE ideology of rights and entitlements.\"</p>\r\n<p>Perhaps the most important of these \"whistle blowers\" are David Horowitz and Richard Poe. Their book \"The Shadow Party\" outlines in detail how Soros hijacked the Democratic Party, and now owns it lock, stock, and barrel. Soros has been packing the Democratic Party with radicals, and ousting moderate Democrats for years. The Shadow Party became the Shadow Government, which recently became the Obama Administration.</p>\r\n<p>DiscoverTheNetworks.org (another good source) writes, \"By his [Soros\'] own admission, he helped engineer coups in Slovakia , Croatia , Georgia , and Yugoslavia . When Soros targets a country for \"regime change,\" he begins by creating a shadow government, a fully formed government-in-exile, ready to assume power when the opportunity arises. The Shadow Party he has built in America greatly resembles those he has created in other countries prior to instigating a coup.\"</p>\r\n<p>November 2008 edition of the German magazine \"Der Spiegel,\" in which Soros gives his opinion on what the next POTUS (President of the U. S.) should do after taking office. \"I think we need a large stimulus package.\" Soros thought that around 600 billion would be about right. Soros also said that \"I think Obama presents us a great opportunity to finally deal with global warming and energy dependence. The U. S.. needs a cap and trade system with auctioning of licenses for emissions rights.\"</p>\r\n<p>Although Soros doesn\'t (yet) own the Republican Party, like he does the Democrats, make no mistake, his tentacles are spread throughout the Republican Party as well. Soros is a partner in the Carlyle Group where he has invested more than 100 million dollars. According to an article by \"The Baltimore Chronicle\'s\" Alice Cherbonnier, the Carlye Group is run by \"a veritable who\'s who of former Republican leaders,\" from CIA man Frank Carlucci, to CIA head and ex-President George Bush, Sr.</p>\r\n<p>In late 2006, Soros bought about 2 million shares of Halliburton, Dick Cheney\'s old stomping grounds. When the Democrats and Republicans held their conventions in 2000, Soros held Shadow Party conventions in the same cities, at the same time. In 2008, Soros donated $5,000,000,000 ( that’s Five Billion ) to the Democratic National Committee, NC, to insure Obama\'s win and wins for many other Alinsky trained Radical Rules Anti-American Socialist. George has been contributing a $ billion plus to the DNC since Clinton came on the scene.</p>\r\n<p>Soros has dirtied both sides of the aisle, trust me. And if that weren\'t bad enough, he has long held connections with the CIA. And I mustn\'t forget to mention Soros\' involvement with the MSM (Main Stream Media), the entertainment industry (e. g. he owns 2.6 million shares of Time Warner), and the various political advertising organizations he funnels millions to. In short, George Soros controls or influences most of the MSM. Little wonder they ignore the TEA PARTY, Soro\'s NEMESIS. As Matthew Vadum writes, \"The liberal billionaire-turned-philanthropist has been buying up media properties for years in order to drive home his message to the American public that they are too materialistic, too wasteful, too selfish, and too stupid to decide for themselves how to run their own lives.\"</p>\r\n<p>Richard Poe writes, \"Soros\' private philanthropy, totaling nearly $5 billion, continues undermining America \'s traditional Western values. His giving has provided funding of abortion rights, atheism, drug legalization, sex education, euthanasia, feminism, gun control, globalization, mass immigration, gay marriage and other radical experiments in social engineering.\"</p>\r\n<p>Some of the many NGOs (Non-Government Organizations) that Soros funds with his billions are: MoveOn.org, the Apollo Alliance, Media Matters for America , the Tides Foundation, the ACLU, ACORN, PDIA (Project on Death In America), La Raza, and many more. For a more complete list, with brief descriptions of the NGOs, go to DiscoverTheNetworks.org. Poe continues, \"Through his global web of Open Society Institutes and Open Society Foundations, Soros has spent 25 years recruiting, training, indoctrinating and installing a network of loyal operatives in 50 countries, placing them in positions of influence and power in media, government, finance and academia.\"</p>\r\n<p>Without Soros\' money, would the Saul Alinsky\'s Chicago machine still be rolling? Would SEIU, ACORN, and La Raza still be pursuing their nefarious activities? Would Big Money and lobbyists still be corrupting government? Would our college campuses still be retirement homes for 1960s radicals?</p>\r\n<p>America stands at the brink of an abyss, and that fact is directly attributable to Soros. Soros has vigorously, cleverly, and insidiously planned the ruination of America and his puppet, Barack Obama is leading the way.</p>\r\n<p>The words of Patrick Henry are apropos: \"Is life so dear, or peace so sweet, as to be purchased at the price of chains and slavery? Forbid it, almighty God! I know not what course others may take, but as for me, give me liberty, or give me death!\"</p>\r\n<p>Excerpts from above information said to have been researched by CBS Steve Kroft</p>\r\n<p>Written on May 13, 2011 at 8:49 am Soros Tied to Over 30 Major News Organizations</p>\r\n<p>Filed under Ethics, Media</p>\r\n<p>When liberal investor George Soros gave $1.8 million to National Public Radio , it became part of the firestorm of controversy that jeopardized NPR’s federal funding. But that gift only hints at the widespread influence the controversial billionaire has on the mainstream media. Soros, who spent $27 million trying to defeat President Bush in 2004, has ties to more than 30 mainstream news outlets – including The New York Times, Washington Post, the Associated Press, NBC and ABC.</p>\r\n<p>Prominent journalists like ABC’s Christiane Amanpour and former Washington Post editor and now Vice President Len Downie serve on boards of operations that take Soros cash. This despite the Society of Professional Journalists’ ethical code stating: “avoid all conflicts real or perceived.” This information is part of an upcoming report by the Media Research Centers Business &amp; Media Institute which has been looking into George Soros and his influence on the media.</p>',1,5,0,43,'2011-06-24 14:44:40',62,'Submitted by Chang Jac Shu','2011-06-25 11:58:18',62,0,'0000-00-00 00:00:00','2011-06-24 14:44:40','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',9,0,12,'','',0,13043,'robots=\nauthor='),(306,' US Government Releases DoD Report Critical of NSA','-us-government-releases-dod-report-critical-of-nsa','','<p>+--------------------------------------------------------------------------------------------------------<br />|  US Government Releases DoD Report Critical of NSA<br />|   from the  can-you-hear-me-now dept.<br />|   posted by Soulskill on Friday June 24, @12:56  (Communications)<br />|   <a href=\"https://yro.slashdot.org/story/11/06/24/1630251/US-Government-Releases-DoD-Report-Critical-of-NSA?utm_source=newsletter&amp;utm_medium=email\">https://yro.slashdot.org/story/11/06/24/1630251/US-Government-Releases-DoD-Report-Critical-of-NSA?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />[0]decora  writes \"Jesselyn Radack of the [1]Government Accountability<br />Project has  [2]posted a summary of the newly released [3]DoD Inspector<br />General report  (PDF) on the NSA\'s Thinthread and Trailblazer programs.<br />The DoD found that  NSA \'disregarded solutions to urgent national security<br />needs\' and that  \'TRAILBLAZER was poorly executed and overly expensive.\'<br />NSA contractors had a  \'fear of management reprisal\' for cooperating with<br />the DoD audit. The FBI  later raided the homes of several people involved<br />with the report, and Thomas  Drake faced [4]Espionage Act charges for<br />retaining information related to it.  Those [5]charges were dropped two<br />weeks ago. Radack and the GAP represent  Drake on whistleblower issues.\"<br /><br />Discuss this story at:<br /> <a href=\"https://yro.slashdot.org/story/11/06/24/1630251/US-Government-Releases-DoD-Report-Critical-of-NSA?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://yro.slashdot.org/story/11/06/24/1630251/US-Government-Releases-DoD-Report-Critical-of-NSA?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"mailto:decorat@mail.com\">mailto:decorat@mail.com</a><br /> 1. <a href=\"http://www.whistleblower.org/\">http://www.whistleblower.org/</a><br /> 2.  <a href=\"http://www.dailykos.com/story/2011/06/23/987930/-What-The-Drake-Prosecution-Was-Really-AboutIG-Report-Vindicates-NSA-Whistleblowers?via=user\">http://www.dailykos.com/story/2011/06/23/987930/-What-The-Drake-Prosecution-Was-Really-AboutIG-Report-Vindicates-NSA-Whistleblowers?via=user</a><br /> 3. <a href=\"http://s3.documentcloud.org/documents/206129/redacted-dod-oig-audit-requirements-for-the.pdf\">http://s3.documentcloud.org/documents/206129/redacted-dod-oig-audit-requirements-for-the.pdf</a><br /> 4. <a href=\"http://www.newyorker.com/reporting/2011/05/23/110523fa_fact_mayer\">http://www.newyorker.com/reporting/2011/05/23/110523fa_fact_mayer</a><br /> 5. <a href=\"http://www.thenation.com/article/161376/government-case-against-whistleblower-thomas-drake-collapses\">http://www.thenation.com/article/161376/government-case-against-whistleblower-thomas-drake-collapses</a></p>','',1,13,0,70,'2011-06-25 12:36:38',62,'slashdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-06-25 12:36:38','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,66,'','',0,38,'robots=\nauthor='),(307,'LulzSec Document Dump Shows Cops\' Fear of iPhones','lulzsec-document-dump-shows-cops-fear-of-iphones','','<p>+--------------------------------------------------------------------------------------------------------<br />|  LulzSec Document Dump Shows Cops\' Fear of iPhones<br />|   from the  sunlight-is-the-best-disinfectant dept.<br />|   posted by Soulskill on Friday  June 24, @17:04 (Privacy)<br />|   <a href=\"https://apple.slashdot.org/story/11/06/24/2017248/LulzSec-Document-Dump-Shows-Cops-Fear-of-iPhones?utm_source=newsletter&amp;utm_medium=email\">https://apple.slashdot.org/story/11/06/24/2017248/LulzSec-Document-Dump-Shows-Cops-Fear-of-iPhones?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />[0]jfruhlinger  writes \"People are starting to comb through the details of<br />the law  enforcement documents [1]made public by LulzSec. Blogger Kevin<br />Fogarty  noticed one interesting trend: [2]The cops seem very anxious<br />about iPhones,  particularly apps that would allow encounters with police<br />officers to be  recorded. Ironically, the cops seem extremely concerned<br />with protecting their  own privacy, but the documents encourage police to<br />examine iPhones during the  course of interacting with the public to see<br />what apps they  have.\"<br /><br />Discuss this story at:<br /> <a href=\"https://apple.slashdot.org/story/11/06/24/2017248/LulzSec-Document-Dump-Shows-Cops-Fear-of-iPhones?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://apple.slashdot.org/story/11/06/24/2017248/LulzSec-Document-Dump-Shows-Cops-Fear-of-iPhones?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"http://joshreads.com/\">http://joshreads.com/</a><br /> 1. <a href=\"http://yro.slashdot.org/story/11/06/23/2352247/LulzSec-Posts-First-Secret-Document-Dump\">http://yro.slashdot.org/story/11/06/23/2352247/LulzSec-Posts-First-Secret-Document-Dump</a><br /> 2. <a href=\"http://www.itworld.com/security/177409/lulzsec-docs-show-ariz-cops-unhealth-obsession-iphone\">http://www.itworld.com/security/177409/lulzsec-docs-show-ariz-cops-unhealth-obsession-iphone</a></p>','',1,13,0,70,'2011-06-25 12:43:24',62,'slahdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-06-25 12:43:24','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,64,'','',0,30,'robots=\nauthor='),(309,'NRA WEBSITE','nra','','<p> </p>\r\n<p><a href=\"http://home.nra.org/#/home\">GOTO&gt;&gt;&gt; to the NRA Digital Network</a></p>\r\n<p>This unique state-of-the-art network offers fast access to live news and commentary, legislative updates, links to all of the NRA channels and properties, plus countless hours of archived video resources. You can select at left to begin exploring by interest or location. Or choose a navigation item from far left. Thanks for visiting the NRA!</p>\r\n<p> </p>','',1,15,0,72,'2011-06-25 19:32:16',62,'National Rifle Association','2011-07-09 13:42:35',62,0,'0000-00-00 00:00:00','2011-06-25 19:32:16','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,26,'','',0,338,'robots=\nauthor='),(310,'Desperate Spin on Fast and Furious','desperate-spin-on-fast-and-furious','','<p>{jcomments on}<img class=\"caption\" src=\"images/stories/wayne_lapierre_nra150.jpg\" border=\"0\" alt=\"Wayne LaPierre\" title=\"Wayne LaPierre National Rifle Association\" align=\"left\" />The Obama administration doesn\'t seem interested in providing information or answers about Operation Fast and Furious to the House Oversight Committee, but instead appears content to try and damage the credibility of Committee Chairman Darrell Issa. A story in the Washington Post relies on anonymous sources to allege that Issa and the Oversight Committee were briefed on the scandalous operation last year and failed to lodge any objections at the time. The intent of the piece seems clear; portray the investigation into Fast and Furious as just politics as usual.</p>\r\n<p>One of the reporters for the Post story is Sari Horwitz, just back from a suspension that lasted several months after she was caught plagiarizing material. Maybe her journalistic chops are a little rusty, because I can\'t figure out why she would quote anonymous sources to allege that Issa was briefed on \"all the things [he] has been screaming about\" without asking one simple question: Did the briefing discuss the fact that the ATF was getting guns end up in the hands of Mexican drug cartels? The anonymous source doesn\'t say, and Horwitz apparently didn\'t ask. But the spokesman for the House Oversight Committee, Frederick Hill, told the Post in no uncertain terms that these anonymous figures are, \"incredulously trying to assert that Obama administration political appointees at the Justice Department were ignorant — yet Congress was in the know on the details of Operation Fast and Furious.\'\'\r\n','\r\n</p>\r\n<p>That\'s how desperately the Obama administration is spinning Fast and Furious these days. It\'s become abundantly clear that an internal Justice Department investigation isn\'t likely to uncover the truth about the operation. The House Oversight Committee hearings must continue, because the American people deserve to know the truth.</p>\r\n<p> </p>',1,15,0,72,'2011-06-25 19:39:54',62,'Wayne LaPierre NRA','2011-06-25 19:54:18',62,0,'0000-00-00 00:00:00','2011-06-25 19:39:54','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,25,'','',0,442,'robots=\nauthor='),(312,'It’s getting easier and easier to be treated like a terrorist these days…','its-getting-easier-and-easier-to-be-treated-like-a-terrorist-these-days','','<p><span style=\"color: #888888; font-family: \'Helvetica Neue\', Arial, Helvetica, \'Nimbus Sans L\', sans-serif; line-height: 24px;\"><span class=\"meta-prep meta-prep-author\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">Posted on</span> <a href=\"http://www.nationalgunrights.org/its-getting-easier-and-easier-to-be-treated-like-a-terrorist-these-days/\" title=\"10:08 pm\" rel=\"bookmark\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; color: #888888; text-decoration: underline; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\"><span class=\"entry-date\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">June 14, 2011</span></a> <span class=\"meta-sep\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">by</span> <span class=\"author vcard\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\"><a class=\"url fn n\" href=\"http://www.nationalgunrights.org/author/nagr-staff/\" title=\"View all posts by NAGR Staff\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; color: #888888; text-decoration: underline; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">NAGR Staff</a></span></span><span style=\"font-family: Georgia, \'Bitstream Charter\', serif; font-size: 16px; line-height: 24px;\"> </span></p>\r\n<div class=\"entry-content\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; vertical-align: middle; clear: both; background-position: initial initial; background-repeat: initial initial; margin: 0px; border: 0px initial initial;\">\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">Have you ever had student loans?</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">Did you ever think that <strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">the Department of Education would send their SWAT teams in to collect on them, if you did?</strong></p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">If you’re anything like me, you were probably surprised to find out that the Department of Education even has a SWAT team.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">What on earth for?</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">In this day and age of ever-increasing government intervention and militarization, even<strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">seemingly-benign agencies are training and using heavily armed agents against citizens.</strong><strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\"><br /></strong><br />In Stockton, California this week, one such unit of “operators” — a term almost exclusively used to refer to military special operations personnel like Navy SEALs and Delta Force — was used to assault the home of a person who owed money on their student loans.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">The man of the house and his children were drug out into the street in their underwear by ski-masked thugs working for the federal government.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">“They put me in handcuffs in that hot patrol car for six hours, traumatizing my kids,” the man said.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\"><strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">And it wasn’t even him that the police were after.</strong><strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\"><br /></strong><br />A lot of people mocked some of the statements about the so-called Patriot Act, but this story is a perfect example of how police state action can get wildly out of hand quicker than most realize.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\"><strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">I mean, really, why does the Department of Education have a SWAT Team at all???</strong></p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">Combine this with the story of a raid on a former Marine and Iraqi combat veteran by the Pima County Sheriff’s department and we see what happens when we militarize our law enforcement agencies.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">The incident in Pima County, Arizona resulted in over 70 shots fired.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">Not one of them by the man killed.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\"><strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">And according to the official report, “nothing illegal” was found in his home.</strong></p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">They are gaining more and more control…</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">…and they are using it.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">I need you to remember these stories when it comes time to vote.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">Remember who voted for legislation like the Patriot Act.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\"><strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">Remember who chose to stand against things like the UN Small Arms Treaty.</strong><strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\"><br /></strong><br />Remember who wanted to restrict the size and scope of federal government.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">And who wanted to increase it.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\"><strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">Do you want every agency funded by taxpayer dollars — your money — to have a SWAT Team and the authority to use it for whatever they choose?</strong></p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">I know I don’t.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">For Liberty,</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">Dudley Brown<br />Executive Director</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\"><strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">P.S. Like me, you’re probably sick of the over-militarization of our police forces and their ever-increasing use against law-abiding citizens.</strong></p>\r\n</div>\r\n<p> </p>','',1,13,0,70,'2011-06-14 00:00:00',62,'NAGR','2011-06-25 20:17:47',62,0,'0000-00-00 00:00:00','2011-06-14 00:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,65,'','',0,39,'robots=\nauthor='),(313,'Agency Gone Wild','agency-gone-wild','','<p><span style=\"color: #888888; font-family: \'Helvetica Neue\', Arial, Helvetica, \'Nimbus Sans L\', sans-serif; line-height: 24px;\"><span class=\"meta-prep meta-prep-author\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">Posted on</span> <a href=\"http://www.nationalgunrights.org/agency-gone-wild/\" title=\"6:26 pm\" rel=\"bookmark\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; color: #888888; text-decoration: underline; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\"><span class=\"entry-date\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">June 23, 2011</span></a> <span class=\"meta-sep\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">by</span> <span class=\"author vcard\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\"><a class=\"url fn n\" href=\"http://www.nationalgunrights.org/author/nagr-staff/\" title=\"View all posts by NAGR Staff\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; color: #888888; text-decoration: underline; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">NAGR Staff</a></span></span><span style=\"font-family: Georgia, \'Bitstream Charter\', serif; font-size: 16px; line-height: 24px;\">\r\n<div class=\"entry-content\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; vertical-align: middle; clear: both; background-position: initial initial; background-repeat: initial initial; margin: 0px; border: 0px initial initial;\">\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">Attorney General Eric Holder and his anti-gun cronies at the Justice Department are starting to realize they may be in some hot water.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">But, as was to be expected, they are going to throw someone else under the bus and hope it all goes away…</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">After a revealing week of hearings on the horribly corrupt “Project Fast &amp; Furious” – the BATFE’s attempt to create crime in order to make themselves relevant – <strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">the head of the ATF, Kenneth Melson, is getting ready to take the fall by resigning.</strong></p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">I guess Eric Holder still refuses to take any responsibility and is placing all the blame on his subordinates.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">As you now well know, courageous agents within the ATF have been testifying before Congress that <strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">senior leadership at both the ATF and the Justice Department forced gun shops to sell firearms to known smugglers who sold the guns to drug cartels in Mexico.</strong><strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\"><br /></strong><br />This disastrous plan resulted in multiple federal agents being shot and killed with weapons that were allowed to “walk” into Mexico.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">And this happened even after agents working on the case warned their superiors that it would happen.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">The response from ATF/Justice Department leadership?</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\"><strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">That a few “eggs” have to be scrambled to make an omelette.</strong></p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">Now, in light of all this controversy, the acting director of the ATF is trying to take the fall by resigning.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\"><strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">But this is where it gets really shady.</strong></p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">Guess who his replacement is supposed to be?</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">A man I’ve been keeping my eye on for a while – Andrew Traver.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">You see, Andrew Traver has been an enemy of gun owners for quite some time.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\"><strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">As head of the Chicago division of the ATF he has advocated nearly every gun ban you can think of.</strong></p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">And even some you haven’t.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\"><strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">To give you an idea, he’s been Obama’s number one choice to head the agency since last year.</strong><strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\"><br /></strong><br />The simple fact is…</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">…he’s worse than the guy he’s replacing.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">And what’s more is that, because he’s been the one Eric Holder wanted for quite some time to step in as the director, <strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">it is inconceivable that he was not briefed at some point on Project Fast &amp; Furious.</strong></p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">They’ve been talking about Traver taking the helm of the BATFE for at least 6 months (that I know of).</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\"><strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">Do you think that a guy being groomed for that position wouldn’t be briefed on the agency’s biggest operation?</strong></p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">I think you know where this is going…</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">While it is certainly clear that ATF leadership needs cleaning out, to replace the current director with one who is admittedly anti-gun and clearly involved in what his boss is already in trouble over…</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">Well, that’s unacceptable in my book.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">I called my Congressman and told him that <strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">replacing one leader who has no respect for my rights with another one doesn’t “fix” the problem.</strong></p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\"><strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">It’s an attempt to pacify the public.</strong></p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">They know it, but they’re hoping you don’t.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">Give them a call and tell them you know what the Justice Department is trying to do and you’re not falling for it.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\"><strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">Call your Congressman at (202) 224- 3121 and tell them that the ATF needs a serious overhauling and that the Attorney General needs to be held responsible for this flagrant abuse of the law.</strong></p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">Make sure they know that your Second Amendment rights are more important than funding some rogue Agency Gone Wild.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">I know I’m going to call everyone I know in politics and make sure this doesn’t go unnoticed.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">Do the same for me.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">For Freedom,</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">Dudley Brown<br />Executive Director</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\"><strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">P.S. After you’ve called your Congressman and told them to hold Eric Holder’s anti-gun Justice Department accountable, <a href=\"http://paracom.paramountcommunication.com/ct/6194306:9118138221:m:1:237075427:959FD43E2BB02268F153EBA2135DF711\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; color: #003399; text-decoration: underline; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">click on this link to send a few bucks to the National Association for Gun Rights.</a></strong><strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\"></strong></p>\r\n<strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\"></strong>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\"><strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\"><strong style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: middle; font-weight: bold; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">I have to keep this place growing to fight these gun-grabbers who think we aren’t looking. I have to let them know that yes, we are. And we won’t stand for this kind of behavior.</strong></strong></p>\r\n</div>\r\n</span></p>','',1,15,0,72,'2011-06-23 00:00:00',62,'NAGR','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-06-23 00:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,23,'','',0,367,'robots=\nauthor='),(292,'Benjamin Netanyahu Addresses US Congress','benjamin-netanyahu-speaks-to-us-congress','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"560\" height=\"349\" src=\"http://www.youtube.com/embed/Xi0GPEXOzng\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,22,0,80,'2011-05-24 23:47:29',62,'Israeli Prime Minister Benjamin Netanyahu','2012-02-27 03:08:12',62,62,'2012-03-12 05:52:10','2011-05-24 23:47:29','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,22,'','',0,435,'robots=\nauthor='),(315,'Flood Berm Collapses At Nebraska Nuclear Plant','flood-berm-collapses-at-nebraska-nuclear-plant','','<p>+--------------------------------------------------------------------------------------------------------<br />|  Flood Berm Collapses At Nebraska Nuclear Plant<br />|   from the  sky-falling-river-rising dept.<br />|   posted by timothy on Sunday June 26,  @17:01 (Power)<br />|   <a href=\"https://tech.slashdot.org/story/11/06/26/2032225/Flood-Berm-Collapses-At-Nebraska-Nuclear-Plant?utm_source=newsletter&amp;utm_medium=email\">https://tech.slashdot.org/story/11/06/26/2032225/Flood-Berm-Collapses-At-Nebraska-Nuclear-Plant?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />[0]mdsolar  writes \"A berm holding the flooded Missouri River back from a<br />Nebraska  nuclear power station [1]collapsed early Sunday, but federal<br />regulators said  they were monitoring the situation and there was no<br />danger. The Fort Calhoun  Nuclear Station shut down in early April for<br />refueling, and there is no water  inside the plant, the U.S. Nuclear<br />Regulatory Commission said. Also, the  river is not expected to rise<br />higher than the level the plant was designed to  handle. NRC spokesman<br />Victor Dricks said the plant remains  safe.\"<br /><br />Discuss this story at:<br /> <a href=\"https://tech.slashdot.org/story/11/06/26/2032225/Flood-Berm-Collapses-At-Nebraska-Nuclear-Plant?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://tech.slashdot.org/story/11/06/26/2032225/Flood-Berm-Collapses-At-Nebraska-Nuclear-Plant?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"http://mdsolar.blogspot.com/\">http://mdsolar.blogspot.com/</a><br /> 1.  <a href=\"http://www.cbsnews.com/stories/2011/06/26/national/main20074500.shtml\">http://www.cbsnews.com/stories/2011/06/26/national/main20074500.shtml</a></p>','',1,1,0,1,'2011-06-27 12:08:14',62,'slashdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-06-27 12:08:14','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,216,'','',0,112,'robots=\nauthor='),(316,'The Intentional Flooding of America\'s Heartland','the-intentional-flooding-of-americas-heartland','','<p>+--------------------------------------------------------------------------------------------------------<br />|  The Intentional Flooding of America\'s Heartland<br />|   from the best-laid-dams  dept.<br />|   posted by timothy on Sunday June 26, @08:24 (Earth)<br />|   <a href=\"https://science.slashdot.org/story/11/06/26/0539215/The-Intentional-Flooding-of-Americas-Heartland?utm_source=newsletter&amp;utm_medium=email\">https://science.slashdot.org/story/11/06/26/0539215/The-Intentional-Flooding-of-Americas-Heartland?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />[0]Hugh  Pickens writes \"Joe Herring writes that sixty years ago, the U.S.<br />Army Corps  of Engineers began the process of taming the Missouri by<br />constructing massive  dams at the top to moderate flow to the smaller dams<br />below, generating  electricity while providing desperately needed control<br />of the river\'s  devastating floods. But after about thirty years of<br />operation, as the  environmentalist movement gained strength throughout<br />the seventies and  eighties, the Corps received a great deal of pressure<br />to include specific  environmental concerns into their Master Water<br />Control Manual, the \'bible\'  for the operation of the dam system, as<br />preservation of habitat for at-risk  bird and fish populations soon became<br />a hot issue among the burgeoning  environmental lobby. The Corps began to<br />utilize the dam system to mimic the  previous flow cycles of the original<br />river, [1]holding back large amounts of  water upstream during the winter<br />and early spring in order to release them  rapidly as a spring pulse.<br />\'Whether warned or not, the fact remains that had  the Corps been true to<br />its original mission of flood control, the dams would  not have been full<br />in preparation for a spring pulse,\' writes Herring. \'The  dams could<br />further have easily handled the additional runoff without the need  to<br />[2]inundate a sizable chunk of nine states.\' The horrifying  consequence<br />is water rushing from the dams on the Missouri twice as fast as  the<br />highest previous releases on record while the levees that protect  the<br />cities and towns downstream were [3]constructed to handle the flow  rates<br />promised at the time of the dam\'s construction.\"<br /><br />Discuss this  story at:<br /> <a href=\"https://science.slashdot.org/story/11/06/26/0539215/The-Intentional-Flooding-of-Americas-Heartland?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://science.slashdot.org/story/11/06/26/0539215/The-Intentional-Flooding-of-Americas-Heartland?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"http://poncacityweloveyou.com/\">http://poncacityweloveyou.com/</a><br /> 1. <a href=\"http://www.americanthinker.com/2011/06/the_purposeful_flooding_of_americas_heartland.html\">http://www.americanthinker.com/2011/06/the_purposeful_flooding_of_americas_heartland.html</a><br /> 2. <a href=\"http://www.defense.gov/news/newsarticle.aspx?id=64396\">http://www.defense.gov/news/newsarticle.aspx?id=64396</a><br /> 3. <a href=\"http://www.reuters.com/article/2011/06/25/us-flooding-iowa-idUSTRE75O1WB20110625\">http://www.reuters.com/article/2011/06/25/us-flooding-iowa-idUSTRE75O1WB20110625</a></p>','',0,1,0,1,'2011-06-27 12:09:32',62,'slashdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-06-27 12:09:32','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,215,'','',0,0,'robots=\nauthor='),(317,'The Intentional Flooding of America\'s Heartland','the-intentional-flooding-of-americas-heartland','','<p>+--------------------------------------------------------------------------------------------------------<br />|  The Intentional Flooding of America\'s Heartland<br />|   from the best-laid-dams  dept.<br />|   posted by timothy on Sunday June 26, @08:24 (Earth)<br />|   <a href=\"https://science.slashdot.org/story/11/06/26/0539215/The-Intentional-Flooding-of-Americas-Heartland?utm_source=newsletter&amp;utm_medium=email\">https://science.slashdot.org/story/11/06/26/0539215/The-Intentional-Flooding-of-Americas-Heartland?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />[0]Hugh  Pickens writes \"Joe Herring writes that sixty years ago, the U.S.<br />Army Corps  of Engineers began the process of taming the Missouri by<br />constructing massive  dams at the top to moderate flow to the smaller dams<br />below, generating  electricity while providing desperately needed control<br />of the river\'s  devastating floods. But after about thirty years of<br />operation, as the  environmentalist movement gained strength throughout<br />the seventies and  eighties, the Corps received a great deal of pressure<br />to include specific  environmental concerns into their Master Water<br />Control Manual, the \'bible\'  for the operation of the dam system, as<br />preservation of habitat for at-risk  bird and fish populations soon became<br />a hot issue among the burgeoning  environmental lobby. The Corps began to<br />utilize the dam system to mimic the  previous flow cycles of the original<br />river, [1]holding back large amounts of  water upstream during the winter<br />and early spring in order to release them  rapidly as a spring pulse.<br />\'Whether warned or not, the fact remains that had  the Corps been true to<br />its original mission of flood control, the dams would  not have been full<br />in preparation for a spring pulse,\' writes Herring. \'The  dams could<br />further have easily handled the additional runoff without the need  to<br />[2]inundate a sizable chunk of nine states.\' The horrifying  consequence<br />is water rushing from the dams on the Missouri twice as fast as  the<br />highest previous releases on record while the levees that protect  the<br />cities and towns downstream were [3]constructed to handle the flow  rates<br />promised at the time of the dam\'s construction.\"<br /><br />Discuss this  story at:<br /> <a href=\"https://science.slashdot.org/story/11/06/26/0539215/The-Intentional-Flooding-of-Americas-Heartland?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://science.slashdot.org/story/11/06/26/0539215/The-Intentional-Flooding-of-Americas-Heartland?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"http://poncacityweloveyou.com/\">http://poncacityweloveyou.com/</a><br /> 1. <a href=\"http://www.americanthinker.com/2011/06/the_purposeful_flooding_of_americas_heartland.html\">http://www.americanthinker.com/2011/06/the_purposeful_flooding_of_americas_heartland.html</a><br /> 2. <a href=\"http://www.defense.gov/news/newsarticle.aspx?id=64396\">http://www.defense.gov/news/newsarticle.aspx?id=64396</a><br /> 3. <a href=\"http://www.reuters.com/article/2011/06/25/us-flooding-iowa-idUSTRE75O1WB20110625\">http://www.reuters.com/article/2011/06/25/us-flooding-iowa-idUSTRE75O1WB20110625</a></p>','',1,1,0,1,'2011-06-27 12:09:32',62,'slashdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-06-27 12:09:32','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,214,'','',0,139,'robots=\nauthor='),(318,'The Purposeful Flooding of America\'s Heartland','the-purposeful-flooding-of-americas-heartland','','<p><span style=\"font-family: \'Trebuchet MS\', trebuchet, arial, helvetica, sans-serif; font-size: 14px; color: #000000; line-height: normal;\"><strong>By</strong> <a href=\"http://www.americanthinker.com/joe_herring/\" style=\"text-decoration: none; color: #0033cc;\"><strong>Joe Herring</strong></a></span><span style=\"font-family: \'Trebuchet MS\', trebuchet, arial, helvetica, sans-serif; font-size: 14px; color: #000000; line-height: normal;\"> </span></p>\r\n<p style=\"margin-top: 10px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;\"><span style=\"font-family: \'times new roman\', times;\"><span style=\"font-size: medium;\">The Missouri River basin encompasses a vast region in the central and west-central portion of our country.  This river, our nation\'s longest, collects the melt from Rocky <span style=\"border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #009900 !important; color: #009900 !important; background-image: none !important; background-attachment: scroll !important; background-origin: initial !important; background-clip: initial !important; background-color: transparent !important; cursor: pointer !important; position: static; display: inline !important; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 1px !important; padding-left: 0px !important; float: none !important; font-family: \'times new roman\', times !important; font-weight: normal !important; font-style: normal !important; font-size: 16px !important; text-decoration: underline; background-position: 0% 50%; background-repeat: repeat repeat !important;\">Mountain</span>snowpack and the runoff from our continents\' upper plains before joining the Mississippi river above St. Louis some 2,300 miles later.  It is a mighty river, and dangerous.</span></span></p>\r\n<p style=\"margin-top: 10px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;\"><span style=\"font-family: \'times new roman\', times;\"><span style=\"font-size: medium;\">Some sixty years ago, the U.S. Army Corps of Engineers (USACE) began the process of taming the Missouri by constructing a series of six dams.  The idea was simple: massive dams at the top moderating flow to the smaller dams below, generating electricity while providing desperately needed control of the river\'s devastating floods.</span></span></p>\r\n<p style=\"margin-top: 10px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;\"><span style=\"font-family: \'times new roman\', times;\"><span style=\"font-size: medium;\">The stable flow of water allowed for the construction of the concrete and earthen levees that protect more than 10 million people who reside and work within the river\'s reach.  It allowed millions of acres of floodplain to become useful for farming and <span style=\"border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #009900 !important; color: #009900 !important; background-image: none !important; background-attachment: scroll !important; background-origin: initial !important; background-clip: initial !important; background-color: transparent !important; cursor: pointer !important; position: static; display: inline !important; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 1px !important; padding-left: 0px !important; float: none !important; font-family: \'times new roman\', times !important; font-weight: normal !important; font-style: normal !important; font-size: 16px !important; text-decoration: underline; background-position: 0% 50%; background-repeat: repeat repeat !important;\">development</span>.  In fact, these uses were encouraged by our government, which took credit for the resulting economic boom.  By nearly all measures, the project was a great success.</span></span></p>\r\n<p style=\"margin-top: 10px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;\"><span style=\"font-family: \'times new roman\', times;\"><span style=\"font-size: medium;\">But after about thirty years of operation, as the environmentalist movement gained strength throughout the seventies and eighties, the Corps received a great deal of pressure to include some specific environmental concerns into their MWCM (Master Water Control <span style=\"border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #009900 !important; color: #009900 !important; background-image: none !important; background-attachment: scroll !important; background-origin: initial !important; background-clip: initial !important; background-color: transparent !important; cursor: pointer !important; position: static; display: inline !important; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 1px !important; padding-left: 0px !important; float: none !important; font-family: \'times new roman\', times !important; font-weight: normal !important; font-style: normal !important; font-size: 16px !important; text-decoration: underline; background-position: 0% 50%; background-repeat: repeat repeat !important;\">Manual</span>, the \"bible\" for the operation of the dam system).  Preservation of habitat for at-risk bird and fish populations soon became a </span></span><a href=\"http://www.time.com/time/2002/lewis_clark/lmissouri.html\" style=\"text-decoration: none; color: #0033cc;\"><span style=\"font-family: \'times new roman\', times;\"><span style=\"font-size: medium;\">hot issue</span></span></a><span style=\"font-family: \'times new roman\', times;\"><span style=\"font-size: medium;\"> among the burgeoning environmental lobby.  The pressure to satisfy the demands of these groups grew exponentially as politicians eagerly traded their common sense for \"green\" political support.</span></span></p>\r\n<p style=\"margin-top: 10px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;\"><span style=\"font-family: \'times new roman\', times;\"><span style=\"font-size: medium;\">Things turned absurd from there.  An </span></span><a href=\"http://www.americanrivers.org/\" style=\"text-decoration: none; color: #0033cc;\"><span style=\"font-family: \'times new roman\', times;\"><span style=\"font-size: medium;\">idea</span></span></a><span style=\"font-family: \'times new roman\', times;\"><span style=\"font-size: medium;\"> to restore the nation\'s rivers to a natural (pre-dam) state swept through the environmental movement and their allies.  <a href=\"http://www.americanthinker.com/2011/06/the_purposeful_flooding_of_americas_heartland.html\">READ MORE &gt;&gt;&gt;</a></span></span></p>\r\n<p> </p>','',1,1,0,1,'2011-06-27 12:24:40',62,'American Thinker','0000-00-00 00:00:00',0,62,'2011-06-27 12:28:11','2011-06-27 12:24:40','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,213,'','',0,121,'robots=\nauthor='),(319,'\'Project Gunrunner\' Whistleblower Says ATF Sent Him Termination Notice','project-gunrunner-whistleblower-says-atf-sent-him-termination-notice','','<p><img src=\"http://a57.foxnews.com/static/managed/img/U.S./396/223/ATF-vince-cefalu-2.gif\" border=\"0\" alt=\"ATF vince cefalu 2\" hspace=\"7\" align=\"left\" style=\"border: 0px none initial;\" /></p>\r\n<p>Published June 27, 2011<br />FoxNews.com<br />Vince Cefalu<br /> Vince Cefalu in 2010<br /> The Bureau of Alcohol, Tobacco and Firearms is being accused of retaliating against an agent who helped publicize the agency’s role in allowing thousands of guns to cross the U.S. border and fall into the hands of Mexican drug gangs. The agent, Vince Cefalu, who has spoken out about the ATF\'s so-called \"Project Gunrunner\" scandal, says he was served with termination papers just last week, and he calls the move politically motivated. “Aside from Jay Dobyns, I don\'t know of anyone that\'s been more vocal about ATF mismanagement than me,” said Cefalu, a senior special agent based in Dublin, Calif. “That\'s why this is happening.” Dobyns, an ATF special agent based in Tucson, has appeared several times on Fox News to discuss the scandal.</p>\r\n<p>Read more: <a href=\"http://www.foxnews.com/politics/2011/06/27/atf-to-fire-gunrunner-whistleblower/#ixzz1QXDGDvG6\">http://www.foxnews.com/politics/2011/06/27/atf-to-fire-gunrunner-whistleblower/#ixzz1QXDGDvG6</a></p>','',1,15,0,72,'2011-06-28 02:41:49',62,'Maxim Lott Fox News','2011-07-05 14:30:05',62,0,'0000-00-00 00:00:00','2011-06-28 02:41:49','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',8,0,22,'','',0,324,'robots=\nauthor='),(321,'The Patriot Act and the EU Cloud','the-patriot-act-and-the-eu-cloud','','<p>+--------------------------------------------------------------------------------------------------------<br />|  The Patriot Act and the EU Cloud<br />|   from the lets-see-what-you-got-there  dept.<br />|   posted by samzenpus on Wednesday June 29, @22:14 (Privacy)<br />|    <a href=\"https://yro.slashdot.org/story/11/06/30/0050236/The-Patriot-Act-and-the-EU-Cloud?utm_source=newsletter&amp;utm_medium=email\">https://yro.slashdot.org/story/11/06/30/0050236/The-Patriot-Act-and-the-EU-Cloud?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />ISoldat53  writes \"Gordon Frazer, managing director of Microsoft UK said<br />that the  Patriot Act allows government access to data in its cloud<br />services even in  Europe. Though he said that \'customers would be informed<br />wherever possible,\'  he could not provide a guarantee that they would be<br />informed if a gagging  order, injunction or U.S. National Security Letter<br />permits  it.\"<br /><br />Discuss this story at:<br /> <a href=\"https://yro.slashdot.org/story/11/06/30/0050236/The-Patriot-Act-and-the-EU-Cloud?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://yro.slashdot.org/story/11/06/30/0050236/The-Patriot-Act-and-the-EU-Cloud?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"http://www.zdnet.com/blog/igeneration/microsoft-admits-patriot-act-can-access-eu-based-cloud-data/11225\">http://www.zdnet.com/blog/igeneration/microsoft-admits-patriot-act-can-access-eu-based-cloud-data/11225</a></p>','',1,13,0,70,'2011-07-02 04:45:36',62,'slashdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-07-02 04:45:36','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,63,'','',0,79,'robots=\nauthor='),(322,'California\'s New Internet Tax: The Sequel','californias-new-internet-tax-the-sequel','','<p>+--------------------------------------------------------------------------------------------------------<br />|  Amazon Drops California Associates to Avoid Sales Tax<br />|   from the  tax-the-tubes dept.<br />|   posted by samzenpus on Thursday June 30, @08:11  (Businesses)<br />|   <a href=\"https://yro.slashdot.org/story/11/06/30/0323220/Amazon-Drops-California-Associates-to-Avoid-Sales-Tax?utm_source=newsletter&amp;utm_medium=email\">https://yro.slashdot.org/story/11/06/30/0323220/Amazon-Drops-California-Associates-to-Avoid-Sales-Tax?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />PCM2  writes \"Residents of California who participate in the Amazon<br />Associates  Program received an email warning them that [0]the program<br />will be terminated  as soon as a new California law goes into effect. The<br />law, which CA governor  Jerry Brown signed, would require online retailers<br />to collect sales tax on  purchases. According to Amazon\'s statement, \'We<br />oppose this bill because it  is unconstitutional and counterproductive. It<br />is supported by big-box  retailers, most of which are based outside<br />California, that seek to harm the  affiliate advertising programs of their<br />competitors.\'\"<br /><br />Discuss this  story at:<br /> <a href=\"https://yro.slashdot.org/story/11/06/30/0323220/Amazon-Drops-California-Associates-to-Avoid-Sales-Tax?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://yro.slashdot.org/story/11/06/30/0323220/Amazon-Drops-California-Associates-to-Avoid-Sales-Tax?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"http://www.boingboing.net/2011/06/29/amazon-kills-associa.html\">http://www.boingboing.net/2011/06/29/amazon-kills-associa.html</a><br /><br /></p>','',1,1,0,1,'2011-07-02 04:49:04',62,'slashdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-07-02 04:49:04','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,212,'','',0,181,'robots=\nauthor='),(320,'The Glory Will Return','the-glory-will-return','','<p> </p>\r\n<div style=\"TEXT-ALIGN: left\"><img class=\"caption\" src=\"images/stories/r_joyner_85px.jpg\" border=\"0\" alt=\"Rick Joyner Morningstar Ministries\" title=\"Rick Joyner\" align=\"left\" />I have been a devoted student of history for  more than forty years, but it has been only over the last several years that I  have felt compelled to understand our foundations as a nation. I was surprised  to see that we truly were a nation built on sound biblical principles. The  Scriptures give a lot of instruction about righteous governments, and The Great  Commission was to make disciples of all nations, not just individuals. I have  concluded that America was certainly one of the great nation disciples of the  Lord. Our government was founded mostly by those with a great resolve to adhere  to biblical principles of righteousness and justice. The prosperity we have  enjoyed as a nation was the favor of God promised to the nations that did this  as we see in places like Proverbs 14:34.<br /><br />If we had continued to adhere to  these basic biblical principles that the nation was founded on, we would not  likely have any of the troubles we’re now in. The answer to getting out of the  crises we’re in is to return to those solid foundations. However, we must  understand them to return to them.<br /><br /><strong>The Scheme of the  Devil</strong><br /><br />The quickest way to kill a plant is to cut it off from its  roots; the quickest way to kill a nation or culture is to cut it off from its  history, which are its roots. This is why one of the first things totalitarian  governments do when they gain power over a nation is to start changing its  history. There has been a systematic attempt to destroy America by doing just  that—gradually revising our history and then changing it altogether. What is now  taught in virtually all of our schools as American history is not the truth  about our history.<br /><br />History textbooks now used in our public schools make  almost no mention of our Judeo/Christian foundations unless they are derogatory.  The emphasis of these textbooks is so focused on the mistakes and negatives in  our history that they leave students ashamed to be Americans. This could be a  greater threat to our future than all of the other crises we’re now facing. We  have been systematically cut off from our roots. If we do not reattach to them  soon, we will perish as a nation. If we do recover our roots, revival will  quickly follow.</div>\r\n<div style=\"TEXT-ALIGN: right\"><span style=\"FONT-SIZE: 14px\"><span style=\"COLOR: #000000\"><span style=\"FONT-FAMILY: georgia,serif\"><a href=\"http://morningstarministries.us2.list-manage.com/track/click?u=fe4c6a59812c4942b275f2b5a&amp;id=5e425cb63f&amp;e=a9d97f1df9\" style=\"COLOR: #336699; FONT-WEIGHT: normal; TEXT-DECORATION: underline\"><strong>Click  Here to Read More </strong></a></span></span></span></div>\r\n<p> </p>','',1,7,0,34,'2011-06-28 12:36:49',63,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-06-28 12:36:49','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,4,'','',0,462,'robots=\nauthor='),(323,'FBI Wiretapped Hemingway','fbi-wiretapped-hemingway','','<p>| FBI Wiretapped Hemingway<br />|   from the rights-and-writers dept.<br />|    posted by Soulskill on Saturday July 02, @16:55 (Books)<br />|   <a href=\"https://yro.slashdot.org/story/11/07/02/2049206/FBI-Wiretapped-Hemingway?utm_source=newsletter&amp;utm_medium=email\">https://yro.slashdot.org/story/11/07/02/2049206/FBI-Wiretapped-Hemingway?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />[0]Hugh  Pickens writes \"On the fiftieth anniversary of the death by<br />suicide of author  Ernest Hemingway, his friend and biographer A. E.<br />Hotchner writes in the NY  Times that the man who \'had stood his ground<br />against charging water  buffaloes, who had flown missions over Germany,<br />who had refused to accept the  prevailing style of writing but, enduring<br />rejection and poverty, had insisted  on writing in his own unique way,<br />this man, my deepest friend, was afraid â€”  [1]afraid that the FBI was<br />after him, that his body was disintegrating, that  his friends had turned<br />on him, that living was no longer an option.\' In the  midst of depression<br />and under treatment at St. Mary\'s Hospital in Rochester,  Minnesota,<br />Hemingway was convinced that his room was bugged, his phone was  tapped,<br />and suspected that one of the interns was a fed. Decades later,  in<br />response to a Freedom of Information petition, [2]the FBI released  its<br />Hemingway file. It revealed that beginning in the 1940s J. Edgar  Hoover<br />had placed Hemingway under surveillance because he was suspicious  of<br />Ernest\'s activities in Cuba. The surveillance continued all through  his<br />confinement at St. Mary\'s Hospital, making it likely that the  phone<br />outside his room was tapped after all. \'In the years since, I have  tried<br />to reconcile Ernest\'s fear of the FBI, which I regretfully  misjudged,<br />with the reality of the FBI file,\' writes [3]Hotchner, author of  Papa<br />Hemingway and Hemingway and His World. \'I now believe he truly sensed  the<br />surveillance, and that it substantially contributed to his anguish  and<br />his suicide.\'\"<br /><br />Discuss this story at:<br /> <a href=\"https://yro.slashdot.org/story/11/07/02/2049206/FBI-Wiretapped-Hemingway?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://yro.slashdot.org/story/11/07/02/2049206/FBI-Wiretapped-Hemingway?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"http://hughpickens.com/\">http://hughpickens.com/</a><br /> 1. <a href=\"http://www.nytimes.com/2011/07/02/opinion/02hotchner.html?_r=4&amp;pagewanted=all\">http://www.nytimes.com/2011/07/02/opinion/02hotchner.html?_r=4&amp;pagewanted=all</a><br /> 2. <a href=\"http://vault.fbi.gov/Ernest%20Hemingway%20/Ernest%20Hemingway%20Part%201%20of%203/view\">http://vault.fbi.gov/Ernest%20Hemingway%20/Ernest%20Hemingway%20Part%201%20of%203/view</a><br /> 3. <a href=\"http://simplycharly.com/hemingway/ae_hotchner_papa_hemingway_reviews.htm\">http://simplycharly.com/hemingway/ae_hotchner_papa_hemingway_reviews.htm</a></p>','',1,13,0,70,'2011-07-03 15:26:19',62,'slashdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-07-03 15:26:19','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,62,'','',0,72,'robots=\nauthor='),(324,'Sex at Work?','sex-at-work','','<p><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px; color: #000000; line-height: normal;\">\r\n<p style=\"margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; line-height: 1.3em; font-size: 14px; padding: 0px;\"><img src=\"images/stories/columnistturek.gif\" border=\"0\" alt=\"Turek\" align=\"left\" />Are you supposed to have sex at work? I guess it depends on your profession, but for most of us the answer is “no.” Why then is corporate America obsessed with training about sex?</p>\r\n<p style=\"margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; line-height: 1.3em; font-size: 14px; padding: 0px;\">As described in <a href=\"http://townhall.com/columnists/mikeadams/\" style=\"text-decoration: underline; color: #0000ff;\">several recent columns by Mike Adams</a>, I was fired as a vendor by Cisco for my conservative beliefs about sex and marriage even though my beliefs were never expressed on the job. When a homosexual manager found out on the Internet that I had authored a <a href=\"http://www.amazon.com/Correct-Politically-Same-Sex-Marriage-Everyone/dp/1607081628/ref=pd_sim_b_41\" style=\"text-decoration: underline; color: #0000ff;\">book</a> giving evidence that maintaining our current marriage laws would be best for society, he couldn’t tolerate me and requested I be fired. An HR executive canned me within hours without ever speaking to me. This happened despite the fact that the leadership and teambuilding programs I led always received high marks (even from the homosexual manager!)...<em><a href=\"http://townhall.com/columnists/frankturek/2011/06/28/sex_at_work/page/full/\">read more</a></em></p>\r\n</span></p>','',1,5,0,43,'2011-07-04 13:29:57',62,'Frank Turek in Townhall','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-07-04 13:29:57','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,11,'','',0,474,'robots=\nauthor='),(325,'New Trillion Dollar Bill','new-trillion-dollar-bill','','<p><strong>This Power Point presentation does not work in the IE (Internet Explorer) browser. May be viewed in other browsers including Opera, Safari, Firefox or Chrome.</strong> </p>\r\n<p> </p>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe<br />src=\"http://docs.google.com/viewer?url=http://letsrebuildit.com/images/stories/Trillion.pps&amp;embedded=true\" <br />width=\"428\" <br />height=\"330\" <br />style=\"border: none;\"<span>&gt;</span><br /><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,5,0,43,'2011-07-04 17:30:50',62,'Submitted by CB','2011-07-09 22:23:10',62,62,'2011-07-11 12:14:32','2011-07-04 17:30:50','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',13,0,10,'','',0,507,'robots=\nauthor='),(326,'Obama Care EMS Unit','obama-care-ems-unit','','<p><img src=\"images/stories/humor/obamacare_ems_640.jpg\" border=\"0\" align=\"left\" /></p>','',1,16,0,73,'2011-07-04 17:55:42',62,'Submitted by BB','2011-07-04 18:16:10',62,0,'0000-00-00 00:00:00','2011-07-04 17:55:42','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,18,'','',0,102,'robots=\nauthor='),(327,'WSBTV Atlanta Knows Why Arizona is Protecting Our Borders','wsbtv-atlanta-knows-why-arizona-is-protecting-our-borders','','\n<div>\n<div>\n<div>\n<div>\n<div class=\"MsoNormal\"><b><font face=\"Arial\" color=\"#000000\" size=\"3\"><span style=\"font-weight:bold;font-size:12pt;color:#000000;font-family:Arial;\">According \nto the Border Patrol the public is being mislead as to WHO is coming into the US \nfrom Mexico. This IS THE TRUTH. as reported by WSBTV \nin Atlanta.</span></font></b></div></div></div></div>\n<div>\n<div>\n<div>\n<div>\n<div>\n<div>\n<div class=\"MsoNormal\"><font face=\"Times New Roman\" size=\"3\"><span style=\"font-size:12pt;\"></span></font> </div></div></div></div></div>\n<div>\n<div class=\"MsoNormal\"><b><font face=\"Arial\" color=\"#000000\" size=\"3\"><span style=\"font-weight:bold;font-size:12pt;color:#000000;font-family:Arial;\">Video \n1 <a title=\"http://www.wsbtv.com/video/23438021/index.html\" href=\"http://www.wsbtv.com/video/23438021/index.html\" target=\"_blank\"><u><font color=\"#810081\"><span style=\"color:#810081;\"><span title=\"http://www.wsbtv.com/video/23438021/index.html CTRL + Click to follow link\">http://www.wsbtv.com/video/23438021/index.html</span></span></font></u></a></span></font></b></div></div></div></div>\n<div>\n<div>\n<div class=\"MsoNormal\"><font face=\"Times New Roman\" size=\"3\"><span style=\"font-size:12pt;\"></span></font> </div></div></div>\n<div>\n<div class=\"MsoNormal\"><b><font face=\"Arial\" color=\"#000000\" size=\"3\"><span style=\"font-weight:bold;font-size:12pt;color:#000000;font-family:Arial;\">Video \n2 <a title=\"http://www.wsbtv.com/video/23438712/index.html\" href=\"http://www.wsbtv.com/video/23438712/index.html\" target=\"_blank\"><u><font color=\"#810081\"><span title=\"http://www.wsbtv.com/video/23438712/index.html CTRL + Click to follow link\" style=\"color:#810081;\">http://www.wsbtv.com/video/23438712/index.html</span></font></u></a></span></font></b></div></div>\n<div>\n<div>\n<div class=\"MsoNormal\"><font face=\"Times New Roman\" size=\"3\"><span style=\"font-size:12pt;\"></span></font> </div></div></div>\n<div>\n<div class=\"MsoNormal\"><b><font face=\"Arial\" color=\"#000000\" size=\"3\"><span style=\"font-weight:bold;font-size:12pt;color:#000000;font-family:Arial;\">If \nwe don\'t get this message out to the people, we are dead ducks...and \nsoon!</span></font></b></div></div>\n<div>\n<div class=\"MsoNormal\"><b><font face=\"Arial\" color=\"#FF0000\" size=\"3\"><span style=\"font-weight:bold;font-size:12pt;color:#FF0000;font-family:Arial;\"></span></font></b> </div></div></div>','',1,5,0,43,'2011-07-04 18:42:52',0,'Information','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-07-04 00:00:00','0000-00-00 00:00:00','','','',1,0,9,'','',0,386,''),(328,'Iran Ridicules July 4th: America is Not Independent','iran-ridicules-july-4th-america-is-not-independent','','<p><span style=\"border-collapse: collapse; font-family: Arial, Helvetica, sans-serif; font-size: 13px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; color: #000000; line-height: normal;\">\r\n<div class=\"ArticalAuthor\">by Tzvi Ben Gedalyahu</div>\r\n<div class=\"FollowUs\" style=\"margin-top: 15px; color: #366c92; font-style: italic; font-weight: bold;\">Follow Israel news on <a href=\"http://twitter.com/IsraelNewsStory\" target=\"_blank\" style=\"text-decoration: none;\"><img src=\"http://www.israelnationalnews.com/images/logo-twitter.jpg\" border=\"0\" alt=\"Twitter\" style=\"vertical-align: top; border: 0px initial initial;\" /></a> and <a href=\"http://www.facebook.com/pages/IsraelNationalNews/102510354100\" target=\"_blank\" style=\"text-decoration: none;\"><img src=\"http://www.israelnationalnews.com/images/logo-facebook.jpg\" border=\"0\" alt=\"Facebook\" style=\"vertical-align: top; border: 0px initial initial;\" /></a>.</div>\r\n<br />\r\n<div class=\"articaltext\" style=\"font-size: 10pt; font-weight: normal; color: #000000; padding-top: 5px; padding-bottom: 5px; padding-right: 10px;\">\r\n<p>Iran ”celebrates” <a href=\"http://www.israelnationalnews.com/Articles/Article.aspx/10376\" target=\"_blank\" style=\"text-decoration: underline !important; font-weight: bold; color: #143c59; overflow-y: scroll; overflow-x: hidden;\">Independence Day </a>in the United States by saying the US has lost independence to foreign <span style=\"background-image: none; border-bottom: #0000cc 1px solid; position: static; padding-bottom: 1px !important; background-color: transparent; font-style: normal !important; padding-left: 0px !important; background-attachment: scroll; padding-right: 0px !important; display: inline !important; font-family: Arial, Helvetica, sans-serif !important; background-position: 0% 50%; float: none !important; color: #0000cc !important; font-size: 13px !important; cursor: pointer !important; font-weight: normal !important; text-decoration: underline; padding-top: 0px !important; background-origin: initial; background-clip: initial;\">creditors</span> and, of course, Israel.</p>\r\n<p><em><a href=\"http://www.israelnationalnews.com/News/News.aspx/145407\">read more...</a></em></p>\r\n</div>\r\n</span></p>','',1,22,0,80,'2011-07-05 11:41:44',62,'Article from Arutz Sheva','2012-02-27 03:07:54',62,0,'0000-00-00 00:00:00','2011-07-05 11:41:44','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,21,'','',0,424,'robots=\nauthor='),(490,'Obama Shuts Down American Business','obama-shuts-down-american-business','','<p><span style=\"font-family: arial;\">\r\n<div><strong><img class=\"caption\" src=\"images/stories/obama_holder_napolitano.jpg\" border=\"0\" alt=\"Obama Holder Napolitano\" title=\"Obama Holder Napolitano\" hspace=\"7\" /></strong></div>\r\n<div><strong>More than 14 million Americans are unemployed, and it looks like Obama wants to increase those numbers by closing down Gibson Guitar factories in Tennessee in order to send jobs overseas. </strong></div>\r\n</span></p>\r\n<div><strong> </strong><br />Armed agents from the U.S. Fish and Wildlife Service and Homeland Security raided Gibson Guitar corporate headquarters and four of their factories, and confiscated 24 pallets of Indian rosewood and ebony, as well as guitars (more than $500,000 in products) and computer files. <br /><br />The raid cost Gibson more than $1 million in lost profits, because the company was forced to shut down production and send hundreds of workers home - after they were interrogated by Homeland Security. <br /><br /><strong>Yet to this date, <span style=\"text-decoration: underline;\">NO CHARGES HAVE BEEN FILED</span>. Obama\'s DOJ is stalling and forcing Gibson guitar out of business ... or at least, overseas.</strong> <br /><br />Many have speculated that Obama is attacking Gibson because their CEO, Henry Juszkiewicz, is a big contributor to Republican candidates...AND they operate non-union manufacturing plants. <br /><br />This might sound far-fetched at first, until one learns that Gibson Guitar\'s top competitors -- who are unionized and big supporters of Obama - have not been raided, and <strong><span style=\"text-decoration: underline;\">they, too, import the same products from India</span></strong>. \r\n','\r\n<br /><br /><strong><a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000363/!x-usc:http:/news.dienerconsultants.com/ct/7986650:11297180161:m:4:299464979:CFD0FF038F4F3EE848EAB6839AA79B43:r\" target=\"_blank\" title=\"http://news.dienerconsultants.com/ct/7986650:11297180161:m:4:299464979:CFD0FF038F4F3EE848EAB6839AA79B43:r\" rel=\"nofollow\">Obama and his rogue Department of Justice cannot continue to expand their police state and eliminate businesses that don\'t necessarily agree with their politics. Fax Congress now and tell them to investigate this attack on Gibson Guitars and and help save American businesses! </a></strong><br /><br />Why is Obama worried about wood importation? Ostensibly, because of the Lacey Act of 1900, which was originally passed to regulate trade in bird feathers used for hats, amended in 2008 to cover <strong><span style=\"text-decoration: underline;\">wood</span></strong> and other plant products. <br /><br /><strong><span style=\"text-decoration: underline;\">The U.S. Lacey Act</span> includes the provision that <em>Anyone who imports into the United States, or exports out of the United States, illegally harvested plants or products made from illegally harvested plants, including timber, as well as anyone who exports, transports, sells, receives, acquires or purchases such products in the United States, may be prosecuted. In any prosecution under the Lacey Act, the burden of proof of a violation rests on the government</em>. </strong><br /><br />Since the wood imported by Gibson is not <span style=\"text-decoration: underline;\">finished</span> by workers in India, the feds are claiming that the product is illegal to import into the U.S. --- not <strong><span style=\"text-decoration: underline;\">because of U.S. law, but because Obama\'s Justice Department wants to interpret India\'s law whichever way it sees fit, in order to push the Administration\'s agenda</span></strong>...which we have to assume is kicking businesses who don\'t support his agenda OUT OF THE COUNTRY. <br /><br />Sen. Rand Paul (R-KY) has now introduced an amendment called the FOCUS Act (Freedom from Over-Criminalization and Unjust Seizures Act of 2012). It will remove every reference to \"foreign law\" from the Lacey Act and substitute current federal penalties with civil penalties. <br /><br /><strong>Senator Paul said on his website: <em>\"It is long overdue that the Lacey Act be revised to address its broad overcriminalization. We have seen the damage this extremely broad and vague law has done to American companies and it is time to change its language to better serve Americans and the American jobs it threatens.\"</em></strong> <br /><br />Congress needs to pass this amendment and support American businesses. Obama and his rogue Department of Justice cannot continue to expand their police state and eliminate businesses that don\'t necessarily agree with their politics. Fax Congress now and tell them to support the FOCUS Act and save American businesses! <br /><br /><span style=\"BACKGROUND-COLOR: yellow\"><strong>According to a court filing made by the Justice Department, Gibson is being told by the Administration to move its manufacturing overseas ... to Madagascar. </strong></span><br /><br /><strong>\"I think they\'re taking the position that we should be shifting these jobs overseas,\"</strong> Bruce Mitchell, the chief legal counsel for Gibson told Fox News. \"We have - probably 40 people in our factory here who are doing the inlays into the fingerboard. ... <strong>If all that was to be done over in India, then ... those jobs would be lost.</strong>\" <br /><br />Gibson factory workers were told that they could face <strong><span style=\"text-decoration: underline;\">criminal prosecution</span></strong> for sorting wood in the Gibson factory. <br /><br /><strong>\"We feel totally abused. We believe the arrogance of federal power is impacting me personally, our company personally and the employees here in Tennessee, and it\'s just plain wrong,\"</strong> Gibson CEO Henry Juszkiewicz said in a statement released to the media. <br /><br /><strong><a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000363/!x-usc:http:/news.dienerconsultants.com/ct/7986650:11297180161:m:4:299464979:CFD0FF038F4F3EE848EAB6839AA79B43:r\" target=\"_blank\" title=\"http://news.dienerconsultants.com/ct/7986650:11297180161:m:4:299464979:CFD0FF038F4F3EE848EAB6839AA79B43:r\" rel=\"nofollow\">Congress needs to pass this amendment and support American businesses. Obama and his rogue Department of Justice cannot continue to expand their police state and eliminate businesses that don\'t necessarily agree with their politics. Fax Congress now and tell them to support the FOCUS Act and save American businesses! </a></strong><br /><br />The charges against Gibson do seem rather trumped-up. The wood that was seized is from a Forest Stewardship Council certified supplier and is FSC Controlled. FSC standards require the wood not be illegally harvested and not be harvested in violation of traditional and civil rights. <br /><br />Gibson is suing the government in Federal Court in Nashville to get their property back. (And still, the government hasn\'t charged the company with any wrongdoing.) Juszkiewicz says that Gibson employees are being <strong>\"treated like drug criminals.\" </strong><br /><br />At a time when Obama is claiming that he wants to create jobs, he is doing everything he can to eliminate Gibson\'s American workforce. <br /><br /><strong><em><span style=\"text-decoration: underline;\">AND AGAIN, WHAT IS INTERESTING</span></em></strong> is that Gibson\'s big competitor...who uses the same kind of wood...HAS NOT BEEN RAIDED, SHUT DOWN, OR CHARGED WITH ANYTHING. <br /><br />Rep. Marsha Blackburn (R-TN) says <strong>\"Gibson Guitar is at the heart of this jobs debate, and is an example of exactly why President Obama has it wrong when it comes to getting our economy back on track. Maybe if the President spent more time finding real solutions to empowering small business owners and less time hindering businesses like Gibson, we\'d see more new jobs being created.\"</strong> <br /><br />The government\'s encroachment of our rights will continue as long as we fail to act! They are violating the Fourth Amendment rights of individuals and destroying American businesses. Is it all for political reasons? Or is it simply Obama\'s expanding police state? <br /><br /><strong><a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000363/!x-usc:http:/news.dienerconsultants.com/ct/7986650:11297180161:m:4:299464979:CFD0FF038F4F3EE848EAB6839AA79B43:r\" target=\"_blank\" title=\"http://news.dienerconsultants.com/ct/7986650:11297180161:m:4:299464979:CFD0FF038F4F3EE848EAB6839AA79B43:r\" rel=\"nofollow\">Members of Congress need to hear from you TODAY so they will investigate this corruption and support Senator Paul\'s FOCUS Act! </a></strong><br /><br />\r\n<div><a href=\"http://news.dienerconsultants.com/ct/7986650:11297180161:m:4:299464979:CFD0FF038F4F3EE848EAB6839AA79B43:r\" target=\"_blank\" title=\"http://news.dienerconsultants.com/ct/7986650:11297180161:m:4:299464979:CFD0FF038F4F3EE848EAB6839AA79B43:r\" rel=\"nofollow\"><img src=\"http://news.dienerconsultants.com/cimages/360ce682f729ed519b33907df38dc876/button_fax.gif\" border=\"0\" alt=\"http://news.dienerconsultants.com/ct/7986650:11297180161:m:4:299464979:CFD0FF038F4F3EE848EAB6839AA79B43:r\" title=\"http://news.dienerconsultants.com/ct/7986650:11297180161:m:4:299464979:CFD0FF038F4F3EE848EAB6839AA79B43:r\" /></a></div>\r\n<br />Conservative Action Alerts<br /><a href=\"http://news.dienerconsultants.com/ct/7986651:11297180161:m:4:299464979:CFD0FF038F4F3EE848EAB6839AA79B43:r\" target=\"_blank\" title=\"http://news.dienerconsultants.com/ct/7986651:11297180161:m:4:299464979:CFD0FF038F4F3EE848EAB6839AA79B43:r\" rel=\"nofollow\">www.ConservativeActionAlerts.com</a> <br /><br /><a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000363/!x-usc:http:/news.dienerconsultants.com/ct/7986651:11297180161:m:4:299464979:CFD0FF038F4F3EE848EAB6839AA79B43:r\" target=\"_blank\" title=\"http://news.dienerconsultants.com/ct/7986651:11297180161:m:4:299464979:CFD0FF038F4F3EE848EAB6839AA79B43:r\" rel=\"nofollow\">www.ConservativeActionAlerts.com</a> <br /><br />P.S. <strong><a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000363/!x-usc:http:/news.dienerconsultants.com/ct/7986650:11297180161:m:4:299464979:CFD0FF038F4F3EE848EAB6839AA79B43:r\" target=\"_blank\" title=\"http://news.dienerconsultants.com/ct/7986650:11297180161:m:4:299464979:CFD0FF038F4F3EE848EAB6839AA79B43:r\" rel=\"nofollow\">The acts of the Justice Department must be investigated and the FOCUS Act must be passed. At a time when 14 million Americans are unemployed, and millions more are underemployed, why is the Obama administration attacking Gibson, an American institution that continues to hire new employees - right here in America? Maybe because Gibson is not a big political donor to Obama?</a></strong> <br /><br /></div>\r\n<p>\r\n<div><span style=\"font-size: x-small;\"><em>Conservative Action Alerts (CAA) is a media outlet protected by the first<br />amendment and that support for our efforts is not tax-deductible.</em></span></div>\r\n<div><a href=\"http://www.foxnews.com/politics/2011/09/07/does-white-house-want-to-ship-jobs-overseas/\">GOTO  FoxNews Article &gt;&gt;&gt;</a></div>\r\n</p>\r\n<p> </p>',1,13,0,70,'2012-02-29 21:01:13',62,'Conservativa Action Alerts','2012-03-01 00:19:20',62,0,'0000-00-00 00:00:00','2012-02-29 21:01:13','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,19,'','',0,484,'robots=\nauthor='),(329,'US Wiretap Report Released','us-wiretap-report-released','','<p>US Wiretap Report Released<br />|   from the needs-improvement dept.<br />|    posted by samzenpus on Sunday July 03, @21:30 (Privacy)<br />|   <a href=\"https://yro.slashdot.org/story/11/07/03/2315222/US-Wiretap-Report-Released?utm_source=newsletter&amp;utm_medium=email\">https://yro.slashdot.org/story/11/07/03/2315222/US-Wiretap-Report-Released?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />sTeF  writes \"According to the [0]2010 Wiretap Report (Pdf), released<br />today by the  Administrative Office of the United States Courts (AOUSC)<br />federal and state  requests for [1]court permission to intercept or<br />wiretap electronic  communications increased 34% in 2010 over 2009.<br />California, New York, and New  Jersey accounted for 68% of all wire taps<br />approved by state  judges.\"<br />\r\n','\r\n<br />Discuss this story at:<br /> <a href=\"https://yro.slashdot.org/story/11/07/03/2315222/US-Wiretap-Report-Released?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://yro.slashdot.org/story/11/07/03/2315222/US-Wiretap-Report-Released?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"http://www.uscourts.gov/uscourts/Statistics/WiretapReports/2010/2010WireTapReport.pdf\">http://www.uscourts.gov/uscourts/Statistics/WiretapReports/2010/2010WireTapReport.pdf</a><br /> 1. <a href=\"http://www.networkworld.com/news/2011/063011-wiretaps.html?hpg1=bn\">http://www.networkworld.com/news/2011/063011-wiretaps.html?hpg1=bn</a></p>',1,13,0,70,'2011-07-05 13:36:40',62,'slashdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-07-05 13:36:40','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,61,'','',0,269,'robots=\nauthor='),(330,'Kinect-Based AI System Watches What You\'re Up To','kinect-based-ai-system-watches-what-youre-up-to','','<p>+--------------------------------------------------------------------------------------------------------<br />|  Kinect-Based AI System Watches What You\'re Up To<br />|   from the  8-bit-necktie-on-the-door dept.<br />|   posted by timothy on Monday July 04,  @12:09 (AI)<br />|   <a href=\"https://hardware.slashdot.org/story/11/07/04/1426252/Kinect-Based-AI-System-Watches-What-Youre-Up-To?utm_source=newsletter&amp;utm_medium=email\">https://hardware.slashdot.org/story/11/07/04/1426252/Kinect-Based-AI-System-Watches-What-Youre-Up-To?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />mikejuk  writes \"Researchers from Cornell have used AI to create a system<br />based on the  Kinect that [0]can recognize what you are doing â€” cleaning<br />your teeth,  cooking, writing on a whiteboard etc. In a smart home it<br />could be used to  offer help: \'Would you like some help with that recipe,<br />Dave?\' Or it could  monitor patients or workers to make sure they are<br />doing what they are told.  The study also reveals that there is probably<br />enough information in how  activities are performed to recognize an<br />individual â€” so providing yet more  biometrics. There are clearly a lot<br />more things that we can teach the Kinect  to do with machine learning than<br />just gesture recognition.\"<br /><br />Discuss  this story at:<br /> <a href=\"https://hardware.slashdot.org/story/11/07/04/1426252/Kinect-Based-AI-System-Watches-What-Youre-Up-To?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://hardware.slashdot.org/story/11/07/04/1426252/Kinect-Based-AI-System-Watches-What-Youre-Up-To?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"http://www.i-programmer.info/news/105-artificial-intelligence/2695-kinect-knows-what-you-are-doing.html\">http://www.i-programmer.info/news/105-artificial-intelligence/2695-kinect-knows-what-you-are-doing.html</a></p>','',1,13,0,70,'2011-07-05 13:41:20',62,'slashdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-07-05 13:41:20','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,60,'','',0,32,'robots=\nauthor='),(331,'Flash Mob - \"proud to be an american\"','flash-mob-qproud-to-be-an-americanq','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"262\" src=\"http://www.youtube.com/embed/FATQ0ayQXsA\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,5,0,43,'2011-07-05 14:43:39',62,'submitted by Bob Storey','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-07-05 14:43:39','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,8,'','',0,375,'robots=\nauthor='),(332,'Sad day for skier Linsey Vonn','sad-day-for-skier-linsey-vonn','','<h2><strong><em>A sad day for skier Lindsey Vonn......</em></strong></h2>\r\n<h3>I find this so sad. She truly earned this medal...<br />American Lindsey Vonn has had to forfeit her Gold Medal on Friday, April 1, 2011.</h3>\r\n<p> </p>\r\n<p align=\"center\"><br /> <img src=\"images/stories/humor/lvonn.jpg\" border=\"0\" /></p>\r\n<p align=\"center\"> </p>\r\n<h3><br /> The International Olympic Committee announced today that it has taken back the gold medal previously awarded to American skier Lindsey Vonn and given it to U.S. President Barack Obama.</h3>\r\n<p> </p>\r\n<p align=\"center\"> </p>\r\n<p align=\"center\"><img src=\"images/stories/humor/bo.jpg\" border=\"0\" /></p>\r\n<h3>Olympic officials said President Obama deserved the medal more than Ms. Vonn because no one has ever gone downhill faster than Mr. Obama has.</h3>','',1,16,0,73,'2011-07-05 17:18:59',62,'submitted by RS','2011-07-05 17:35:56',62,0,'0000-00-00 00:00:00','2011-07-05 17:18:59','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,17,'','',0,83,'robots=\nauthor='),(333,'Lt Col West Answers Marine\'s Question about Islam','lt-col-west-answers-marines-question-about-islam','','<h3><a href=\"http://articles.cnn.com/2003-12-12/us/sprj.nirq.west.ruling_1_allen-west-iraqi-detainee-military-justice?_s=PM:US\">Introduction: CNN U.S. December 13, 2003, excerpted</a></h3>\r\n<p style=\"margin-top: 0in; margin-right: 0in; margin-bottom: 7.5pt; margin-left: 0in;\">The commanding general of the 4th Infantry Division on Friday accepted a U.S. military investigator\'s recommendation and ordered administrative action against Lt. Col. Allen West, who was accused of using improper methods to force information out of an Iraqi detainee.</p>\r\n<p style=\"margin-top: 0in; margin-right: 0in; margin-bottom: 7.5pt; margin-left: 0in;\">The case stems from an incident August 20 at a military base in Taji, just north of Baghdad, when West was interrogating an Iraqi policeman, who was believed to have information about a plot to assassinate West with an ambush on a U.S. convoy.</p>\r\n<p style=\"margin-top: 0in; margin-right: 0in; margin-bottom: 7.5pt; margin-left: 0in;\">In testimony at an Article 32 hearing -- the military\'s version of a grand jury or preliminary hearing -- West said the policeman, Yahya Jhrodi Hamoody, was not cooperating with interrogators, so he watched four of his soldiers from the 220th Field Artillery Battalion beat the detainee on the head and body.</p>\r\n<p style=\"margin-top: 0in; margin-right: 0in; margin-bottom: 7.5pt; margin-left: 0in;\">West said he also threatened to kill Hamoody. Military prosecutors say West followed up on that threat by taking the suspect outside, put him on the ground near a weapons clearing barrel and fired his 9 mm pistol into the barrel.</p>\r\n<p style=\"margin-top: 0in; margin-right: 0in; margin-bottom: 7.5pt; margin-left: 0in;\">Apparently not knowing where West\'s gun was aimed, Hamoody cracked and gave information about the planned ambush on West\'s convoy, thwarting the attack.</p>\r\n<p style=\"margin-top: 0in; margin-right: 0in; margin-bottom: 7.5pt; margin-left: 0in;\">West said there were no further ambushes on U.S. forces in Taji until he was relieved of his leadership post on October 4.</p>\r\n<p style=\"margin-top: 0in; margin-right: 0in; margin-bottom: 7.5pt; margin-left: 0in;\">\"I know the method I used was not right, but I wanted to take care of my soldiers,\" West testified to a military courtroom of observers and some teary-eyed troops formerly under his command.</p>\r\n<p style=\"margin-top: 0in; margin-right: 0in; margin-bottom: 7.5pt; margin-left: 0in;\">Asked if he would have act differently if under similar circumstances again, West testified, \"If it\'s about the lives of my soldiers at stake, I\'d go through hell with a gasoline can.\"</p>\r\n<p style=\"margin-top: 0in; margin-right: 0in; margin-bottom: 7.5pt; margin-left: 0in;\"><em><strong>Qur\'an Surah 9.5</strong></em></p>\r\n<p style=\"margin-top: 0in; margin-right: 0in; margin-bottom: 7.5pt; margin-left: 0in;\"><span style=\"color: #13273c; font-family: Arial, Helvetica, sans-serif; line-height: normal;\"><em><strong>YUSUFALI: \"</strong> But when the forbidden months are past, then fight and slay the Pagans wherever ye find them, and seize them, beleaguer them, and lie in wait for them in every stratagem (of war); but if they repent, and establish regular prayers and practise regular charity, then open the way for them: for Allah is Oft-forgiving, Most Merciful.\"</em></span></p>\r\n<p><span style=\"-webkit-border-horizontal-spacing: 3px; -webkit-border-vertical-spacing: 3px; color: #000000; font-family: \'Times New Roman\'; line-height: normal; font-size: medium; \"> </span></p>\r\n<p><span style=\"font-family: Verdana, Arial, Helvetica; font-size: xx-small;\"><strong> </strong></span></p>\r\n<hr />\r\n<p><strong> AFA Action Alert-For Veteran\'s Day: A vet who understands the enemy we face</strong></p>\r\n<p> </p>\r\n<p><span style=\"font-family: Verdana, Arial, Helvetica;\">President Obama this week once again called Islam \"a great religion\" which has been \"distorted\" by a small number of \"extremists\" to justify committing acts of violence against the West.<br /><br />But the Qur\'an (or Koran) itself, the holy book of Islam, contains over 100 verses calling for violence against Christians and Jews. To give just one example, Sura 9:5 says, \"Slay the idolaters wherever you find them.\"<br /><br />During a panel discussion sponsored by the Hudson Institute last January, retired Army Lt. Colonel Allen West, who did combat duty in Iraq, responded to a Marine who asked the question, how do you answer people who say that terrorists are following a \"warped\" version of Islam?<br /><br />The panel consisted of a number of former military personnel, who fumbled around trying to answer the question. Col. West finally stepped forward answered the question directly and truthfully. Listen to the words of a former military man who understands the nature of the enemy we face:<br /></span></p>\r\n<p> </p>\r\n<p>{source}<span style=\"font-family: \'courier new\', courier, monospace;\"><span>&lt;</span>iframe width=\"425\" height=\"349\" src=\"http://www.youtube.com/embed/qYbaln3Uqfc\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span></span></p>\r\n<p>{/source}</p>\r\n<p><strong><em><a href=\"http://secure.afa.net/afa/activism/takeaction.asp?id=384\">READ MORE FROM AFA&gt;&gt;&gt;</a></em></strong></p>','',1,14,0,71,'2011-07-06 04:28:34',62,'Lt. Col. Allen West','2011-07-06 06:56:53',62,0,'0000-00-00 00:00:00','2011-07-06 04:28:34','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,9,'','',0,565,'robots=\nauthor='),(334,'Illegal Obama “Propped Up” By Congress!','illegal-obama-propped-up-by-congress','','<p><span style=\"font-family: Georgia, \'Bitstream Charter\', serif; font-size: 16px; line-height: 24px;\"> </span></p>\r\n<div class=\"entry-meta\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: baseline; font-family: \'Helvetica Neue\', Arial, Helvetica, \'Nimbus Sans L\', sans-serif; color: #888888; font-size: 12px; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\"><span class=\"meta-prep meta-prep-author\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: baseline; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">Posted on</span> <a href=\"http://conservativebyte.com/2011/07/illegal-obama-propped-up-by-congress/\" title=\"10:53 am\" rel=\"bookmark\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: baseline; color: #888888; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\"><span class=\"entry-date\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: baseline; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">July 2, 2011</span></a> <span class=\"meta-sep\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: baseline; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\">by</span> <span class=\"author vcard\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: baseline; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\"><a class=\"url fn n\" href=\"http://conservativebyte.com/author/jaytaylor/\" title=\"View all posts by Conservative Byte\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; vertical-align: baseline; color: #888888; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;\"><strong>Conservative Byte</strong></a></span></div>\r\n<div class=\"entry-content\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; padding-top: 12px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; vertical-align: baseline; clear: both; background-position: initial initial; background-repeat: initial initial; margin: 0px; border: 0px initial initial;\">\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: baseline; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">There were eight attempts by members of Congress during the years Barack Obama was developing a power base and running for president to remove the Constitution’s requirement that a president be a “natural-born citizen,” suggesting an organized strategy, according to a new video.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: baseline; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">The video documentary was produced by Carl Gallups, the senior pastor at Hickory Hammock Baptist Church for more than 24 years with a long history of community and law enforcement involvement.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: baseline; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">Gallups was a Florida law enforcement officer for 10 years, a youth minister before that and is a national and international youth evangelist with outreaches across the United States and in Canada since 1989. He’s also on the board of regents at the University of Mobile and hosts several weekly radio programs in the northwest Florida region.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: baseline; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">Documentation for his video comes from a variety of congressional records showing that beginning June 11, 2003, and continuing through the most recent effort, Feb. 28, 2008, there were eight proposals targeting that constitutional requirement.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px; vertical-align: baseline; background-position: initial initial; background-repeat: initial initial; padding: 0px; border: 0px initial initial;\">The video:</p>\r\n</div>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"425\" height=\"349\" src=\"http://www.youtube.com/embed/H3aCfR8rmrw\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,13,0,70,'2011-07-06 15:16:30',62,'submitted by EG','2011-07-06 15:22:53',62,62,'2011-07-06 15:22:53','2011-07-06 15:16:30','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,59,'','',0,44,'robots=\nauthor='),(336,'Law Professors vs the PROTECT IP Act','law-professors-vs-the-protect-ip-act','','<p>+--------------------------------------------------------------------------------------------------------<br />|  Law Professors vs the PROTECT IP Act<br />|   from the clean-up-your-act  dept.<br />|   posted by Soulskill on Monday July 04, @20:36 (Government)<br />|    <a href=\"https://yro.slashdot.org/story/11/07/05/0023216/Law-Professors-vs-the-PROTECT-IP-Act?utm_source=newsletter&amp;utm_medium=email\">https://yro.slashdot.org/story/11/07/05/0023216/Law-Professors-vs-the-PROTECT-IP-Act?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />Freddybear  writes \"Along with 90 (and still counting) other Internet law<br />and IP law  professors, David Post of the Volokh Conspiracy law blog has<br />[0]drafted and  signed a letter in opposition to Senator Leahy\'s \'PROTECT<br />IP Act.\' Quoting:  \'The Act would allow the government to break the<br />Internet addressing system.  It requires Internet service providers, and<br />operators of Internet name  servers, to refuse to recognize Internet<br />domains that a court considers  \"dedicated to infringing activities.\" But<br />rather than wait until a Web site  is actually judged infringing before<br />imposing the equivalent of an Internet  death penalty, the Act would allow<br />courts to order any Internet service  provider to stop recognizing the<br />site even on a temporary restraining order  or preliminary injunction<br />issued the same day the complaint is filed. Courts  could issue such an<br />order even if the owner of that domain name was never  given notice that a<br />case against it had been filed at all.\'\"<br /><br />Discuss  this story at:<br /> <a href=\"https://yro.slashdot.org/story/11/07/05/0023216/Law-Professors-vs-the-PROTECT-IP-Act?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://yro.slashdot.org/story/11/07/05/0023216/Law-Professors-vs-the-PROTECT-IP-Act?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"http://volokh.com/2011/07/04/and-speaking-of-the-inalienable-right-to-the-pursuit-of-happiness/\">http://volokh.com/2011/07/04/and-speaking-of-the-inalienable-right-to-the-pursuit-of-happiness/</a></p>','',1,13,0,70,'2011-07-06 16:10:09',62,'slashdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-07-06 16:10:09','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,58,'','',0,42,'robots=\nauthor='),(337,'Cisco Helps China Keep an Eye On Its Citizens','cisco-helps-china-keep-an-eye-on-its-citizens','','<p>+--------------------------------------------------------------------------------------------------------<br />|  Cisco Helps China Keep an Eye On Its Citizens<br />|   from the  every-step-you-take dept.<br />|   posted by Soulskill on Tuesday July 05, @13:25  (China)<br />|   <a href=\"https://yro.slashdot.org/story/11/07/05/171256/Cisco-Helps-China-Keep-an-Eye-On-Its-Citizens?utm_source=newsletter&amp;utm_medium=email\">https://yro.slashdot.org/story/11/07/05/171256/Cisco-Helps-China-Keep-an-Eye-On-Its-Citizens?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />doperative  writes \"Western companies including Cisco Systems Inc. are<br />[0]poised to help  build an ambitious new surveillance project in China â€”<br />a citywide network  of as many as 500,000 cameras that officials say will<br />prevent crime but that  human-rights advocates warn could target political<br />dissent. An examination of  the Peaceful Chongqing project by The Wall<br />Street Journal shows Cisco is  expected to supply networking equipment<br />that is essential to operating large  and complicated surveillance<br />systems, according to people familiar with the  deal.\"<br /><br />Discuss this story at:<br /> <a href=\"https://yro.slashdot.org/story/11/07/05/171256/Cisco-Helps-China-Keep-an-Eye-On-Its-Citizens?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://yro.slashdot.org/story/11/07/05/171256/Cisco-Helps-China-Keep-an-Eye-On-Its-Citizens?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"http://www.morningstar.co.uk/uk/markets/newsfeeditem.aspx?id=148573656314500\">http://www.morningstar.co.uk/uk/markets/newsfeeditem.aspx?id=148573656314500</a></p>\r\n<p><a href=\"http://townhall.com/columnists/frankturek/2011/06/28/sex_at_work/page/full/\">MORE CISCO NEW WORLD ORDER BENT &gt;&gt;&gt;</a></p>','',1,13,0,70,'2011-07-06 16:12:56',62,'slashdot','2011-07-06 16:16:04',62,0,'0000-00-00 00:00:00','2011-07-06 16:12:56','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,57,'','',0,28,'robots=\nauthor='),(335,'A Diplomatic Defeat for President Obama and America','a-diplomatic-defeat-for-president-obama-and-america','','<p><img class=\"caption\" src=\"images/stories/newt.jpg\" border=\"0\" alt=\"Newt Gingrich\" title=\"Newt Gingrich\" align=\"left\" />The elite media largely ignored an astounding defeat recently for the United States and for the cause of freedom.<br /><br />The Iranian dictatorship hosted an anti-terrorism conference in Tehran.<br /><br />That\'s right. The world\'s leading state sponsor of terrorism--the country that funds and trains Hamas and Hezbollah and sends arms to the Taliban--simply stole our language and held a conference that professed to oppose terrorism.<br /><br />Under the Iranian definition of that term, the United States and Israel are the primary supporters of terrorism in the world.<br /><br />Amazingly, sixty countries--yes, sixty--participated in the Iranian conference.<br /><br />In a scene worthy of Kurt Vonnegut satire, the North Koreans, Cubans, Venezuelans, Palestinians and other enthusiastic supporters of anti-American activities all showed up. <br /><br />Even more alarmingly, our so-called allies Iraq, Afghanistan, and Pakistan were also in attendance. After billions of dollars spent and thousands of Americans lost, these \"allies\" ignored our requests and dignified the dishonest event and a country that is funding terrorism worldwide.<br /><a href=\"http://www.humanevents.com/article.php?id=44647\">READ MORE &gt;&gt;&gt;</a></p>','',1,1,0,1,'2011-07-06 15:39:31',62,'by  Newt Gingrich ','2011-07-06 15:54:31',62,0,'0000-00-00 00:00:00','2011-07-06 15:39:31','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,211,'','',0,226,'robots=\nauthor='),(338,' Patriot Act vs. the EU\'s Data Protection Directive','-patriot-act-vs-the-eus-data-protection-directive','','<p>+--------------------------------------------------------------------------------------------------------<br />|  Patriot Act vs. the EU\'s Data Protection Directive<br />|   from the  otherwise-the-terrists-win dept.<br />|   posted by Soulskill on Tuesday July 05,  @14:55 (Cloud)<br />|   <a href=\"https://yro.slashdot.org/story/11/07/05/1840243/Patriot-Act-vs-the-EUs-Data-Protection-Directive?utm_source=newsletter&amp;utm_medium=email\">https://yro.slashdot.org/story/11/07/05/1840243/Patriot-Act-vs-the-EUs-Data-Protection-Directive?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />[0]itwbennett  writes \"Last week, Microsoft warned that under the Patriot<br />Act the company  [1]may be compelled to hand over European customers\' data<br />on its new cloud  service to U.S. authorities â€” and [2]also to keep the<br />data transfer secret.  This, of course, runs counter to the European Data<br />Protection Directive,  which states that organizations must inform users<br />when they disclose personal  information. \'Microsoft can already transfer<br />E.U. data to the U.S. under the  Safe Harbor agreement. But legal experts<br />have warned that this agreement is  hardly worth the paper it\'s written<br />on,\' writes IDG News Service\'s Jennifer  Baker. \'There are seven<br />principles of Safe Harbor, including reasonable data  security, and<br />clearly defined and effective enforcement. However all this is  nullified<br />if the Patriot Act is invoked.\'\"<br /><br />Discuss this story  at:<br /> <a href=\"https://yro.slashdot.org/story/11/07/05/1840243/Patriot-Act-vs-the-EUs-Data-Protection-Directive?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://yro.slashdot.org/story/11/07/05/1840243/Patriot-Act-vs-the-EUs-Data-Protection-Directive?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"http://www.itworld.com/\">http://www.itworld.com/</a><br /> 1. <a href=\"http://www.itworld.com/government/179977/eu-upset-microsoft-warning-about-us-access-eu-cloud\">http://www.itworld.com/government/179977/eu-upset-microsoft-warning-about-us-access-eu-cloud</a><br /> 2. <a href=\"http://www.zdnet.com/blog/igeneration/microsoft-admits-patriot-act-can-access-eu-based-cloud-data/11225\">http://www.zdnet.com/blog/igeneration/microsoft-admits-patriot-act-can-access-eu-based-cloud-data/11225</a></p>','',1,13,0,70,'2011-07-06 16:17:33',62,'slashdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-07-06 16:17:33','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,56,'','',0,48,'robots=\nauthor='),(339,'Obamacare Explained','obamacare-explained','','<p><span style=\"font-family: Arial, Helvetica, sans-serif; font-size: 14px;\"><strong>Let\'s get this straight...</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #135cae; font-family: Helvetica, Arial, sans-serif; font-size: 13px; font-weight: bold;\"><img class=\"caption\" src=\"images/stories/president_obama_smoking_cigarettes.jpg\" border=\"0\" alt=\"President Barack Hussein Obama\" title=\"President Barack Hussein Obama\" align=\"left\" style=\"float: left; border: 0;\" />We\'re going to be <em><span style=\"color: red;\">\"gifted\"</span></em> with a health care plan we are <em><span style=\"color: red;\">forced to purchase and fined</span></em> if we don\'t, which purportedly covers at least <em><span style=\"color: red;\">ten million more people</span></em>, without adding a <em><span style=\"color: red;\">single new doctor</span></em>, but provides for <em><span style=\"color: red;\">16,000 new IRS agents</span></em>, written by a committee whose chairman says he <em><span style=\"color: red;\">doesn\'t understand it</span></em>, passed by a Congress <em><span style=\"color: red;\">that didn\'t read</span></em> it but <em><span style=\"color: red;\">exempted</span></em> themselves from it, and signed by a President who<em><span style=\"color: red;\"> smokes</span></em>, with <em><span style=\"color: red;\">funding</span></em> administered by a treasury chief who <em><span style=\"color: red;\">didn\'t pay his taxes</span></em>, for which we\'ll be <em><span style=\"color: red;\">taxed</span></em> for four years before any benefits take effect, by a government which has already <em><span style=\"color: red;\">bankrupted Social Security and Medicare</span></em>, all to be overseen by a surgeon general who is <em><span style=\"color: red;\">obese</span></em>, and<em><span style=\"color: red;\"> </span></em><em><span style=\"color: red;\">financed</span></em> by a country that\'s <em><span style=\"color: red;\">broke!!!!!</span></em></span></p>\r\n<h1 style=\"text-align: justify;\"><em><span style=\"color: black;\">How\'s \"Change You Can Believe In\" Working For you Now???</span></em></h1>','',1,5,0,42,'2011-07-07 01:33:18',62,'submitted by EG','2011-07-10 15:43:12',62,0,'0000-00-00 00:00:00','2011-07-07 01:33:18','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',15,0,2,'','',0,488,'robots=\nauthor='),(341,'Michigan Resident Faces 93 Days in Jail For Vegetable Garden','michigan-resident-faces-93-days-in-jail-for-vegetable-garden','','<p><span style=\"color: #000000; font-family: arial, sans-serif; line-height: normal;\">\r\n<h2 id=\"article-title\" class=\"entry-title\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-size: 12px; line-height: normal; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px;\"></h2>\r\n<p class=\"author vcard\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-size: 12px; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px;\"><span class=\"fn\"> </span></p>\r\n<p class=\"published updated dtstamp\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-size: 12px; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px;\">Published July 08, 2011<span class=\"value-title\" title=\"2010-05-1T11:02Z\"> </span></p>\r\n<p class=\"source-org vcard\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-size: 12px; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px;\"><span class=\"org fn\">FoxNews.com</span></p>\r\n<p class=\"source-org vcard\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-size: 12px; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px;\"><span class=\"org fn\"><br /></span></p>\r\n<div id=\"introduction\" style=\"padding-top: 0px; padding-right: 0px; padding-bottom: 16px; padding-left: 0px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-size: 12px; background-position: initial initial; background-repeat: initial initial; margin: 0px;\">\r\n<div class=\"entry-content  KonaBody\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-size: 12px; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px;\">\r\n<div class=\"hmedia related-media m-17\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-size: 12px; width: 396px; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px;\">\r\n<p class=\"photo\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-size: 12px; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px;\"><img src=\"http://a57.foxnews.com/static/managed/img/U.S./396/223/veggardenbass.gif\" border=\"0\" alt=\"veggardenbass\" style=\"border: 0px none initial;\" /></p>\r\n<p class=\"fn\" style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-size: 12px; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px;\">Julie Bass\' <a id=\"KonaLink0\" class=\"kLink\" href=\"http://www.foxnews.com/us/2011/07/08/michigan-resident-faces-3-days-in-jail-for-vegetable-garden/?test=latestnews#\" style=\"outline-width: initial; outline-style: none; outline-color: initial; color: blue !important; text-decoration: underline !important; cursor: pointer; font-family: inherit !important; background-image: none !important; background-attachment: initial !important; background-origin: initial !important; background-clip: initial !important; background-color: transparent !important; text-transform: none !important; display: inline !important; font-variant: normal; top: 0px; right: 0px; bottom: 0px; left: 0px; position: static; font-weight: inherit !important; font-size: inherit !important; background-position: initial initial !important; background-repeat: initial initial !important; padding: 0px !important; margin: 0px; border: 0px !important none !important transparent !important;\"><span style=\"color: blue !important; font-weight: inherit !important; font-size: inherit !important; position: static;\"><span class=\"kLink\" style=\"border-top-width: 0px !important; border-top-style: none !important; border-top-color: initial !important; border-left-width: 0px !important; border-left-style: none !important; border-left-color: initial !important; border-right-width: 0px !important; border-right-style: none !important; border-right-color: initial !important; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: initial; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 1px !important; padding-left: 0px !important; color: blue !important; background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; width: auto !important; float: none !important; display: inline !important; font-family: inherit !important; font-weight: inherit !important; font-size: inherit !important; position: static; background-position: initial initial; background-repeat: initial initial;\">vegetable </span><span class=\"kLink\" style=\"border-top-width: 0px !important; border-top-style: none !important; border-top-color: initial !important; border-left-width: 0px !important; border-left-style: none !important; border-left-color: initial !important; border-right-width: 0px !important; border-right-style: none !important; border-right-color: initial !important; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: initial; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 1px !important; padding-left: 0px !important; color: blue !important; background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; width: auto !important; float: none !important; display: inline !important; font-family: inherit !important; font-weight: inherit !important; font-size: inherit !important; position: static; background-position: initial initial; background-repeat: initial initial;\">garden</span></span></a> in her front yard. (WJBK/myFOXDetroit.com)</p>\r\n</div>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-size: 14px; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px;\">A Michigan resident is facing up to 93 days in jail for planting a vegetable garden in her front yard, MyFoxDetroit.com reports.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-size: 14px; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px;\">Julie Bass, of Oak Park, Michigan was first given a warning followed by a ticket and now she is being charged with a misdemeanor for her simple front-yard <a id=\"KonaLink1\" class=\"kLink\" href=\"http://www.foxnews.com/us/2011/07/08/michigan-resident-faces-3-days-in-jail-for-vegetable-garden/?test=latestnews#\" style=\"outline-width: initial; outline-style: none; outline-color: initial; color: blue !important; text-decoration: underline !important; cursor: pointer; font-family: inherit !important; background-image: none !important; background-attachment: initial !important; background-origin: initial !important; background-clip: initial !important; background-color: transparent !important; text-transform: none !important; display: inline !important; font-variant: normal; top: 0px; right: 0px; bottom: 0px; left: 0px; position: static; font-weight: inherit !important; font-size: inherit !important; background-position: initial initial !important; background-repeat: initial initial !important; padding: 0px !important; margin: 0px; border: 0px !important none !important transparent !important;\"><span style=\"color: blue !important; font-weight: inherit !important; font-size: inherit !important; position: static;\"><span class=\"kLink\" style=\"border-top-width: 0px !important; border-top-style: none !important; border-top-color: initial !important; border-left-width: 0px !important; border-left-style: none !important; border-left-color: initial !important; border-right-width: 0px !important; border-right-style: none !important; border-right-color: initial !important; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: initial; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 1px !important; padding-left: 0px !important; color: blue !important; background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; width: auto !important; float: none !important; display: inline !important; font-family: inherit !important; font-weight: inherit !important; font-size: inherit !important; position: static; background-position: initial initial; background-repeat: initial initial;\">garden</span></span></a>.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-size: 14px; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px;\">\"I think it\'s sad that the City of Oak Park that\'s already strapped for cash is paying a lot of money to have a prosecutor bothering us,\" Bass told FOX 2\'s Alexis Wiley.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-size: 14px; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px;\">The city is claiming that the garden violates a city code which states that front yards must consist of suitable, live <a id=\"KonaLink2\" class=\"kLink\" href=\"http://www.foxnews.com/us/2011/07/08/michigan-resident-faces-3-days-in-jail-for-vegetable-garden/?test=latestnews#\" style=\"outline-width: initial; outline-style: none; outline-color: initial; color: blue !important; text-decoration: underline !important; cursor: pointer; font-family: inherit !important; background-image: none !important; background-attachment: initial !important; background-origin: initial !important; background-clip: initial !important; background-color: transparent !important; text-transform: none !important; display: inline !important; font-variant: normal; top: 0px; right: 0px; bottom: 0px; left: 0px; position: static; font-weight: inherit !important; font-size: inherit !important; background-position: initial initial !important; background-repeat: initial initial !important; padding: 0px !important; margin: 0px; border: 0px !important none !important transparent !important;\"><span style=\"color: blue !important; font-weight: inherit !important; font-size: inherit !important; position: static;\"><span class=\"kLink\" style=\"border-top-width: 0px !important; border-top-style: none !important; border-top-color: initial !important; border-left-width: 0px !important; border-left-style: none !important; border-left-color: initial !important; border-right-width: 0px !important; border-right-style: none !important; border-right-color: initial !important; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: initial; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 1px !important; padding-left: 0px !important; color: blue !important; background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; width: auto !important; float: none !important; display: inline !important; font-family: inherit !important; font-weight: inherit !important; font-size: inherit !important; position: static; background-position: initial initial; background-repeat: initial initial;\">plant</span></span></a> material to which Bass responds, \"We think it\'s suitable.\"</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-size: 14px; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px;\">\"They say, \'Why should you grow things in the front?\' Well, why shouldn\'t I? They\'re fine. They\'re pretty. They\'re well maintained,\" Bass told the station.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-size: 14px; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px;\">\"I could sell out and save my own self and just not have them bother me anymore, but then there\'s no telling what they\'re going to harass the next person about,\" continued Bass.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-size: 14px; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px;\">A pretrial is scheduled for July 26 and a jury trial could be next.</p>\r\n<p style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-size: 14px; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px;\"><a href=\"http://www.myfoxdetroit.com/dpp/news/local/julie-bass-of-oak-park-faces-misdemeanor-charge-for-vegetable-garden-20110630-wpms\" target=\"_blank\" style=\"outline-width: 0px; outline-style: none; outline-color: initial; color: #183a52; text-decoration: none; cursor: pointer;\">Click here for more on this story from MyFoxDetroit.com</a></p>\r\n</div>\r\n</div>\r\n<span><br style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-size: 12px; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px;\" /><br style=\"background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-size: 12px; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px;\" />Read more: <a href=\"http://www.foxnews.com/us/2011/07/08/michigan-resident-faces-3-days-in-jail-for-vegetable-garden/#ixzz1RYcfzFCQ\" style=\"outline-width: 0px; outline-style: none; outline-color: initial; color: #003399; text-decoration: none; cursor: pointer;\">http://www.foxnews.com/us/2011/07/08/michigan-resident-faces-3-days-in-jail-for-vegetable-garden/#ixzz1RYcfzFCQ</a></span></span></p>','',1,13,0,70,'2011-07-08 23:03:00',62,'FoxNews.com','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-07-08 23:03:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,55,'','',0,33,'robots=\nauthor='),(340,'OAK: Thank You American Taxpayers','oak-thank-you-american-taxpayers','','<p style=\"text-align: center; margin: 0in 0in 0pt; font-family: Trebuchet MS,Geneva;\" align=\"center\"><span style=\"color: black; font-size: 10pt;\"><img src=\"http://www.theoakinitiative.org/images/news/michelle-obama.jpg\" border=\"0\" hspace=\"5\" vspace=\"5\" width=\"306\" height=\"409\" align=\"left\" /> </span></p>\r\n<p style=\"text-align: justify; margin-top: 0in; font-family: Trebuchet MS,Geneva; margin-bottom: 0pt; margin-right: 0in;\" align=\"justify\">Dear <strong>Jack</strong>, American Taxpayer:</p>\r\n<p style=\"text-align: justify; margin-top: 0in; font-family: Trebuchet MS,Geneva; margin-bottom: 0pt; margin-right: 0in;\" align=\"justify\"> </p>\r\n<p style=\"text-align: justify; margin-top: 0in; font-family: Trebuchet MS,Geneva; margin-bottom: 0pt; margin-right: 0in;\" align=\"justify\">I want to thank the hard working American people for paying  $242 thousand dollars for my vacation in Spain.<br /><br /> My daughter Sasha,  several long-time family friends, my personal staff and various guests had a  wonderful time. Honestly, you just haven\'t lived until you have stayed in a  $2,500.00 per night private 3-story villa at a 5-Star luxury hotel.<br /><br /> Thank you also for the use of Air Force Two and the 70 Secret Service personnel  who tagged along to be sure we were safe and cared for at all times. By the way,  if you happen to be visiting the Costa del Sol, I highly recommend the  Buenaventura Plaza restaurant in Marbella; great lobster with rice and oysters!  <br /><br /> Air Force Two (which costs $11,351 per hour to operate according to  Government Accounting Office reports) only used 47,500 gallons of jet fuel for  this trip and carbon emissions were a mere 1,031 tons of CO2. These are only  rough estimates, but they are close. That\'s quite a carbon footprint as my good  friend Al Gore would say, so we must ask the American citizens to drive smaller,  more fuel efficient cars and drive less too, so we can lessen our combined  carbon footprint.<br /><br /> I know times are hard and millions of you are  struggling to put food on the table and trying to make ends meet. So I do  appreciate your sacrifices and do hope you find work soon.<br /><br /> I was really  exhausted after Barack took our family on a luxury vacation in Maine a few weeks  ago. I just had to get away for a few days.<br /><br />Cordially,<br /><br />Michelle  Obama</p>\r\n<p style=\"text-align: justify; margin-top: 0in; font-family: Trebuchet MS,Geneva; margin-bottom: 0pt; margin-right: 0in;\" align=\"justify\"> </p>\r\n<p style=\"text-align: justify; margin-top: 0in; font-family: Trebuchet MS,Geneva; margin-bottom: 0pt; margin-right: 0in;\" align=\"justify\"> </p>\r\n<p style=\"text-align: justify; margin-top: 0in; font-family: Trebuchet MS,Geneva; margin-bottom: 0pt; margin-right: 0in;\" align=\"justify\"> </p>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\"><strong>PS.</strong> Thank you as well for the $2 BILLION dollar  trip to India !</p>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\"> </p>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\"><strong>PPS.</strong> Thank you, too, for that vacation trip to  Martha\'s Vineyard; it was fabulous. And thanks for that second smaller jet that  took our dog Bo to Martha\'s Vineyard so we and the children could have him with  us while we were away from the White House for eleven days.</p>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\"> </p>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\"><strong>PPPS.</strong> Oh, I almost forgot to thank you all for  our \"date weekend\" in New York and to say thanks also for our two-week trip to  Hawaii at Christmas. That 7,000 square foot house was great!</p>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\"> </p>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\">And finally, thanks for asking, we had a great time taking Air  Force One to Chicago to tape our segment with Oprah a couple weeks ago, replete  with full security, a separate plane for armored limosines and a full contingent  of assistants.</p>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\"> </p>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\">Remember we all have to share the pain of these economic times  equally! Love to -redistribute- share- the wealth.</p>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\"> </p>\r\n<p style=\"text-align: center; margin-top: 0px; margin-bottom: 0px;\" align=\"center\">_________________________________________</p>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\"> </p>\r\n<p style=\"text-align: center; margin-top: 0px; margin-bottom: 0px; color: #ff0000; font-size: 12pt;\" align=\"center\">It Really Is Just About the Money</p>\r\n<p style=\"text-align: center; margin-top: 0px; margin-bottom: 0px; color: #ff0000; font-size: 12pt;\" align=\"center\">Take A Stand!!</p>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\"> </p>\r\n<p style=\"text-align: center; margin-top: 0px; margin-bottom: 0px;\" align=\"center\">_________________________________________</p>\r\n<p> </p>','',1,5,0,43,'2011-07-07 02:01:09',62,'The Oak Initiative','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-07-07 02:01:09','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,7,'','',0,525,'robots=\nauthor='),(342,'Judicial Watch Announces List of Washington\'s “Ten Most Wanted Corrupt Politicians” for 2010','judicial-watch-announces-list-of-washingtons-ten-most-wanted-corrupt-politicians-for-2010','','<p><img src=\"images/stories/jw2.jpg\" border=\"0\" align=\"left\" />Contact Information:<br />Press Office 202-646-5172, ext 305</p>\r\n<p><br />Judicial Watch, the public interest group that investigates and prosecutes government corruption, today released its 2010 list of Washington\'s “Ten Most Wanted Corrupt Politicians.” The list, in alphabetical order, includes: Senator Barbara Boxer (D-CA), Rahm Emanuel, Former Obama White House Chief of Staff, Senator John Ensign (R-NV), Rep. Barney Frank (D-MA), Rep. Jesse Jackson, Jr. (D-IL), President Barack Obama, Rep. Nancy Pelosi (D-CA), Rep. Charles Rangel (D-NY), Rep. Hal Rogers (R-KY), and Rep. Maxine Waters (D-CA).</p>\r\n<p><a href=\"http://www.judicialwatch.org/news/2010/dec/judicial-watch-announces-list-washingtons-ten-most-wanted-corrupt-politicians-2010\">Click here to read more at JudicialWatch.org &gt;&gt;</a></p>','',1,1,0,1,'2011-07-10 15:14:27',62,'Judicial Watch','2011-07-10 15:38:11',62,0,'0000-00-00 00:00:00','2011-07-10 15:14:27','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,210,'','',0,202,'robots=\nauthor='),(343,'\"What Has America Become\"','qwhat-has-america-becomeq','','<p>\r\n<p><strong>\"What Has America Become\"</strong> was the title of a letter to the editior written by Ken Huber of Tawas City, Michigan.   It contains a series of comparisons and contrasts which causes one to think about the double-standards and conditions under which we now live here in America.</p>\r\n<p>A reprint of the article has been circulating online (see photo with this article) finding its way to <a href=\"http://www.examiner.com/christianity-culture-in-fort-worth/what-has-america-become-by-ken-huber-of-tawas-city\">Fort Worth</a> and possibly all over the nation.  It was originally printed in the Iosco County News Herald (Michigan) on June 9, 2010, published in the Opinion column.</p>\r\n<p> </p>\r\n<h2>What has America become?</h2>\r\n<p>Editor,</p>\r\n<p>Has America become the land of special interest and home of the double standard?</p>\r\n<p>Lets see: if we lie to the Congress, it\'s a felony and if the Congress lies to us its just politics; if we dislike a black person, we\'re racist and if a black person dislikes whites, its their 1st Amendment right; the government spends millions to rehabilitate criminals and they do almost nothing for the victims; in public schools you can teach that homosexuality is OK, but you better not use the word God in the process; you can kill an unborn child, but it is wrong to execute a mass murderer; we don\'t burn books in America, we now rewrite them; we got rid of communist and socialist threats by renaming them progressive; we are unable to close our border with Mexico, but have no problem protecting the 38th parallel in Korea; if you protest against President Obama\'s policies you\'re a terrorist, but if you burned an American flag or George Bush in effigy it was your 1st Amendment right.</p>\r\n<p>You can have pornography on TV or the internet, but you better not put a nativity scene in a public park during Christmas; we have eliminated all criminals in America, they are now called sick people; we can use a human fetus for medical research, but it is wrong to use an animal.</p>\r\n<p>We take money from those who work hard for it and give it to those who don\'t want to work; we all support the Constitution, but only when it supports our political ideology; we still have freedom of speech, but only if we are being politically correct; parenting has been replaced with Ritalin and video games; the land of opportunity is now the land of hand outs; the similarity between Hurricane Katrina and the gulf oil spill is that neither president did anything to help.</p>\r\n<p>And how do we handle a major crisis today? The government appoints a committee to determine who\'s at fault, then threatens them, passes a law, raises our taxes; tells us the problem is solved so they can get back to their reelection campaign.</p>\r\n<p>What has happened to the land of the free and home of the brave?</p>\r\n<p>- Ken Huber</p>\r\n<p>Tawas City</p>\r\n</p>','',1,5,0,42,'2011-07-11 13:43:19',62,'submitted by Ed G','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-07-11 13:43:19','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,1,'','',0,8595,'robots=\nauthor='),(344,'UN Names N. Korea Chair of Disarmament Committee','un-names-n-korea-chair-of-disarmament-committee','','<h2>You\'ve Got to be Kidding!!! If there ever was a doubt whether or not the UN should be taken seriously...</h2>\r\n<p>+--------------------------------------------------------------------------------------------------------<br />|  UN Names N. Korea Chair of Disarmament Committee<br />|   from the  team-america-world-police-was-a-documentary dept.<br />|   posted by timothy on  Monday July 11, @19:20 (The Military)<br />|   with 95 comments<br />|   <a href=\"https://politics.slashdot.org/story/11/07/11/2247256/UN-Names-N-Korea-Chair-of-Disarmament-Committee?utm_source=newsletter&amp;utm_medium=email\">https://politics.slashdot.org/story/11/07/11/2247256/UN-Names-N-Korea-Chair-of-Disarmament-Committee?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />LibRT  writes \"The irony-challenged folks at the UN have [0]named North<br />Korea chair  of the Conference on Disarmament, which is heavily focused on<br />the prevention  of a nuclear arms race and nuclear disarmament. The<br />Canadian government has  boycotted the convention, calling it an \'absurd\'<br />turn of events:</p>\r\n<p> </p>\r\n','\r\n<p>\'North Korea  is simply not a credible chair of a<br />disarmament body. The fact that it gets a  turn chairing a United Nations<br />committee focused on disarmament is  unacceptable, given the North Korean<br />regime\'s efforts in the exact opposite  direction.\'\" Note that Libya was<br />once president of the UN\'s Human Rights  Commission, and only recently<br />[1]removed from its successor in interest, the  Human Rights Council.<br /><br />Discuss this story at:<br /> <a href=\"https://politics.slashdot.org/story/11/07/11/2247256/UN-Names-N-Korea-Chair-of-Disarmament-Committee?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://politics.slashdot.org/story/11/07/11/2247256/UN-Names-N-Korea-Chair-of-Disarmament-Committee?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"http://www.cbc.ca/news/politics/story/2011/07/11/pol-baird-un-north-korea.html?ref=rss\">http://www.cbc.ca/news/politics/story/2011/07/11/pol-baird-un-north-korea.html?ref=rss</a><br /> 1. <a href=\"http://www.foxnews.com/world/2011/03/01/general-assembly-suspends-libya-human-rights-council/\">http://www.foxnews.com/world/2011/03/01/general-assembly-suspends-libya-human-rights-council/</a></p>\r\n<p> </p>',1,5,0,43,'2011-07-12 12:52:21',62,'slashdot','2011-07-13 01:29:28',62,0,'0000-00-00 00:00:00','2011-07-12 12:52:21','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,6,'','',0,604,'robots=\nauthor='),(345,'Obama Administration Ready for $1 Billion  Arms Deal with Egypt','obama-administration-ready-for-1-billion-arms-deal-with-egypt','','<p><img class=\"caption\" src=\"images/stories/mikeevans.jpg\" border=\"0\" title=\"Dr. Michael Evams\" align=\"left\" />Despite the revolution that overthrew Egypt\'s government earlier this year and the near-certainty that the new government to be elected this fall will be dominated by the Muslim Brotherhood that is very hostile to Israel, the Obama Administration has announced plans to move ahead with an arms deal with Egypt worth more than one billion dollars. The highlight of the proposed package is 125 Abrams tanks—the top of the line fighting vehicle used by US forces. <br /><br />A Pentagon official described the deal as providing Egypt, \"a modern tank fleet, enhancing its capacity to meet current and future threats.\" One has to wonder exactly what threat the Obama Administration thinks Egypt faces. It is on friendly terms with all its Arab neighbors and has been at peace with Israel since the historic treaty signed by Menachem Begin and Anwar Sadat. This announcement comes on the heels of the revelation that President Obama is again convening the Quartet in Washington this week to further his plan to force Israel to retreat to its 1967 borders and divide the city of Jerusalem.</p>','',1,5,0,43,'2011-07-12 13:00:29',62,'Dr. Michael Evans','2011-08-13 14:51:29',62,0,'0000-00-00 00:00:00','2011-07-12 13:00:29','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,5,'','',0,257,'robots=\nauthor='),(346,'I am incensed and insulted','i-am-incensed-and-insulted','','<p><img src=\"images/stories/israel-80yb.gif\" border=\"0\" align=\"left\" />I am incensed and insulted by Israel\'s treatment in the public arena. On July 11, President Barack Obama invited the Quartet—Russia, the UN, and the EU—as well as representatives from China and the Arab League, to the White House for a summit on Israel. Following the meetings, a dinner that lasted over two hours was held for the participants. Did you hear a word about it in the media? I certainly didn\'t. Why? The White House had imposed a media ban on the event. U. S. Secretary of State Hillary Clinton hosted the dinner.</p>\r\n<p>I am hard-pressed to find a time in American history when a trusted ally was ever treated so shabbily. Israel is the best friend America has and to NOT invite Israel to a summit which will affect her future—and the future of Jerusalem, Judea, and Samaria—is evil.</p>\r\n<p>Why has President Obama not convened a summit on Iran, a country whose leaders are determined to wipe Israel from the map? It\'s simple; he believes that Israel is the second greatest destabilization force in the Middle East after Al Qaeda. He made this clear in his Cairo speech:</p>\r\n<p><span style=\"white-space: pre;\"> </span>The second major source of tension that we need to discuss is the situation between Israelis, Palestinians, and the Arab world.</p>\r\n<p><em><a href=\"http://jerusalemprayerteam.org/email/2011/0712-2.htm\">Click to read more &gt;&gt;&gt;</a></em></p>\r\n<p> </p>','',1,5,0,43,'2011-07-13 13:30:24',62,'Dr. Michael Evans','2011-08-05 11:58:19',62,0,'0000-00-00 00:00:00','2011-07-13 13:30:24','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,4,'','',0,306,'robots=\nauthor='),(347,'The Cost Of Broadband In Every Rural Home','the-cost-of-broadband-in-every-rural-home','','<p>+--------------------------------------------------------------------------------------------------------<br />| The Cost Of Broadband In Every Rural Home<br />| from the I-miss-real-internt dept.<br />| posted by samzenpus on Wednesday July 13, @16:48 (The Internet)<br />| with 294 comments<br />| <a href=\"https://news.slashdot.org/story/11/07/13/2014244/The-Cost-Of-Broadband-In-Every-Rural-Home?utm_source=newsletter&amp;utm_medium=email\">https://news.slashdot.org/story/11/07/13/2014244/The-Cost-Of-Broadband-In-Every-Rural-Home?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />dave562 writes \"In an analysis of the effectiveness of the the 2009<br />stimulus program (American Recovery and Reinvestment Act of 2009 or<br />ARRA), one of the programs that was investigated was the project to<br />[0]bring broadband access to rural America. Some real interesting numbers<br />popped out. Quoting the article: \'Eisenach and Caves looked at three<br />areas that received stimulus funds, in the form of loans and direct<br />grants, to expand broadband access in Southwestern Montana, Northwestern<br />Kansas, and Northeastern Minnesota. The median household income in these<br />areas is between $40,100 and $50,900. The median home prices are between<br />$94,400 and $189,000.\' So how much did it cost per unserved household to<br />get them broadband access? A whopping $349,234, or many multiples of<br />household income, and significantly more than the cost of a home<br />itself.\'\"<br /><br />Discuss this story at:<br /><a href=\"https://news.slashdot.org/story/11/07/13/2014244/The-Cost-Of-Broadband-In-Every-Rural-Home?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://news.slashdot.org/story/11/07/13/2014244/The-Cost-Of-Broadband-In-Every-Rural-Home?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br />0. <a href=\"http://blogs.forbes.com/nickschulz/2011/07/05/how-effective-was-the-2009-stimulus-program/\">http://blogs.forbes.com/nickschulz/2011/07/05/how-effective-was-the-2009-stimulus-program/</a></p>','',1,1,0,1,'2011-07-14 11:49:27',62,'slashdot','2011-08-14 21:24:52',62,0,'0000-00-00 00:00:00','2011-07-14 11:49:27','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,209,'','',0,98,'robots=\nauthor='),(348,' Women Arrested For Refusing TSA Search of Children','-women-arrested-for-refusing-tsa-search-of-children','','<p>+--------------------------------------------------------------------------------------------------------<br />|  Women Arrested For Refusing TSA Search of Children<br />|   from the  tiniest-terrorist dept.<br />|   posted by samzenpus on Wednesday July 13, @19:17  (Security)<br />|   with 517 comments<br />|   <a href=\"https://it.slashdot.org/story/11/07/13/2229255/Women-Arrested-For-Refusing-TSA-Search-of-Children?utm_source=newsletter&amp;utm_medium=email\">https://it.slashdot.org/story/11/07/13/2229255/Women-Arrested-For-Refusing-TSA-Search-of-Children?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />[0]CelticWhisper  writes \"A Tennessee mother was [1]arrested for refusing<br />to allow TSA  screening clerks to subject her child to a body scan or<br />patdown. This comes  in the wake of a promise by the TSA Administrator to<br />make repeated attempts  at non-physical screening of children, after which<br />another video of a child  patdown surfaced. This event may signify a<br />tipping point in the public\'s  willingness to tolerate invasive and<br />inappropriate security procedures at  airports.\"<br /><br />Discuss this story at:<br /> <a href=\"https://it.slashdot.org/story/11/07/13/2229255/Women-Arrested-For-Refusing-TSA-Search-of-Children?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://it.slashdot.org/story/11/07/13/2229255/Women-Arrested-For-Refusing-TSA-Search-of-Children?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"http://celticwhisperatgmail.com/\">http://celticwhisperatgmail.com/</a><br /> 1. <a href=\"http://www.tennessean.com/article/20110713/NEWS01/307130115/Police-charge-mother-Nashville-airport-altercation\">http://www.tennessean.com/article/20110713/NEWS01/307130115/Police-charge-mother-Nashville-airport-altercation</a></p>','',1,13,0,70,'2011-07-14 11:57:40',62,'slashdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-07-14 11:57:40','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,54,'','',0,32,'robots=\nauthor='),(349,'Mass Psychosis In the USA?','mass-psychosis-in-the-usa','','<p>+--------------------------------------------------------------------------------------------------------<br />|  Mass Psychosis In the USA?<br />|   from the don\'t-actually-want-to-be-sedated  dept.<br />|   posted by timothy on Saturday July 16, @08:17 (Medicine)<br />|    with 431 comments<br />|   <a href=\"https://science.slashdot.org/story/11/07/16/036230/Mass-Psychosis-In-the-USA?utm_source=newsletter&amp;utm_medium=email\">https://science.slashdot.org/story/11/07/16/036230/Mass-Psychosis-In-the-USA?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />[0]Hugh  Pickens writes \"James Ridgeway writes in Al Jazeera that with<br />over $14  billion in sales in 2008, antipsychotics have become the<br />[1]single  top-selling therapeutic class of prescription drugs in the<br />U.S., surpassing  drugs used to treat high cholesterol and acid reflux.<br />While once upon a time,  antipsychotics were reserved for a relatively<br />small number of patients with  hard-core psychiatric diagnoses, today it<br />seems, everyone is taking  antipsychotics. \'Parents are told that their<br />unruly kids are in fact bipolar,  and in need of anti-psychotics, while<br />old people with dementia are dosed, in  large numbers, with drugs once<br />reserved largely for schizophrenics,\' writes  Ridgeway. \'Americans with<br />symptoms ranging from chronic depression to anxiety  to insomnia are now<br />being prescribed anti-psychotics at rates that seem to  indicate a<br />national mass psychosis.\' By now, just about everyone knows how  the<br />[2]drug industry works to influence the minds of American doctors,  plying<br />them with gifts, junkets, ego-tripping awards, and research funding  in<br />exchange for endorsing or prescribing the latest and most  lucrative<br />drugs. According to Marcia Angell, former editor of the New  England<br />Journal of Medicine, under the tutelage of Big Pharma, we are  \'simply<br />[3]expanding the criteria for mental illness so that nearly everyone  has<br />one.\'\"<br /><br />Discuss this story at:<br /> <a href=\"https://science.slashdot.org/story/11/07/16/036230/Mass-Psychosis-In-the-USA?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://science.slashdot.org/story/11/07/16/036230/Mass-Psychosis-In-the-USA?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"http://hughpickens.com/\">http://hughpickens.com/</a><br /> 1. <a href=\"http://english.aljazeera.net/indepth/opinion/2011/07/20117313948379987.html\">http://english.aljazeera.net/indepth/opinion/2011/07/20117313948379987.html</a><br /> 2. <a href=\"http://unsilentgeneration.com/2009/04/06/big-pharma-psychs-out-the-shrinks/\">http://unsilentgeneration.com/2009/04/06/big-pharma-psychs-out-the-shrinks/</a><br /> 3. <a href=\"http://www.nybooks.com/articles/archives/2011/jun/23/epidemic-mental-illness-why/\">http://www.nybooks.com/articles/archives/2011/jun/23/epidemic-mental-illness-why/</a><br /><br /></p>','',1,1,0,1,'2011-07-17 12:34:36',62,'slashdot from Al Jazeera','2011-08-10 19:31:23',62,0,'0000-00-00 00:00:00','2011-07-17 12:34:36','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,208,'','',0,332,'robots=\nauthor='),(350,'Judge Says You Can\'t Know If Google Spies For NSA','judge-says-you-cant-know-if-google-spies-for-nsa','','<p>+--------------------------------------------------------------------------------------------------------<br />| Judge Says You Can\'t Know If Google Spies For NSA<br />| from the all-fibers-lead-to-maryland dept.<br />| posted by timothy on Saturday July 16, @06:46 (Google)<br />| with 180 comments<br />| <a href=\"https://yro.slashdot.org/story/11/07/16/0540244/Judge-Says-You-Cant-Know-If-Google-Spies-For-NSA?utm_source=newsletter&amp;utm_medium=email\">https://yro.slashdot.org/story/11/07/16/0540244/Judge-Says-You-Cant-Know-If-Google-Spies-For-NSA?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />witherstaff writes \"A federal judge has ordered that whether Google is<br />spying for the National Security Agency or not, [0]you have no right to<br />know. EPIC, which brought the lawsuit, says [1]the NSA can neither<br />confirm nor deny any relationship with Google. EPIC is worried the \'NSA<br />is developing technical standards that would enable greater surveillance<br />of Internet users.\'\"<br /><br />Discuss this story at:<br /><a href=\"https://yro.slashdot.org/story/11/07/16/0540244/Judge-Says-You-Cant-Know-If-Google-Spies-For-NSA?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://yro.slashdot.org/story/11/07/16/0540244/Judge-Says-You-Cant-Know-If-Google-Spies-For-NSA?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br />0. <a href=\"http://www.courthousenews.com/2011/07/14/38157.htm\">http://www.courthousenews.com/2011/07/14/38157.htm</a><br />1. <a href=\"http://epic.org/2011/07/epic-v-nsa-agency-can-neither.html\">http://epic.org/2011/07/epic-v-nsa-agency-can-neither.html</a></p>','',1,13,0,70,'2011-07-17 12:40:45',62,'slashdot','2011-08-08 03:29:44',62,0,'0000-00-00 00:00:00','2011-07-17 12:40:45','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,53,'','',0,38,'robots=\nauthor='),(351,'32nd anniv of Jimmy Carter\'s \"malaise\" speech - Obama remix','32nd-anniv-of-jimmy-carters-qmalaiseq-speech-obama-remix','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"425\" height=\"349\" src=\"http://www.youtube.com/embed/mWAdt07XPgY\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,5,0,43,'2011-07-17 13:43:06',62,'Laura Ingraham','2011-07-17 14:02:08',62,0,'0000-00-00 00:00:00','2011-07-17 13:43:06','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,3,'','',0,1275,'robots=\nauthor='),(352,'App Uses Facial Profiling To Identify Perps','app-uses-facial-profiling-to-identify-perps','','<p>+--------------------------------------------------------------------------------------------------------<br />|  App Uses Facial Profiling To Identify Perps<br />|   from the  and-non-perps-as-well dept.<br />|   posted by timothy on Thursday July 14, @18:09  (Crime)<br />|   with 49 comments<br />|   <a href=\"https://yro.slashdot.org/story/11/07/14/2120221/App-Uses-Facial-Profiling-To-Identify-Perps?utm_source=newsletter&amp;utm_medium=email\">https://yro.slashdot.org/story/11/07/14/2120221/App-Uses-Facial-Profiling-To-Identify-Perps?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />[0]Hugh  Pickens writes writes \"Emily Steel writes that a new iPhone<br />accessory that  uses a picture of the person\'s face or iris to identify<br />them will [1]help  police units identify suspects and look up their<br />criminal record. To scan a  person\'s iris, police officers can hold the<br />special iris-scanning camera on  device, called MORIS, about 5 to 6 inches<br />away from an individual\'s irises.  After snapping a high resolution photo,<br />the MORIS system analyzes 235 unique  features in each iris and uses an<br />algorithm to match that person with their  identity if they are in the<br />database. To use the facial recognition system an  officer takes a photo<br />of a person at a distance of about 2 feet to 5 feet  that [2]analyzes<br />about 130 distinguishing points on the face (video), such as  the distance<br />between a person\'s eye and nose, then scans the database for  likely<br />matches. Bernard Melekian says challenges remain in developing  guidelines<br />for the proper use of the mobile recognition technology for police  work.<br />\'If the purpose is to determine instantly an individual\'s identity  and<br />determine whether they are wanted or have serious criminal history,  that<br />is not only a desirable use, it is an important use,\' says Melekian.  \'To<br />simply collect information on individuals to add to the database  would<br />not in my opinion be a desirable use of the technology.\'\" The range  of<br />offenses for which conviction (and sometimes mere arrest) now  triggers<br />the collection of DNA samples is expanding; I suspect that  iris<br />information, seemingly less intrusive to collect, will soon enough  become<br />part of applications for passports, driver\'s licenses, and  concealed<br />carry permits.<br /><br />Discuss this story at:<br /> <a href=\"https://yro.slashdot.org/story/11/07/14/2120221/App-Uses-Facial-Profiling-To-Identify-Perps?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://yro.slashdot.org/story/11/07/14/2120221/App-Uses-Facial-Profiling-To-Identify-Perps?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"http://hughpickens.com/\">http://hughpickens.com/</a><br /> 1. <a href=\"http://blogs.wsj.com/digits/2011/07/13/how-a-new-police-tool-for-face-recognition-works/\">http://blogs.wsj.com/digits/2011/07/13/how-a-new-police-tool-for-face-recognition-works/</a><br /> 2. <a href=\"http://www.youtube.com/watch?v=5wkANapgWgE\">http://www.youtube.com/watch?v=5wkANapgWgE</a></p>','',1,13,0,70,'2011-07-17 14:32:55',62,'slashdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-07-17 14:32:55','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,51,'','',0,34,'robots=\nauthor='),(353,'NH Man Arrested For Videotaping Police.. Again','nh-man-arrested-for-videotaping-police-again','','<p>+--------------------------------------------------------------------------------------------------------<br />|  NH Man Arrested For Videotaping Police.. Again<br />|   from the  at-least-he\'s-consistent dept.<br />|   posted by Soulskill on Tuesday July 19,  @20:14 (Crime)<br />|   with 618 comments<br />|   <a href=\"https://yro.slashdot.org/story/11/07/19/235203/NH-Man-Arrested-For-Videotaping-Police-Again?utm_source=newsletter&amp;utm_medium=email\">https://yro.slashdot.org/story/11/07/19/235203/NH-Man-Arrested-For-Videotaping-Police-Again?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />OhPlz  writes \"Back in 2006, a resident of New Hampshire\'s second largest<br />city was  arrested while at the police station attempting to file a<br />complaint against  officers. His crime? He had video tape evidence of the<br />officers\' wrongdoings.  According to the police, that\'s wiretapping. After<br />[0]world wide attention,  the police dropped the charges. His complaint<br />was found to be valid, but the  evidence never saw the light of day. Well,<br />guess what? Round two. There are  differing reports, but [1]again the<br />police arrested Mr. Gannon and again,  they seized his video camera. This<br />time it\'s \'falsifying evidence\' because he  tried to hand off the camera,<br />most likely to protect its contents. If there\'s  the potential of police<br />wrongdoing, how is it that the law permits the police  to seize the<br />evidence?\"<br /><br />Discuss this story at:<br /> <a href=\"https://yro.slashdot.org/story/11/07/19/235203/NH-Man-Arrested-For-Videotaping-Police-Again?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://yro.slashdot.org/story/11/07/19/235203/NH-Man-Arrested-For-Videotaping-Police-Again?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"http://slashdot.org/story/06/06/29/188221/NH-Man-Arrested-for-Videotaping-Police\">http://slashdot.org/story/06/06/29/188221/NH-Man-Arrested-for-Videotaping-Police</a><br /> 1. <a href=\"http://www.nashuatelegraph.com/news/926340-196/suspects-witness-dispute-police-version-of-july.html\">http://www.nashuatelegraph.com/news/926340-196/suspects-witness-dispute-police-version-of-july.html</a></p>','',1,13,0,70,'2011-07-21 17:32:28',62,'slashdot','2011-07-23 21:50:27',62,0,'0000-00-00 00:00:00','2011-07-21 17:32:28','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,50,'','',0,44,'robots=\nauthor='),(354,'Hillary Clinton Takes Data.gov Overseas','hillary-clinton-takes-datagov-overseas','','<p>+--------------------------------------------------------------------------------------------------------<br />|  Hillary Clinton Takes Data.gov Overseas<br />|   from the i-see-what-you-did-there  dept.<br />|   posted by CmdrTaco on Wednesday July 20, @09:39 (Businesses)<br />|    with 242 comments<br />|   <a href=\"https://yro.slashdot.org/story/11/07/20/1321231/Hillary-Clinton-Takes-Datagov-Overseas?utm_source=newsletter&amp;utm_medium=email\">https://yro.slashdot.org/story/11/07/20/1321231/Hillary-Clinton-Takes-Datagov-Overseas?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />theodp  writes \"ZDNet reports that Secretary of State Hillary Clinton\'s<br />office issued  a [0]fact sheet during her visit to India confirming that<br />[1]the U.S. and  India will be working together to develop an open source<br />version of the  Data.gov project, which was launched in 2009 by<br />[2]off-to-Harvard Federal CIO  Vivek Kundra to serve as a [3]central<br />repository of data collected by the US  government. The Hindu Business<br />Line notes that Clinton was also pressed to  [4]exempt Indian techies in<br />the States on H-1B or L1 visas from US social  security taxes, an<br />exemption that, if granted, could reportedly result in  savings of at<br />least a billion dollars for the country\'s software  industry.\"<br /><br />Discuss this story at:<br /> <a href=\"https://yro.slashdot.org/story/11/07/20/1321231/Hillary-Clinton-Takes-Datagov-Overseas?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://yro.slashdot.org/story/11/07/20/1321231/Hillary-Clinton-Takes-Datagov-Overseas?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"http://www.state.gov/r/pa/prs/ps/2011/07/168740.htm\">http://www.state.gov/r/pa/prs/ps/2011/07/168740.htm</a><br /> 1. <a href=\"http://www.zdnet.com/blog/india/india-and-us-to-work-together-on-datagov-and-against-cyber-crime/633\">http://www.zdnet.com/blog/india/india-and-us-to-work-together-on-datagov-and-against-cyber-crime/633</a><br /> 2. <a href=\"http://yro.slashdot.org/story/11/06/16/2224240/Vivek-Kundra-Quits-As-Federal-CIO\">http://yro.slashdot.org/story/11/06/16/2224240/Vivek-Kundra-Quits-As-Federal-CIO</a><br /> 3. <a href=\"http://www.data.gov/\">http://www.data.gov/</a><br /> 4. <a href=\"http://www.thehindubusinessline.com/industry-and-economy/article2260263.ece\">http://www.thehindubusinessline.com/industry-and-economy/article2260263.ece</a></p>','',1,13,0,70,'2011-07-21 17:41:18',62,'slashdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-07-21 17:41:18','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,49,'','',0,48,'robots=\nauthor='),(355,'Court Allows Webcam Spying On Rental Laptops','court-allows-webcam-spying-on-rental-laptops','','<p>+-------------------------------<br /> |   Court Allows Webcam Spying On Rental Laptops<br /> |   from the renter-beware   dept.<br /> |   posted by Soulskill on Wednesday July 20, @05:13 (Privacy)<br /> |     with 230 comments<br /> | <a href=\"https://yro.slashdot.org/story/11/07/20/0311238/Court-Allows-Webcam-Spying-On-Rental-Laptops?utm_source=newsletter&amp;utm_medium=email\">https://yro.slashdot.org/story/11/07/20/0311238/Court-Allows-Webcam-Spying-On-Rental-Laptops?utm_source=newsletter&amp;utm_medium=email</a><br /> +----------------------------<br /> <br /> [0]tekgoblin   writes \"Back in May there was a class action lawsuit filed<br /> against the rental   company Aaron\'s, which had [1]secretly installed<br /> spying software that would   turn on a laptop\'s webcam, take pictures and<br /> then send them back to the   company. Overall it seemed like a large<br /> invasion of privacy, which should at   least warrant an injunction to stop<br /> use of the software until the case is   settled, right? Not to the judge,<br /> who [2]refused to order an injunction on   the grounds that the family was<br /> no longer in possession of the laptop. As for   everyone else still using<br /> their Aaron\'s laptops, the judge [3]had this to say   to them (PDF):<br /> \'Moreover, it is purely conjecture that the other members of   the putative<br /> class will be subjected to remote access of personal   information.\'\"<br /> <br /> Discuss this story at:<br /> <a href=\"https://yro.slashdot.org/story/11/07/20/0311238/Court-Allows-Webcam-Spying-On-Rental-Laptops?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://yro.slashdot.org/story/11/07/20/0311238/Court-Allows-Webcam-Spying-On-Rental-Laptops?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /> <br /> Links:<br /> 0. <a href=\"http://www.twitter.com/tekgoblin\">http://www.twitter.com/tekgoblin</a><br /> 1. <a href=\"http://slashdot.org/story/11/05/04/0111229/Aaron-Computer-Rental-Firm-Spies-On-Users\">http://slashdot.org/story/11/05/04/0111229/Aaron-Computer-Rental-Firm-Spies-On-Users</a><br /> 2. <a href=\"http://www.tekgoblin.com/2011/07/19/court-refuses-to-stop-secret-web-spycams-from-running-on-rental-laptops/\">http://www.tekgoblin.com/2011/07/19/court-refuses-to-stop-secret-web-spycams-from-running-on-rental-laptops/</a><br /> 3. <a href=\"https://docs.google.com/viewer?a=v&amp;pid=explorer&amp;chrome=true&amp;srcid=0Bymxq92Dj73DYjg1NDJjMjItNTZlNi00MjcyLWExNzAtNDQyYmU4MzQ5NDBk&amp;hl=en_US\">https://docs.google.com/viewer?a=v&amp;pid=explorer&amp;chrome=true&amp;srcid=0Bymxq92Dj73DYjg1NDJjMjItNTZlNi00MjcyLWExNzAtNDQyYmU4MzQ5NDBk&amp;hl=en_US</a><br /> <br /></p>','',1,13,0,70,'2011-07-21 17:41:56',62,'slashdot','2011-07-21 18:02:01',62,0,'0000-00-00 00:00:00','2011-07-21 17:41:56','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,48,'','',0,34,'robots=\nauthor='),(356,'Massachusetts Plans To Keep Track of Where Your Car Has Been','massachusetts-plans-to-keep-track-of-where-your-car-has-been','','<p>+--------------------------------------------------------------------------------------------------------<br />| Massachusetts Plans To Keep Track of Where Your Car Has Been<br />| from the dude-where\'s-my-car dept.<br />| posted by Soulskill on Friday July 22, @13:35 (Government)<br />| with 462 comments<br />| <a href=\"https://tech.slashdot.org/story/11/07/22/1656234/Massachusetts-Plans-To-Keep-Track-of-Where-Your-Car-Has-Been?utm_source=newsletter&amp;utm_medium=email\">https://tech.slashdot.org/story/11/07/22/1656234/Massachusetts-Plans-To-Keep-Track-of-Where-Your-Car-Has-Been?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />Attila Dimedici writes \"Massachusetts wants to establish a database with<br />[0]the information gathered by license plate scanners installed in police<br />cars. The scanners will scan license plates of every car the police<br />vehicle passes and transmit that information (along with the location) to<br />a database that will be made available to various government agencies.<br />The data wil be kept indefinitely.\"<br /><br />Discuss this story at:<br /><a href=\"https://tech.slashdot.org/story/11/07/22/1656234/Massachusetts-Plans-To-Keep-Track-of-Where-Your-Car-Has-Been?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://tech.slashdot.org/story/11/07/22/1656234/Massachusetts-Plans-To-Keep-Track-of-Where-Your-Car-Has-Been?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br />0. <a href=\"http://www.bostonherald.com/news/regional/view.bg?articleid=1353264\">http://www.bostonherald.com/news/regional/view.bg?articleid=1353264</a></p>','',1,13,0,70,'2011-07-23 21:18:54',62,'slashdot','2011-08-13 12:07:21',62,0,'0000-00-00 00:00:00','2011-07-23 21:18:54','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,47,'','',0,42,'robots=\nauthor='),(357,'Obama\'s agenda: Overwhelm the system','obamas-agenda-overwhelm-the-system','','<p><span style=\"color: #000000; font-family: Arial, sans-serif; line-height: normal;\"> </span></p>\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 12px; margin-left: 0px; line-height: 1.2em; font-size: 1.17em; padding: 0px;\"><img src=\"http://media.lvrj.com/images/100*100/wayne-allyn-root_68x68.jpg\" border=\"0\" align=\"left\" /><strong><a href=\"http://www.lvrj.com/opinion/obama-s-agenda--overwhelm-the-system-95716764.html\"><strong>Reprinted from June 6, 2010 Article in the Las Vegas Review-Journal </strong></a></strong></p>\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 12px; margin-left: 0px; line-height: 1.2em; font-size: 1.17em; padding: 0px;\">Rahm Emanuel cynically said, \"You never want a crisis to go to waste.\" It is now becoming clear that the crisis he was referring to is Barack Obama\'s presidency.</p>\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 12px; margin-left: 0px; line-height: 1.2em; font-size: 1.17em; padding: 0px;\">Obama is no fool. He is not incompetent. To the contrary, he is brilliant. He knows exactly what he\'s doing. He is purposely overwhelming the U.S. economy to create systemic failure, economic crisis and social chaos -- thereby destroying capitalism and our country from within.</p>\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 12px; margin-left: 0px; line-height: 1.2em; font-size: 1.17em; padding: 0px;\">Barack Obama is my college classmate (Columbia University, class of \'83). As Glenn Beck correctly predicted from day one, Obama is following the plan of <a href=\"http://en.wikipedia.org/wiki/Cloward%E2%80%93Piven_strategy\">Cloward &amp; Piven</a>, two professors at Columbia University. They outlined a plan to socialize America by overwhelming the system with government spending and entitlement demands. Add up the clues below. Taken individually they\'re alarming. Taken as a whole, it is a brilliant, Machiavellian game plan to turn the United States into a socialist/Marxist state with a permanent majority that desperately needs government for survival ... and can be counted on to always vote for bigger government. Why not? They have no responsibility to pay for it.</p>\r\n','\r\n<p> </p>\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 12px; margin-left: 0px; line-height: 1.2em; font-size: 1.17em; padding: 0px;\">-- Universal health care. The health care bill had very little to do with health care. It had everything to do with unionizing millions of hospital and health care workers, as well as adding 15,000 to 20,000 new IRS agents (who will join government employee unions). Obama doesn\'t care that giving free health care to 30 million Americans will add trillions to the national debt. What he does care about is that it cements the dependence of those 30 million voters to Democrats and big government. Who but a socialist revolutionary would pass this reckless spending bill in the middle of a depression?</p>\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 12px; margin-left: 0px; line-height: 1.2em; font-size: 1.17em; padding: 0px;\">-- Cap and trade. Like health care legislation having nothing to do with health care, cap and trade has nothing to do with global warming. It has everything to do with redistribution of income, government control of the economy and a criminal payoff to Obama\'s biggest contributors. Those powerful and wealthy unions and contributors (like GE, which owns NBC, MSNBC and CNBC) can then be counted on to support everything Obama wants. They will kick-back hundreds of millions of dollars in contributions to Obama and the Democratic Party to keep them in power. The bonus is that all the new taxes on Americans with bigger cars, bigger homes and businesses helps Obama \"spread the wealth around.\"</p>\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 12px; margin-left: 0px; line-height: 1.2em; font-size: 1.17em; padding: 0px;\">-- Make Puerto Rico a state. Why? Who\'s asking for a 51st state? Who\'s asking for millions of new welfare recipients and government entitlement addicts in the middle of a depression?Â Certainly not American taxpayers. But this has been Obama\'s plan all along. His goal is to add two new Democrat senators, five Democrat congressman and a million loyal Democratic voters who are dependent on big government.</p>\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 12px; margin-left: 0px; line-height: 1.2em; font-size: 1.17em; padding: 0px;\">-- Legalize 12 million illegal immigrants. Just giving these 12 million potential new citizens free health care alone could overwhelm the system and bankrupt America. But it adds 12 million reliable new Democrat voters who can be counted on to support big government.Â Add another few trillion dollars in welfare, aid to dependent children, food stamps, free medical, education, tax credits for the poor, and eventually Social Security.</p>\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 12px; margin-left: 0px; line-height: 1.2em; font-size: 1.17em; padding: 0px;\">-- Stimulus and bailouts. Where did all that money go? It went to Democrat contributors, organizations (ACORN), and unions -- including billions of dollars to save or create jobs of government employees across the country. It went to save GM and Chrysler so that their employees could keep paying union dues. It went to AIG so that Goldman Sachs could be bailed out (after giving Obama almost $1 million in contributions). A staggering $125 billion went to teachers (thereby protecting their union dues). All those public employees will vote loyally Democrat to protect their bloated salaries and pensions that are bankrupting America. The country goes broke, future generations face a bleak future, but Obama, the Democrat Party, government, and the unions grow more powerful. The ends justify the means.</p>\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 12px; margin-left: 0px; line-height: 1.2em; font-size: 1.17em; padding: 0px;\">-- Raise taxes on small business owners, high-income earners, and job creators. Put the entire burden on only the top 20 percent of taxpayers, redistribute the income, punish success, and reward those who did nothing to deserve it (except vote for Obama). Reagan wanted to dramatically cut taxes in order to starve the government. Obama wants to dramatically raise taxes to starve his political opposition.</p>\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 12px; margin-left: 0px; line-height: 1.2em; font-size: 1.17em; padding: 0px;\">With the acts outlined above, Obama and his regime have created a vast and rapidly expanding constituency of voters dependent on big government; a vast privileged class of public employees who work for big government; and a government dedicated to destroying capitalism and installing themselves as socialist rulers by overwhelming the system.</p>\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 12px; margin-left: 0px; line-height: 1.2em; font-size: 1.17em; padding: 0px;\">Add it up and you\'ve got the perfect Marxist scheme -- all devised by my Columbia University college classmate Barack Obama.</p>\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 12px; margin-left: 0px; line-height: 1.2em; font-size: 1.17em; padding: 0px;\"> </p>\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 12px; margin-left: 0px; line-height: 1.2em; font-size: 1.17em; padding: 0px;\">Wayne Allyn Root was the 2008 Libertarian Party vice presidential nominee and serves on the Libertarian National Committee.</p>\r\n<p> </p>',1,17,0,74,'2011-07-23 22:08:03',62,'Wayne Allyn Root - Las Vegas Review-Journal','2011-07-23 22:39:37',62,0,'0000-00-00 00:00:00','2011-07-23 22:08:03','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,8,'','',0,657,'robots=\nauthor='),(358,'Homosexuality and the Nazi Party','homosexuality-and-the-nazi-party','','<p><span style=\"color: #000000; font-family: Arial, Helvetica; line-height: normal; font-size: medium;\"> </span></p>\r\n<h3>The Homosexual Roots of the Nazi Party</h3>\r\n<div>The \"gay rights\" movement often portrays itself as an American phenomenon which arose from the civil rights movement of the 1950s. It is not uncommon to hear homosexualists (those both \"gay\" and \"straight\" who promote the legitimization of homosexuality) characterize \"gay rights\" as the natural third wave of civil rights activism (following blacks and women). In reality, however, Germany was the birthplace of \"gay rights,\" and its legacy in that nation is truly alarming.</div>\r\n<p align=\"left\">The \"grandfather of gay rights\" was a homosexual German lawyer named Karl Heinrich Ulrichs. Ulrichs had been molested at age 14 by his male riding instructor. Instead of attributing his adult homosexuality to the molestation, however, Ulrich devised in the 1860s what became known as the \"third sex\" theory of homosexuality. Ulrichs\' model holds that male homosexuals are actually female souls trapped within male bodies. The reverse phenomenon supposedly explains lesbianism. Since homosexuality was an innate condition, reasoned Ulrichs, homosexual behavior should be decriminalized. An early follower of Ulrichs coined the term \"homosexual\" in an open letter to the Prussian Minister of Justice in 1869.</p>\r\n<p align=\"left\">By the time Ulrichs died in 1895, the \"gay rights\" movement in Germany had gained considerable strength. Frederich Engels noted this in a letter to Karl Marx regarding Ulrich\'s efforts: \"The pederasts start counting their numbers and discover they are a powerful group in our state. The only thing missing is an organization, but it seems to exist already, but it is hidden.\" After Ulrichs\' death, the movement split into two separate and opposed factions. One faction followed Ulrichs\' successor, Magnus Hirschfeld, who formed the Scientific Humanitarian Committee in 1897 and later opened the Institute for Sex Research in Berlin. The other faction was organized by Adolf Brand, publisher of the first homosexual magazine, <em>Der Eigene</em> (The Special). Brand, Benedict Friedlander and Wilhelm Janzen formed the <em>Gemeinschaft der Eigenen</em> (The Community of the Special) in 1902. What divided these groups was their concepts of masculinity. Ulrichs\' theory embraced a feminine identity. His, and later Hirschfeld\'s, followers literally believed they were women trapped in men\'s bodies.</p>\r\n<p align=\"left\"> </p>\r\n<p align=\"left\">The followers of Brand, however, were deeply insulted by Ulrichs\' theory. They perceived themselves not merely as masculine, but as a breed of men superior in masculine qualities even to heterosexuals. The Community of the Special (CS) asserted that male homosexuality was the foundation of all nation-states and that male homosexuals represented an elite strata of human society. The CS fashioned itself as a modern incarnation of the warrior cults of ancient Greece. Modeling themselves after the military heroes of Sparta, Thebes and Crete, the members of the CS were ultra-masculine, male-supremacist and pederastic (devoted to man/boy sex). Brand said in <em>Der Eigene</em> that he wanted men who \"thirst for a revival of Greek times and Hellenic standards of beauty after centuries of Christian barbarism.\"</p>\r\n<p align=\"left\">One of the keys to understanding both the rise of Nazism and the later persecution of some homosexuals by the Nazis is found in this early history of the German \"gay rights\" movement. For it was the CS which created and shaped what would become the Nazi persona, and it was the loathing which these \"Butches\" held for effeminate homosexuals (\"Femmes\") which led to the internment of some of the latter in slave labor camps in the Third Reich.</p>\r\n<p align=\"left\"> </p>\r\n<h3>From Boy Scouts to Brownshirts</h3>\r\n<div>The \"Butch\" homosexuals of the CS transformed Germany. Their primary vehicle was the German youth movement, known as the Wandervogel (Rovers or Wandering Youth). \"In Central Europe,\" writes homosexual historian Parker Rossman, \"there was another effort to revive the Greek ideal of pedagogic pederasty in the movement of \'Wandering Youth\'... Ultimately, Hitler used and transformed the movement...expanding and building upon its romanticism as a basis for the Nazi Party\" (Rossman:103).</div>\r\n<p align=\"left\">Rising spontaneously in the 1890s as an informal hiking and camping society, the Wandervogel became an official organization at the turn of the century, similar to the Boy Scouts. From early on, however, the Wandervogel was dominated and controlled by the pederasts of the CS. CS co-founder Wilhelm Janzen was its chief benefactor, and its leadership was rife with homosexuality. In 1912, CS theorist Hans Blueher wrote<em>The German Wandervogel Movement as an Erotic Phenomenon</em> which told how the organization was used to recruit young boys into homosexuality.</p>\r\n<p align=\"left\">Wandervogel youths were indoctrinated with Greek paganism and taught to reject the Christian values of their parents (mostly Catholics and Lutherans). The CS belief in a homosexual elite took shape within the Wandervogel in the concept of \"der Fuehrer\" (The Leader). E.Y. Hartshorne, in <em>German Youth and the Nazi Dream of Victory,</em> records the recollections of a former Wandervogel member in this regard: \"We little suspected then what power we had in our hands. We played with the fire that had set a world in flames, and it made our hearts hot...It was in our ranks that the word Fuehrer originated, with its meaning of blind obedience and devotion...And I shall never forget how in those early days we pronounced the word Gemeinschaft [\"community\"] with a trembling throaty note of excitement, as though it hid a deep secret\" (Hartshorne:12). Louis Snyder notes in the <em>Encyclopedia of the Third Reich</em> that, \"The Fuehrer Principle became identical with the elite principle. The Fuehrer elite were regarded as independent of the will of the masses\" (Snyder:104). Snyder was not writing about the Gemeinschaft der Eigenen or of the Wandervogel, but of the upper ranks of the Nazi party some thirty years later. Another Nazi custom from the Wandervogel was the \"Seig Heil\" salute, which was an early form of greeting popular among the wandering youth. During World War I, the greatest hero of the German youth movement was Gerhard Rossbach. Described by historian Robert G. L. Waite as a \"sadist, murderer and homosexual,\" Rossbach was \"the most important single contributor of the pre-Hitler youth movement\" (Waite,1969:210). More importantly, Rossbach was the bridge between the Wandervogel and the Nazi Party.</p>\r\n<p align=\"left\">In the turbulent days following Germany\'s defeat in World War I, Gerhard Rossbach was one of many former army officers placed in command of Freikorps (Free Corps) units. These unofficial auxilary military units were designed to circumvent limitations imposed on German troop strength by the Allies. Rossbach organized a Freikorps called Rossbach\'s Sturmabteilung (Rossbach\'s Storm Troopers). Rossbach also built the largest post-war youth organization in Germany, named the <em>Schilljugend</em> (Schill Youth) in honor of a famous Prussian soldier. In <em>The Black Corps</em>, historian Robert Lewis Koehl notes that both Rossbach\'s Storm Troopers and the Schilljugend \"were notorious for wearing brown shirts which had been prepared for German colonial troops, acquired from the old Imperial army stores\" (Koehl:19). These Storm Troopers would soon become known as Nazi Brownshirts. Konrad Heiden, a contemporary of Hitler and a leading authority on Nazi history, wrote that the Freikorps \"were breeding places of perversion\" and that \"Rossbach\'s troop...was especially proud\" of being homosexual (Heiden:295). Rossbach\'s adjutant was Edmund Heines, noted for his ability to procure boys for sexual orgies. Ernst Roehm, recruited by Rossbach into homosexuality, later commanded the Storm Troopers for the Nazis, where they were more commonly known as the SA (an acronym for Sturmabteilung).</p>\r\n<p align=\"left\"> </p>\r\n<h3>The Power Behind the Throne</h3>\r\n<div>While Adolf Hitler is today recognized as the central figure of Nazism, he was a less important player when the Nazi machine was first assembled. Its first leader was Ernst Roehm. Homosexual historian Frank Rector writes that \"Hitler was, to a substantial extent, Roehm\'s protegé\" (Rector:80). Roehm had been a captain in the German army. Hitler had been a mere corporal. After World War I, Roehm was highly placed in the underground nationalist movement that plotted to overthrow the Weimar government and worked to subvert it through assassinations and terrorism. In <em>The Order of the Death\'s Head</em>, author Heinz Hohne writes that Roehm met Hitler at a meeting of a socialist terrorist group called the Iron Fist and \"saw in Hitler the demagogue he required to mobilize mass support for his secret army\" (Hohne:20). Roehm, who had joined the German Worker\'s Party before Hitler, worked with him to take over the fledgling organization. With Roehm\'s backing, Hitler became the first president of the party in 1921 (ibid.:21) and changed its name to the National Socialist German Worker\'s Party. Soon after, Rossbach\'s Storm Troopers, the SA, became its military arm. In his classic Nazi history, <em>The Rise and Fall of the Third Reich</em>, author William Shirer describes Roehm as \"a stocky, bull-necked, piggish-eyed, scar- faced professional soldier...[and] like so many of the early Nazis, a homosexual\" (Shirer:64). Rector writes:</div>\r\n<p align=\"left\"> </p>\r\n<blockquote>Was not the most outstanding, most notorious, of all homosexuals the celebrated Nazi leader Ernst Ro[e]hm, the virile and manly chief of the SA, the du buddy of Adolf Hitler from the beginning of his political career? Hitler\'s rise had in fact depended upon Ro[e]hm and everyone knew it. Ro[e]hm\'s gay fun and games were certainly no secret; his amorous forays to gay bars and gay Turkish baths were riotous. Whatever anti-homosexual sentiments may have been expressed by straight Nazis were more than offset by the reality of highly visible, spectacular, gay-loving Ro[e]hm. If there were occasional ominous rumblings and grumblings about \"all those queers\" in the SA and Movement, and some anti-gay flare-ups, homosexual Nazis felt more-or-less secure in the lap of the Party. After all, the National Socialist Party member who wielded the greatest power aside from Hitler was Ro[e]hm (Rector:50f).</blockquote>\r\n<div>Betraying his roots in the \"Butch\" faction of the German \"gay rights\" movement, Roehm viewed homosexuality as the basis for a new society. Louis Snyder writes that Roehm \"projected a social order in which homosexuality would be regarded as a human behavior pattern of high repute...he flaunted his homosexuality in public and insisted that his cronies do the same. What was needed, Roehm believed, was a proud and arrogant lot who could brawl, carouse, smash windows, kill and slaughter for the hell of it. Straights, in his eyes, were not as adept in such behavior as practicing homosexuals\" (Snyder:55). \"The principle function of this army-like organization,\" writes historian Thomas Fuchs, \"was beating up anyone who opposed the Nazis, and Hitler believed this was a job best undertaken by homosexuals\" (Fuchs:48f).</div>\r\n<p align=\"left\">The favorite meeting place of the SA was a \"gay\" bar in Munich called the Bratwurstglockl where Roehm kept a reserved table (Hohne:82). This was the same tavern where some of the earliest formative meetings of the Nazi Party had been held (Rector:69). At the Bratwurstglockl, Roehm and associates-Edmund Heines, Karl Ernst, Ernst\'s partner Captain Rohrbein, Captain Petersdorf, Count Ernst Helldorf and the rest-would meet to plan and strategize. These were the men who orchestrated the Nazi campaign of intimidation and terror. All of them were homosexual (Heiden:371).</p>\r\n<p align=\"left\">Indeed, homosexuality was all that qualified many of these men for their positions in the SA. Heinrich Himmler would later complain of this: \"Does it not constitute a danger to the Nazi movement if it can be said that Nazi leaders are chosen for sexual reasons?\" (Gallo:57). Himmler was not so much opposed to homosexuality itself as to the fact that non- qualified people were given high rank based on their homosexual relations with Roehm and others. For example, SA Obergruppenfuhrer (Lieutenant General) Karl Ernst, a militant homosexual, had been a hotel doorman and a waiter before joining the SA. \"Karl Ernst is not yet 35,\" writes Gallo, \"he commands 250,000 men...he is simply a sadist, a common thug, transformed into a responsible official\" (ibid.:50f).</p>\r\n<p align=\"left\">This strange brand of nepotism was a hallmark of the SA. By 1933 the SA had grown far larger than the German army, yet the Vikingkorps (Officers\' Corps) remained almost exclusively homosexual. \"Roehm, as the head of 2,500,000 Storm Troops,\" writes historian H.R. Knickerbocker, \"had surrounded himself with a staff of perverts. His chiefs, men of rank of Gruppenfuhrer or Obergruppenfuhrer, commanding units of several hundred thousand Storm Troopers, were almost without exception homosexuals. Indeed, unless a Storm Troop officer were homosexual he had no chance of advancement\" (Knickerbocker:55).</p>\r\n<p align=\"left\">In the SA, the Community of the Special\'s Hellenic ideal of masculine homosexual supremacy and militarism was fully realized. \"Theirs was a very masculine brand of homosexuality,\" writes homosexualist historian Alfred Rowse, \"they lived in a male world, without women, a world of camps and marching, rallies and sports. They had their own relaxations, and the Munich SA became notorious on account of them\" (Rowse:214). The similarity of the SA to Freidlander and Brand\'s dream of Hellenic revival is not coincidental. In<em> Gay American History</em>, Jonathan Katz writes that Roehm was a prominent member of the Society for Human Rights (SHR), an offshoot of the CS (J.Katz:632).</p>\r\n<p align=\"left\">The \"relaxations\" to which Rowse refers were, of course, the homosexual activities (many of them pederastic) for which the SA and the CS were both famous. Hohne writes that Roehm \"used the SA for ends other than the purely political...Peter Granninger, who had been one of Roehm\'s partners...and was now given cover in the SA Intelligence Section. For a monthly salary of 200 marks he kept Roehm supplied with new friends, his main hunting ground being Geisela High School Munich; from this school he recruited no fewer than eleven boys, whom he first tried out and then took to Roehm\" (Hohne:82).</p>\r\n<p align=\"left\"> </p>\r\n<h3>Hitler\'s \"Gay\" Roots</h3>\r\n<div>In 1945 a Jewish historian by the name of Samuel Igra published <em>Germany\'s National Vice</em>, which called homosexuality the \"poisoned stream\" that ran through the heart of Nazism. (In the 1920s and 30s, homosexuality was known as \"the German vice\" across Europe because of the debaucheries of the Weimar period.) Igra, who escaped Germany in 1939, claims that Hitler \"had been a male prostitute in Vienna at the time of his sojourn there, from 1907 to 1912, and that he practiced the same calling in Munich from 1912 to 1914\" (Igra:67). Desmond Seward, in <em>Napoleon and Hitler</em>, says Hitler is listed as a homosexual in Viennese police records (Seward:299). Lending credence to this is the fact, noted by Walter Langer, that during several of those years Hitler \"chose to live in a Vienna flophouse known to be inhabited by many homosexuals\" (Langer:192). Rector writes that, as a young man, Hitler was often called \"der Schoen Adolf\" (the handsome Adolf) and that later his looks \"were also to some extent helpful in gaining big-money support from Ernst Ro[e]hm\'s circle of wealthy gay friends\" (Rector:52).</div>\r\n<p align=\"left\">Langer, a psychiatrist, was commissioned by the Allies in 1943 to prepare a thorough psychological study of Hitler. His report, kept under wraps for 29 years, was published in book form in 1972 as <em>The Mind of Adolf Hitler</em>. Langer writes that Hitler was certainly a coprophile (a person who is sexually aroused by human excrement) and may have practiced homosexuality as an adult. He cites the testimony of Hermann Rauschning, a former Hitler confidante who \"reports that he has met two boys who claimed that they were Hitler\'s homosexual partners, but their testimony can hardly be taken at face value. More condemning,\" adds Langer, \"would be the remarks dropped by [Albert] Foerster, the Danzig gauleiter, in conversation with Rauschning. Even here, however, the remarks deal only with Hitler\'s impotence as far as heterosexual relationships go, without actually implying that he indulges in homosexuality. It is probably true that Hitler calls Foerster \'Bubi,\' which is a common nickname employed by homosexuals in addressing their partners. This alone is not adequate proof that he has actually indulged in homosexual practices with Foerster, who is known to be a homosexual\" (Langer:178). However, writes Langer, \"Even today, Hitler derives sexual pleasure from looking at men\'s bodies and associating with homosexuals\" (Langer:179). Too, Hitler\'s greatest hero was Frederick the Great, a well-known homosexual (Garde:44).</p>\r\n<p align=\"left\">Like Langer, Waite also hesitates to label Hitler a homosexual but cites substantial circumstantial evidence that he was.</p>\r\n<p align=\"left\"> </p>\r\n<blockquote>It is true that Hitler was closely associated with Ernst Ro[e]hm and Rudolf Hess, two homosexuals who were among the very few people with whom he used the familiar du. But one cannot conclude that he therefore shared his friend\'s sexual tastes. Still, during the months he was with Hess in Landsberg, their relationship must have become very close. When Hitler left the prison he fretted about his friend who languished there, and spoke of him tenderly, using Austrian diminutives: \'Ach mein Rudy, mein Hesserl, isn\'t it appalling to think that he\'s still there.\' One of Hitler\'s valets, Schneider, made no explicit statement about the relationship, but he did find it strange that whenever Hitler got a present he liked or drew an architectural sketch that particularly pleased him, he would run to Hess- who was known in homosexual circles as \"Fraulein Anna\"-as a little boy would run to his mother to show his prize to her...Finally there is the nonconclusive but interesting fact that one of Hitler\'s prized possessions was a handwritten love letter which King Ludwig II had written to a manservant\" (Waite, 1977:283f).</blockquote>\r\n<div>Hitler, if homosexual, was certainly not exclusively so. There are at least four women, including his own niece, with whom Hitler had sexual relationships, although these relationships were not normal. Both Waite and Langer suggest that his sexual encounters with women included expressions of his coprophilic perversion as well as other extremely degrading forms of masochism. It is interesting to note that all four women attempted suicide after becoming sexually involved with Hitler. Two succeeded (Langer:175f).</div>\r\n<div><a href=\"http://constitutionalistnc.tripod.com/hitler-leftist/id12.html\">To Read More Click Here &gt;&gt;</a></div>\r\n<p> </p>\r\n<p> </p>','',1,17,0,74,'2011-07-23 22:59:25',62,'Scott Lively','2011-07-23 23:04:00',62,0,'0000-00-00 00:00:00','2011-07-23 22:59:25','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,20,'','',0,770,'robots=\nauthor='),(359,'PayPal Joins London Police Effort','paypal-joins-london-police-effort','','<p>+--------------------------------------------------------------------------------------------------------<br />|  PayPal Joins London Police Effort<br />|   from the state-vs-man dept.<br />|    posted by timothy on Saturday July 23, @06:25 (Piracy)<br />|   with 110  comments<br />|   <a href=\"https://yro.slashdot.org/story/11/07/22/2345217/PayPal-Joins-London-Police-Effort?utm_source=newsletter&amp;utm_medium=email\">https://yro.slashdot.org/story/11/07/22/2345217/PayPal-Joins-London-Police-Effort?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />derGoldstein  writes this excerpt from Ars Technica: \"PayPal has joined a<br />music copyright  association and the City of London police department\'s<br />bid to financially  starve websites deemed \'illegal.\' When presented with<br />sufficient evidence of  unlicensed downloading from a site, the United<br />Kingdom\'s PayPal branch  \'[0]will require the retailer to submit proof of<br />licensing for the music  offered by the retailer,\' said the International<br />Federation of the  Phonographic Industry\'s latest press release.\" The<br />[1]press release can be  found here.<br /><br />Discuss this story at:<br /> <a href=\"https://yro.slashdot.org/story/11/07/22/2345217/PayPal-Joins-London-Police-Effort?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://yro.slashdot.org/story/11/07/22/2345217/PayPal-Joins-London-Police-Effort?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"http://arstechnica.com/tech-policy/news/2011/07/paypal-joins-london-police-bid-to-financially-starve-illegal-websites.ars\">http://arstechnica.com/tech-policy/news/2011/07/paypal-joins-london-police-bid-to-financially-starve-illegal-websites.ars</a><br /> 1. <a href=\"http://www.ifpi.com//content/section_news/20110721.html\">http://www.ifpi.com//content/section_news/20110721.html</a><br /><br /></p>','',1,13,0,70,'2011-07-24 16:25:47',62,'slashdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-07-24 16:25:47','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,46,'','',0,29,'robots=\nauthor='),(360,'Pergamum and Nazi Germany: The Seat of Satan','pergamum-and-nazi-germany','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"560\" height=\"349\" src=\"http://www.youtube.com/embed/kNnPPsfCLhc\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,17,0,74,'2011-07-27 22:22:49',62,'CBN','2011-07-27 22:24:53',62,62,'2011-07-27 22:24:53','2011-07-27 22:22:49','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,18,'','',0,382,'robots=\nauthor='),(361,'Chief NSA Lawyer Hints That NSA May Be Tracking US Citizens','chief-nsa-lawyer-hints-that-nsa-may-be-tracking-us-citizens','','<p>+--------------------------------------------------------------------------------------------------------<br />|  Chief NSA Lawyer Hints That NSA May Be Tracking US Citizens<br />|   from the  this-story-may-exist dept.<br />|   posted by Unknown Lamer on Tuesday July 26,  @16:33 (Government)<br />|   with 163 comments<br />|   <a href=\"https://yro.slashdot.org/story/11/07/26/201214/Chief-NSA-Lawyer-Hints-That-NSA-May-Be-Tracking-US-Citizens?utm_source=newsletter&amp;utm_medium=email\">https://yro.slashdot.org/story/11/07/26/201214/Chief-NSA-Lawyer-Hints-That-NSA-May-Be-Tracking-US-Citizens?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />[0]itwbennett  writes \"Responding to questions from the Senate Select<br />Committee on  Intelligence yesterday, Matthew Olsen, the NSA\'s general<br />counsel, said that  the NSA \'may\', under \'certain circumstances\' have the<br />authority to [1]track  U.S. citizens by intercepting location data from<br />cell phones, but it\'s \'very  complicated.\' \'There\'s no need to panic, or<br />start shopping for aluminum-foil  headwear,\' says blogger Kevin Fogarty,<br />but clearly the NSA has been thinking  about it enough \'that the agency\'s<br />chief lawyer was able to speak  intelligently about it off the cuff while<br />interviewing for a different  job.\'\"<br /><br />Discuss this story at:<br /> <a href=\"https://yro.slashdot.org/story/11/07/26/201214/Chief-NSA-Lawyer-Hints-That-NSA-May-Be-Tracking-US-Citizens?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://yro.slashdot.org/story/11/07/26/201214/Chief-NSA-Lawyer-Hints-That-NSA-May-Be-Tracking-US-Citizens?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"http://www.itworld.com/\">http://www.itworld.com/</a><br /> 1. <a href=\"http://www.itworld.com/security/186733/can-nsa-and-cia-use-your-phone-track-your-location\">http://www.itworld.com/security/186733/can-nsa-and-cia-use-your-phone-track-your-location</a><br /><br /></p>','',1,13,0,70,'2011-07-27 22:48:32',62,'slashdot','2011-07-27 23:13:52',62,0,'0000-00-00 00:00:00','2011-07-27 22:48:32','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,45,'','',0,42,'robots=\nauthor='),(362,'Security Expert Slams Google+ Pseudonym Policy','security-expert-slams-google-pseudonym-policy','','<p>+--------------------------------------------------------------------------------------------------------<br />|  Security Expert Slams Google+ Pseudonym Policy<br />|   from the  anonymous-cowards-unite dept.<br />|   posted by CmdrTaco on Wednesday July 27,  @08:55 (Security)<br />|   with 346 comments<br />|   <a href=\"https://it.slashdot.org/story/11/07/27/1246200/Security-Expert-Slams-Google-Pseudonym-Policy?utm_source=newsletter&amp;utm_medium=email\">https://it.slashdot.org/story/11/07/27/1246200/Security-Expert-Slams-Google-Pseudonym-Policy?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />An  anonymous reader writes \"A security expert has [0]panned Google\'s<br />\"real name\"  policy on Google+, claiming that the hard line will damage<br />privacy. Sophos\'s  Chester Wisniewski says that closing accounts where<br />users have adopted false  names erodes privacy on the social network.<br />\'What they seemed to have missed  is that the very foundation of privacy<br />is identity. Simply knowing my postal  code or birth date is meaningless<br />without a name to associate it with. By  requiring people to only use<br />their real names, unless they just happen to be  a celebrity, they have<br />eliminated the ability for people to be private in any  meaningful way.\'\"<br /><br />Discuss this story at:<br /> <a href=\"https://it.slashdot.org/story/11/07/27/1246200/Security-Expert-Slams-Google-Pseudonym-Policy?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://it.slashdot.org/story/11/07/27/1246200/Security-Expert-Slams-Google-Pseudonym-Policy?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"http://nakedsecurity.sophos.com/2011/07/27/google-misses-an-opportunity-privacy-is-an-important-part-of-openness/\">http://nakedsecurity.sophos.com/2011/07/27/google-misses-an-opportunity-privacy-is-an-important-part-of-openness/</a></p>','',1,13,0,70,'2011-07-28 13:38:44',62,'slashdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-07-28 13:38:44','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,44,'','',0,34,'robots=\nauthor='),(363,' Google Grabbed Locations of Phones, PCs','-google-grabbed-locations-of-phones-pcs','','<p>+--------------------------------------------------------------------------------------------------------<br />|  Google Grabbed Locations of Phones, PCs<br />|   from the  gift-that-keeps-on-giving dept.<br />|   posted by Soulskill on Wednesday July 27,  @05:11 (Google)<br />|   with 213 comments<br />|   <a href=\"https://tech.slashdot.org/story/11/07/27/0529228/Google-Grabbed-Locations-of-Phones-PCs?utm_source=newsletter&amp;utm_medium=email\">https://tech.slashdot.org/story/11/07/27/0529228/Google-Grabbed-Locations-of-Phones-PCs?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />[0]1800maxim  writes \"As it turns out, Google didn\'t only grab the hotspot<br />[1]SSIDs and MAC  addresses with its Street View cars. As this article at<br />CNET notes, Google  also [2]recorded location data of computers using<br />wireless cards, as well as  cell phones and other Wi-Fi devices. Google\'s<br />explanation is that the data  collection was accidental, and they declined<br />to answer further questions from  CNET.\"<br /><br />Discuss this story at:<br /> <a href=\"https://tech.slashdot.org/story/11/07/27/0529228/Google-Grabbed-Locations-of-Phones-PCs?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://tech.slashdot.org/story/11/07/27/0529228/Google-Grabbed-Locations-of-Phones-PCs?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"mailto:max.bar@hotmail.com\">mailto:max.bar@hotmail.com</a><br /> 1.  <a href=\"http://yro.slashdot.org/story/10/04/23/0522228/Google-Street-View-Logs-Wi-Fi-Networks-MAC-Addresses\">http://yro.slashdot.org/story/10/04/23/0522228/Google-Street-View-Logs-Wi-Fi-Networks-MAC-Addresses</a><br /> 2. <a href=\"http://news.cnet.com/8301-31921_3-20082777-281/street-view-cars-grabbed-locations-of-phones-pcs/\">http://news.cnet.com/8301-31921_3-20082777-281/street-view-cars-grabbed-locations-of-phones-pcs/</a><br /><br /></p>','',1,13,0,70,'2011-07-28 13:43:36',62,'slashdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-07-28 13:43:36','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,43,'','',0,42,'robots=\nauthor='),(364,'Don\'t Tax Me Bro!','dont-tax-me-bro','','<p><img src=\"images/stories/humor/spirit_logo.gif\" border=\"0\" alt=\"Spirit Airlines\" /></p>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"444\" align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h1>Don\'t Tax Me Bro!</h1>\r\n<p align=\"justify\">Following the elimination of several taxes on airline tickets   on July 23rd, Spirit\'s customers began saving up to $50 roundtrip. As a result,   the volume of tickets sold jumped over 22 percent week over week in the first   three days.</p>\r\n<p align=\"justify\">However, Spirit is aware that some policy makers are   considering not only bringing these taxes back but also increasing the Federal   Excise tax on air travelers and airlines and doubling several other governmental   fees. Another proposal under consideration would add a new $35 takeoff tax to   every ticket.</p>\r\n<p align=\"justify\">Spirit calls on airline customers, governmental leaders, policy   makers, taxi drivers, hotel operators, cruise line personnel, restaurant   employees, travel agents, tour operators, and others who would be directly   harmed by an increased tax burden on travelers to join us in our efforts to keep   airline user taxes low.</p>\r\n<p align=\"justify\">Learn more by visiting <a href=\"http://link.spiritairlines.com/u.d?bYGhEL1SFlyrPJ8I9Ur=21\" target=\"_blank\">www.DontTaxMeBro.org</a> and help keep your fares low by   contacting your Congressmen below (please reference AIRLINE TAXES in your   correspondence):</p>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><a href=\"http://link.spiritairlines.com/u.d?IYGhEL1SFlyrPJ8I9Uu=31\"><img src=\"http://www.spirit.com/content/images/email/congress.gif\" border=\"0\" width=\"200\" height=\"60\" /></a></td>\r\n<td><a href=\"http://link.spiritairlines.com/u.d?QYGhEL1SFlyrPJ8I9Uxs=41\"><img src=\"http://www.spirit.com/content/images/email/senator.gif\" border=\"0\" width=\"200\" height=\"60\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,1,0,1,'2011-07-28 17:19:59',62,'Spirit Airlines','2011-07-28 17:29:41',62,62,'2011-07-28 17:29:42','2011-07-28 17:19:59','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,207,'','',0,211,'robots=\nauthor='),(365,'OBAMA EXECUTIVE ORDERS IMPOSE NEW GUN RULES','obama-executive-orders-impose-new-gun-rules','','<p><span style=\"line-height: 22px; font-size: 14px;\">A few days ago, the <a href=\"http://www.theblaze.com/stories/white-house-plans-to-release-new-gun-safety-measures-in-the-near-future/\" target=\"_self\" style=\"font-weight: normal; font-style: normal; font-size: 14px; line-height: inherit; font-family: inherit; text-align: left; color: #d50b0b; text-decoration: underline; outline-width: 0px; outline-style: initial; outline-color: initial; padding: 0px; margin: 0px; border: 0px initial initial;\">Blaze reported</a> on the low-key plans of the Obama administration to increase the penalties for certain gun law violations, and add steps to the background checks for legal gun ownership.</span></p>\r\n<div id=\"postContent\" class=\"clearfix\" style=\"display: block; padding-bottom: 10px;\">\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 18px; margin-left: 0px; font-weight: normal; font-style: normal; font-size: 14px; line-height: 22px; font-family: inherit; text-align: left; padding: 0px; border: 0px initial initial;\"><a href=\"http://www.theblaze.com/stories/obama-executive-orders-impose-new-gun-rules/barack-obama-73/\" target=\"_self\" rel=\"attachment wp-att-93361\" style=\"font-weight: normal; font-style: normal; font-size: 14px; line-height: inherit; font-family: inherit; text-align: left; color: #d50b0b; text-decoration: underline; outline-width: 0px; outline-style: initial; outline-color: initial; padding: 0px; margin: 0px; border: 0px initial initial;\"><img class=\"alignright size-medium wp-image-93361\" src=\"http://www.theblaze.com/wp-content/uploads/2011/07/Barack-Obama-270x178.jpg\" border=\"0\" title=\"Barack Obama\" width=\"270\" height=\"178\" style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 10px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 10px; font-weight: normal; font-style: normal; font-size: 14px; line-height: 1; font-family: inherit; text-align: left; float: right; border: 0px initial initial;\" /></a></p>\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 18px; margin-left: 0px; font-weight: normal; font-style: normal; font-size: 14px; line-height: 22px; font-family: inherit; text-align: left; padding: 0px; border: 0px initial initial;\">Today the administration’s plans are beginning to <a href=\"http://www.bloomberg.com/news/2011-07-11/gun-sellers-required-to-report-certain-rifle-purchases-in-u-s-.html\" target=\"_blank\" style=\"font-weight: normal; font-style: normal; font-size: 14px; line-height: inherit; font-family: inherit; text-align: left; color: #d50b0b; text-decoration: underline; outline-width: 0px; outline-style: initial; outline-color: initial; padding: 0px; margin: 0px; border: 0px initial initial;\">come into effect</a>. Through an Executive Order, the Obama administration is implementing new restrictions on the sale of certain weapons in border states, and increasing the penalties for violating certain firearms laws.</p>\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 18px; margin-left: 0px; font-weight: normal; font-style: normal; font-size: 14px; line-height: 22px; font-family: inherit; text-align: left; padding: 0px; border: 0px initial initial;\"><a href=\"http://www.foxnews.com/politics/2011/07/11/atf-to-require-information-on-frequent-gunbuyers-in-border-states/\" target=\"_blank\" style=\"font-weight: normal; font-style: normal; font-size: 14px; line-height: inherit; font-family: inherit; text-align: left; color: #d50b0b; text-decoration: underline; outline-width: 0px; outline-style: initial; outline-color: initial; padding: 0px; margin: 0px; border: 0px initial initial;\">Fox News</a> is reporting on the purpose of the gun control executive orders:</p>\r\n<blockquote style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 18px; margin-left: 30px; font-weight: normal; font-style: normal; font-size: 14px; line-height: 24px; font-family: inherit; text-align: left; color: #777777; padding: 0px; border: 0px initial initial;\">\r\n<p style=\"padding-top: 0px; padding-right: 0px; padding-bottom: 9px; padding-left: 0px; font-weight: normal; font-style: normal; font-size: 14px; line-height: 24px; font-family: inherit; text-align: left; color: #777777; margin: 0px; border: 0px initial initial;\">“In an effort to stem the illicit flow of weapons into Mexico, the Justice Department announced Monday that all gun shops in four Southwest border states will be required to alert the <span style=\"color: blue;\"><span style=\"color: #333300;\">f</span><span style=\"color: #333300;\"><span style=\"color: #333300;\">ede</span>ral government</span></span><span style=\"color: #333300;\"> </span>to frequent buyers of high-powered rifles.</p>\r\n<p style=\"padding-top: 0px; padding-right: 0px; padding-bottom: 9px; padding-left: 0px; font-weight: normal; font-style: normal; font-size: 14px; line-height: 24px; font-family: inherit; text-align: left; color: #777777; margin: 0px; border: 0px initial initial;\">Under the new policy, federal firearms licensees in Texas, California, Arizona and New Mexico must report purchases of two or more of some types of rifles by the same person in a five-day span. The requirement applies to purchases of semi-automatic rifles that have detachable magazines and a caliber of greater than .22.</p>\r\n<p style=\"padding-top: 0px; padding-right: 0px; padding-bottom: 9px; padding-left: 0px; font-weight: normal; font-style: normal; font-size: 14px; line-height: 24px; font-family: inherit; text-align: left; color: #777777; margin: 0px; border: 0px initial initial;\">ATF estimates it will generate 18,000 reports a year. ATF will retain the information and if no investigative leads have been realized after two years, it will be purged.”</p>\r\n</blockquote>\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 18px; margin-left: 0px; font-weight: normal; font-style: normal; font-size: 14px; line-height: 22px; font-family: inherit; text-align: left; padding: 0px; border: 0px initial initial;\"><a href=\"http://www.thedailybeast.com/articles/2011/07/11/obama-s-new-gun-control-regulations-exclusive.html\" target=\"_blank\" style=\"font-weight: normal; font-style: normal; font-size: 14px; line-height: inherit; font-family: inherit; text-align: left; color: #d50b0b; text-decoration: underline; outline-width: 0px; outline-style: initial; outline-color: initial; padding: 0px; margin: 0px; border: 0px initial initial;\">The Daily Beast</a> seems to have the inside track on more Executive Orders, however, claiming recent conversations with administration officials. TDB says the upcoming Executive Orders will have more impact than what Fox outlines above, including:</p>\r\n<blockquote style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 18px; margin-left: 30px; font-weight: normal; font-style: normal; font-size: 14px; line-height: 24px; font-family: inherit; text-align: left; color: #777777; padding: 0px; border: 0px initial initial;\">\r\n<p style=\"padding-top: 0px; padding-right: 0px; padding-bottom: 9px; padding-left: 0px; font-weight: normal; font-style: normal; font-size: 14px; line-height: 24px; font-family: inherit; text-align: left; color: #777777; margin: 0px; border: 0px initial initial;\">“A national electronic system designed to make background checks for handgun buyers simpler and faster, leaving an electronic paper trail. [And] Tougher sentencing guidelines for straw buyers that Holder’s department pushed through procedural hoops at the U.S. Sentencing Commission earlier this year.” <strong><a href=\"http://www.theblaze.com/stories/obama-executive-orders-impose-new-gun-rules/\">CLICK HERE TO READ MORE &gt;&gt;&gt;</a></strong></p>\r\n</blockquote>\r\n</div>\r\n<p> </p>','',1,15,0,72,'2011-07-30 13:03:53',62,'Buck Sexton','2011-07-30 13:10:39',62,0,'0000-00-00 00:00:00','2011-07-30 13:03:53','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,21,'','',0,329,'robots=\nauthor='),(366,'The Fed Audit','the-fed-audit','','<p><strong><strong>The first ever GAO (Government   Accountability Office) audit of the Federal Reserve was carried out in the past   few months due to the Ron Paul, Alan Grayson Amendment to the Dodd-Frank bill,   which passed last year.</strong></strong></p>\r\n<p>Jim   DeMint, a Republican Senator, and Bernie Sanders, an independent Senator, led   the charge for a Federal Reserve audit in the Senate, but watered down the   original language of the house bill (HR1207), so that a complete audit would not   be carried out. <strong><strong>Ben Bernanke, Alan Greenspan, and various other bankers   vehemently opposed the audit and lied to Congress about the effects an audit   would have on markets.</strong></strong> Nevertheless, the results of the first audit in   the Federal Reserve\'s nearly 100   year history were   posted on <a href=\"http://sanders.senate.gov/newsroom/news/?id=9E2A4EA8-6E73-4BE2-A753-62060DCBB3C3\">Senator Sander\'s   webpage</a> earlier this morning. <strong><strong>What was revealed in the audit was   startling: </strong></strong><strong><strong>$16,000,000,000,000.00   (TRILLION) had been secretly given out to US banks and corporations and foreign   banks everywhere   from France to Scotland</strong></strong><strong><strong>.</strong></strong> From the period   between December 2007 and June 2010, the Federal Reserve had secretly bailed out   many of the world\'s banks, corporations, and governments.   The Federal Reserve likes to refer to these secret bailouts as an all-inclusive   loan program, but virtually none of the money has been returned and it was   loaned out at 0% interest. <strong><strong>Why the Federal Reserve had never been public   about this or even informed the United   States Congress about the $16 trillion dollar bailout is obvious   -</strong></strong><strong><strong> the American public would have been   outraged to find out that the Federal Reserve bailed out foreign banks while   Americans were struggling to find jobs.</strong></strong> <br /> <br /> To place $16 trillion into perspective,   remember that GDP of the United States is only   $14.12 trillion. The entire national debt of the United States government   spanning its 200+ year history is \"only\" $14.5 trillion. The budget   that is being debated so heavily in Congress and the Senate is   \"only\" $3.5 trillion. Take all of the outrage   and debate over the $1.5 trillion deficit into consideration, and swallow this   Red pill: There was no debate about whether $16,000,000,000,000 would be given   to failing banks and failing corporations around the   world.<br /> <br /> In late 2008, the TARP Bailout bill was   passed and loans of $800 billion were given to failing banks and companies. That   was a blatant lie considering the fact that Goldman Sachs alone received 814   billion dollars. As is turns out, the Federal Reserve donated $2.5 trillion to   Citigroup, while Morgan Stanley received $2.04 trillion. The Royal   Bank of Scotland and Deutsche Bank, a German bank,   split about a trillion and numerous other banks received hefty chunks of the $16   trillion.      \"This is a clear case of socialism for   the rich and rugged, you\'re-on-your-own individualism for   everyone else.\" Bernie   Sanders(I-VT)    When you have conservative Republican   stalwarts like Jim DeMint(R-SC) and Ron Paul(R-TX) as well as self identified   Democratic socialists like Bernie Sanders all fighting against the Federal   Reserve, you know that it is no longer an issue of Right versus Left. When you   have every single member of the Republican Party in Congress and progressive   Congressmen like Dennis Kucinich sponsoring a bill to audit the   Federal Reserve, you realize that the Federal Reserve is an entity onto itself,   which has no oversight and no accountability.<br /> <br /> Americans should be swelled with anger   and outrage at the abysmal state of affairs when an unelected group of bankers   can create money out of thin air and give it out to megabanks and   supercorporations like Halloween candy.<em><em> </em></em>If the Federal   Reserve and the bankers who control it believe that they can continue to devalue   the savings of Americans and continue to destroy   the US economy, they will have to face the   realization that their trillion dollar printing presses can be stopped with five   dollars worth of bullets. <br /> <strong><strong><em><br /> </em></strong></strong> Regardless of whether this money is fiat   money (money printed with nothing of value to back it), if it is a currency   forced on society and the world, with enforcement by the Fed, IRS, the U.S.   military, et al, --which it is-- the acts of the Federal Reserve are, in   essence, the transfer of greater wealth to the rich insider banks and   corporations, while the rest of the world grows poorer, and as the value of this   funny money grows less and less in purchasing   power.   These insider banks, etc., then, exchange   this funny money for gold and silver, the real wealth of the world, which, then,   reinflates the world with more and more devaluing federal reserve notes. This,   then, creates hyper-inflation, increasing the cost of all resources and   commodities, while gold and silver climb to never-seen-before levels of   value. <br /> <br /> This is how the Federal Reserve insiders   steal the wealth of the world and why the rich get richer while the poor get   poorer. It\'s the world\'s largest Ponzi scheme! The Federal Reserve is nothing   but a front for a small group of families who run a very large and successful   white collar criminal Ponzi scheme. This criminal institution should be seized   by the U.S. Treasury department and all assets frozen, and   returned to the coffers of the U.S. Treasury in order to settle   the U.S. debt and help begin to balance   the U.S. deficit.   All banks (listed below) should be forced   to return the money received by the Federal Reserve. All families in ownership   of the Fed and their agents should be located, caught, tried and jailed for   grand larceny and treason against the people of   the U.S.A. All government agents who protect and   help facilitate this criminal organization should be fired from the positions   and similarly tried and jailed for grand larceny and treason. Meanwhile,   Congress should return our country to its original monetary system   (Lincoln greenbacks backed by precious metals) and, again, do   its <span style=\"text-decoration: underline;\">duty</span> to regulate the coining of the currency   of America as per   the U.S.Constitution.</p>\r\n<p> </p>\r\n<h3>The list of   institutions that received the most money from the Federal   Reserve can be found on page   131 of the <a href=\"http://sanders.senate.gov/imo/media/doc/GAO%20Fed%20Investigation.pdf\"><span style=\"color: #135cae;\"><strong>GAO   Audit</strong></span></a> and are as follows..<span style=\"color: #333333; font-family: Tahoma, Helvetica, Arial, sans-serif; font-weight: normal; font-size: 12px;\"> </span></h3>\r\n<p><br /> Citigroup: <strong><strong>$2.5   trillion</strong></strong> ($2,500,000,000,000) <br /> Morgan   Stanley: <strong><strong>$2.04 trillion</strong></strong> ($2,040,000,000,000)<br /> Merrill   Lynch: <strong><strong>$1.949 trillion</strong></strong> ($1,949,000,000,000)<br /> Bank   of America: <strong><strong>$1.344   trillion</strong></strong> ($1,344,000,000,000)<br /> Barclays PLC (United   Kingdom): <strong><strong>$868 billion</strong></strong> ($868,000,000,000)<br /> Bear   Sterns: <strong><strong>$853 billion</strong></strong> ($853,000,000,000)<br /> Goldman   Sachs:<strong><strong> $814 billion</strong></strong> ($814,000,000,000)<br /> Royal Bank of <span id=\"yiv497719292lw_1311860795_0\">Scotland</span> (UK):<strong><strong> $541 billion</strong></strong> ($541,000,000,000)<br /> JP Morgan   Chase: <strong><strong>$391 billion</strong></strong> ($391,000,000,000)<br /> Deutsche Bank   (Germany): <strong><strong>$354   billion</strong></strong> ($354,000,000,000)<br /> UBS   (Switzerland): <strong><strong>$287   billion</strong></strong> ($287,000,000,000)<br /> Credit Suisse   (Switzerland): <strong><strong>$262   billion</strong></strong> ($262,000,000,000)<br /> Lehman Brothers: <strong><strong>$183   billion</strong></strong> ($183,000,000,000)<br /> Bank of Scotland (United   Kingdom):<strong><strong> $181 billion</strong></strong> ($181,000,000,000)<br /> BNP   Paribas (France): <strong><strong>$175   billion</strong></strong> ($175,000,000,000)                                                                                                                                                                                                                              <br /><br /></p>\r\n<p> </p>\r\n<h3>Here are the links to the GAO Audit of the   Federal Reserve:                                                   by way of Bernie Sanders (imagine   that!)</h3>\r\n<p><br /> <a href=\"http://sanders.senate.gov/newsroom/news/?id=9E2A4EA8-6E73-4BE2-A753-62060DCBB3C3\" target=\"_blank\" title=\"http://sanders.senate.gov/newsroom/news/?id=9E2A4EA8-6E73-4BE2-A753-62060DCBB3C3\" rel=\"nofollow\"><span id=\"yiv497719292lw_1311860795_1\">http://sanders.senate.gov/newsroom/news/?id=9E2A4EA8-6E73-4BE2-A753-62060DCBB3C3</span></a> <br /> <a href=\"http://sanders.senate.gov/imo/media/doc/GAO%20Fed%20Investigation.pdf\" target=\"_blank\" title=\"http://sanders.senate.gov/imo/media/doc/GAO Fed Investigation.pdf\" rel=\"nofollow\"><span id=\"yiv497719292lw_1311860795_2\">http://sanders.senate.gov/imo/media/doc/GAO%20Fed%20Investigation.pdf</span></a> <br /><br /> This certainly did NOT make the evening   news.</p>\r\n<p> </p>','',1,1,0,1,'2011-07-30 13:16:50',62,'GAO - US Senate','2011-07-30 14:17:16',62,0,'0000-00-00 00:00:00','2011-07-30 13:16:50','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',8,0,206,'','',0,777,'robots=\nauthor='),(367,'House Panel Approves Bill Forcing ISPs To Log Users','house-panel-approves-bill-forcing-isps-to-log-users','','<p>+--------------------------------------------------------------------------------------------------------<br />|  House Panel Approves Bill Forcing ISPs To Log Users<br />|   from the  uncle-sam-wants-to-know-you-better dept.<br />|   posted by Soulskill on Friday  July 29, @16:18 (Government)<br />|   with 233 comments<br />|   <a href=\"https://yro.slashdot.org/story/11/07/29/194213/House-Panel-Approves-Bill-Forcing-ISPs-To-Log-Users?utm_source=newsletter&amp;utm_medium=email\">https://yro.slashdot.org/story/11/07/29/194213/House-Panel-Approves-Bill-Forcing-ISPs-To-Log-Users?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />skids  writes \"Under the guise of fighting child pornography, the House<br />Judiciary  Committee [0]approved legislation on Thursday that would<br />require internet  service providers to [1]collect and retain records about<br />Internet users\'  activity. The [2]19 to 10 vote represents a victory for<br />conservative  Republicans, who made data retention their first major<br />technology initiative  after last fall\'s elections. A last-minute rewrite<br />of the bill expands the  information that commercial Internet providers<br />are required to store to  include customers\' names, addresses, phone<br />numbers, credit card numbers, bank  account numbers, and<br />temporarily-assigned IP addresses. Per dissenting Rep.  John Conyers<br />(D-MI): \'The bill is mislabeled... This is not protecting  children from<br />Internet pornography. It\'s creating a database for everybody in  this<br />country for a lot of other purposes.\'\"<br /><br />Discuss this story  at:<br /> <a href=\"https://yro.slashdot.org/story/11/07/29/194213/House-Panel-Approves-Bill-Forcing-ISPs-To-Log-Users?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://yro.slashdot.org/story/11/07/29/194213/House-Panel-Approves-Bill-Forcing-ISPs-To-Log-Users?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"http://news.cnet.com/8301-31921_3-20084939-281/house-panel-approves-broadened-isp-snooping-bill/\">http://news.cnet.com/8301-31921_3-20084939-281/house-panel-approves-broadened-isp-snooping-bill/</a><br /> 1. <a href=\"https://www.eff.org/deeplinks/2011/07/house-committee-approves-bill-mandating-internet\">https://www.eff.org/deeplinks/2011/07/house-committee-approves-bill-mandating-internet</a><br /> 2. <a href=\"http://thatsmycongress.com/index.php/2011/07/29/online-surveillance-bill-approved-by-house-judiciary-committee/\">http://thatsmycongress.com/index.php/2011/07/29/online-surveillance-bill-approved-by-house-judiciary-committee/</a></p>','',1,13,0,70,'2011-07-30 14:42:31',62,'slashdot','2011-07-30 14:44:40',62,0,'0000-00-00 00:00:00','2011-07-30 14:42:31','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,42,'','',0,38,'robots=\nauthor='),(368,'Prosecuted For Critical Twittering','prosecuted-for-critical-twittering','','<h2>You\'ve got to be kidding me! ... \"The prosecution\'s theory in this case is that using Twitter to criticize a public figure can be a criminal act if the person\'s feelings are hurt.\"</h2>\r\n<p>+--------------------------------------------------------------------------------------------------------<br />|  Prosecuted For Critical Twittering<br />|   from the tweets-are-for-jailbirds  dept.<br />|   posted by Soulskill on Monday August 01, @14:29 (Electronic  Frontier Foundation)<br />|   with 262 comments<br />|   <a href=\"https://politics.slashdot.org/story/11/08/01/180258/Prosecuted-For-Critical-Twittering?utm_source=newsletter&amp;utm_medium=email\">https://politics.slashdot.org/story/11/08/01/180258/Prosecuted-For-Critical-Twittering?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />[0]lee1  writes \"The Electronic Frontier Foundation is trying to [1]urge a<br />federal  court (PDF) to block what they claim is the unconstitutional use<br />of the  federal anti-stalking law to [2]prosecute a man for posting<br />criticism of a  public figure to Twitter. The law was originally targeted<br />against crossing  state lines for the purpose of stalking, but was<br />modified in 2005 to make the  \'intentional infliction of emotional<br />distress\' by the use of \'any interactive  computer service\' a crime. The<br />prosecution\'s theory in this case is that  using Twitter to criticize a<br />public figure can be a criminal act if the  person\'s feelings are hurt.\"<br /><br />Discuss this story at:<br /> <a href=\"https://politics.slashdot.org/story/11/08/01/180258/Prosecuted-For-Critical-Twittering?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://politics.slashdot.org/story/11/08/01/180258/Prosecuted-For-Critical-Twittering?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"http://lee-phillips.org/\">http://lee-phillips.org/</a><br /> 1. <a href=\"https://www.eff.org/files/filenode/us_v_cassidy/eff_amicus_cassidy.pdf\">https://www.eff.org/files/filenode/us_v_cassidy/eff_amicus_cassidy.pdf</a><br /> 2. <a href=\"https://www.eff.org/press/archives/2011/07/29\">https://www.eff.org/press/archives/2011/07/29</a></p>','',1,13,0,70,'2011-08-02 13:56:51',62,'slashdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-08-02 13:56:51','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,41,'','',0,45,'robots=\nauthor='),(369,'Beatings','beatings','','<p><span style=\"line-height: normal; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-size: medium;\"><span style=\"font-family: Courier New; font-size: 13pt;\"><img src=\"http://www.nationalgunrights.org/images/NAGR_email.gif\" border=\"0\" /><br /><br />John,  <br /><br />Have you ever thought of videotaping police officers to document their  actions?<br /><br />As a concealed weapons permit holder, I know I  have.<br /><br /><strong>Did you think that you could be beat up and arrested for  doing it?</strong><br /><br />Check out this story of that very thing  happening.<br /><br /><a href=\"http://paracom.paramountcommunication.com/ct/6446600:9500456213:m:1:177854183:8F10C9F19F22220351EC47297AB2D427\"><img src=\"http://www.nationalgunrights.org/images/LVPDBeatDown_forWeb.png\" border=\"0\" alt=\"LVPD\" /></a><a><br /><br />Was  a crime committed?<br /><br />Nope. <br /><br />And despite the Las Vegas Police  Department admitting the officer’s actions “violated several Metropolitan Police  Department policies,” <strong>the officer is probably not going to be  punished!</strong><br /><br />Amazing, isn’t it?<br /><br />A cop can grab a guy and  beat the snot out of him for the simple act of operating a video camera, yet he  may not even get fired.<br /><br />It’s possible that all he will get is a 40-hour  unpaid suspension.<br /><br />Now get ready for the worst part…<br /><br /><strong>…he’s  been on paid “administrative leave” for 4 months!</strong><br /><br />I should tell  you, I have several friends in law enforcement. <br /><br />I’ve done ride-alongs  with them, and witnessed firsthand, from their perspective, what a tough job  they have.<br /><br />And <strong>I deeply respect them for doing that job, because  I think we need more constitutionally-minded law enforcement  officers.</strong><br /><br />But this Las Vegas incident is yet another example of  the ever-growing police state that you and I live in.<br /><br />In a mad rush to  make our country safer, police departments are using strong-arm tactics that go  far beyond their moral and legal boundaries.<br /><br />I think Ben Franklin put it  best when he said that <strong>those who would give up essential liberty to  purchase a little temporary safety, deserve neither liberty nor  safety.</strong><br /><br />I don’t want to lose our freedom in exchange for some  perceived temporary safety by creating a police state, and I know you feel the  same.<br /><br /><strong>Can you imagine if the guy in the video had been carrying a  firearm?</strong><br /><br />The cops would probably have branded him as a  “terrorist,” or worse, they might have simply shot him as a matter of  course.<br /><br />Today it’s a random guy with a video  camera.<br /><br /><strong>Tomorrow it could be you. <br /></strong><br /> For  Freedom,<br /><br /> <img src=\"http://nationalgunrights.org/images/DWBsigBlue.jpg\" border=\"0\" alt=\"signature\" /><br /> Dudley  Brown<br /> Executive Director<br /><br />P.S. Please help the National Association  for Gun Rights continue to fight against police state actions like the one  witnessed in the story linked above.<br /><br /></a><strong><a href=\"http://paracom.paramountcommunication.com/ct/6446601:9500456213:m:1:177854183:8F10C9F19F22220351EC47297AB2D427\">Chipping  in $15 or $20 goes a long way toward making your voice heard with hundreds of  thousands of other gun owners who feel the same way.</a> </strong><br /><br />Please  act TODAY! <br /><br /><br /><br /> </span></span></p>\r\n<hr width=\"100%\" size=\"2\" />\r\n<p><strong>\r\n<p class=\"MsoNormal\" style=\"text-align: center;\" align=\"center\"><strong><span style=\"font-family: \'Courier New\'; font-size: 9pt; mso-fareast-font-family: \'Times New Roman\';\"><br /><em><span style=\"font-family: \'Courier New\';\">The National Association for Gun Rights is a  nonprofit, nonpartisan, single-purpose citizens\' organization dedicated to  preserving and protecting the Constitutionally protected  right-to-keep-and-bear-arms through an aggressive program designed to mobilize  public opposition to anti-gun legislation. The National Association for Gun  Rights\' mailing address is P.O 7002, Fredericksburg, VA 22404. They can be  contacted toll-free at 1-877-405-4570. Its web address is <a href=\"http://paracom.paramountcommunication.com/ct/6446602:9500456213:m:1:177854183:8F10C9F19F22220351EC47297AB2D427\">www.NationalGunRights.org/</a><a><strong><em><br /><br />Not  produced or e-mailed at taxpayer expense. </em></strong></a></span></em></span></strong></p>\r\n<hr />\r\n<strong> </strong>\r\n<p><strong>To help the National Association for Gun Rights grow, please <a href=\"http://paracom.paramountcommunication.com/forwardthis/ft.php?mID=2029416&amp;em=jhbrake%40comcast.net&amp;ch=7c9f1270dbf8d2cf0e46f4bc78c3724c\">forward  this</a> to a friend.<br /><br />To view this email as a web page, please click this  link: <a href=\"http://paracom.paramountcommunication.com/hostedemail/email.htm?h=b38302e04dab183620bcd1d8e177fc73&amp;CID=9500456213&amp;ch=8F10C9F19F22220351EC47297AB2D427\">view  online</a>.<br /><br />Help fight gun control. Donate to the National Association  for Gun Rights!<br /></strong></p>\r\n</strong></p>\r\n<p> </p>','',1,13,0,70,'2011-08-03 21:45:16',62,'NAGR','2011-08-03 21:49:46',62,0,'0000-00-00 00:00:00','2011-08-03 21:45:16','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,40,'','',0,44,'robots=\nauthor='),(370,'Iran\'s Revolutionary Guard Head to Take Leadership of OPEC','irans-revolutionary-guard-head-to-take-leadership-of-opec','','<p> </p>\r\n<p><img class=\"caption\" src=\"images/stories/mikeevans.jpg\" border=\"0\" alt=\"Dr. Michael Evans\" title=\"Dr. Michael Evans\" align=\"left\" /><strong>Mahmoud Ahmadinejad has appointed the radical head of Iran\'s Revolutionary Guard, Rostam Ghasemi, as the country\'s oil minister</strong>, which means he will also be the head of OPEC. This year is Iran\'s turn to take the rotating presidential office of the oil exporting group. The rising price of gasoline and oil has played a critical role in the struggling economies of the West, and having a leader who hates the entire Western world in charge of OPEC is a bad sign for the future.</p>\r\n<p>Ghasemi is under international sanctions because of his and the Revolutionary Guard\'s connections to the sponsorship of terrorist groups around the world. All of his assets in Western banks have been frozen, and he is not permitted to travel to the United States or most of the countries of Europe. His appointment is seen by many analysts as an indication that Iran intends to wage economic warfare on Israel and the West.</p>\r\n<p>Yet rather than responding to this growing threat, the Obama Administration and the United Nations continue to pressure Israel to make concessions to create a Palestinian state with Jerusalem as its capital in the false hope of bringing peace to the Middle East. As long as enemies like Iran have the means, they will work for Israel\'s destruction; they are fully committed to this evil cause.</p>\r\n<p>Understand this clearly--every nation and individual that supports this plan to curse Israel and steal from her the land God promised the Jews as an eternal possession will suffer His chastisement and judgment. Every nation and individual that opposes this plan and stands with Israel as a blessing to her will enjoy His blessing. Your gift today to bless Israel is urgently needed.</p>\r\n<p> </p>\r\n<p>America is on a prophetic countdown to the gravest days in our history. In a few weeks, a vote will be taken at the United Nations that will force America to choose between standing with Israel and standing with her enemies. Israeli leaders have asked the Jerusalem Prayer Team for its support at the United Nations and a week later as the nations of the world gather for the demonic Durban III conference to continue accusing Zionists of being racists. The first Durban Conference happened in 2001. At that conference, the Palestinians distributed copies of the anti-Semitic The Protocols of the Learned Elders of Zion to all delegates. It was the most evil, anti-Semitic UN assembly ever against Israel.</p>\r\n<p>The conference ended on September 8, 2001...and 72 hours later, the US was attacked by Radical Islam. I can assure you that in the spirit realm, this was no coincidence. God\'s Word promises a curse on any nation that touches Jerusalem. Once before, an American President attempted to divide Jerusalem and surrender the Temple Mount to radical Islam. That president was Bill Clinton. Now President Obama plans to do the same--this time by formally recognizing a Palestine State at the UN in September within days of the tenth anniversary of the 9/11 attacks.</p>\r\n<p>I do not believe for a second that all the economic and political turmoil America is going through is coincidental. America needs Divine intervention that can only come from God\'s people standing in the gap like Esther.</p>\r\n<p> </p>\r\n<p> </p>','',1,22,0,80,'2011-08-04 16:21:18',62,'Dr. Michael Evans','2012-02-27 03:06:51',62,0,'0000-00-00 00:00:00','2011-08-04 16:21:18','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,20,'','',0,482,'robots=\nauthor='),(371,'Top Hillary Clinton Aide Linked to Muslim Brotherhood','top-hillary-clinton-aide-linked-to-muslim-brotherhood','','<p>Huma Abedin, best known as the wife of disgraced former Congressman Anthony  Weiner, is also a top aide to Secretary of State Hillary Clinton...and a woman  with intense family ties to the radical terrorist organization, The Muslim  Brotherhood. Though born in Michigan, she was raised in Saudi Arabia, where she  met the Clintons in 1996. Abedin\'s mother helped found the Dar El-Hekma women\'s  college, closely tied to the Muslim Sisterhood (the female counterpart to the  Muslim Brotherhood). <br /><br />In addition, Abedin\'s brother Hassan is business  partner with a number of Muslim Brotherhood members and works at the Oxford  Center for Islamic Studies to promote the study of Islam in England. Oxford is  home to some of the most radical versions of Islam being spread today. It is  troubling indeed to have someone with such intimate ties to a known terrorist  group that hates both America and Israel so close to so much sensitive  information without a proper security vetting.</p>','',1,14,0,71,'2011-08-05 01:42:49',62,'Jerusalem Watch','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-08-05 01:42:49','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,8,'','',0,429,'robots=\nauthor='),(372,'HOORAY for Germany!','hooray-for-germany','','<p>+--------------------------------------------------------------------------------------------------------<br />| Germany Says Facebook\'s Facial Recognition Is Illegal<br />| from the pictures-of-you dept.<br />| posted by samzenpus on Wednesday August 03, @23:05 (Facebook)<br />| with 271 comments<br />| <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000031/!x-usc:https://yro.slashdot.org/story/11/08/03/2352200/Germany-Says-Facebooks-Facial-Recognition-Is-Illegal?utm_source=newsletter&amp;utm_medium=email\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">https://yro.slashdot.org/story/11/08/03/2352200/Germany-Says-Facebooks-Facial-Recognition-Is-Illegal?utm_source=newsletter&amp;utm_medium=email</span></span></a><br />+--------------------------------------------------------------------------------------------------------<br /><br />[0]fysdt writes \"Although we think it\'s generally a pretty nifty feature,<br />valid concerns over the misuse of Facebook\'s auto-recognition tagging<br />have lead Germany to [1]ban it entirely. That\'s right â€” Facebook in its<br />current state is now illegal. The German government, which possesses<br />perhaps the world\'s most adamant privacy laws as a result of postwar<br />abuse, considers Facebook\'s facial recognition a violation of \'the right<br />to anonymity.\'\"<br /><br />Discuss this story at:<br /><a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000031/!x-usc:https://yro.slashdot.org/story/11/08/03/2352200/Germany-Says-Facebooks-Facial-Recognition-Is-Illegal?utm_source=newsletter&amp;utm_medium=email#commentlisting\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">https://yro.slashdot.org/story/11/08/03/2352200/Germany-Says-Facebooks-Facial-Recognition-Is-Illegal?utm_source=newsletter&amp;utm_medium=email#commentlisting</span></span></a><br /><br />Links:<br />0. <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000031/!x-usc:http://definely.com/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://definely.com/</span></span></a><br />1. <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000031/!x-usc:http://www.theatlanticwire.com/technology/2011/08/germanys-war-facebook/40771/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://www.theatlanticwire.com/technology/2011/08/germanys-war-facebook/40771/</span></span></a></p>','',1,13,0,70,'2011-08-05 12:09:42',62,'slashdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-08-05 12:09:42','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,39,'','',0,65,'robots=\nauthor='),(373,'Obama Mocks & Attacks Jesus Christ And The Bible','obama-mocks-a-attacks-jesus-christ-and-the-bible','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"425\" height=\"349\" src=\"http://www.youtube.com/embed/Hi-V_ilJu0w\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,18,0,75,'2011-08-05 12:44:29',62,'YouTube','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-08-05 12:44:29','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,12,'','',0,279,'robots=\nauthor='),(374,'Obama Is Going To Pay For My Gas And Mortgage!!!','obama-is-going-to-pay-for-my-gas-and-mortgage','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"425\" height=\"349\" src=\"http://www.youtube.com/embed/P36x8rTb3jI\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,18,0,75,'2011-08-05 12:48:55',62,'Channel 6 News Tonight','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-08-05 12:48:55','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,11,'','',0,430,'robots=\nauthor='),(375,'Barack Obama \"Public Will Have 5 Days To Look At Every Bill That Lands On My Desk\"','barack-obama-qpublic-will-have-5-days-to-look-at-every-bill-that-lands-on-my-deskq','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"425\" height=\"349\" src=\"http://www.youtube.com/embed/o5t8GdxFYBU\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,18,0,75,'2011-08-05 12:53:24',62,'YouTube','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-08-05 12:53:24','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,10,'','',0,304,'robots=\nauthor='),(376,'Jon Voight tells the truth about Obama.','jon-voight-tells-the-truth-about-obama','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"425\" height=\"349\" src=\"http://www.youtube.com/embed/PgbCtHV2cA8\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,18,0,75,'2011-08-05 12:57:11',62,'Huckabee','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-08-05 12:57:11','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,9,'','',0,290,'robots=\nauthor='),(377,'A Prophet Warns America','a-prophet-warns-america','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br />Interview with Dr. Thomas Sowell before the November 2008 elections.<br /><span>&lt;</span>iframe width=\"425\" height=\"349\" src=\"http://www.youtube.com/embed/uQ7eusnT9Pk\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,18,0,75,'2011-08-05 13:04:01',62,'Hoover Institution','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-08-05 13:04:01','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,8,'','',0,366,'robots=\nauthor='),(378,'Senator McCarthy on Democrats & Communism','senator-mccarthy-on-democrats-a-communism','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"425\" height=\"349\" src=\"http://www.youtube.com/embed/RB9zhUwikus\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,18,0,75,'2011-08-05 13:15:43',62,'YouTube','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-08-05 13:15:43','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,7,'','',0,360,'robots=\nauthor='),(379,'The Shocking Video Hillary Does NOT Want You To See!','the-shocking-video-hillary-does-not-want-you-to-see','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"425\" height=\"349\" src=\"http://www.youtube.com/embed/xq8aopATYyw\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,18,0,75,'2011-08-05 13:29:47',62,'YouTube','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-08-05 13:29:47','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,6,'','',0,348,'robots=\nauthor='),(380,'Discerning the Times 2 Thomas Sowell','discerning-the-times-2-thomas-sowell','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"425\" height=\"349\" src=\"http://www.youtube.com/embed/jkoxK8vuggo\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,18,0,75,'2011-08-05 13:39:03',62,'Hoover Institute','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-08-05 13:39:03','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,5,'','',0,334,'robots=\nauthor='),(381,'America\'s Third War: The U.S. Cut a Deal With the Sinaloa Cartel, Say Court Documents','americas-third-war-the-us-cut-a-deal-with-the-sinaloa-cartel-say-court-documents','','<p>U.S. federal agents allegedly cut a deal with the Sinaloa drug cartel that allowed it to traffic tons of narcotics across the border, in exchange for information about rival cartels, according to documents filed in federal court.</p>\r\n<p><a href=\"http://www.foxnews.com/us/2011/08/05/sinaloa-cartel-case/\" target=\"_blank\"><em>Click here to view the Sinaloa Cartel case document.</em></a></p>\r\n<p>The allegations are made by Vicente Zambada-Niebla, a top ranking cartel boss extradited to the U.S. last year on drug charges. He is a close associate of Mexico\'s most wanted man, Joaquin \"El Chapo\" Guzman and the son of Ismael \"Mayo\" Zambada-Garcia. </p>\r\n<p>Both remain fugitives, in part, because of the deal Zambada- Niebla made with the U.S. Drug Enforcement Agency, according to a defense motion filed last Friday in the case.</p>\r\n<p>Alvin Michaelson, the Los Angeles attorney representing Zambada- Niebla who wrote the brief, refused comment.</p>\r\n<p>The deal allegedly began with Humberto Loya-Castro, a Sinaloa cartel lawyer who became an informant for the D.E.A. after a drug case against him was dismissed in 2008. </p>\r\n','\r\n<p> </p>\r\n<p>According to the motion, the deal was part of a \'divide and conquer\' strategy, where the U.S. helped finance and arm the Sinaloa cartel, through Operation Fast and Furious, in exchange for information that allowed the D.E.A. and <a class=\"r_lapi\" href=\"http://www.foxnews.com/topics/politics/federal-bureau-of-investigation.htm#r_src=ramp\">FBI</a> to destroy and dismantle rival Mexican cartels. Operation Fast and Furious is the failed Bureau of Alcohol, Tobacco, Firearms and Explosives anti-gun trafficking program which allowed thousand of guns to cross into Mexico.</p>\r\n<p>\"Under that agreement, the Sinaloa Cartel, through Loya, was to provide information accumulated by Mayo, Chapo, and others, against rival Mexican Drug Trafficking Organizations to the <a class=\"r_lapi\" href=\"http://www.foxnews.com/topics/u.s.htm#r_src=ramp\">United States</a> government. In return, the United States government agreed to dismiss the prosecution of the pending case against Loya, not to interfere with his drug trafficking activities and those of the Sinaloa Cartel, to not actively prosecute him, Chapo, Mayo, and the leadership of the Sinaloa Cartel, and to not apprehend them.”</p>\r\n<p>Zambada- Niebla was arrested in <a class=\"r_lapi\" href=\"http://www.foxnews.com/topics/mexico.htm#r_src=ramp\">Mexico</a> City in March 2009 and extradited to the U.S. in February to stand trial on narco-trafficking-related charges. The indictment claims he served as the cartel\'s \"logistical coordinator\" who oversaw an operation that imported tons of cocaine into the U.S. by jets, buses, rail cars, tractor-trailers, and automobiles. Zambada-Niebla is now being held in solitary confinement in a Chicago jail cell.</p>\r\n<p>The motion claims Mayo, Chapo and Zambada- Niebla routinely passed information through Loya to the D.E.A. that allowed it to make drug busts. In return, the U.S. helped the leaders evade Mexican police. </p>\r\n<p>It says: \"In addition, the defense has evidence that from time to time, the leadership of the Sinaloa Cartel was informed by agents of the DEA through Loya that United States government agents and/or Mexican authorities were conducting investigations near the home territories of cartel leaders so that the cartel leaders could take appropriate actions to evade investigators- even though the United States government had indictments, extradition requests, and rewards for the apprehension of Mayo, Chapo, and other alleged leaders, as well as Mr. Zambada-Niebla.”</p>\r\n<p>In 2008, \"the DEA representative told Mr. Loya-Castro that they wanted to establish a more personal relationship with Mr. Zambada-Niebla so that they could deal with him directly.\"</p>\r\n<p>In March 17, 2009, Loya set up a meeting at the Sheraton Hotel in Mexico City with two D.E.A. agents, identified as Manny and David. There, the four men met and Zambada-Niebla claims he received immunity from an indictment out of federal court in Washington D.C.</p>\r\n<p>\"There is also evidence that at the hotel, Mr. Zambada-Niebla did accept the agreement and thereafter in reliance on that agreement, provided further information regarding rival drug cartels. Mr. Zambada-Niebla was told that the government agents were satisfied with the information he had provided to them and that arrangements would be made to meet with him again. Mr. Zambada-Niebla then left the meeting. Approximately five hours after the meeting, Mr. Zambada-Niebla was arrested by Mexican authorities. “</p>\r\n<p>Experts who reviewed the document say the U.S. typically has written agreements with paid informants that spell out each other\'s responsibilities. They doubt Zambada-Niebla had one, although Loya probably did. The defense here is hoping to obtain DEA reports that detail the agencies relationship with the Sinaloa cartel and get the agents on the stand.</p>\r\n<p>In response in court, the U.S. doesn\'t dispute that Zambada-Niebla may have acted as an informant - only that he did not act with D.E.A. consent.</p>\r\n<p>The D.E.A. and the federal prosecutors in Chicago had no comment.</p>\r\n<p>Former D.E.A. director Karen Tandy told Fox News \"I do not have any knowledge of this and it doesn\'t sound right from my experience.”</p>',1,15,0,72,'2011-08-06 12:37:46',62,'William Lajeunesse Fox News.com','2011-08-06 12:47:25',62,0,'0000-00-00 00:00:00','2011-08-06 12:37:46','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,20,'','',0,285,'robots=\nauthor='),(382,'Proposed U.N. Treaty to Regulate Global Firearms Trade Raising Concerns for U.S. Gun Makers','proposed-un-treaty-to-regulate-global-firearms-trade-raising-concerns-for-us-gun-makers','','<p>A controversial U.N. proposed treaty aimed at regulating guns worldwide has been shrouded by confusion and misinformation.</p>\r\n<p>Known informally as the \'Small Arms Treaty,\' its detractors have charged the proposed agreement with secretly trying to take guns out of the hands of Americans and circumventing the 2nd Amendment.</p>\r\n<p>While that is unlikely, a working draft proposal obtained by FoxNews.com contains language that some gun advocates say could have a real impact on American gun makers.</p>\r\n<p>Last month a U.N. committee met in New York and signed off on several provisions, including the creation of a new U.N. agency to regulate international weapon sales, and require countries that host firearms manufacturers to set up a compensation fund for victims of gun violence worldwide.</p>\r\n<p>Tom Mason, who represented the World Forum on the Future of Sports Shooting at the U.N. conference, told FoxNews.com the provisions are worrying.</p>\r\n<p>“No, there are no black helicopters. There is no secret treaty that Hillary Clinton has signed,” Mason said. “But on the other hand, the treaty is a significant threat to gun owners. I think the biggest threat may be the body that would administer the treaty,” he added, referring to a new U.N agency the treaty would create, to be called the “Implementation Support Unit.”</p>\r\n<p>Under the latest draft of the treaty, every country would be required to submit a report to the ISU outlining “all activities undertaken in order to accomplish the implementation of this Treaty, including… domestic laws, regulations and administrative measures.”</p>\r\n<p>It also requires countries to set up their own government agencies to track any guns that could be exported. “Parties shall take all necessary measures to control brokering activities taking place within its territories … to prevent the diversion of exported arms into the illicit market or to unintended end users,” the draft reads.</p>\r\n<p>The vague wording leaves room for interpretation, and a U.N. representative for a major U.S. gun manufacturer who spoke to FoxNews.com on the condition of anonymity told FoxNews.com that he believed it left room for the ISU to declare the registration of all American-made guns to prevent illegal exportation.</p>\r\n','\r\n<p> </p>\r\n<p>“Does this mean it’s going to impose some international gun registration scheme? That could happen here, under the treaty,” said the gun manufacturer representative.</p>\r\n<p>Daniel Prins, chief of the Conventional Arms Branch for the U.N.’s Office for Disarmament Affairs (ODA) told FoxNews.com that no provisions have been finalized.</p>\r\n<p>“All the issues remain on the table,” said Prins.</p>\r\n<p>Other gun control supporters who attended the U.N. conference say that American gun owners have nothing to worry about.</p>\r\n<p>“People within the U.S. should not be worried about it unless they sell arms internationally,” Collin Goddard, of the Brady Campaign to Prevent Gun Violence, told FoxNews.com. “The whole treaty is to prevent countries from selling guns to other countries that have gross violations of human rights.”</p>\r\n<p>Goddard said that concerns about a possible national gun registry is ridiculous because the intent of the treaty was only to restrict arms sales between countries. “This does not cover weapons that are kept internally,” he said, adding that the ISU would be kept efficient.</p>\r\n<p>“They are just trying to establish a regulatory board… Everyone’s worried about another big bureaucracy, and I can understand that. But the committee is trying to keep it small and lean,” said Goddard.</p>\r\n<p>The gun manufacturer representative said his client doesn’t buy that. “It’s pretty clear that it’s going to impose major new administrative burdens.”</p>\r\n<p>An especially costly potential regulation discussed at the conference last month would require gun makers to engrave sequential tracings on every one of some 3 billion bullets produced in the U.S. each year.</p>\r\n<p>And that, he said, would make guns more expensive for everyone.</p>\r\n<p>“Manufacturers would have to pass on the cost to civilian customers.” Another controversial part of the treaty draft establishes a compensation fund for victims of gun violence, which would transfer money from countries that export weapons to countries that had suffered gun violence.</p>\r\n<p>“Countries should support victims of any kind of victimization,” Goddard said, noting that it was a big issue at the July treaty conference. But it is included in the draft treaty only as a voluntary provision for each country.</p>\r\n<p>Goddard added that he did not believe that the fund would make it into the final version of the treaty, in part because the U.S. delegation opposed the measure. The U.S. government’s delegation has opposed restrictions on civilian weapons in general. Canada has done the same.</p>\r\n<p>The State Department did not respond to calls for comment.</p>\r\n<p>But Versnel said that the vast majority of countries support additional regulations on civilian weapons.</p>\r\n<p>“Just about everybody is pushing for more,” Julianne Versnel, the director of operations for the Second Amendment Foundation, who also attended the conference, told FoxNews.com. “It\'s Europe, it\'s Africa, it\'s the Caribbean, it\'s South America. Mexico has been at the forefront.”</p>\r\n<p>Regardless of what regulations other countries agree to, the treaty only becomes law in the U.S. if it gets a two-thirds majority in the Senate.</p>\r\n<p>And last month, more than 50 senators signed on to a letter to Secretary of State Clinton saying that they will not vote for any treaty that restricts civilian arms.</p>\r\n<p>The NRA is confident that the treaty will not be ratified in the U.S.</p>\r\n<p>\"The U.N. can pass it if they want it,\" NRA spokesman Andrew Arulanandam told FoxNews.com.</p>\r\n<p>\"But for it to have domestic effect, it needs to pass us senate by a two-thirds vote -- and clearly that will not happen in this make up of the U.S. senate, regardless of what the administration does.\"</p>',1,15,0,72,'2011-08-06 12:47:29',62,'Maxim Lott FoxNews.com','2011-08-06 12:50:13',62,0,'0000-00-00 00:00:00','2011-08-06 12:47:29','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,18,'','',0,291,'robots=\nauthor='),(383,'SMALL BUSINESSWOMAN RIPS OBAMA AND CALLS ON HIM TO APOLOGIZE TO AMERICA','small-businesswoman-rips-obama-and-calls-on-him-to-apologize-to-america','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"392\" height=\"244\" src=\"http://www.youtube.com/embed/YkOExn3A62Q\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,1,0,1,'2011-08-08 03:21:53',62,'The Blaze','2011-08-08 03:29:20',62,0,'0000-00-00 00:00:00','2011-08-08 03:21:53','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,205,'','',0,175,'robots=\nauthor='),(384,' DHS Creating Database of Secret Watchlists','-dhs-creating-database-of-secret-watchlists','','<p>+--------------------------------------------------------------------------------------------------------<br />|  DHS Creating Database of Secret Watchlists<br />|   from the veracity-is-optional  dept.<br />|   posted by Soulskill on Tuesday August 09, @19:34  (Government)<br />|   with 100 comments<br />|   <a href=\"https://yro.slashdot.org/story/11/08/09/2318246/DHS-Creating-Database-of-Secret-Watchlists?utm_source=newsletter&amp;utm_medium=email\">https://yro.slashdot.org/story/11/08/09/2318246/DHS-Creating-Database-of-Secret-Watchlists?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />schwit1  writes \"Homeland Security plans to operate a massive new database<br />of names,  photos, birthdays and biometrics called Watchlist Service,<br />duplicated from  the FBI\'s Terrorist Screening Database, which has proven<br />not to be accurate  many times in the past. DHS wants to exempt the<br />Watchlist Service from  Privacy Act provisions, meaning [0]you will never<br />know if you are wrongfully  listed. Privacy groups worried about<br />inaccurate info and mission creep have  filed a protest, arguing the<br />Privacy Act says DHS must notify subject of  government surveillance. DHS<br />has admitted that it \'does not control the  accuracy of the information in<br />system of records\' and that \'individuals do  not have an opportunity to<br />decline to provide information.\' Additionally, the  DHS Watchlist Service<br />attempts to circumvent privacy protections established  by the Privacy<br />Act. Who\'s watching the watchers?\"<br /><br />Discuss this story  at:<br /> <a href=\"https://yro.slashdot.org/story/11/08/09/2318246/DHS-Creating-Database-of-Secret-Watchlists?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://yro.slashdot.org/story/11/08/09/2318246/DHS-Creating-Database-of-Secret-Watchlists?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"https://www.networkworld.com/community/blog/privacy-groups-protest-massive-dhs-database-s\">https://www.networkworld.com/community/blog/privacy-groups-protest-massive-dhs-database-s</a></p>','',1,13,0,70,'2011-08-10 19:28:04',62,'slashdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-08-10 19:28:04','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,38,'','',0,70,'robots=\nauthor='),(385,'The London Riots and Facial Recognition Technology','the-london-riots-and-facial-recognition-technology','','<p>+--------------------------------------------------------------------------------------------------------<br />| The London Riots and Facial Recognition Technology<br />| from the digital-mobs-fighting-real-mobs dept.<br />| posted by Soulskill on Wednesday August 10, @02:19 (Crime)<br />| with 441 comments<br />| <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000013/!x-usc:https://yro.slashdot.org/story/11/08/10/062225/The-London-Riots-and-Facial-Recognition-Technology?utm_source=newsletter&amp;utm_medium=email\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">https://yro.slashdot.org/story/11/08/10/062225/The-London-Riots-and-Facial-Recognition-Technology?utm_source=newsletter&amp;utm_medium=email</span></span></a><br />+--------------------------------------------------------------------------------------------------------<br /><br />nonprofiteer writes \"A bunch of vigilantes are organizing a Google Group<br />dedicated to using recently revealed [0]facial recognition tools to<br />[1]identify looters in the London riots. While Vancouver discussed doing<br />something similar after the Stanley Cup riots, the city never actually<br />moved forward on it. Ring of Steel London, though, is [2]far more likely<br />to incorporate FRT into its investigative work.\" A related article points<br />out how development of face-recognition technology has been [3]kept under<br />wraps by some organizations, but [4]we\'re getting to the point where<br />it\'ll soon be ubiquitous.<br /><br />Discuss this story at:<br /><a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000013/!x-usc:https://yro.slashdot.org/story/11/08/10/062225/The-London-Riots-and-Facial-Recognition-Technology?utm_source=newsletter&amp;utm_medium=email#commentlisting\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">https://yro.slashdot.org/story/11/08/10/062225/The-London-Riots-and-Facial-Recognition-Technology?utm_source=newsletter&amp;utm_medium=email#commentlisting</span></span></a><br /><br />Links:<br />0. <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000013/!x-usc:http://yro.slashdot.org/story/11/08/01/1533210/How-Face-Recognition-Can-Uncover-SSNs\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://yro.slashdot.org/story/11/08/01/1533210/How-Face-Recognition-Can-Uncover-SSNs</span></span></a><br />1. <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000013/!x-usc:http://blogs.forbes.com/kashmirhill/2011/08/09/will-london-riots-be-the-turning-point-for-facial-recognition-as-crime-fighting-tool/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://blogs.forbes.com/kashmirhill/2011/08/09/will-london-riots-be-the-turning-point-for-facial-recognition-as-crime-fighting-tool/</span></span></a><br />2. <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000013/!x-usc:http://techcrunch.com/2011/08/09/google-group-members-to-use-facial-recognition-to-identify-london-rioter/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://techcrunch.com/2011/08/09/google-group-members-to-use-facial-recognition-to-identify-london-rioter/</span></span></a><br />3. <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000013/!x-usc:http://www.slate.com/id/2299134/pagenum/all/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://www.slate.com/id/2299134/pagenum/all/</span></span></a><br />4. <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000013/!x-usc:http://www.motherboard.tv/2011/8/9/the-cop-iphone-app-that-knows-your-face-and-can-send-you-to-jail\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://www.motherboard.tv/2011/8/9/the-cop-iphone-app-that-knows-your-face-and-can-send-you-to-jail</span></span></a></p>','',1,13,0,70,'2011-08-11 10:11:42',62,'slashdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-08-11 10:11:42','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,37,'','',0,24,'robots=\nauthor='),(386,'Court Rules Sending Too Many Emails Is \"Hacking\"','court-rules-sending-too-many-emails-is-qhackingq','','<p>+--------------------------------------------------------------------------------------------------------<br />| Court Rules Sending Too Many Emails Is \"Hacking\"<br />| from the if-you-send-it-more-than-twice-your-hacking-it dept.<br />| posted by samzenpus on Wednesday August 10, @15:02 (The Courts)<br />| with 253 comments<br />| <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000013/!x-usc:https://yro.slashdot.org/story/11/08/10/182224/Court-Rules-Sending-Too-Many-Emails-Is-Hacking?utm_source=newsletter&amp;utm_medium=email\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">https://yro.slashdot.org/story/11/08/10/182224/Court-Rules-Sending-Too-Many-Emails-Is-Hacking?utm_source=newsletter&amp;utm_medium=email</span></span></a><br />+--------------------------------------------------------------------------------------------------------<br /><br />An anonymous reader writes \"An appeals court has ruled that having people<br />send a company a lot of emails (in this case, a union protesting a<br />company\'s business practices) [0]qualifies as hacking under the Computer<br />Fraud &amp; Abuse Act. We\'re not even talking about a true DDoS action here,<br />but just a bunch of protest emails. Part of the problem is that the<br />company apparently set up their email to only hold a small number of<br />emails in their inbox, and the court seems to think the union should take<br />the blame for stuffing those inboxes.\"<br /><br />Discuss this story at:<br /><a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000013/!x-usc:https://yro.slashdot.org/story/11/08/10/182224/Court-Rules-Sending-Too-Many-Emails-Is-Hacking?utm_source=newsletter&amp;utm_medium=email#commentlisting\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">https://yro.slashdot.org/story/11/08/10/182224/Court-Rules-Sending-Too-Many-Emails-Is-Hacking?utm_source=newsletter&amp;utm_medium=email#commentlisting</span></span></a><br /><br />Links:<br />0. <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000013/!x-usc:http://www.techdirt.com/articles/20110809/03492415447/court-says-sending-too-many-emails-to-someone-is-computer-hacking.shtml\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://www.techdirt.com/articles/20110809/03492415447/court-says-sending-too-many-emails-to-someone-is-computer-hacking.shtml</span></span></a><br /><br /></p>','',0,13,0,70,'2011-08-11 10:14:06',62,'slashdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-08-11 10:14:06','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,36,'','',0,1,'robots=\nauthor='),(387,'Court Rules Sending Too Many Emails Is \"Hacking\"','court-rules-sending-too-many-emails-is-qhackingq','','<p>+--------------------------------------------------------------------------------------------------------<br />| Court Rules Sending Too Many Emails Is \"Hacking\"<br />| from the if-you-send-it-more-than-twice-your-hacking-it dept.<br />| posted by samzenpus on Wednesday August 10, @15:02 (The Courts)<br />| with 253 comments<br />| <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000013/!x-usc:https://yro.slashdot.org/story/11/08/10/182224/Court-Rules-Sending-Too-Many-Emails-Is-Hacking?utm_source=newsletter&amp;utm_medium=email\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">https://yro.slashdot.org/story/11/08/10/182224/Court-Rules-Sending-Too-Many-Emails-Is-Hacking?utm_source=newsletter&amp;utm_medium=email</span></span></a><br />+--------------------------------------------------------------------------------------------------------<br /><br />An anonymous reader writes \"An appeals court has ruled that having people<br />send a company a lot of emails (in this case, a union protesting a<br />company\'s business practices) [0]qualifies as hacking under the Computer<br />Fraud &amp; Abuse Act. We\'re not even talking about a true DDoS action here,<br />but just a bunch of protest emails. Part of the problem is that the<br />company apparently set up their email to only hold a small number of<br />emails in their inbox, and the court seems to think the union should take<br />the blame for stuffing those inboxes.\"<br /><br />Discuss this story at:<br /><a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000013/!x-usc:https://yro.slashdot.org/story/11/08/10/182224/Court-Rules-Sending-Too-Many-Emails-Is-Hacking?utm_source=newsletter&amp;utm_medium=email#commentlisting\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">https://yro.slashdot.org/story/11/08/10/182224/Court-Rules-Sending-Too-Many-Emails-Is-Hacking?utm_source=newsletter&amp;utm_medium=email#commentlisting</span></span></a><br /><br />Links:<br />0. <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000013/!x-usc:http://www.techdirt.com/articles/20110809/03492415447/court-says-sending-too-many-emails-to-someone-is-computer-hacking.shtml\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://www.techdirt.com/articles/20110809/03492415447/court-says-sending-too-many-emails-to-someone-is-computer-hacking.shtml</span></span></a><br /><br /></p>','',1,13,0,70,'2011-08-11 10:14:06',62,'slashdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-08-11 10:14:06','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,35,'','',0,32,'robots=\nauthor='),(388,'Transit Officials Jam Cellphone Signals','mubarak-like-tactics-transit-officials-jam-cellphone-signals-to-block-protests-in-san-francisco','','<h3>Mubarak-Like Tactics? Transit Officials Jam Cellphone Signals to Block Protests in San Francisco</h3>\r\n<p>SAN FRANCISCO (The Blaze/AP) — Transit officials blocked cellphone reception in San Francisco train stations for three hours to disrupt planned demonstrations over a police shooting.</p>\r\n<p>Officials with the Bay Area Rapid Transit system, better known as BART, said Friday that they turned off electricity to cellular towers in four stations from 4 p.m. to 7 p.m. Thursday. The move was made after BART learned that protesters planned to use mobile devices to coordinate a demonstration on train platforms.</p>\r\n<p>The tactic drew comparisons to those used by the former president of Egypt to squelch protests demanding an end to his authoritarian rule. Authorities there cut Internet and cellphone services in the country for days earlier this year.</p>\r\n<p>“BART officials are showing themselves to be of a mind with the former president of Egypt, Hosni Mubarak,” the Electronic Frontier Foundation said on its website.</p>\r\n<p>Using the comparison, protestors took to Twitter to express their outrage with the hashtag <a href=\"https://twitter.com/#!/search/realtime/mubartak\" target=\"_blank\">#muBARTak</a>.</p>\r\n<p>The American Civil Liberties Union criticized the tactic, saying on its blog that it was the “wrong response to political protests.”</p>\r\n<p>BART officials were confident the cellphone disruptions were legal. They said in a statement that it’s illegal to demonstrate on the platform or aboard the trains, and that it has set aside special areas for demonstrations.</p>\r\n<p>The demonstration planned Thursday failed to develop. “We had a commute that was safe and without disruption,” said BART spokesman Jim Allison.</p>\r\n<p>Lt. Andy Alkire told <a href=\"http://sanfrancisco.cbslocal.com/2011/08/11/phil-matier-planned-protest-at-bart-station-fails-to-materialize/\" target=\"_blank\">CBS San Francisco</a> that although the shutting off cell phone service was an unusual tactic, it was “a great tool to use for this specific purpose.”</p>\r\n<p>The demonstrators were protesting the July 3 shooting of Charles Blair Hill by BART police, who claimed Hill came at them with a knife. Several people were arrested when a July 11 demonstration disrupted service during the rush-hour commute and prompted the closing of BART’s Civic Center station.</p>','',1,13,0,70,'2011-08-13 12:04:56',62,'The Blaze','2011-08-13 14:46:43',62,0,'0000-00-00 00:00:00','2011-08-13 12:04:56','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',18,0,34,'','',0,195,'robots=\nauthor='),(389,'Sen. Rubio: \"Save The Whole House Or It Will All Burn Down\"','sen-rubio-qsave-the-whole-house-or-it-will-all-burn-downq','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"400\" height=\"328\" src=\"http://www.youtube.com/embed/_68GjR6V6zI\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,1,0,1,'2011-08-13 14:49:02',62,'U.S. Senate','2011-08-13 14:54:52',62,0,'0000-00-00 00:00:00','2011-08-13 14:49:02','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,204,'','',0,362,'robots=\nauthor='),(390,'Can You Really Clean Polluted Water With…Banana Peels?','can-you-really-clean-polluted-water-withbanana-peels','','<p><a href=\"http://www.theblaze.com/\">The Blaze</a> - Posted on August 13, 2011 at 1:41am by <img class=\"photo\" src=\"http://www.theblaze.com/wp-content/uploads/userphoto/elizabeth-klimas.thumbnail.jpg\" border=\"0\" alt=\"Liz Klimas\" width=\"17\" height=\"17\" /><a href=\"http://www.theblaze.com/blog/author/elizabeth.klimas\" target=\"_self\" rel=\"author\"><span style=\"text-decoration: underline;\"><span style=\"color: #d50b0b;\">Liz Klimas</span></span></a></p>\r\n<p>Looks like banana peels have the last laugh. Once a prop for pranks with seemingly no value after doing it’s job of protecting the mashable fruit within, researchers have found its higher calling: water purification.</p>\r\n<p><a href=\"http://portal.acs.org/portal/acs/corg/content?_nfpb=true&amp;_pageLabel=PP_ARTICLEMAIN&amp;node_id=2103&amp;content_id=CNBP_027976&amp;use_sec=true&amp;sec_url_var=region1&amp;__uuid=e89f3692-9610-446f-b79a-0d7fae8c87ed\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #d50b0b;\">Listen to the American Chemical Society (ACS) podcast</span></span></a> to learn more and to find some other interesting uses for banana peels (25 seconds in).</p>\r\n<p>As <a href=\"http://www.npr.org/blogs/health/2011/08/11/139547323/slippery-banana-peels-could-be-a-savior-for-polluted-water?ft=1&amp;f=1001\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #d50b0b;\">NPR reports</span></span></a>, environmental chemist Gustavo Castro at São Paulo State University found that banana peels can help turn water polluted with heavy metals from mining operations or other activities into drinking water.</p>\r\n<blockquote>\r\n<p>What he found was that banana peels contain nitrogen, sulfur and organic compounds such as carboxylic acids. Castro was especially pleased to find these acids because they can bind with positively charged metals that leach into rivers from industrial operations.</p>\r\n</blockquote>\r\n<p>Not only can it do this effectively but it cleans even better than other water purification materials, according to the paper published in <a href=\"http://pubs.acs.org/stoken/presspac/presspac/full/10.1021/ie101499e\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #d50b0b;\">ACS’ <em>Industrial and Engineering Chemistry Research</em></span></span></a> journal.</p>\r\n<div id=\"attachment_114638\" class=\"wp-caption aligncenter\" style=\"width: 630px;\"><a href=\"http://www.theblaze.com/stories/can-you-really-clean-polluted-water-with-banana-peels/mercado-municipal-de-sao-paulo/\" target=\"_self\" rel=\"attachment wp-att-114638\"><img class=\"size-large wp-image-114638\" src=\"http://www.theblaze.com/wp-content/uploads/2011/08/flickr-Fernando-Stankuns-620x410.jpg\" border=\"0\" title=\"Mercado Municipal de São Paulo\" width=\"620\" height=\"410\" /></a>\r\n<p class=\"wp-caption-text\">These peels could be useful long after the fruit is gone. (flickr, Fernando-Stankuns)</p>\r\n</div>\r\n<p>The researchers found the minced banana peels could be used up to 11 times before losing effectiveness at removing the contaminants.</p>\r\n<blockquote>\r\n<p>“I was surprised to learn that something so simple could work so well,” [Castro said in the podcast.] I believe that banana peels can be of great importance in water purification. Sustainability is very important.”</p>\r\n</blockquote>\r\n<p>The scientists added that banana peels are very attractive because of their low cost and because they don’t have to be chemically modified in order to work.</p>','',-2,10,0,61,'2011-08-13 15:30:48',62,'The Blaze','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-08-13 15:30:48','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,0,'','',0,0,'robots=\nauthor='),(392,'Jefferson - a chronology','jefferson-a-chronology','','<h2>Thomas Jefferson was a remarkable man who began his learning very early in life and never stopped.</h2>\r\n<p>At 5, he began studying under his cousins\' tutor.</p>\r\n<p>At 9, he studied Latin, Greek and French.</p>\r\n<p>At 14, he studied classical literature and additional languages.</p>\r\n<p>At 16, he entered the College of William and Mary.</p>\r\n<p>At 19, he studied Law for 5 years, starting under George Wythe.</p>\r\n<p>At 23, he started his own law practice.</p>\r\n<p>At 25, he was elected to the Virginia House of Burgesses.</p>\r\n<p>At 31, he wrote the widely circulated,\"Summary View of the Rights of British America,\" and retired from his law practice.<br /> <br />At 32, he was a Delegate to the Second Continental Congress, where he wrote the seminal document, “Declarationof the Causes and Necessity of Taking up Arms.”</p>\r\n<p>At 33, he wrote the Declaration of Independence.</p>\r\n<p>At 33, he took three years to revise Virginia\'s legal code,wrote a Public Education bill and a statute for Religious Freedom.</p>\r\n<p>At 36, he was elected the second Governor of Virginia, succeeding Patrick Henry.</p>\r\n<p>At 40, he served in Congress for two years.</p>\r\n<p>At 41, he was the American minister to  France and negotiated commercial treaties with European nations along with Ben Franklin and John Adams.</p>\r\n<p>At 46, he served as the first Secretary of State under George Washington.</p>\r\n<p>At 53, he served as Vice President and was elected president of the American Philosophical Society.</p>\r\n<p>At 55, he drafted the Kentucky Resolutions and became the active head of the Republican Party.</p>\r\n<p>At 57, he was elected the third president of the United States .</p>\r\n<p>At 60, he obtained the Louisiana Purchase, doubling the nation\'s size.</p>\r\n<p>At 61, he was elected to a second term as President.</p>\r\n<p>At 65, he retired to Monticello .</p>\r\n<p>At 80, he helped President Monroe shape the Monroe Doctrine.</p>\r\n<p>At 81, he almost single-handedly created the University of Virginia and served as its first president.</p>\r\n<p>At 83, he died, on the 50th anniversary of the Signing of the Declaration of Independence, the same day as his lifelong friend, John Adams…100 miles apart. Adams last words were, “ Jefferson lives.”</p>\r\n<p><strong><em>Thomas Jefferson (1743-1826) 3rd President of the United States</em></strong></p>','',1,7,0,34,'2011-08-14 19:38:32',62,'Submitted by Jan Thompson','2011-08-14 20:01:08',62,0,'0000-00-00 00:00:00','2011-08-14 19:38:32','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,3,'','',0,294,'robots=\nauthor='),(391,'Can You Really Clean Polluted Water With…Banana Peels?','can-you-really-clean-polluted-water-withbanana-peels','','<p><a href=\"http://www.theblaze.com/\">The Blaze</a> - Posted on August 13, 2011 at 1:41am by <img class=\"photo\" src=\"http://www.theblaze.com/wp-content/uploads/userphoto/elizabeth-klimas.thumbnail.jpg\" border=\"0\" alt=\"Liz Klimas\" width=\"17\" height=\"17\" /><a href=\"http://www.theblaze.com/blog/author/elizabeth.klimas\" target=\"_self\" rel=\"author\"><span style=\"text-decoration: underline;\"><span style=\"color: #d50b0b;\">Liz Klimas</span></span></a></p>\r\n<p>Looks like banana peels have the last laugh. Once a prop for pranks with seemingly no value after doing it’s job of protecting the mashable fruit within, researchers have found its higher calling: water purification.</p>\r\n<p><a href=\"http://portal.acs.org/portal/acs/corg/content?_nfpb=true&amp;_pageLabel=PP_ARTICLEMAIN&amp;node_id=2103&amp;content_id=CNBP_027976&amp;use_sec=true&amp;sec_url_var=region1&amp;__uuid=e89f3692-9610-446f-b79a-0d7fae8c87ed\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #d50b0b;\">Listen to the American Chemical Society (ACS) podcast</span></span></a> to learn more and to find some other interesting uses for banana peels (25 seconds in).</p>\r\n<p>As <a href=\"http://www.npr.org/blogs/health/2011/08/11/139547323/slippery-banana-peels-could-be-a-savior-for-polluted-water?ft=1&amp;f=1001\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #d50b0b;\">NPR reports</span></span></a>, environmental chemist Gustavo Castro at São Paulo State University found that banana peels can help turn water polluted with heavy metals from mining operations or other activities into drinking water.</p>\r\n<blockquote>\r\n<p>What he found was that banana peels contain nitrogen, sulfur and organic compounds such as carboxylic acids. Castro was especially pleased to find these acids because they can bind with positively charged metals that leach into rivers from industrial operations.</p>\r\n</blockquote>\r\n<p>Not only can it do this effectively but it cleans even better than other water purification materials, according to the paper published in <a href=\"http://pubs.acs.org/stoken/presspac/presspac/full/10.1021/ie101499e\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #d50b0b;\">ACS’ <em>Industrial and Engineering Chemistry Research</em></span></span></a> journal.</p>\r\n<div id=\"attachment_114638\" class=\"wp-caption aligncenter\" style=\"width: 630px;\"><a href=\"http://www.theblaze.com/stories/can-you-really-clean-polluted-water-with-banana-peels/mercado-municipal-de-sao-paulo/\" target=\"_self\" rel=\"attachment wp-att-114638\"><img class=\"size-large wp-image-114638\" src=\"http://www.theblaze.com/wp-content/uploads/2011/08/flickr-Fernando-Stankuns-620x410.jpg\" border=\"0\" title=\"Mercado Municipal de São Paulo\" width=\"620\" height=\"410\" /></a>\r\n<p class=\"wp-caption-text\">These peels could be useful long after the fruit is gone. (flickr, Fernando-Stankuns)</p>\r\n</div>\r\n<p>The researchers found the minced banana peels could be used up to 11 times before losing effectiveness at removing the contaminants.</p>\r\n<blockquote>\r\n<p>“I was surprised to learn that something so simple could work so well,” [Castro said in the podcast.] I believe that banana peels can be of great importance in water purification. Sustainability is very important.”</p>\r\n</blockquote>\r\n<p>The scientists added that banana peels are very attractive because of their low cost and because they don’t have to be chemically modified in order to work.</p>','',1,10,0,61,'2011-08-13 15:30:48',62,'The Blaze','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-08-13 15:30:48','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,1,'','',0,463,'robots=\nauthor='),(393,'Jefferson - quotes','jefferson-quotes','','<p><span><strong>Thomas Jefferson knew because he himself had studied the previously failed attempts at government. He understood actual history, the nature of God, God\'s laws, and the nature of man.That happens to be way more than what most understand today. His is a voice from the past to lead us into the future. Quotes marked \"(Attributed)\" are attributed to Jefferson although unproven.</strong></span></p>\r\n<ul>\r\n<li>When we get piled upon one another in large cities, as in Europe, we shall become as corrupt as Europe.</li>\r\n<br />\r\n<li>The democracy will cease to exist when you take away from those who are willing to work and give to those who would not. (Attributed)</li>\r\n<br />\r\n<li>It is incumbent on every generation to pay its own debts as it goes, a principle which if acted on, would save one-half the wars of the world.</li>\r\n<br />\r\n<li>I predict future happiness for Americans if they can prevent the government from wasting the labors of the people under the pretense of taking care of them.</li>\r\n<br />\r\n<li>My reading of history convinces me that most bad government results from too much government. (Attributed)</li>\r\n<br />\r\n<li>No free man shall ever be deprived the use of arms.</li>\r\n<br />\r\n<li>The strongest reason for the people to retain the right to keep and bear arms is, as a last resort, to protect themselves against tyranny in government. (Attributed)</li>\r\n<br />\r\n<li>The tree of liberty must be refreshed from time to time with the blood of patriots and tyrants.</li>\r\n<br />\r\n<li>To compel a man to furnish contributions of money for the propagation of opinions which he disbelieves and abhors, is sinful and tyrannical.</li>\r\n<br />\r\n<li>I believe that banking institutions are more dangerous to our liberties than standing armies. If the American people ever allow private banks to control the issue of their currency, first by inflation, then by deflation, the banks and corporations that will grow up around [the banks] will deprive the people of all property until their children wake-up homeless on the continent their fathers conquered. The issuing power should be taken from the banks and restored to the people, to whom it properly belongs. (anno domini 1802) </li>\r\n<br />\r\n<li>And can the liberties of a nation be thought secure when we have removed their only firm basis, a conviction in the minds of the people that these liberties are the gift of God? That they are not to be violated but with his wrath? Indeed I tremble for my country when I reflect that God is just: that his justice cannot sleep for ever. --- <strong>Notes on the State of Virginia, Query 18, 1781</strong></li>\r\n</ul>\r\n<p>\r\n<hr />\r\n</p>\r\n<h3>When we post an email to this web site, to the best of our ability, we check the veracity of the content before posting. In the instant case, there appears to be conflicting opinions, and data, as to the actual author of these quotes. The former was researched by <a href=\"http://truthorfiction.com/rumors/j/jefferson-quotes.htm\"><strong>Truth or Fiction</strong></a> who used the \"Jeffersonian Cyclopedia\", published in 1900 by Funk and Wagnalls, as their source.  We leave it to you to study both the former and the latter and decide for yourselves.</h3>\r\n<p>Following is an excerpt from <strong><em><a href=\"http://timpanogos.wordpress.com/2009/02/01/misquoting-jefferson/\">MILLARD FILMORE\"S BATHTUB</a></em></strong> , a website whose author disputes the quotes above are Thomas Jefferson\'s:</p>\r\n<p><a href=\"http://www.calthomas.com/index.php?news=2493\"><span style=\"color: #0066cc;\">A commentary from Cal Thomas caught my eye </span></a>– little more than a few quotes from Thomas Jefferson strung together. Jefferson seems oddly prescient in these quotes, and, also oddly, rather endorsing the views of the right wing.</p>\r\n<p>From the way the text is laid out, and the brevity of the piece, I’m guessing it’s a radio commentary.</p>\r\n<p><strong>I read Jefferson often. I’ve read Jefferson a lot. I don’t recognize any of the quotes. </strong></p>\r\n<p>So I plugged them into the <a href=\"http://oll.libertyfund.org/?option=com_staticxt&amp;staticfile=show.php%3Ftitle=1734\"><span style=\"color: #0066cc;\">Jefferson collection at Liberty Fund’s Online Library of Liberty</span></a>, which has a lot of Jefferson ready for full-text searching.</p>\r\n<p><em><strong>Oops. None of the quotes scored a hit.</strong></em></p>\r\n<p>Couldn’t find them in the <a href=\"http://memory.loc.gov/cgi-bin/query\"><span style=\"color: #0066cc;\">Library of Congress’s on-line list of quotes</span></a>, either.</p>\r\n<p><strong>It looks as though Jefferson didn’t say these things that are being attributed to him.</strong></p>\r\n<p>Cal, is that you?</p>','',1,7,0,34,'2011-08-14 19:40:00',62,'Submitted by Jan Thompson','2011-08-17 19:12:37',62,0,'0000-00-00 00:00:00','2011-08-14 19:40:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,2,'','',0,495,'robots=\nauthor='),(394,'Where Have All the Leaders Gone?','where-have-all-the-leaders-gone','','<table border=\"0\" width=\"400\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><img src=\"images/stories/iacocca.jpg\" border=\"0\" alt=\"Iacocca\" title=\"Lee Iascocca\" hspace=\"12\" align=\"left\" /></p>\r\n<p>This is a repost. Worth reading again.</p>\r\n<p><strong>Iacocca:</strong> Am I the only guy in this country who\'s fed up with what\'s happening? Where the hell is our outrage? We should be screaming bloody murder. We\'ve got a gang of clueless bozos steering our ship of state right over a cliff, we\'ve got corporate gangsters stealing us blind, and we can\'t even clean up after a hurricane much less build a hybrid car. But instead of getting mad, everyone sits around and nods their heads when the politicians say, \'Stay the course\'</p>\r\n<p>Stay the course? You\'ve got to be kidding. This is America , not the damned \'Titanic\'. I\'ll give you a sound bite: \'Throw all the bums out!\'</p>\r\n<p>You might think I\'m getting senile, that I\'ve gone off my rocker, and maybe I have. But someone has to speak up. I hardly recognize this country anymore.</p>\r\n<p>The most famous business leaders are not the innovators but the guys in handcuffs. While we\'re fiddling in Iraq , the Middle East is burning and nobody seems to know what to do. And the press is waving \'pom-poms\' instead of asking hard questions. That\'s not the promise of the \' America \' my parents and yours traveled across the ocean for. I\'ve had enough. How about you?</p>\r\n<p>I\'ll go a step further. You can\'t call yourself a patriot if you\'re not outraged. This is a fight I\'m ready and willing to have. The Biggest \'C\' is Crisis! Leaders are made, not born. Leadership is forged in times of crisis. It\'s easy to sit there with your feet up on the desk and talk theory. Or send someone else\'s kids off to war when you\'ve never seen a battlefield yourself. It\'s another thing to lead when your world comes tumbling down.</p>\r\n<p>On September 11, 2001, we needed a strong leader more than any other time in our history. We needed a steady hand to guide us out of the ashes.</p>\r\n<p>A Hell of a Mess. So here\'s where we stand. We\'re immersed in a bloody war with no plan for winning and no plan for leaving. We\'re running the biggest deficit in the history of the country. We\'re losing the manufacturing edge to Asia , while our once-great companies are getting slaughtered by health care costs. Gas prices are skyrocketing, and nobody in power has a coherent energy policy. Our schools are in trouble. Our borders are like sieves.</p>\r\n<p>The middle class is being squeezed every which way. These are times that cry out for leadership. But when you look around, you\'ve got to ask: \'Where have all the leaders gone?\' Where are the curious, creative communicators? Where are the people of character, courage, conviction, omnipotence, and common sense? I may be a sucker for alliteration, but I think you get the point.</p>\r\n<p>Name me a leader who has a better idea for homeland security than making us take off our shoes in airports and throw away our shampoo? We\'ve spent billions of dollars building a huge new bureaucracy, and all we know how to do is react to things that have already happened.</p>\r\n<p>Name me one leader who emerged from the crisis of Hurricane Katrina. Congress has yet to spend a single day evaluating the response to the hurricane, or demanding accountability for the decisions that were made in the crucial hours after the storm.</p>\r\n<p>Everyone\'s hunkering down, fingers crossed, hoping it doesn\'t happen again. Now, that\'s just crazy. Storms happen. Deal with it. Make a plan. Figure out what you\'re going to do the next time.</p>\r\n<p>Name me an industry leader who is thinking creatively about how we can restore our competitive edge in manufacturing. Who would have believed that there could ever be a time when \'The Big Three\' referred to Japanese car companies? How did this happen, and more important, what are we going to do about it?</p>\r\n<p>Name me a government leader who can articulate a plan for paying down the debt, or solving the energy crisis, or managing the health care problem. The silence is deafening. But these are the crises that are eating away at our country and milking the middle class dry.</p>\r\n<p>I have news for the gang in Congress. We didn\'t elect you to sit on your asses and do nothing and remain silent while our democracy is being hijacked and our greatness is being replaced with mediocrity. What is everybody so afraid of? That some bonehead on Fox News will call them a name? Give me a break. Why don\'t you guys show some spine for a change?</p>\r\n<p>Had Enough?</p>\r\n<p>Hey, I\'m not trying to be the voice of gloom and doom here. I\'m trying to light a fire. I\'m speaking out because I have hope, I believe in America . In my lifetime I\'ve had the privilege of living through some of America\'s greatest moments. I\'ve also experienced some of our worst crises: the \'Great Depression\', \'World War II\', the \'Korean War\', the \'Kennedy Assassination\', the \'Vietnam War\', the 1970s oil crisis, and the struggles of recent years culminating with 9/11. If I\'ve learned one thing, it\'s this: \'You don\'t get anywhere by standing on the sidelines waiting for somebody else to take action. Whether it\'s building a better car or building a better future for our children, we all have a role to play. That\'s the challenge I\'m raising in this book. It\'s a call to \'Action\' for people who, like me, believe in America . It\'s not too late, but it\'s getting pretty close. So let\'s shake off the crap and go to work. Let\'s tell \'em all we\'ve had \'enough.\'</p>\r\n<p>Excerpted from \'Where Have All the Leaders Gone?\'. Copyright (c) 2007 by Lee Iacocca. All rights reserved</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,17,0,74,'2011-08-14 21:16:35',62,'Lee Iacocca','2011-08-14 21:57:32',62,0,'0000-00-00 00:00:00','2011-08-14 21:16:35','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',19,0,17,'','',0,521,'robots=\nauthor='),(395,'How to foward an email','how-to-foward-an-email','','<h1>FAQ</h1>\r\n<p>Q. How do I forward an article to a friend?</p>\r\n<p>A. Click the \"letter\" icon <img src=\"images/stories/emailbutton.png\" border=\"0\" /> on the upper right hand side of the article and follow instructions.</p>\r\n<p> </p>','',1,3,0,31,'2011-08-14 22:08:49',62,'LRB','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-08-14 22:08:49','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,1,'','',0,0,'robots=\nauthor='),(396,'Inside Job','inside-job','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"425\" height=\"349\" src=\"http://www.youtube.com/embed/ffHFjlqIzKE\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,8,0,56,'2011-08-16 23:42:58',62,'Charles Ferguson','2011-08-17 00:44:15',62,0,'0000-00-00 00:00:00','2011-08-16 23:42:58','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,1,'','',0,568,'robots=\nauthor='),(397,'DHS Tries To Hide Mobile Scanner Details','dhs-tries-to-hide-mobile-scanner-details','','<p>+--------------------------------------------------------------------------------------------------------<br />|  DHS Tries To Hide Mobile Scanner Details<br />|   from the the-new-black  dept.<br />|   posted by Unknown Lamer on Thursday August 18, @18:15  (Security)<br />|   with 124 comments<br />|   <a href=\"https://news.slashdot.org/story/11/08/18/215259/DHS-Tries-To-Hide-Mobile-Scanner-Details?utm_source=newsletter&amp;utm_medium=email\">https://news.slashdot.org/story/11/08/18/215259/DHS-Tries-To-Hide-Mobile-Scanner-Details?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />OverTheGeicoE  writes \"The Electronic Privacy Information Center filed a<br />[0]Freedom of  Information Act request last year (PDF) with the US<br />Department of Homeland  Security, whose Transportation Security<br />Administration has been investigating  the use of x-ray scanning<br />technology for covert use in more public places,  like train stations and<br />even ordinary city streets. TSA has tested  interesting devices like the<br />[1]Z Backscatter Vans both privately and [2]on  members of the general<br />public. EPIC recently received [3]new documents from  DHS. Some of the<br />documents are [4]almost completely black from  redactions.\"<br /><br />Discuss this story at:<br /> <a href=\"https://news.slashdot.org/story/11/08/18/215259/DHS-Tries-To-Hide-Mobile-Scanner-Details?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://news.slashdot.org/story/11/08/18/215259/DHS-Tries-To-Hide-Mobile-Scanner-Details?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br /> 0. <a href=\"http://epic.org/foia/transitfoia.pdf\">http://epic.org/foia/transitfoia.pdf</a><br /> 1. <a href=\"http://www.forbes.com/sites/andygreenberg/2010/08/24/full-body-scan-technology-deployed-in-street-roving-vans/\">http://www.forbes.com/sites/andygreenberg/2010/08/24/full-body-scan-technology-deployed-in-street-roving-vans/</a><br /> 2. <a href=\"http://www.forbes.com/sites/andygreenberg/2011/03/09/tsa-never-tested-full-body-scans-for-mass-transit-except-when-it-did/\">http://www.forbes.com/sites/andygreenberg/2011/03/09/tsa-never-tested-full-body-scans-for-mass-transit-except-when-it-did/</a><br /> 3. <a href=\"http://epic.org/2011/08/dhs-refuses-to-disclose-detail.html\">http://epic.org/2011/08/dhs-refuses-to-disclose-detail.html</a><br /> 4. <a href=\"http://epic.org/foia_notes/foia_note_20_august_15_2011.html\">http://epic.org/foia_notes/foia_note_20_august_15_2011.html</a></p>','',1,13,0,70,'2011-08-19 12:12:40',62,'slashdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-08-19 12:12:40','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,33,'','',0,40,'robots=\nauthor='),(398,'OBAMA\'S GAFF WENT UNNOTICED!','obamas-gaff-went-unnoticed','','<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"line-height: 20px; font-family: Georgia, serif; font-size: 16px;\">\r\n<p style=\"text-align: left; margin: 0px 0px 0.8em; padding: 0px;\">September 9, 2011</p>\r\n<p style=\"text-align: left; margin: 0px 0px 0.8em; padding: 0px;\">Dear Supporters of the Constitution and our Republic,</p>\r\n<p style=\"text-align: left; margin: 0px 0px 0.8em; padding: 0px;\">Last night, in his address to the joint session of Congress, Obama made two of the most startling remarks coming from the mouth of a sitting President.  However, the sentiment contained in those remarks is, unfortunately, shared by most of the politicians in Washington D.C. and around the country.  We have come so far from the sound thinking of our Founding Fathers who did not trust a powerful central government and did all they could to create “chains” which would “bind from mischief” politicians of their day and those of future generations.</p>\r\n</span></span></p>\r\n<p style=\"text-align: left; margin: 0px 0px 0.8em; padding: 0px;\">This distrust of the federal government, in particular, is clearly laid out in both the <span style=\"text-decoration: underline;\">Federalist Papers</span> and the <span style=\"text-decoration: underline;\">Anti-Federalist Papers</span>., the latter being largely unknown and unread by Americans today.  The Constitution, itself, was a clear declaration of the great fear of the Founders that some day the people might again be enslaved by their own government.  Therefore, the separation of powers, the clear and detailed enumeration of delegated powers, and the Ninth and Tenth Amendments to the Constitution forge what the wise founders of this once-great Republic envisioned as “chains” to leash the natural consequence of government at any level: the tendency to grow and gain more and more power over the people.  Fresh in their memories were the tyrannies of the British crown and the almost totalitarian control of its “subjects.”  No more were the people to be considered “subjects” but the government itself was envisioned as being subject to the States and the People.</p>\r\n','\r\n<p style=\"text-align: left; margin: 0px 0px 0.8em; padding: 0px;\"> </p>\r\n<p>\r\n<p style=\"text-align: left; margin: 0px 0px 0.8em; padding: 0px;\">For those who rarely, if ever, read the Constitution and the Bill of Rights, I will include the two most powerful amendments of them all in restraining centralized government and the schemes they would envision to amass power: (My emphasis added in bold print)</p>\r\n<p style=\"text-align: left; margin: 0px 0px 0.8em; padding: 0px;\"><span style=\"text-decoration: underline;\">Ninth Amendment</span></p>\r\n<p style=\"text-align: left; margin: 0px 0px 0.8em; padding: 0px;\">“The enumeration in the Constitution of certain rights <strong style=\"font-weight: bold;\">shall not be construed to deny or disparage</strong> others retained by the people.”</p>\r\n<p style=\"text-align: left; margin: 0px 0px 0.8em; padding: 0px;\"><span style=\"text-decoration: underline;\">Tenth Amendment:</span></p>\r\n<p style=\"text-align: left; margin: 0px 0px 0.8em; padding: 0px;\">“The Powers <strong style=\"font-weight: bold;\">not delegated </strong>to the United States <strong style=\"font-weight: bold;\">by the Constitution </strong>nor <strong style=\"font-weight: bold;\">prohibited by it</strong> to the States <strong style=\"font-weight: bold;\">are reserved to the States </strong>respectively or <strong style=\"font-weight: bold;\">to the people.</strong></p>\r\n<p style=\"text-align: left; margin: 0px 0px 0.8em; padding: 0px;\">Compare these two short sentences to these remarks uttered by Obama in his speech: (about 29 minutes from the beginning)</p>\r\n<p style=\"text-align: left; margin: 0px 0px 0.8em; padding: 0px;\"><strong style=\"font-weight: bold;\">“How many jobs would it have cost us if past Congresses decided (sic) not to support the basic research that led to the internet and the computer chip.”</strong></p>\r\n<p style=\"text-align: left; margin: 0px 0px 0.8em; padding: 0px;\"><strong style=\"font-weight: bold;\">“What kind of a country would this be if this chamber had voted down Social Security and Medicare just because it <span style=\"text-decoration: underline;\">VIOLATED </span>some rigid idea about what government could or could not do?  How many Americans would have suffered as a result?” ( Emphasis added)</strong></p>\r\n<p style=\"text-align: left; margin: 0px 0px 0.8em; padding: 0px;\">Comes now Obama, a self-described Constitutional “lecturer” admitting that violations of the Supreme Law of the Land can be justified for any reason if there be benefits to some areas of the economy.  Of course, the socialist/communist theologians and their minions who would destroy our Republic, have historically bemoaned the inconvenience to their schemes posed by the Constitution of the United  States.  Their Machiavellian schemes have used Acts of Congress, judicial activism and the creation of “law” by decree, purposefully misinterpreting the plain language of the Constitution, and the institution of clearly un-Constitutional <strong style=\"font-weight: bold;\">“Administrative Law” </strong>which is that “law” resulting from the millions of pages of regulations emanating from the vast bureaucracy which ignores both the Congress and the Constitution.  This is not to mention illegal “Executive Orders” and “Signing Statements” issued by Presidents for decades—again, clearly un-Constitutional.</p>\r\n<p style=\"text-align: left; margin: 0px 0px 0.8em; padding: 0px;\">What struck me most, however, was the complete silence of the press and commentators on the above gaff committed by Obama.  But should we really be surprised when these same apologists for bigger and more intrusive government have been beating the drum for decades in defense of the scoundrels who are perpetrating the destruction of our Republic and our way of life in favor of international socialism, domestic collectivism, and statism?</p>\r\n<p style=\"text-align: left; margin: 0px 0px 0.8em; padding: 0px;\">Our people <strong style=\"font-weight: bold;\">MUST </strong>recognize that the <strong style=\"font-weight: bold;\">STATE</strong> is not our friend—it is a fearful force like fire, which, if controlled closely, can accomplish limited and proper functions.  In the case of a true Republic, the “fire” of the state is charged with  protection of life and property rights, protection of individual liberty, and, most of all, protection from government itself.  Like fire, the state, left to its own devices and unrestrained, can burn the whole house down.</p>\r\n<p style=\"text-align: left; margin: 0px 0px 0.8em; padding: 0px;\">For Constitutional Government, Liberty, and Accountability,<br />Dick Mills<br />Editor<br />Keep the Republic Newsletter<br />Houston, Texas</p>\r\n</p>',1,1,0,1,'2011-09-12 16:19:10',62,'Dick Mills','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-09-12 16:19:10','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,203,'','',0,394,'robots=\nauthor='),(399,'Obama\'s General','obamas-general','','<p class=\"MsoNormal\"><span style=\"font-family: Courier New; font-size: small;\"><span style=\"font-family: \'Courier New\'; font-size: 12pt;\"><br />Top AFL-CIO union chief Richard Trumka -- President Barack Obama\'s guest of honor at his speech to Congress Thursday night -- urged Obama to \"go to the mat\" for Big Labor.<br /><br />Of course, Obama hasn\'t been shy about doing just that for the last three years. Trumka just wants more, more, more.<br /><span style=\"text-decoration: underline;\"><br />Obama\'s \"jobs\" proposal appears to be full of it -- more special deals and bailouts for the union hierarchy</span>.<br /><br />And unsurprisingly, Obama made no mention of the Boeing jobs in South Carolina the Acting General Counsel of his National Labor Relations Board is trying to destroy. <br /><br />Meanwhile, Big Labor has become even more militant, as events this week demonstrate.<br /><br />On Labor Day, Obama and Trumka shared the stage at a political rally <span style=\"text-decoration: underline;\">where Teamster union president Jimmy Hoffa urged his \"army\" of union militants to \"take these sons of bitches out</span>\" -- threatening everyday Americans concerned about our struggling economy and growing debt.<br /><br />And on Thursday, we saw a real live example of the militancy of some union extremists who really seem to think they\'re in an \"army\" -- and their enemies are job providers, independent workers, security guards and even the police.<br /><br /><a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000187/!x-usc:http://paracom.paramountcommunication.com/ct/6682707:9788217694:m:1:152029745:EDDFAA95A0372F68F205F5E0EDB263A3:r\"><strong><strong><span style=\"font-family: Courier New; color: #0000ff;\"><span style=\"font-family: \'Courier New\';\"><span style=\"text-decoration: underline;\">The Associated Press reported</span></span></span></strong></strong></a><span style=\"text-decoration: underline;\"> that hundreds of Longshoreman union militants held security guards hostage for hours at a port in Longview, Washington</span>.<br /><br />Union thugs reportedly committed numerous acts of vandalism and violence including breaking windows, cutting brake lines on railroad cars, and threatening police officers with baseball bats.<br /><br /><span style=\"text-decoration: underline;\">Not a single arrest has been made</span>.<br /><br />The local police chief told the AP union militants warned him that Thursday\'s events were \"<span style=\"text-decoration: underline;\">only the start</span>.\"<br /><br />You might say they took a page straight out of <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000187/!x-usc:http://paracom.paramountcommunication.com/ct/6682708:9788217694:m:1:152029745:EDDFAA95A0372F68F205F5E0EDB263A3:r\"><strong><strong><span style=\"font-family: Courier New; color: #0000ff;\"><span style=\"font-family: \'Courier New\';\"><span style=\"text-decoration: underline;\">the playbook of Richard Trumka</span></span></span></strong></strong></a>, who climbed through the union boss ranks by encouraging militancy and even violence.<br /><br /><span style=\"text-decoration: underline;\">As President of the United Mineworkers (UMW) union in the 1980s and 1990s, Trumka led three violent strikes in which militancy was actively encouraged -- and workers who dared to continue working to provide for their families were subjected to threats and outright violence</span>.<br /><br />In 1997, the UMW was forced to settle with the widow of a nonunion worker who was shot in the back of his head. UMW officials even financially aided and filed grievances on behalf of seven union militants who pleaded guilty to crimes during the violent strike.<br /><br />And after Trumka left the UMW and became the AFL-CIO\'s treasurer, he was implicated in a money-laundering scheme.<br /><br />A former prosecutor at the Justice Department told ABC News in 2000, \"<span style=\"text-decoration: underline;\">If I were advising a candidate, I would advise him or her very strongly that [Richard Trumka is] not someone you want to embrace</span>.\" <br /><br />Eleven years later, Trumka is flying in Air Force One and sitting next to the First Lady as the President speaks before a joint session of Congress.<br /><br />Trumka is as powerful as he is due to all the special privileges for Big Labor tucked into federal law.<br /><br />The National Right to Work Committee has an aggressive plan of action to secure roll call votes on legislation that would eliminate some of Big Labor\'s most egregious special privileges. </span></span></p>\r\n<p style=\"text-indent: -22.5pt; margin-left: 52.5pt;\"><span style=\"font-family: Courier New; font-size: small;\"><span style=\"font-family: \'Courier New\'; font-size: 12pt;\">&gt;&gt; The National Right to Work Act would eliminate the provisions of federal labor law that authorize union officials to compel workers to pay union dues or \"fees\" as a condition of employment.</span></span></p>\r\n<p style=\"text-indent: -22.5pt; margin-left: 52.5pt;\"><span style=\"font-family: Courier New; font-size: small;\"><span style=\"font-family: \'Courier New\'; font-size: 12pt;\">&gt;&gt; The Freedom from Union Violence Act would close the loophole that exempts union officials from federal prosecution for acts of violence and vandalism they orchestrate in the so-called \"pursuit of legitimate union objectives.\"</span></span></p>\r\n<p class=\"MsoNormal\"><span style=\"font-family: Courier New; font-size: small;\"><span style=\"font-family: \'Courier New\'; font-size: 12pt;\">It\'s time to turn up the heat on Congress and demand they reign in the out-of-control executive branch that has further empowered Trumka and the rest of the union hierarchy.<br /><br />Please, <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000187/!x-usc:http://paracom.paramountcommunication.com/ct/6682709:9788217694:m:1:152029745:EDDFAA95A0372F68F205F5E0EDB263A3:r\"><strong><strong><span style=\"font-family: Courier New; color: #0000ff;\"><span style=\"font-family: \'Courier New\';\"><span style=\"text-decoration: underline;\">chip in with a contribution of $10 or more today</span></span></span></strong></strong></a> to help the Committee mobilize hundreds of thousands or even millions of concerned citizens.<br /><br />Obama\'s army will do whatever they can to protect their ill-gotten power. Help us fight back.<br /><br />Sincerely,<br /><br />Mark Mix</span></span></p>','',1,1,0,1,'2011-09-12 16:22:14',62,'National Right to Work Committee','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-09-12 16:22:14','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,202,'','',0,547,'robots=\nauthor='),(400,'The Threat of Europeanization and the Need to Defend the Nation-State','the-threat-of-europeanization-and-the-need-to-defend-the-nation-state','','<p align=\"left\"> </p>\r\n<p><strong><span style=\"font-family: Calibri,Calibri; font-size: x-small;\"><span style=\"font-family: Calibri,Calibri; font-size: x-small;\">S<img src=\"images/stories/OAKI-logo.png\" border=\"0\" alt=\"The Oak Initiative\" title=\"The Oak Initiative\" align=\"left\" />peech of Geert Wilders in Berlin 9/3/2011 </span></span></strong>\r\n<p><span style=\"font-family: Arial,Arial; font-size: small;\"><span style=\"font-family: Arial,Arial; font-size: small;\"><span style=\"font-family: Calibri;\">  </span>Thank you for inviting me to Berlin. It is an honor to be here in this beautiful city of Berlin. When I was here last year I emphasized how important Germany is for all of us. We all benefit from a healthy, democratic, self-confident Germany.</span><span style=\"font-family: Arial,Arial; font-size: small;\">\r\n<p> </p>\r\n</span></span></p>\r\n<p>\r\n<p>Much has happened since my last visit. In the Netherlands we were able to achieve many amazing things. We have successfully started to roll back the process of Islamization in the Netherlands.</p>\r\n<p>We have done so in a peaceful way and through the democratic process. Recently, a deranged narcissistic psychopath from Norway committed a horrible crime. In cold blood he murdered nearly eighty innocent fellow citizens. The assassin pretended to be a concerned European. He said that he had committed his atrocity because \"It is meaningless to participate in the democratic process.\"</p>\r\n<p>But he is wrong! The mass murderer from Oslo murdered and maimed, and he justified his heinous crime by denying – I quote – \"that it is remotely possible to change the system democratically.\" – End of quote.</p>\r\n<p>But he is wrong! The Oslo murderer falsely claims to be one of us. But he is not one of us. We abhor violence. We are democrats. We believe in peaceful solutions.</p>\r\n<p>The reason why we reject Islam is exactly Islam?s violent nature. We believe in democracy. We fight with the force of our conviction, but we never use violence. Our commitment to truth, human dignity and a just and honorable defense of the West does not allow us to use violence nor to give in to cynicism and despair. We cherish the tradition of Aleksander Solzhenitsyn, Jelena Bonner, Lech Walesa and Ronald Reagan. These heroes defeated a totalitarian ideology by the power of their conviction and without firing a single shot. As the ex-Muslim and Islam-critic Ali Sina said in a reaction to the Oslo atrocity: \"We didn?t raise a sword against darkness; we lit a light.\"</p>\r\n<p>So it is. We lit the light of the truth. And the truth will set us free.</p>\r\n<p>The truth is that Islam can be successfully fought with democratic means. We do so in the Netherlands. You can do so, too, in Germany! Let me tell you what we have achieved in the Netherlands since my last visit to Berlin, less than one year ago. It will encourage you. What can be done in the Netherlands can also be done in Germany.</p>\r\n','\r\n<span style=\"font-family: Arial,Arial; font-size: small;\"><span style=\"font-family: Arial,Arial; font-size: small;\">\r\n<p> </p>\r\n</span></span></p>\r\n<p> </p>\r\n<p><span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">Page </span></span><strong><span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">2 </span></span></strong><span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">of </span></span>\r\n<p><strong><span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">9 </span></span></strong><span style=\"font-family: Arial,Arial; font-size: small;\"><span style=\"font-family: Arial,Arial; font-size: small;\">\r\n<p>My party, the Party for Freedom, which has 24 seats of the 150 seats in parliament, supports a minority government of Liberals and Christian-Democrats. We do this in return for measures to restrict immigration, roll back crime, counter cultural relativism, and restore our traditional Western freedoms, such as freedom of speech.</p>\r\n<p>The Party for Freedom has been in this position for less than a year, but we are achieving great things.</p>\r\n<p>We have achieved that the Netherlands will soon ban the face-covering Islamic burkas and the niqabs!</p>\r\n<p>We will restrict immigration from non-Western countries by up to 50% in the next four years!</p>\r\n<p>We are going to strip criminals of their Dutch nationality who have a double nationality and who repeatedly commit serious crimes!</p>\r\n<p>The Party for Freedom is bringing a message of hope to the Netherlands.</p>\r\n<p>The new policies will place more demands on immigrants.</p>\r\n<p>Integration will not be tailored to different groups anymore.</p>\r\n<p>There will be a tougher approach to immigrants who disobey the law.</p>\r\n<p>Those who lower their chances of employment by the way they dress will see their access to welfare payments diminished.</p>\r\n<p>We have also achieved that anti-Israeli activities will no longer be funded with Dutch taxes. So-called humanitarian aid organizations that directly or indirectly support anti-Israel boycotts, divestments and sanctions and that deny Israel?s right to exist will no longer get government funding.</p>\r\n<p>The Dutch government will boycott the United Nation?s Durban III meeting against racial discrimination because it has been transformed into a tribunal for accusations against Israel. The government will strengthen our political and economic relations with Israel. Investment rather than divestment will be our policies towards Israel.</p>\r\n<p>We stand with Israel. We love Israel. Israel is the only democracy in the Middle East. Israel is part of our civilization.</p>\r\n<span style=\"font-family: Arial,Arial; font-size: small;\"><span style=\"font-family: Arial,Arial; font-size: small;\">\r\n<p>My friends, what the Party for Freedom has achieved, shows that it can be done. To borrow a phrase from President Obama: Yes, we can! We can stop the islamization of our societies. The Dutch example shows that we can win. David can defeat Goliath!</p>\r\n</span></span></span><span style=\"font-family: Arial,Arial; font-size: small;\">\r\n<p> </p>\r\n</span></span>\r\n<p> </p>\r\n<span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">Page </span></span><strong><span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">3 </span></span></strong><span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">of </span></span>\r\n<p><strong><span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">9 </span></span></strong><span style=\"font-family: Arial,Arial; font-size: small;\"><span style=\"font-family: Arial,Arial; font-size: small;\">\r\n<p>Last July, the Dutch government even did something which not a single nation has dared to do before. It spoke out firmly against the Organization of Islamic Cooperation. The OIC is an international organization of 57 Islamic countries, most of them barbaric tyrannies. This OIC constitutes the largest voting bloc in the United Nation. It had criticized the fact that Dutch judges had acquitted me of all charges of group insult and incitement to hatred and discrimination. But the Dutch government made it clear to the OIC that freedom of speech will not be muzzled in the Netherlands. It told the OIC very bluntly: \"The Dutch government dissociates itself fully from the request to silence a politician.\" – End of quote. We will never submit to the Islamic OIC bullies!</p>\r\n<p>As you probably know, for almost two years I went through the ordeal of being a suspect in a criminal case. I was dragged to court in Amsterdam on the accusation of hate speech crimes. Last June, this legal charade ended with a full acquittal.</p>\r\n<p>The Dutch people learned through my acquittal that political debate has not been stifled in their country. My acquittal was a victory for freedom of speech. The Dutch people also learned that they are allowed to speak critically about Islam. They learned that resistance against Islamization is not a crime. They learned that there is hope and that liberation is near.</p>\r\n<p>My acquittal marks the turning of the tide - Not only in the Netherlands, but in the whole of Europe. It is the first breach of the dyke. We have started the roll-back operation. We have sent a message to the ideologues of Islam: Don?t tread on us!</p>\r\n<p>My acquittal has a significance which far surpasses the Netherlands. It has a meaning for the whole of Europe and the free world. My acquittal marks the end of an evolution whereby our civil liberties in Europe are constantly being restricted in order not to offend Islam and anger Islamic fanatics.</p>\r\n<p>My acquittal legitimizes criticism of Islam. It does so also in Germany and everywhere else.</p>\r\n<p>Indeed, why should you Germans not enjoy the same rights as the Dutch! If peaceful and democratic resistance to Islamization is not a crime in the Netherlands, it should not be a crime in Germany either.</p>\r\n<p>So, here is my message to you: Continue your fight for freedom and freedom of speech!</p>\r\n<p>Do not let your politicians and judges grant you fewer rights than the Dutch!</p>\r\n<span style=\"font-family: Arial,Arial; font-size: small;\"><span style=\"font-family: Arial,Arial; font-size: small;\">\r\n<p>Do not let yourselves be intimidated by Islamic or leftist opponents who shriek and yell. Do not let yourselves be intimidated by media who claim that a murderer who has lost his belief in the democratic process has somehow been influenced by us.</p>\r\n</span></span></span><span style=\"font-family: Arial,Arial; font-size: small;\">\r\n<p> </p>\r\n</span></span>\r\n<p> </p>\r\n<span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">Page </span></span><strong><span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">4 </span></span></strong><span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">of </span></span>\r\n<p><strong><span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">9 </span></span></strong><span style=\"font-family: Arial,Arial; font-size: small;\"><span style=\"font-family: Arial,Arial; font-size: small;\">\r\n<p>My friends, when I visited you last year, even in my wildest dreams I could not have imagined that we would have been able to influence government policies in the way we have done.</p>\r\n<p>That is why I tell you: Never give in to the bullies! Never give up hope. Never despair! You can still turn the tide! One can always turn the tide!</p>\r\n<p>It is true: Germany has been less fortunate than the Netherlands.</p>\r\n<p>When I was here last year, Tilo Sarrazin had just published his book \"Deutschland schafft sich ab.\" Sarrazin?s book was a bestseller. It hit a nerve. It sold over one-and-a-half million copies. This shows that German society is ripe for change. But politically Sarrazin?s book has changed nothing yet. On the contrary, the German political elite raised the speed of Islamization in Germany. Bundespresident Wulff said \"Islam is a part of Germany.\" Chancellor Merkel said that multiculturalism is an absolute failure, but she continues to defend Turkey?s entry into the EU. The spread of Islam continues unabated in the German classrooms, on Germany?s streets, through the construction of new mosques, etcetera, and etcetera.</p>\r\n<p>Your situation has worsened because you do not have a party – yet – with enough electoral support to influence German politics for the better. Germany needs a rightwing party that is not tainted by ties to neo-Nazis and by anti-Semitism that is decent and respectable, but also firm.</p>\r\n<p>René Stadtkewitz is working very hard to make Die Freiheit as successful as the Party for Freedom in the Netherlands. René, we are here to help you! Because Germany deserves better than what it gets today!</p>\r\n<p>My friends, your country is the political backbone of Europe.</p>\r\n<p>Germany is the most populous country in Europe. Germany is the economic motor of Europe. If Germany is sick, we are all sick.</p>\r\n<p>Last year, I urged you: Stop being ashamed of Germany. It is unfair to reduce German patriotism to national-socialism, just as it is unfair to reduce Russia to Stalinism. Be proud of your country. Only if the Germans have pride in Germany, they will be prepared to stand for Germany and to defend Germany. And you must stand for Germany, just as the Party for Freedom in the Netherlands stands for the Netherlands. We must all stand for the survival of our nation-states because our nation-states embody the democratic liberties which we enjoy.</p>\r\n<span style=\"font-family: Arial,Arial; font-size: small;\"><span style=\"font-family: Arial,Arial; font-size: small;\">\r\n<p>Without the nation-state there can be no real national political freedom. That is why we must be good patriots. Patriotism is often branded as fascism. But patriotism is not fascism. On the contrary, every democrat and defender of freedom must by definition be a patriot. A soul needs a body. The spirit of political liberty cannot flourish outside the body of the nation-state. The nation-state is the political body in which we live. That is</p>\r\n</span></span></span><span style=\"font-family: Arial,Arial; font-size: small;\">\r\n<p> </p>\r\n</span></span>\r\n<p> </p>\r\n<span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">Page </span></span><strong><span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">5 </span></span></strong><span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">of </span></span>\r\n<p><strong><span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">9 </span></span></strong><span style=\"font-family: Arial,Arial; font-size: small;\"><span style=\"font-family: Arial,Arial; font-size: small;\">\r\n<p>why we must preserve and cherish the nation-state, so that we can pass on the liberty and the democracy which we enjoy to our children.</p>\r\n<p>Without a nation-state, without self-governance, without self-determination there can be no security for a people or preservation of its identity. This was the insight which led the Zionists to re-establish the state of Israel. Theodore Herzl said that there had to be a Jewish state because – I quote – \"what we want is a new blossoming of the Jewish spirit.\"</p>\r\n<p>Dear friends, we urgently need a new blossoming of the German spirit. For decades, the Germans have been ashamed of themselves. They preferred to be Europeans rather than Germans. And they have paid a heavy price for it. We have all paid a heavy price for it.</p>\r\n<p>Europe is not a nation; it is a cluster of nations. The strength of Europe is its diversity. We are one family but we live in different bodies. Our cultures are branches of a common Judeo-Christian and humanist culture, but we have different national cultural identities. That is how it should be.</p>\r\n<p>Uniformity is a characteristic of Islam, but not of Europe. Islam eradicated the national identities of the peoples it conquered. The Coptic identity of Egypt, the Indian identity of Pakistan, the Assyrian identity of Iraq, the Persian identity of Iran, they were all wiped away, cracked down upon, or discriminated against until this very day. Islam wants all nations replaced by the so-called Ummah, the common identity of the Nation of Islam to which all have to be subservient and into which all national identities have to vanish.</p>\r\n<p>Islam tried to conquer Europe, but has not succeeded so far. That is why we Europeans were able to develop our different identities as nation-states. If we want to hold on to these we must stand together against the forces which threaten our identities. Today we are confronted by two dangerous forces: Islamization and Europeanization.</p>\r\n<p>When I was here last year, I spoke at length about the threat of Islam. Today, I want to draw your attention to the threat of Europeanization. By Europeanization I mean the ideology which posits that our sovereign nation-states have to submerge in a pan-European super state.</p>\r\n<p>The European Union?s Founding Fathers held that in order to avoid a future war in Europe, Europe?s nations, and especially Germany, had to be encapsulated in what the Rome Treaty called \"an ever closer union among the peoples of Europe.\" Robert Schuman said that the EU?s aim was – I quote – \"to make war not only unthinkable but materially impossible.\" – End of quote.</p>\r\n<span style=\"font-family: Arial,Arial; font-size: small;\"><span style=\"font-family: Arial,Arial; font-size: small;\">\r\n<p>The Eurocrats think that nation states in general – and especially Germany, Europe?s largest nation-state – are the problem. They are wrong. The real cause of the Second World War had not been the German nation state – it had been Nazi totalitarianism.</p>\r\n</span></span></span><span style=\"font-family: Arial,Arial; font-size: small;\">\r\n<p> </p>\r\n</span></span>\r\n<p> </p>\r\n<span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">Page </span></span><strong><span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">6 </span></span></strong><span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">of </span></span>\r\n<p><strong><span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">9 </span></span></strong><span style=\"font-family: Arial,Arial; font-size: small;\"><span style=\"font-family: Arial,Arial; font-size: small;\">\r\n<p>There is nothing wrong with Germany. The cause of the war was the Nazi ideology. The remedy against totalitarianism is not building a super state. The remedy is introducing more direct forms of democracy at the lowest possible levels. Instead of depriving Germany and other nation-states of their sovereignty, the post-war leaders should have introduced a Swiss-like system in our countries. Small units should have a large degree of local sovereignty. The individual citizen should be given a direct democratic say over his own fate and that of his community.</p>\r\n<p>Instead, the peoples of Europe were robbed of their sovereignty, which was transferred to far-away Brussels. Decisions are now being made behind closed doors by unelected bureaucrats. This is not the kind of government we want!</p>\r\n<p>We want less bureaucracy! We want more democracy!</p>\r\n<p>We want less Europe! We want to hold on to our sovereignty. We want home rule! We want to remain independent and free! We want to be the masters in our own house!</p>\r\n<p>In December 1991, the Maastricht Treaty called for a single European currency. The Dutch guilder and the D-mark were sacrificed on the altar of European unification. Helmut Kohl sold this project to the German people as – I quote – \"a matter of war or peace.\" – End of quote. The euro was presented as \"an angel of peace\" which the Germans had to sponsor by giving up the mark. During the past six decades German politicians have told the Germans that the nation state, and especially Germany, was so dangerous that it had to be emasculated. The Germans had to become Europeans instead of Germans. To achieve this political project, national and monetary sovereignty was relinquished. Economic and national interests were sacrificed on the political altar of so-called Europeanization.</p>\r\n<p>All the countries which joined the euro lost the power to adjust their currency to their own economic needs. They have all suffered as a consequence. The currency of some countries is undervalued, the currency of others is overvalued; they all have to share in carrying the burden of other countries, even if the latter are suffering from self-inflicted policies, corruption or fraud. The European monetary system has allowed some countries to get a free ride at the expense of others, while those who cheat are in a position to blackmail those who have to foot the bill. This charade has to stop!</p>\r\n<p>The European monetary system is deeply flawed. It is also immoral. As Theodore Herzl said \"The character of a people may be ruined by charity.\" This applies for those at the receiving end of charity, but also for those who donate it. The so-called pan-European solidarity is literally ruining us! Germany has paid enough for Europe already!</p>\r\n<span style=\"font-family: Arial,Arial; font-size: small;\"><span style=\"font-family: Arial,Arial; font-size: small;\">\r\n<p>The same applies for the Netherlands. Our citizens do not have to pay the debts of others!</p>\r\n</span></span></span><span style=\"font-family: Arial,Arial; font-size: small;\">\r\n<p> </p>\r\n</span></span>\r\n<p> </p>\r\n<span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">Page </span></span><strong><span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">7 </span></span></strong><span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">of </span></span>\r\n<p><strong><span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">9 </span></span></strong><span style=\"font-family: Arial,Arial; font-size: small;\"><span style=\"font-family: Arial,Arial; font-size: small;\">\r\n<p>My friends, your party Die Freiheit embodies the best hope for Germany. Because your party is the only party in Germany which has the courage to state loud and clear that those countries which cannot pay their debts should leave the euro. I fully agree.</p>\r\n<p>My friends, time is running out. We have to act for the sake of democracy and the future prosperity of our children. The former Soviet dissident Vladimir Bukovsky warns that rather than preventing war, the European project makes conflicts more likely. He draws a parallel between the EU and the former Soviet Union which also worked to suppress feelings of national unity. When economic reality defeated the Soviets? political project, the suppressed feelings of national identity bounced back with a vengeance and destroyed the Union. Bukovksy fears that if we do not stop the European Moloch from expanding the same thing might happen in Europe.</p>\r\n<p>The European leaders state that the only way to solve the current crisis is more European governance. They advocate more powers for Brussels. They are wrong. More Europe only makes matters worse. We have to oppose their attempt of further centralization.</p>\r\n<p>We do not want more Europe! The EU lacks democracy, accountability, and transparency. That is why we reject it. We want less Europe! Let us hope that next Wednesday the German Constitutional Court protects national sovereignty.</p>\r\n<p>As a national legislator in the Netherlands I experience day by day how little we still have to say about our own fate. We are expected to rubberstamp laws which have been made by the EU Council of Ministers. The 27 EU commissioners convene behind closed doors with their colleagues. They negotiate in secret and then emerge to announce their agreement and present it. That is how the system works.</p>\r\n<p>Recently, your Chancellor, Frau Merkel, went to Paris. Together with President Sarkozy she announced plans for an economic government of the euro zone.</p>\r\n<p>We oppose this. We want the national parliaments to decide about our economic policies. We do not want to spend our taxpayers? money on euro zone countries, such as Greece. Let those who have cheated us, who have mismanaged their economy or who have foolishly lived beyond their means, take care of themselves.</p>\r\n<p>Moreover, the EU treaties forbid bailouts.</p>\r\n<span style=\"font-family: Arial,Arial; font-size: small;\"><span style=\"font-family: Arial,Arial; font-size: small;\">\r\n<p>The Party for Freedom opposes every bail out. The Dutch minority government will never be able to count on our support in this regard. Today its wrongheaded euro policies are supported by the Europhile leftist parties. I repeat: We will never support the Dutch government?s approval of the bailouts, not even if the government would lose the support of the left.</p>\r\n</span></span></span><span style=\"font-family: Arial,Arial; font-size: small;\">\r\n<p> </p>\r\n</span></span>\r\n<p> </p>\r\n<span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">Page </span></span><strong><span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">8 </span></span></strong><span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">of </span></span>\r\n<p><strong><span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">9 </span></span></strong><span style=\"font-family: Arial,Arial; font-size: small;\"><span style=\"font-family: Arial,Arial; font-size: small;\">\r\n<p>We have voted, and we will vote, against every plan to bail out other countries. Sovereign countries have to take care of their own needs. That is what sovereignty is about: freedom and the ability to take care of oneself.</p>\r\n<p>Our peoples resent the fact that they have to pay for others. Our peoples resent the permanent alienation of power from their nation-states. They care about their nation because they care about democracy and freedom and the well-being of their children. They see their democratic rights and their age-old liberties symbolized in their national flag.</p>\r\n<p>But there is more. National identity also ties an individual to an inheritance, a tradition, a loyalty, and a culture. National identity is also an inclusive identity: It considers everyone to be equal - whatever his religion or race - who is willing to assimilate into a nation by sharing the fate and future of a people.</p>\r\n<p>My friends, we need to give political power back to the nation-state, in the name of democracy, in the name of freedom, in the name of human dignity. By defending the nation-states we defend our own identity. By defending our identity we defend our liberties. By defending our liberty we defend our dignity.</p>\r\n<p>I urge you: Stand up for the nation-state. Be proud of your country!</p>\r\n<p>In his Farewell Address as American President, Ronald Reagan said that the thing he was most proud of in his presidency was – I quote – \"the resurgence of national pride that I called, „The New Patriotism.?\" – End of quote.</p>\r\n<p>Europe needs new patriotisms. Europe needs dozens of new patriotisms. We need True Finns, and True Danes, True Frenchmen, and True Irishmen, True Dutchmen, and, my friends, we need True Germans!</p>\r\n<p>Reagan said that we had to teach our children what our country is, what it stands for and what it represents in the long history of the world. He said that Americans need – I quote – \"a love of country and an appreciation of its institutions.\"</p>\r\n<p>Reagan?s words apply to us, Europeans, too. We need a resurgence of national pride, a love of country and institutions. Our national parliaments are our democratic institutions. We must defend them.</p>\r\n<p>Ladies and gentlemen, dear friends, I have said enough. It is time to act. We must make haste. Time is running out for Germany, for the Netherlands, for all the other great nations of Europe. As Ronald Reagan said: \"We need to act today, to preserve tomorrow\".</p>\r\n<span style=\"font-family: Arial,Arial; font-size: small;\"><span style=\"font-family: Arial,Arial; font-size: small;\">\r\n<p>Here is a short summary of five things which we need to do in order to preserve our freedoms.</p>\r\n</span></span></span><span style=\"font-family: Arial,Arial; font-size: small;\">\r\n<p> </p>\r\n</span></span>\r\n<p> </p>\r\n<span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">Page </span></span><strong><span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">9 </span></span></strong><span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">of </span></span>\r\n<p><strong><span style=\"font-family: Calibri,Calibri; font-size: small;\"><span style=\"font-family: Calibri,Calibri; font-size: small;\">9 </span></span></strong><span style=\"font-family: Arial,Arial; font-size: small;\"><span style=\"font-family: Arial,Arial; font-size: small;\">\r\n<p>First, we must defend freedom of speech. It is the most important of our liberties.</p>\r\n<p>Second, we must end cultural relativism. Our Western culture is far superior to other cultures.</p>\r\n<p>Third, we must stop Islamization. More Islam means less freedom. There is enough Islam in Europe already. Immigrants must assimilate and adapt to our values.</p>\r\n<p>Fourth, we must restore the right to decide about our own money. We should not pay the debts of others. The survival of the euro should not be used as an excuse to reward countries which have shown that they were not worthy to belong to the euro zone.</p>\r\n<p>Fifth, we must restore the supremacy and sovereignty of the nation-state. Our nations are the legacy which our fathers bestowed on us and which we want to bestow on our children. We are the free men and women of the West. We are the true men and women of the West. We do not stand for a super state. We stand for our own country.</p>\r\n<p>You stand for Germany. I stand for the Netherlands. Others stand for Switzerland, Denmark, Finland, France, Spain, and all these other beautiful freedom-loving nations of Europe. Together we represent the nations of Europe. Together we stand.</p>\r\n<p>We will stand firm. We will survive. We will defend our freedoms. We will remain free.</p>\r\n<p>Thank you very much.</p>\r\n</span></span></p>\r\n</p>\r\n</p>\r\n</p>\r\n</p>\r\n</p>\r\n</p>\r\n</p>\r\n</p>\r\n</p>',1,20,0,78,'2011-09-12 17:56:35',62,' - by Geert Wilders- Submitted by The Oak Initiative','2012-02-04 13:11:07',62,0,'0000-00-00 00:00:00','2011-09-12 17:56:35','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,67,'','',0,309,'robots=\nauthor='),(401,'911 and the Angel of Death','911-and-the-angel-of-death','','<p><span style=\"font-family: Arial; font-size: small;\"><img class=\"caption\" src=\"images/stories/mikeevans.jpg\" border=\"0\" title=\"Dr. Michael Evans\" align=\"left\" />Yesterday was the tenth anniversary of the most horrible day in America’s history. I have been here in New York City praying and getting ready for the gravest battle we have ever seen; in just 9 days the proclamation of Palestinian statehood will be voted on at the United Nations. <br /><br />The ideological, political, military, and strategic questions of why 9/11 happened have all been exhausted. The spiritual question has not been addressed. Without a doubt, God’s hand of protection was lifted from America on 9/11. Hundreds of glassy-eyed prophets of doom have come up with thousands of reasons why it happened. I’m not interested in joining that chorus. The key question, in my mind, is how we regain God’s protection over our beloved nation so that this never happens again. <br /><br />The story of the Angel of Death is best known from the days of Moses and Pharaoh. In preparation for the final plague, Moses was instructed to place the blood of the lamb on the doorposts so that the Angel of Death would pass over and not strike the house of Israel. <br /><br />During a dark hour in the life of King David, a famine and plague spread across the kingdom. David stood on Mount Moriah and saw the Angel of Death nearing Jerusalem. He experienced a theophany—a divine revelation—in which he was ordered to build an altar there. One of the original inhabitants of the city, Araunah the Jebusite, owned land on Moriah. This suggests that the city had expanded from the <em>Ophel</em> (a ridge of hills in Jerusalem) to the neighboring mountains. <br /><br />David bought the threshing floor and the oxen for fifty shekels of silver. He built an altar unto the Lord and offered a burnt offering and a peace offering. His obedience was a crowning moment in his career—the bringing together of God and His people. After David’s death, his son, Solomon, consecrated the House of the Lord on that very spot. The cloud of God’s divine presence, the Shekinah glory of the Lord, filled the Temple. <br /><br />Many years ago in Rome, Mother Teresa prayed with me for the children of Jerusalem. I said to her, “It must be difficult living in Calcutta, one of the poorest cities in the world, and with such terrible suffering.” She looked at me with sparkling eyes and said, “Where? Calcutta?” She said, “I don’t live there.” I was amazed when she said, “I live in the city of joy, but I’m going to the poorest country in the world tomorrow—America. It suffers from a poverty of spirit. Pray for me.” \r\n','\r\n<span style=\"font-family: Arial; font-size: small;\">\r\n<p>/Jesus looked at the Temple in Jerusalem where the Shekinah glory had abided and wept over it. He prophesied that it would be taken apart stone by stone. After a four-month siege of Jerusalem, and on the eighth day of the Jewish month of Av (our July) in AD 70, Titus, the Roman emperor’s son, ordered his entire army to storm the Temple at dawn. <br /><br />The next day was the same day on which the Babylonians had destroyed Jerusalem five thousand years before. Within the walls of Jerusalem, nearly one-half million starving Jews were living in horrific conditions. The gates of the Temple were set afire. As the wooden doorways and windows burned, gruesome scenes unfolded. Thousands of bodies putrefied in the sun. Packs of dogs and jackals feasted on human flesh. <br /><br />In the preceding months, Titus had ordered all prisoners crucified; five hundred Jews died each day. The Mount of Olives and the craggy mountains around the city were so crowded with crucifixes, there was scarcely room for any more to be stood upright or trees with which to make them. So, the Romans began ripping open the bellies of the Jews and disemboweling them while they were still alive. <br /><br />Children who roamed the streets of the city fell over dead from starvation. Bodies were being tossed over the walls. The people were eating cow dung, leather girdles, shoes, old hay, and even cannibalizing the corpses. Six thousand Jewish women and children huddled inside the Temple, believing for divine intervention and protection. All were massacred. <br /><br />Is it possible for America to truly believe it will be exempt from God’s judgment if Jerusalem was not? The words of Mother Teresa are echoing through eternity: America is, in fact, the poorest country on earth. It suffers from poverty of spirit. All of that can change. In the Oval Office during Ronald Reagan’s presidency, he showed me a small sign on his desk. It said, “A man can become too big in his own eyes to be used by God, but never too small.” Then I saw his mother’s Bible opened to 2 Chronicles 7:14: “If My people who are called by My name will humble themselves, and pray and seek My face, and turn from their wicked ways, then I will hear from heaven, and will forgive their sin and heal their land.” In the margin she had written, “Son, this scripture is for the healing of the nation.”</p>\r\n</span></span></p>\r\n<p> </p>\r\n<p><br />We have 9 days until the UN Palestinian statehood vote. The bottom line is this…while a Security Council veto would deny the Palestinians official member status, they can also seek upgraded observer status at the General Assembly as a non-member state. <br /><br />This could be interpreted as implicit UN recognition of Palestinian statehood because the assembly would be acknowledging that the Palestinians control an actual state. The advantage of this option is that it would require only a simple majority of the General Assembly. Since around 120 countries have already recognized the state of Palestine to date, it would likely win such a vote overwhelmingly. <br /><br />If the Palestinians were to be recognized as a non-member state, they would be able to sign certain international treaties, such as the Rome Statute of the International Criminal Court, which they cannot currently sign. This will mean thousands of lawsuits against Israel and isolation and demonization of the State of Israel. <br /><br />Every child of God must fight this battle in prayer. This is a spirit battle led by Satan himself…please join me right now in binding that spirit in the name of JESUS…and pray for the peace of Jerusalem. <br /><br />We must continue our national campaign to alert people to the danger posed—not just to Israel but to America as well—by the Obama Administration’s plan to divide Jerusalem and curse Israel. I need your financial support in order to be able to go to New York for these two major events—the UN General Assembly meeting and the Durban III conference. I have just returned from speaking to the world from Israel, and I must go to New York as your ambassador to stand for Israel in the face of opposition from nearly the entire world. <br /><br />We must raise at least $200,000 to keep this campaign going until the UN vote. We have received a matching gift offer of $100,000...in other words if you give $100, your gift will be worth $200 to the Jerusalem Prayer Team. Please, please let\'s all finish strong this month. We have been fighting this battle all year, and we are so very close to Ground Zero. Thus far 380 loving Jerusalem Prayer Team members have given $40,800 toward the matching gift challenge. Please join me right now and pray a commanded blessing over them. <em>Father, open the windows of Heaven and pour out a blessing on those who have given that they will not have room to contain, and rebuke the devourer for their sake in the name of Yeshua—Jesus, Amen.</em> <br /><br />Now is our moment. This is our time. God has brought us together for this defining crossroads moment of human history. Will you help me stand for Israel? Will you pray for God\'s blessing and protection for me on this vital trip? Will you give to meet the needs of the Jewish people and allow me to continue to stand for them on the world stage? <br /><br />Every nation and individual that supports the plan to curse Israel and steal from her the land God promised the Jews as an eternal possession will suffer His chastisement and judgment. Every nation and individual that opposes this plan and stands with Israel as a blessing to her will enjoy His blessing. That is why we have launched a national campaign to rally opposition to the Obama Administration\'s plan, to expose the anti-Semitism that lies behind world efforts to curse Israel, and to support the Jewish people. Your gift today to bless Israel is urgently needed.</p>\r\n<p><a href=\"Yesterday was the tenth anniversary of the most horrible day in America’s history. I have been here in New York City praying and getting ready for the gravest battle we have ever seen; in just 9 days the proclamation of Palestinian statehood will be voted on at the United Nations.\">DONATE NOW</a></p>',1,5,0,43,'2011-09-13 03:59:36',62,'Dr. Michael Evans','2011-09-13 04:06:38',62,0,'0000-00-00 00:00:00','2011-09-13 03:59:36','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,2,'','',0,814,'robots=\nauthor='),(463,'Explaining Obama\'s Fake Job Numbers','explaining-obamas-fake-job-numbers','','<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"line-height: 24px; font-family: Georgia, \'Bitstream Charter\', serif; color: #333333; font-size: 16px;\">\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><img class=\"caption\" src=\"images/stories/limbaugh.jpg\" border=\"0\" alt=\"Rush Limbaugh\" title=\"Rush Limbaugh\" hspace=\"7\" align=\"left\" />Don’t ask me about seasonal adjustment. I’ve been trying to figure this out all morning, and I can’t. But the raw numbers, 130 million jobs in December, 128 million jobs in January, give or take a couple hundred thousand either side. But when the seasonal adjustments take place, there is a gain of 200, whatever they’re reporting, 33,000 jobs. Now, what’s happening is the labor force is shrinking. There are fewer jobs. Even the Drive-Bys, so excited, they can’t wait to report the good news, but even they are reporting that the labor force participation rate, number of jobs out there, is continuing to dwindle, and most of the jobs being created are low wage.</p>\r\n<p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">But none of that’s gonna matter. None of it’s gonna matter. I don’t want to be an “I told you so,” but way back last year, even recently toward the end of last year, this being an election year, I predicted. But you knew. You knew what was gonna happen when this year started. You knew that the statistics are that no president has ever been reelected when the unemployment rate’s over 8%. So guess what it’s gonna be by the time we get to Election Day? It’s just that simple.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">I’m trying to get to the bottom of this, this seasonal adjustment business. Stick with me on this, folks. From the Bureau of Labor Statistics: “What is seasonal adjustment? Seasonal adjustment is a statistical technique that attempts to measure and remove the influences of predictable seasonal patterns to reveal how employment and unemployment change from month to month. Over the course of a year, the size of the labor force, the levels of employment and unemployment, and other measures of labor market activity undergo fluctuations due to seasonal events including changes in weather, harvests, major holidays, and school schedules. Because these seasonal events follow a more or less regular pattern each year, their influence on statistical trends can be eliminated by seasonally adjusting the statistics from month to month.”</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><a href=\"http://conservativebyte.com/2012/02/explaining-obamas-fake-job-numbers/\">Read more at ConservativeByte.com &gt;&gt;&gt;</a></p>\r\n</p>\r\n</span></span></p>\r\n<p> </p>','',1,1,0,1,'2012-02-06 13:02:49',62,'Rush Limbaugh as posted on ConservativeBytr','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-02-06 13:02:49','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,178,'','',0,164,'robots=\nauthor='),(402,'Calif. Appeals Court Approves Cell Phone Searches','calif-appeals-court-approves-cell-phone-searches','','<p>+--------------------------------------------------------------------------------------------------------<br />| Calif. Appeals Court Approves Cell Phone Searches<br />| from the say-what\'s-your-unlock-code? dept.<br />| posted by timothy on Thursday October 06, @08:53 (Privacy)<br />| with 308 comments<br />| <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000025/!x-usc:https://yro.slashdot.org/story/11/10/06/1234232/calif-appeals-court-approves-cell-phone-searches?utm_source=newsletter&amp;utm_medium=email\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">https://yro.slashdot.org/story/11/10/06/1234232/calif-appeals-court-approves-cell-phone-searches?utm_source=newsletter&amp;utm_medium=email</span></span></a><br />+--------------------------------------------------------------------------------------------------------<br /><br />[0]Local ID10T writes with this excerpt from The Blaze: \"In a case<br />explicitly decided to set a precedent, the California Appellate court has<br />determined [1] police officers can rifle through your cellphone during a<br />traffic violation stop. ... Florida and Georgia are among the states that<br />give no protection to a phone during a search. In particular, Florida law<br />treats a smartphone as a \'container\' for the purposes of a search,<br />similar to say a cardboard box open on the passenger seat, despite the<br />thousands of personal emails, contacts, and photos a phone can carry<br />stretching back years. But after initially striking down cell phone<br />snooping, California has now joined the list of states that allow cops to<br />go through your phone without a warrant.\" [2]Interesting additional<br />commentary, too, from UCSD law professor Shaun Martin.<br /><br />Discuss this story at:<br /><a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000025/!x-usc:https://yro.slashdot.org/story/11/10/06/1234232/calif-appeals-court-approves-cell-phone-searches?utm_source=newsletter&amp;utm_medium=email#commentlisting\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">https://yro.slashdot.org/story/11/10/06/1234232/calif-appeals-court-approves-cell-phone-searches?utm_source=newsletter&amp;utm_medium=email#commentlisting</span></span></a><br /><br />Links:<br />0. <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000025/!x-usc:mailto:ID10T.L.USER@gmail.com\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">mailto:ID10T.L.USER@gmail.com</span></span></a><br />1. <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000025/!x-usc:http://www.theblaze.com/stories/calif-appeals-court-approves-cell-phone-searches-during-traffic-stops/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://www.theblaze.com/stories/calif-appeals-court-approves-cell-phone-searches-during-traffic-stops/</span></span></a><br />2. <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000025/!x-usc:http://calapp.blogspot.com/2011/09/people-v-nottoli-cal-ct-app-sept-26.html\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://calapp.blogspot.com/2011/09/people-v-nottoli-cal-ct-app-sept-26.html</span></span></a></p>','',1,13,0,70,'2011-10-07 15:54:30',62,'slashdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-10-07 15:54:30','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,32,'','',0,153,'robots=\nauthor='),(403,'Energy Tax Credits','energy-tax-credits','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br />\r\n<p><span style=\"font-family: \'courier new\', courier, monospace;\">&lt;iframe frameborder=\"0\" height=\"360px\" scrolling=\"no\"</span></p>\r\n<p><span style=\"font-family: \'courier new\', courier, monospace;\">src=\"http://act.theteaparty.net/5481/end-energy-tax-credits/wt/?src=widget\" width=\"220px\"&gt;&lt;/iframe&gt;</span></p>\r\n</span>{/source}</p>','',1,25,0,84,'2011-11-06 12:51:07',62,'Tea Party','2012-03-25 23:37:40',62,0,'0000-00-00 00:00:00','2011-11-06 12:51:07','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,6,'','',0,518,'robots=\nauthor='),(404,'Stop Online Piracy Act Supports Blacklisting, Says EFF','stop-online-piracy-act-supports-blacklisting-says-eff','','<p>+--------------------------------------------------------------------------------------------------------<br />| Stop Online Piracy Act Supports Blacklisting, Says EFF<br />| from the by-any-other-name dept.<br />| posted by Soulskill on Wednesday November 09, @00:15 (Government)<br />| with 71 comments<br />| <a href=\"https://yro.slashdot.org/story/11/11/09/0436200/stop-online-piracy-act-supports-blacklisting-says-eff?utm_source=newsletter&amp;utm_medium=email\">https://yro.slashdot.org/story/11/11/09/0436200/stop-online-piracy-act-supports-blacklisting-says-eff?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />[0]hessian writes with this quote from the Electronic Frontier Foundation<br />about the Stop Online Piracy Act: \"Of course the word \'blacklist\' does<br />not appear in the bill\'s text â€” the folks who wrote it know Americans<br />don\'t approve of blatant censorship. The early versions of PROTECT-IP,<br />the Senate\'s counterpart to SOPA, did include an explicit Blacklist<br />Provision, but this transparent attempt at extrajudicial censorship was<br />so offensive that the Senate had to re-write that part of the bill.<br />However, provisions that encourage unofficial blacklisting remained, and<br />[1]they are still alive and well in SOPA. First, the new law would allow<br />the Attorney General to cut off sites from the Internet, essentially<br />\'blacklisting\' companies from doing business on the web. Under section<br />102, the Attorney General can seek a court order that would force search<br />engines, DNS providers, servers, payment processors, and advertisers to<br />stop doing business with allegedly infringing websites. Second, the bill<br />encourages private corporations to create a literal target listâ€”a process<br />that is ripe for abuse.\"<br /><br />Discuss this story at:<br /><a href=\"https://yro.slashdot.org/story/11/11/09/0436200/stop-online-piracy-act-supports-blacklisting-says-eff?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://yro.slashdot.org/story/11/11/09/0436200/stop-online-piracy-act-supports-blacklisting-says-eff?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br />0. <a href=\"http://www.deathmetal.org/\">http://www.deathmetal.org/</a><br />1. <a href=\"https://www.eff.org/deeplinks/2011/11/stop-online-piracy-act-blacklist-any-other-name-still-blacklist\">https://www.eff.org/deeplinks/2011/11/stop-online-piracy-act-blacklist-any-other-name-still-blacklist</a></p>','',1,13,0,70,'2011-11-10 13:39:15',62,'slashdot','2011-12-11 00:36:52',62,0,'0000-00-00 00:00:00','2011-11-10 13:39:15','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,31,'','',0,154,'robots=\nauthor='),(416,'Charles Krauthammer on Obama: ‘More a Hugo Chavez Than He is a Teddy Roosevelt’','charles-krauthammer-on-obama-more-a-hugo-chavez-than-he-is-a-teddy-roosevelt','','<p><img src=\"http://www.theblaze.com/wp-content/uploads/2011/12/Krauthammer.jpg\" border=\"0\" title=\"Krauthammer\" hspace=\"7\" width=\"153\" height=\"136\" align=\"left\" />President Barack Obama intended to capture <a href=\"http://www.theblaze.com/stories/watch-live-obama-gives-class-warfare-speech/\" target=\"_self\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">the spirit of Theodore Roosevelt</span></span></a> with what was previewed as a <a href=\"http://www.theblaze.com/stories/obama-looking-to-channel-teddy-roosevelt-with-speech-on-paying-fair-share/\" target=\"_self\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">“class warfare” speech</span></span></a> earlier this week, but Washington Post columnist Charles Krauthammer thinks he fell short of that. Instead, he said Obama’s particular brand of populism channeled “not Teddy Roosevelt so much as [Venezuelan President] Hugo Chavez.”</p>\r\n<p>In his <a href=\"http://www.washingtonpost.com/opinions/obamas-campaign-for-class-resentment/2011/12/08/gIQApYDagO_story.html\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">column Thursday</span></span></a>, Krauthammer said when Obama spoke about the millions who “are now forced to take their children to food banks,” he said so implying he himself bears no responsibility for the current economic climate.</p>\r\n<p>“It’s the rich” Obama blames, Krauthammer wrote. “And, like Horatius at the bridge, Obama stands with the American masses against the soulless plutocrats. This is populism so crude that it channels not Teddy Roosevelt so much as Hugo Chavez.</p>\r\n<p>Speaking Friday on “Inside Washington,” Krauthammer discussed the point further:</p>\r\n<blockquote>\r\n<p>“He talked about how we got here. He gave a nice historical rundown except that he left out a critical three years – his presidency. It’s as if it didn’t exist. It’s as if we jumped from ’08 to today….This is a classic example of how little it takes to stir the erogenous zones of liberals. You give them a speech with social justice, a little bit of class war, you wrap it up in the patina of intellectualism in what is essentially a speech that exonerates anything he’s done and obviously not done and says all of our problems today are the result of the plutocrats.”</p>\r\n<p><a href=\"http://www.theblaze.com/stories/charles-krauthammer-on-obama-more-a-hugo-chavez-than-he-is-a-teddy-roosevelt/\">VIEW VIDEO ON THE BLAZE&gt;&gt;&gt;</a></p>\r\n</blockquote>','',1,1,0,1,'2011-12-11 17:52:06',62,'Viewed on The Blaze','2011-12-13 02:29:05',62,0,'0000-00-00 00:00:00','2011-12-11 17:52:06','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,197,'','',0,191,'robots=\nauthor='),(405,'Palantir, the War On Terror\'s Secret Weapon','palantir-the-war-on-terrors-secret-weapon','','<p>+--------------------------------------------------------------------------------------------------------<br />| Palantir, the War On Terror\'s Secret Weapon<br />| from the i-blame-the-elves dept.<br />| posted by Soulskill on Saturday November 26, @13:59 (Government)<br />| with 201 comments<br />| <a href=\"https://yro.slashdot.org/story/11/11/26/1823200/palantir-the-war-on-terrors-secret-weapon?utm_source=newsletter&amp;utm_medium=email\">https://yro.slashdot.org/story/11/11/26/1823200/palantir-the-war-on-terrors-secret-weapon?utm_source=newsletter&amp;utm_medium=email</a><br />+--------------------------------------------------------------------------------------------------------<br /><br />[0]hessian tips a story in BusinessWeek about Palantir, a system designed<br />to aggregate disparate data points gathered by intelligence agencies and<br />weave them into a more useful narrative. The article summarizes it thus:<br />\"Depending where you fall on the spectrum between civil liberties<br />absolutism and homeland security lockdown, Palantirâ€™s technology is<br />either creepy or heroic.\" \"The day Fikri drives to Orlando, he gets a<br />speeding ticket, which triggers an alert in the CIA\'s Palantir system. An<br />analyst types Fikri\'s name into a search box and [1]up pops a wealth of<br />information pulled from every database at the government\'s disposal.<br />There\'s fingerprint and DNA evidence for Fikri gathered by a CIA<br />operative in Cairo; video of him going to an ATM in Miami; shots of his<br />rental truck\'s license plate at a tollbooth; phone records; and a map<br />pinpointing his movements across the globe. All this information is then<br />displayed on a clearly designed graphical interface that looks like<br />something Tom Cruise would use in a Mission: Impossible movie.\"<br /><br />Discuss this story at:<br /><a href=\"https://yro.slashdot.org/story/11/11/26/1823200/palantir-the-war-on-terrors-secret-weapon?utm_source=newsletter&amp;utm_medium=email#commentlisting\">https://yro.slashdot.org/story/11/11/26/1823200/palantir-the-war-on-terrors-secret-weapon?utm_source=newsletter&amp;utm_medium=email#commentlisting</a><br /><br />Links:<br />0. <a href=\"http://www.deathmetal.org/\">http://www.deathmetal.org/</a><br />1. <a href=\"http://www.businessweek.com/printer/magazine/palantir-the-vanguard-of-cyberterror-security-11222011.html\">http://www.businessweek.com/printer/magazine/palantir-the-vanguard-of-cyberterror-security-11222011.html</a></p>','',1,13,0,70,'2011-11-27 17:53:46',62,'slashdot','2011-12-11 00:36:37',62,0,'0000-00-00 00:00:00','2011-11-27 17:53:46','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,30,'','',0,96,'robots=\nauthor='),(406,'Michelle Obama Tells the Truth - Finally!','michelle-obama-tells-the-truth-finally','','<p>\r\n<div style=\"font-family: \'Calibri\'; color: #000000; font-size: 12pt;\"><span style=\"line-height: normal;\">\r\n<p style=\"line-height: 20px; margin: 0px 0px 22px; padding: 0px;\" align=\"left\"><span style=\"font-family: Arial; font-size: medium;\">At a recent fundraiser for President Obama’s  re-election campaign in Providence, Rhode Island, the first lady told her  audience:</span></p>\r\n<p style=\"padding-bottom: 0px; line-height: 20px; margin: 0px 0px 22px; padding-left: 30px; padding-right: 0px; padding-top: 0px;\" align=\"left\"><span style=\"font-family: Arial;\"><em>“We stand at a fundamental crossroads for our  country. You’re here because you know that in just 13 months, we’re going to  make a choice that will impact our lives for decades to come … let’s not forget  what it meant when my husband appointed those two brilliant Supreme Court  justices … let’s not forget the impact that their decisions will have on our  lives for decades to come.”</em></span></p>\r\n<p style=\"padding-bottom: 0px; line-height: 20px; margin: 0px 0px 22px; padding-left: 30px; padding-right: 0px; padding-top: 0px;\" align=\"left\"><span style=\"font-family: Arial;\"><strong> </strong></span></p>\r\n<p style=\"padding-bottom: 0px; line-height: 20px; margin: 0px 0px 22px; padding-left: 30px; padding-right: 0px; padding-top: 0px;\" align=\"left\"><span style=\"font-family: Arial;\"><strong>Amen.</strong></span></p>\r\n</span></div>\r\n</p>','',1,1,0,1,'2011-11-27 17:55:50',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-11-27 17:55:50','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,201,'','',0,136,'robots=\nauthor='),(407,'Who does President Obama fear most, Mitt Romney or Newt Gingrich?','who-does-president-obama-fear-most-mitt-romney-or-newt-gingrich','','<p><span style=\"font-family: Georgia, \'Times New Roman\', Times, serif; font-size: 16px; line-height: 24px; color: #000000; \"> </span></p>\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 30px; \"><span style=\"font-family: Georgia, \'Times New Roman\', Times, serif; font-size: 16px; line-height: 24px; color: #000000;\">\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 30px;\">Who does President Obama fear most, Mitt Romney or Newt Gingrich?</p>\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding: 0px;\">This is the wrong question. The right question is, Who will energize the conservative base? McCain, and Dole before him, did nothing for the conservative base. If conservatives voted, they voted out of duty not conviction. To this day I can’t tell you what either of these men believed. All I knew about the 2008 election was that I didn’t want Barack Obama and all that he and his Leftist cronies would bring with him to the presidency.</p>\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding: 0px;\">Trying to appeal to Liberals and Blacks is a lost cause. I don’t care how liberal-lite Republicans get, Liberals are not going to vote for them, so there is no sense trying to appeal to them. “Forgedaboudit.”</p>\r\n<p style=\"margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding: 0px;\">The same is true for Blacks but for different reasons. They believe that Democrats have their best interests in mind, that Liberal economic policies will lift them out of poverty. You would think that the gigantic failure of LBJ’s Great Society programs would turn them around, but it hasn’t. The Black family is in disintegration, youth employment is at record levels, and self-segregation is a growing problem. While the majority of Blacks are socially conservative, they are fiscally Liberal, and they haven’t figured out that there is a relationship between the two.</p>\r\n<span><br /><br />Read more: <a href=\"http://godfatherpolitics.com/2435/who-does-obama-fear-most-mitt-romney-or-newt-gingrich/#ixzz1ffkWynKj\" style=\"color: #003399;\">Who Does Obama Fear Most, Mitt Romney or Newt Gingrich? | Godfather Politics</a> <a href=\"http://godfatherpolitics.com/2435/who-does-obama-fear-most-mitt-romney-or-newt-gingrich/#ixzz1ffkWynKj\" style=\"color: #003399;\">http://godfatherpolitics.com/2435/who-does-obama-fear-most-mitt-romney-or-newt-gingrich/#ixzz1ffkWynKj</a></span></span></p>','',1,1,0,1,'2011-12-05 14:57:54',62,'Godfather Politics','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-12-05 14:57:54','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,200,'','',0,114,'robots=\nauthor='),(408,'The End is Near','the-end-is-near','','<p><span style=\"font-family: verdana, lucida, arial, helvetica, sans-serif; line-height: 16px; color: #000000; \"> </span></p>\r\n<p><img src=\"images/stories/r_joyner_85px.jpg\" border=\"0\" align=\"left\" /></p>\r\n<p><span style=\"font-family: verdana, lucida, arial, helvetica, sans-serif; line-height: 16px; color: #000000; \">The end of America as we know it is near. This can be a good thing or a bad thing. We are at the place where we will return to the remarkable and wise foundations on which the nation was built, or we will cease to be a Republic at all. Which it will be will likely be determined in 2012. </span><span style=\"font-family: verdana, lucida, arial, helvetica, sans-serif; line-height: 16px; color: #000000; \"><br /></span><span style=\"font-family: verdana, lucida, arial, helvetica, sans-serif; line-height: 16px; color: #000000; \"><br /></span><span style=\"font-family: verdana, lucida, arial, helvetica, sans-serif; line-height: 16px; color: #000000; \">This is not to say that this will happen next year, but the choices we make over the next year will determine how we end up, and then we will get there very fast. Remember the saying, “If you do not change your direction, you will end up where you are headed”? We are now headed toward an ultimate collapse and meltdown of America as we know it. If this happens, we will not just morph into some European style socialism. As we can see, that is failing too. The alternative is the worst kind of totalitarian tyranny. </span><span style=\"font-family: verdana, lucida, arial, helvetica, sans-serif; line-height: 16px; color: #000000; \"><br /></span><span style=\"font-family: verdana, lucida, arial, helvetica, sans-serif; line-height: 16px; color: #000000; \"><br /></span><span style=\"font-family: verdana, lucida, arial, helvetica, sans-serif; line-height: 16px; color: #000000; \">The 2012 elections will no doubt be the most important of our lifetime and maybe our history. Even so, all of the choices that will determine our future are not just about the elections. Our government is in crisis, and if radical change does not come next year, we will not survive as a Republic much longer.</span><span style=\"font-family: verdana, lucida, arial, helvetica, sans-serif; line-height: 16px; color: #000000; \"><br /></span><span style=\"font-family: verdana, lucida, arial, helvetica, sans-serif; line-height: 16px; color: #000000; \"><br /></span><span style=\"font-family: verdana, lucida, arial, helvetica, sans-serif; line-height: 16px; color: #000000; \">I received a huge response for my recent evaluations of the Republican Presidential candidates, virtually all of which were very positive. I will do more evaluations as there is such an obvious desire for this. However, first we need to discuss what I think is the biggest issue facing our nation at this time—one that the candidates are addressing only superficially and the Administration is not addressing at all. </span><span style=\"font-family: verdana, lucida, arial, helvetica, sans-serif; line-height: 16px; color: #000000; \"><br /></span><span style=\"font-family: verdana, lucida, arial, helvetica, sans-serif; line-height: 16px; color: #000000; \"><br /></span><span style=\"font-family: verdana, lucida, arial, helvetica, sans-serif; line-height: 16px; color: #000000; \">Let me also preface this by saying that I am not implying this is the most important issue facing our nation at this time, but the biggest, and it is the one that has the potential to sink the ship before the others do. Therefore, it must take precedence until it is resolved, or we won’t have a Republic much longer.</span><span style=\"font-family: verdana, lucida, arial, helvetica, sans-serif; line-height: 16px; color: #000000; \"><br /></span><span style=\"font-family: verdana, lucida, arial, helvetica, sans-serif; line-height: 16px; color: #000000; \"><br /></span><span style=\"font-family: verdana, lucida, arial, helvetica, sans-serif; line-height: 16px; color: #000000; \">I also don’t want to make the judgment that none of the candidates understand this issue. The debates are mostly driven by questions asked by the media moderators, who seem to be almost completely blind to this primary issue. </span></p>\r\n<p><span style=\"font-family: verdana, lucida, arial, helvetica, sans-serif; line-height: 16px; color: #000000; \"><a href=\"http://www.morningstarministries.org/Articles/1000116494/MorningStar_Ministries/Media/Special_Bulletins/2011/Special_Bulletin_6.aspx?utm_source=The+MorningStar+Ministries+eNewsletter&amp;utm_campaign=d6a5b228ad-Special_Bulletin_November_28_20118_22_2011&amp;utm_medium=email\">CLICK TO READ MORE &gt;&gt;&gt;</a></span></p>','',1,19,0,76,'2011-12-05 15:08:37',62,'Rick Joyner','2012-02-04 13:10:45',62,0,'0000-00-00 00:00:00','2011-12-05 15:08:37','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,13,'','',0,466,'robots=\nauthor='),(409,'New US Government Project To Monitor Electronic Communication','new-us-government-project-to-monitor-electronic-communication','','<p>+--------------------------------------------------------------------------------------------------------<br />| New US Government Project To Monitor Electronic Communication<br />| from the unseen-mechanized-eye dept.<br />| posted by samzenpus on Monday December 05, @10:57 (Government)<br />| with 150 comments<br />| <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000049/!x-usc:https://yro.slashdot.org/story/11/12/05/1511239/new-us-government-project-to-monitor-electronic-communication?utm_source=newsletter&amp;utm_medium=email\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">https://yro.slashdot.org/story/11/12/05/1511239/new-us-government-project-to-monitor-electronic-communication?utm_source=newsletter&amp;utm_medium=email</span></span></a><br />+--------------------------------------------------------------------------------------------------------<br /><br />An anonymous reader writes \"PRODIGAL (Proactive Discovery of Insider<br />Threats Using Graph Analysis and Learning) is a recently uncovered U.S.<br />government program created in partnership with the Georgia Tech School of<br />Computational Science and Engineering, ostensibly to [0]monitor IMs,<br />texts, and emails on government networks, is feared to be turned on the<br />U.S. population at large. From the article: \'Cherie Anderson runs a<br />travel company in southern California, and she\'s convinced the federal<br />government is reading her emails. But she\'s all right with that. \"I<br />assume it\'s part of the Patriot Act and I really don\'t mind,\" she says.<br />\"I figure I\'m probably boring them to death.\"\'\"<br /><br />Discuss this story at:<br /><a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000049/!x-usc:https://yro.slashdot.org/story/11/12/05/1511239/new-us-government-project-to-monitor-electronic-communication?utm_source=newsletter&amp;utm_medium=email#commentlisting\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">https://yro.slashdot.org/story/11/12/05/1511239/new-us-government-project-to-monitor-electronic-communication?utm_source=newsletter&amp;utm_medium=email#commentlisting</span></span></a><br /><br />Links:<br />0. <a href=\"http://news.discovery.com/tech/government-reading-emails-privacy-111203.html\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://news.discovery.com/tech/government-reading-emails-privacy-111203.html</span></span></a></p>\r\n<p>UMM....She\'s from California right?{jcomments on}</p>','',1,13,0,70,'2011-12-06 16:44:19',62,'slashdot','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-12-06 16:44:19','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,29,'','',0,278,'robots=\nauthor='),(410,'FLORIDA COURT SETS ATHEIST HOLY DAY','florida-court-sets-atheist-holy-day','','<p><strong>This is a copy of an email that has been circulating via the net for some time. It is not true but it is humorous and on point.</strong></p>\r\n<p>In Florida , an atheist created a case against Easter and Passover Holy days. He hired an attorney to bring a discrimination case against Christians and Jews for observance of their days. The argument was that it was unfair that atheists had no such recognized days. The case was brought before a judge. After listening to the passionate presentation by the lawyer, the judge banged his gavel declaring,\"Case dismissed!\" The lawyer immediately stood objecting to the ruling saying, \"Your honor, How can you possibly dismiss this case? The Christians have Christmas, Easter and others. The Jews have Passover, Yom Kippur and Hanukkah, yet my client and all other atheists have no such holidays...\"The judge leaned forward in his chair saying, \"But you do. Your client, counsel, is woefully ignorant.\"The lawyer said, \"Your Honor, we are unaware of any special observance or holiday for atheists.\" The judge said, \"The calendar says April 1st is April Fools Day. Psalm 14:1 states, \'The fool says in his heart, there is no God.\' Thus, it is the opinion of this court, that, if your client says there is no God, then he is a fool. Therefore, April 1st is his day. Court is adjourned...\"</p>','',1,16,0,73,'2011-12-07 15:26:34',62,'','2011-12-11 01:10:10',62,0,'0000-00-00 00:00:00','2011-12-07 15:26:34','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,16,'','',0,118,'robots=\nauthor='),(411,'‘Absolutley Abhorrent’: Bachmann Shocked After White House Ignores Beastiality Question','absolutley-abhorrent-bachmann-shocked-after-white-house-ignores-beastiality-question','','<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"line-height: 24px; font-family: Georgia, \'Bitstream Charter\', serif; color: #333333; font-size: 16px;\">\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><span style=\"font-family: Tahoma;\">Last week, we reported that the Senate had voted to repeal bans on sodomy and bestiality in the military. That raised more than a few eyebrows. Considering the many questions that surrounded the move, a reporter decided to ask White House Press Secretary Jay Carney about the move this week. The reporter was shunned and even mocked.</span></p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><span style=\"font-family: Tahoma;\">On Tuesday, GOP presidential candidate Michele Bachmann joined Glenn Beck on his GBTV program. After discussing Newt Gingrich, Beck decided to play the video of Carney brushing off the question and get Bachmann’s reaction. She didn’t disappoint.</span></p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><span style=\"font-family: Tahoma;\">“It’s absolutely abhorrent, reprehensible,” Bachmann said, before adding, “people have to be outraged and they have to let their member of congress know, and the White House, that they expect better than this.”</span></p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><span style=\"font-family: Tahoma;\">“Are we really going to say ‘ho hum’ and laugh and go back to sleep? There’s got to be something we stand for?”</span></p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"> </p>\r\n</span></span></p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"> </p>','',1,1,0,1,'2011-12-07 16:06:35',62,'Posted on the Blaze','2011-12-11 00:34:35',62,0,'0000-00-00 00:00:00','2011-12-07 16:06:35','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,199,'','',0,175,'robots=\nauthor='),(412,'Revealed: How Countrywide Crashed the Housing Market and Got Away With It','revealed-how-countrywide-crashed-the-housing-market-and-got-away-with-it','','<p>Although it seems that Occupy Wall Street and Tea Party are as different as night and day, there may be one important thing that they have in common: anger about the dysfunction and cronyism crippling the U.S. government and economy.</p>\r\n<p>This two-part video by 60 Minutes carefully details how both Countrywide Financial and Citigroup partook in reckless and oftentimes illegal behavior that helped bring about the housing market collapse–with zero repercussions.</p>\r\n<p>Eileen Foster, a former executive vice president in charge of fraud investigations at mortgage lender Countrywide Financial, told <a href=\"http://www.cbsnews.com/video/watch/?id=7390540n&amp;tag=contentMain;contentBody\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #d50b0b;\">CBS <em>60 Minutes</em> reporter Steve Kroft</span></span></a> that mortgage fraud was a common occurrence at the firm.</p>\r\n<p>She claims that she faced illegal retaliation for filing reports investigating the fraud, alleging Countrywide fired her when she refused to lie to federal regulators on Countrywide’s behalf, reports the Huffington Post.</p>\r\n<p>“From what I saw, the types of things I saw, it was, it appeared systemic,” <a href=\"http://www.cbsnews.com/video/watch/?id=7390540n&amp;tag=contentMain;contentBody\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #d50b0b;\">Foster said on <em>60 Minutes</em> Sunday</span></span></a>. “It wasn’t just one individual or two or three individuals, it was branches of individuals, it was regions of individuals.”</p>\r\n<p><a href=\"http://www.theblaze.com/stories/revealed-how-countrywide-crashed-the-housing-market-and-got-away-with-it/\">Continued on The Blaze &gt;&gt;</a></p>','',1,8,0,56,'2011-12-07 17:09:34',62,'Posted on The Blaze','2011-12-07 17:32:01',62,62,'2011-12-11 00:34:03','2011-12-07 17:09:34','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,2,'','',0,445,'robots=\nauthor='),(413,'E-Mails Show Fast and Furious was Vehicle for Gun Control','e-mails-show-fast-and-furious-was-vehicle-for-gun-control','','<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: center; line-height: 24px; font-family: Georgia, \'Bitstream Charter\', serif; color: #333333; font-size: 16px;\">\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">{jcomments on}<img src=\"images/stories/holder.jpg\" border=\"0\" alt=\"Holder\" width=\"290\" height=\"75\" align=\"right\" />Documents obtained by CBS News show that the Bureau of Alcohol Tobacco, Firearms and Explosives (ATF) discussed using their covert operation “Fast and Furious” to argue for controversial new rules about gun sales.</p>\r\n<p>\r\n<p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">In Fast and Furious, ATF secretly encouraged gun dealers to sell to suspected traffickers for Mexican drug cartels to go after the “big fish.” But ATF whistleblowers told CBS News and Congress it was a dangerous practice called “gunwalking,” and it put thousands of weapons on the street. Many were used in violent crimes in Mexico. Two were found at the murder scene of a U.S. Border Patrol agent.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">So you remember Fast and Furious. This is where we arranged for thousands of guns, long guns, automatic, semiautomatic, AK-47s, machine guns, bazookas, whatever, to end up in the hands of drug lords, right out of gun stores, gun shops in Phoenix, just walked outta there right across the border into Mexico, into the hands of the drug cartel and the cartel was supposed to do with those guns what drug cartel people do, start using them, bam, bam, you’re dead. They did. Hundreds of people died as a result of these guns being walked out of Phoenix gun shops and others along the border. And in this period of time a border agent got killed. So when attention was brought to bear on this, I said, “Well, it’s clear what this is all about. Who do we have in the White House? We have a quasi-liberal socialist Marxist. What do they hate? They hate citizens having guns. They hate the Second Amendment.”</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">It took me a split second to understand what this was all about. They have lost the gun control argument. In presidential debates they don’t dare bring it up, they have lost it, the left has lost the gun control argument, just like they’ve lost the abortion argument. But that doesn’t mean they go away, they never accept defeat. Okay, so let’s engineer a program where the baddest of bad guys get hold of American guns easily because we essentially give them to them, but we don’t tell anybody that. We make it look like the drug cartel could just cross the border, walk in there and buy ‘em and walk back across the border or really rotten Americans could walk into the gun stores, buy those guns, go to Mexico and sell them to the drug cartel. Yes, evil Americans could, and then people would die, and the conclusion is supposed to be, “See, we have got to have more control over guns. Look at what happened here.” That was the plan. Backfired. Sharyl Attkisson with repeated random act of journalism after random act of journalism has been doggedly following this story and her latest report on the Early Show on CBS today featured this. One of the hostettes said, “Some officials originally discussed using the gun walking case to press for new gun regulations?”</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">ATTKISSON: That’s right. New e-mails that we have add to some documentation that we already had that show government officials never planned to reveal publicly their role in letting those guns fall into the hands of Mexican drug cartels but planned to use the end result to argue for new gun regulations that they wanted, and you can read more about that story on our website, CBSNews.com.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">RUSH: Which we’ve done and we’ve read the e-mails, and Sharyl Attkisson is exactly correct, exactly right. It’s exactly what this program was all about, to a T. Another El Rushbo bull’s-eye. Precisely what it was all about. So now they’ve got Holder up there, and they’re asking him about this. Before we get to that, back in 2009, this is in Mexico City, Obama and the Mexican President Felipe Calderon held a joint press conference. This is a portion of what Obama said back in April of 2009.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">OBAMA: This war is being waged with guns purchased not here, but in the United States. More than 90% of the guns recovered in Mexico come from the United States, many from gun shops that line our shared border. So we have responsibilities as well.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">RUSH: Damn right. It’s your program. So you go to Mexico after instituting this program with Eric Holder, you engineer these guns walking across the border, you engineer it, then you go to Mexico and you point out how horrible it is these guns actually came from the United States. It was all part of an Obama scam. This is who liberals are. Don’t ever doubt yourself or me.</p>\r\n<div style=\"text-align: center; background-color: transparent; margin: 0px; float: none; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">\r\n<div style=\"background-color: transparent; margin: 0px; clear: both; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><a href=\"http://conservativebyte.com/2011/12/e-mails-show-fast-and-furious-was-vehicle-for-gun-control/\">Read Comments at Conservative Byte&gt;&gt;&gt;</a></div>\r\n</div>\r\n</p>\r\n</p>\r\n</span></span></p>\r\n<p>\r\n<p> </p>\r\n</p>\r\n<p> </p>','',1,15,0,72,'2011-12-10 01:10:04',62,'Conservative Byte','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-12-10 01:10:04','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,17,'','',0,972,'robots=\nauthor='),(414,'Another Bill Ayers Connection? Obama’s Anti-Capitalism Speech in Osawatomie May Not Have Been By Chance','another-bill-ayers-connection-obamas-anti-capitalism-speech-in-osawatomie-may-not-have-been-by-chance','','<p><strong>Posted on December 9, 2011 at 11:39pm by <img class=\"photo\" src=\"http://www.theblaze.com/wp-content/uploads/userphoto/tiffanygabbay.thumbnail.jpg\" border=\"0\" alt=\"Tiffany Gabbay\" width=\"17\" height=\"17\" /></strong><a href=\"http://www.theblaze.com/blog/author/TiffanyGabbay\" target=\"_self\" rel=\"author\"><span style=\"text-decoration: underline;\"><span style=\"color: #d50b0b;\"><strong>Tiffany Gabbay</strong></span></span></a></p>\r\n<p>Does it seem curious to anyone why President Obama chose Osawatomie, Kansas, of all places, to give a <a href=\"http://www.theblaze.com/stories/watch-live-obama-gives-class-warfare-speech/\" target=\"_self\"><span style=\"text-decoration: underline;\"><span style=\"color: #d50b0b;\">controversial speech</span></span></a> attacking capitalism?</p>\r\n<p>Trevor Loudon of <a href=\"http://www.trevorloudon.com/2011/12/the-osawatomie-coincidence/\" target=\"_blank\" title=\"New Zeal Blog\"><span style=\"text-decoration: underline;\"><span style=\"color: #d50b0b;\">New Zeal Blog</span></span></a> does, and he’s not the only one.</p>\r\n<p>Loudon points out that the odd sounding Osawatomie was also the name given to the Weather Underground’s publication. Of course, Weather Underground was lead by none other than Bill Ayers and Bernadine Dohrn.</p>\r\n<p><a href=\"http://www.theblaze.com/stories/another-bill-ayers-connection-obamas-anti-capitalism-speech-in-osawatomie-may-not-have-been-by-chance/osawatomie/\" target=\"_self\" rel=\"attachment wp-att-199661\"><img class=\"aligncenter size-large wp-image-199661\" src=\"http://www.theblaze.com/wp-content/uploads/2011/12/Osawatomie-467x620.jpg\" border=\"0\" title=\"Osawatomie\" width=\"325\" height=\"504\" /></a></p>\r\n<p>To top it off, <a href=\"http://www.canadafreepress.com/index.php/article/43080\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #d50b0b;\">Judi McLeod</span></span></a> of Canada Free Press highlighted yet another Obama and Osawatomie-Weather Underground connection that was first exposed by <a href=\"http://www.zombietime.com/zomblog/index.php?s=osawatomie\" target=\"_blank\"><span style=\"text-decoration: underline;\"><span style=\"color: #d50b0b;\">Zombietime</span></span></a>:</p>\r\n<blockquote>\r\n<p>Here’s another one of those “coincidences” about Obama and Osawatomie unearthed by Zombietime.com back in 2008: “Obama’s Election ’08 logo, and the logo of <em>Osawatomie</em>, the newspaper of the Weather Underground are one and the same. “Confronted, they (Obama and Ayers) would laugh it off as coincidence and conspiracy theory, and generations of graduates from the public school system, would counter a unified: “So what?”</p>\r\n<p>So when Obama was doing the talking in Osawatomie on Tuesday, Billy Ayers and the Weather Underground were pulling his wobbly strings.</p>\r\n</blockquote>\r\n<p><a href=\"http://www.theblaze.com/stories/another-bill-ayers-connection-obamas-anti-capitalism-speech-in-osawatomie-may-not-have-been-by-chance/obama-osawatomie/\" target=\"_self\" rel=\"attachment wp-att-199660\"><img class=\"aligncenter size-full wp-image-199660\" src=\"http://www.theblaze.com/wp-content/uploads/2011/12/Obama-Osawatomie.jpg\" border=\"0\" title=\"Obama Osawatomie\" width=\"371\" height=\"159\" /></a></p>\r\n<p> </p>\r\n<p>Are these coincidences or is Obama signaling in code (or in this case, out in the open) that he is in lock-step with the radical left?</p>\r\n<p><a href=\"http://www.theblaze.com/stories/another-bill-ayers-connection-obamas-anti-capitalism-speech-in-osawatomie-may-not-have-been-by-chance/\">GO TO COMMENTS ON THE BLAZE&gt;&gt;&gt;</a></p>','',1,18,0,75,'2011-12-10 22:28:08',62,'Posted on The Blaze','2011-12-31 17:22:36',62,62,'2011-12-31 17:22:39','2011-12-10 22:28:08','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,4,'','',0,712,'robots=\nauthor='),(415,'Man Claims He Signed Walker Recall Petitions 80 Times','man-claims-he-signed-walker-recall-petitions-80-times','','<p><span style=\"font-family: Arial;\"><img class=\"caption\" src=\"images/stories/walkerrecallfraudwbay.jpg\" border=\"0\" alt=\"The best of the LEFT\" width=\"459\" height=\"208\" /></span></p>\r\n<h3><span style=\"font-family: Arial;\">Need We Say More?</span></h3>\r\n<p><span style=\"font-family: Arial;\">{jcomments on}</span></p>','',1,1,0,1,'2011-12-10 22:41:50',62,'abc','2011-12-11 00:30:28',62,0,'0000-00-00 00:00:00','2011-12-10 22:41:50','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,198,'','',0,300,'robots=\nauthor='),(417,'Change','change','','<p><img src=\"images/stories/change-hitler-obama-lenin-300x196.jpg\" border=\"0\" /></p>','',0,13,0,70,'2011-12-11 18:03:07',62,'Posted on Conservative Byte','2011-12-25 00:20:30',62,0,'0000-00-00 00:00:00','2011-12-11 18:03:07','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,28,'','',0,3,'robots=\nauthor='),(418,'Internal DOJ Email: Kagan Was Brought Into Loop on Mark Levin’s Obamacare Complaint','internal-doj-email-kagan-was-brought-into-loop-on-mark-levins-obamacare-complaint','','<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"line-height: 20px; font-family: Georgia, serif; font-size: 16px;\">\r\n<p><img src=\"images/stories/kagan20con-smaller-use.jpg\" border=\"0\" alt=\"Kagan\" hspace=\"3\" align=\"left\" />(CNSNews.com) - Internal Justice Department email communications made just days before the House of Representatives passed the Patient Protection and Affordable Care Act show that then-Solicitor General Elena Kagan was brought into the loop as DOJ began preparing to respond to an anticipated legal complaint that Mark Levin and the Landmark Legal Foundation were planning to file against the act if the House used a procedural rule to “deem” the bill passed even if members never directly voted on it.</p>\r\n<p>\r\n<p>In another internal DOJ email communication that same week, Kagan alerted the chief of DOJ’s Office of Legal Counsel to the constitutional argument that a former U.S. Appeals Court judge was making against the use of this rule.</p>\r\n<p>Then, during Kagan’s Supreme Court confirmation process four months later, Republicans on the Senate Judiciary Committee <a href=\"sites/default/files/documents/JUDICIARY%20COMMITTEE%20REPUBLICANS-LETTER%20TO%20KAGAN-07-13-10.pdf\"><span style=\"color: #0e5ad4;\">asked her in writing</span></a> if she had “ever been asked about your opinion” or “offered any view or comments” on the “the underlying legal or constitutional issues related to any proposed health care legislation, including but not limited to Pub. L. No. 111-148 [PPACA], or the underlying legal or constitutional issues related to potential litigation resulting from such legislation?\"</p>\r\n<p>Kagan <a href=\"sites/default/files/documents/KAGAN-WRITTEN%20RESPONSES%20TO%20JUDICIARY%20COMMITTEE.pdf\"><span style=\"color: #0e5ad4;\">answered both questions</span></a>: “No.”</p>\r\n<p><a href=\"http://cnsnews.com/news/article/internal-doj-email-kagan-was-brought-loop-mark-levin-s-obamacare-complaint\">Continue Reading on CNSNews.com&gt;&gt;&gt;</a></p>\r\n</p>\r\n</span></span></p>\r\n<p> </p>','',1,1,0,1,'2011-12-13 02:14:05',62,'CNSNews.com','2011-12-13 02:34:13',62,0,'0000-00-00 00:00:00','2011-12-13 02:14:05','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,196,'','',0,148,'robots=\nauthor='),(419,'Liberals Argue that Obama\'s Too Smart for America','liberals-argue-that-obamas-too-smart-for-america','','<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: Arial, Helvetica, sans-serif; font-size: 15px;\"></span></span>\r\n<p> </p>\r\n</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">RUSH: I gotta play this for you. I’ve told you countless times how most recent instance being when, what’s his name, Caddell and Schoen wrote a piece: Obama you should quit and turn it over to Hillary. I said, “That’s not the way you go about it. You don’t tell him he blew it. You don’t tell a narcissist he’s failed and to get out of the of way. You’ve gotta say, ‘Barack, this job is beneath you! It’s too small. You’re destined for bigger. You need to be running the world, Barack! Running the United States is not even interesting to you. We can tell you’re bored silly.” That’s how you get rid of him: You tell him that there’s something far bigger, far more important out there than just being president of the United States.</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">Well, get this. This is this morning on MSNBC, on Morning Joe. This is Mike Barnicle, syndicated columnist, along with Jon Meacham, former editor of Newsweek and now the Random House executive editor.</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">BARNICLE: He has reeeemarkable gifts. He’s eloquent, he’s convincing, he’s clearly very smart. He wins the presidency in 2008; overcoming all sorts of doubts and surpassing a field filled with a couple of truly, truly good candidates –</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">RUSH: What doubts?</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">BARNICLE: I think he is stunned, given his gifts, and his inability to get anything really done in Congress. I think he’s stunned by it.</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">MEACHAM: In a weird way the country is not commensurate with his gifts. That’s a harsh thing to say but I have a feeling in the dark night of the soul –</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">BARNICLE: Yeah!</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\"><a href=\"http://visiontoamerica.org/6252/liberals-argue-that-obamas-too-smart-for-america/\">GOTO VISION TO AMERICA&gt;&gt;&gt;</a></p>','',1,1,0,1,'2011-12-13 22:56:38',62,'Vision to America','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-12-13 22:56:38','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,195,'','',0,172,'robots=\nauthor='),(420,'Radical Islamists Win Big in Egypt, Taking the First Step Toward the Caliphate. (New York Times and CNN, Are You Listening?)','radical-islamists-win-big-in-egypt-taking-the-first-step-toward-the-caliphate-new-york-times-and-cnn-are-you-listening','','<div style=\"line-height: 16px; font-family: courier, georgia, serif; margin-bottom: 10px; font-size: 12px;\">\r\n<p>Dear Friend of FLAME:</p>\r\n<p>Brace yourself for a new Middle East: Islamists just won a large majority in Egypt\'s recent elections---bigger than anyone in the mainstream media dared to predict.</p>\r\n<p>To the contrary: For months commentators at CNN and <em>The</em> <em>New York Times </em>have been assuring us in the face of all facts that not only is Egypt\'s radical Islamic Muslim Brotherhood <span style=\"text-decoration: underline;\">a peaceful, moderate force</span>, but also that the group would <span style=\"text-decoration: underline;\">not</span> be a significant political player in the so-called \"Arab democracy movement.\"</p>\r\n<p>We at FLAME were not fooled and have fully documented the <span style=\"text-decoration: underline;\">terrorist roots, connections and murderous mission</span> of the Muslim Brotherhood (MB). Let\'s start with the fact that the MB is the parent organization of the Palestinian terrorist group Hamas and that al Qaeda founder Ayman al Zawahiri was primarily inspired by notorious Brotherhood founder Sayyid Qutb.</p>\r\n<p>Yes, those gullible Middle East commentators (as well as numerous U.S. diplomats) insisted that the Muslim Brotherhood would take no more than 20-30% of the final vote in Egypt---but the highly organized MB actually captured 36% of the early vote! What\'s even worse---much worse---the Salafist Nour party, an <em>even more hard-line</em> Islamist group, took an additional 25% of the vote. When final votes are in from rural areas, we predict <span style=\"text-decoration: underline;\">the two parties will capture an astonishing 65-70% of the vote</span>.</p>\r\n','\r\n<p> </p>\r\n<p>This week\'s FLAME Hotline takes those naïve media commentators and elected officials, including the U.S. State Department, to task for misleading the American public. The author of the article below, Tony Blankley, a former political operative, current author and Washington, D.C. public relations executive, <span style=\"text-decoration: underline;\">renews the warning about trusting Egypt\'s insidious and determined Islamist parties</span>.</p>\r\n<p>Their avowed purpose is to impose hard-core Sharia law upon the entire region. They are <span style=\"text-decoration: underline;\">committed to oppressing women, expelling infidels (like Christians), and restricting power to ultra-conservative Muslims</span>. The Islamists do not stand for democracy (and have never said they do), and once in power are virtually certain to eliminate free elections and the rule of law, just as the imams in Iran and Hamas thugs in Gaza have done.</p>\r\n<p>I think you\'ll profit greatly from Blankley\'s short, but powerful article. As always, I urge you to <span style=\"text-decoration: underline;\">pass this issue along to friends, colleagues and family</span> who would benefit from a wake-up call about the threat of radical Islam in the Middle East.</p>\r\n<p>Best regards,</p>\r\n<p>Jim Sinkinson<br />Vice President, FLAME</p>\r\n<table style=\"line-height: 18px; font-family: Courier, Verdana, Helvetica; color: black; font-size: 12px;\" border=\"0\" cellspacing=\"2\" cellpadding=\"0\" width=\"98%\">\r\n<tbody>\r\n<tr>\r\n<td style=\"line-height: 16px; font-family: Courier, Verdana, Helvetica; margin-bottom: 10px; color: black; font-size: 12px;\" width=\"10%\" valign=\"top\">P.S.</td>\r\n<td style=\"padding-bottom: 15px;\" rowspan=\"2\" valign=\"top\">\r\n<p style=\"line-height: 16px; margin: 0px; font-family: Courier, Verdana, Helvetica; font-size: 12px;\">Earlier this year FLAME became one of the first pro-Israel groups to raise an alarm about the dangers of trusting the Muslim Brotherhood in Egypt. We published this warning in publications nationwide, reaching some 10 million readers, as well as mailing it to every member of the House of Representatives and every U.S. Senator. I invite you to review this piece now, so you can better explain the rising threat to your contacts: \"<a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000122/!x-usc:http://econnect.dmsgs.com/t/14707619/110750721/2432224/0/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">The Truth About the Muslim Brotherhood: Is it a moderate Egyptian party committed to democracy . . . or a jihadist group seeking to create an Islamist empire</span></span></a>?\" If you support of this kind of powerful, outspoken public relations effort on Israel\'s behalf, I hope you\'ll take a minute to support us. Remember: FLAME\'s ability to influence public and political opinion comes from individuals like you, one by one. I hope you\'ll consider giving a donation now, as you\'re able---with $500, $250, $100, or even $18. (Remember, your donation to FLAME is tax deductible.) To donate online, just go to <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000122/!x-usc:http://econnect.dmsgs.com/t/14707619/110750721/2289518/0/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://www.factsandlogic.org/make_a_donation.html</span></span></a>. Now more than ever we need your support to ensure that Israel gets the support it needs---from the U.S. Congress, from President Obama, and from the American people.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\"><img src=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000122/!x-usc:http://www.factsandlogic.org/_images/pixel.gif\" border=\"0\" width=\"34\" height=\"15\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"line-height: 18px; font-family: Courier, Verdana, Helvetica; color: black; font-size: 12px;\" border=\"0\" cellspacing=\"2\" cellpadding=\"0\" width=\"98%\">\r\n<tbody>\r\n<tr>\r\n<td style=\"line-height: 16px; font-family: Courier, Verdana, Helvetica; margin-bottom: 10px; color: black; font-size: 12px;\" width=\"10%\" valign=\"top\">P.P.S.</td>\r\n<td rowspan=\"2\" valign=\"top\">\r\n<p style=\"line-height: 16px; margin: 0px; font-family: Courier, Verdana, Helvetica; font-size: 12px;\">If you only subscribe to one information service about Israel and the Middle East, I recommend you make it the <em>FLAME Hotline</em>. <span style=\"text-decoration: underline;\">Won\'t you join us</span> to start receiving this high-value email service? Just go to <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000122/!x-usc:http://econnect.dmsgs.com/t/14707619/110750721/2289541/0/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">free subscription</span></span></a>.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\"><img src=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000122/!x-usc:http://www.factsandlogic.org/_images/pixel.gif\" border=\"0\" width=\"34\" height=\"15\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<!-- End Letter --><!-- Begin Featured Article -->\r\n<div style=\"line-height: 17px; font-family: Arial, Verdana, Helvetica; color: #000; font-size: 13px;\">\r\n<p><strong style=\"font-size: 16px; font-weight: bold;\">Short-lived Shibboleth of a Moderate Egypt<br />I</strong><strong>slamists\' election victory leaves Western predictions in shambles</strong></p>\r\n<p>By Tony Blankley, <em>The Washington Times</em>, December 5, 2011</p>\r\n<p><em>[Editor\'s Note: A </em>shibboleth<em> is a belief usually regarded by others as false or empty of real meaning.]</em></p>\r\n<p>One of the nice things about human history is that no matter how much people or their leaders misjudge events and make a hash of things, within a few centuries, the debris is cleared away and we can have a another go at getting things right.</p>\r\n<p>Yes, I am thinking about the Middle East and the latest mix-up by the experts—their assessment just a few months ago of the nature of the Arab Spring and its democracy movement. Back in the spring, leading experts—from the Obama administration to the neoconservatives on the right to the major liberal media to most of the academic area specialists—were overwhelmingly predicting that all those great secular, liberal, college-educated kids with their iPhones in Tahrir Square represented the new Egypt and would bring all their wonderful values to the revolution. It was primarily us cranky right-wingers who have been writing about radical Islamic politics (and, of course, the Israelis, who can\'t afford to get it wrong on Muslim political habits) who warned that this was all going to end in the rise in still-ancient Egypt of radical Islamist, anti-Israeli, anti-Semitic, anti-Christian, anti American, anti-Western governance.</p>\r\n<p>So our government—as I said, cheered on by neoconservatives as well as liberals—undercut Hosni Mubarak\'s regime and told us not to worry about the Islamists. The Muslim Brotherhood was a group of really old, tired men who were no longer really radical and had been propped up just to provide the regime with an opposition punching bag. Armed with their social-media devices, the kids would run rings around the sorry excuse for Islamists and deliver real democracy.</p>\r\n<p><strong>Hadn\'t any of those experts been to Egypt? </strong>There are not a lot of secular liberals hanging out—even at the universities—let alone in the thousands of villages and urban slums. Who the heck did the experts think those angry, bearded men were who were roaming around glaring at Westerners and Muslim women who dared to walk on the street? I saw them back in the 1960s and \'70s, and they were scary even then. By the way, as I recall, Tahrir Square was pretty much a circle. But who\'s counting when you are having deranged, liberal fantasies? Even if these experts on Sunday political round-table chatters had not been to Egypt, perhaps it was a clue that a Pew poll in the spring said 65 percent of the public would vote Islamist.</p>\r\n<p>The early returns are in. (There are still two more rounds of voting in 18 of the country\'s 27 provinces over the next month.) The Islamists look likely to get 65 percent 70 percent of the eventual vote. According to the High Election Commission, the Islamic fundamentalist Muslim Brotherhood\'s Freedom and Justice Party got about 36 percent, while the Salafist Nour Party got a stunning 25 percent. The Salafists are the hysterical wing of the fundamentally reactionary general Muslim population, while the Brotherhood is merely the fanatical wing.</p>\r\n<p>The grand total for all the parties that, by the ancient cultural standards of Pharaonic Egypt, are considered the liberal-secular bloc—the makers of the glorious Arab Spring democracy was, wait for it—13 percent. I predict that if any of them try to practice any of that liberal-secular stuff in public, either the military eventually will lock them up or the Salafists eventually will beat them up or kill them on the street. Adios, liberal-secular Egypt, we hardly new ya. Hello, kill the Coptic Christians and the Jews.</p>\r\n<p><strong>Of course, the various ever-bewildered wire services and newspapers</strong> are reporting the \"unpredicted,\" \"unexpected\" size of the Islamist vote while taking to calling the Brotherhood, in its 2.0 form, \"moderate.\" But anyway, not to worry. As our brother in journalism Jackson Diehl wrote in this weekend\'s Washington Post, he has talked with various former terrorists and Muslim Brotherhood leaders in Egypt, and he assures us that \"the ascendancy of parties such as the Muslim Brotherhood should not be as alarming as many in the West suppose. ... The biggest reason for this is that the Muslim Brotherhood, as well as the more fundamentalist parties to its right, has renounced violence.\"</p>\r\n<p>Well, that\'s a relief. I suppose the Brotherhood also has no more territorial demands. Oh, wait a moment. Mr. Diehl notes that the Brotherhood\'s platform does say that Egypt should \"aid and support the Palestinian people and Palestinian resistance against the Zionist usurpers of their homeland.\" So, I guess, after they kill all the Jews, they will stop practicing violence. Of course, even then there will be the little matter of the Brotherhood\'s credo: \"God is our objective; the Koran is our constitution; the prophet is our leader; jihad is our way; and death for the sake of God is the highest of our aspirations.\" But it\'s OK. That is the moderate wing of the upcoming Egyptian parliament.</p>\r\n<!-- End Featured Article Copy --></div>\r\n<!-- End Featured Article --><!-- Print Document Link -->\r\n<p style=\"line-height: 17px; font-family: Arial,  Verdana, Helvetica; color: black; font-size: 12px;\"><span style=\"font-style: normal; font-size: 16px; font-weight: bold;\"><span style=\"color: #ff3300;\">PRINTER FRIENDLY VERSION</span></span><br />If you\'d like a printer-friendly, text version of this newsletter click the button below.<br /><br /><a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000122/!x-usc:http://econnect.dmsgs.com/t/14707619/110750721/2934188/0/\"><img src=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000122/!x-usc:http://www.factsandlogic.org/_images/button_text_ed.gif\" border=\"0\" alt=\"text\" width=\"97\" height=\"24\" /></a></p>\r\n<!-- Print Document Link -->\r\n<p style=\"line-height: 17px; font-family: Arial,  Verdana, Helvetica; color: black; font-size: 12px;\"><span style=\"font-style: normal; font-family: Arial, Verdana, Helvetica; font-size: 16px; font-weight: bold;\"><span style=\"color: #ff3300;\">DONATE</span></span><br />How many times have you heard someone lament that Israel doesn\'t have good public relations? By supporting FLAME, you help one of the world\'s most powerful information efforts to spread the truth about Israel and the Middle East conflict. Please note that because FLAME is a non-profit 501(c)(3) corporation, your donation is tax-deductible. <br /><br /><a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000122/!x-usc:http://econnect.dmsgs.com/t/14707619/110750721/2289518/0/\"><img src=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000122/!x-usc:http://www.factsandlogic.org/_images/button_donate.gif\" border=\"0\" alt=\"donate\" width=\"70\" height=\"24\" /></a></p>\r\n<p><img src=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000122/!x-usc:http://www.factsandlogic.org/_images/pixel.gif\" border=\"0\" width=\"15\" height=\"6\" /></p>\r\n<!-- Forward to Friend Link -->\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"500\" bgcolor=\"#ffffff\">\r\n<tbody>\r\n<tr>\r\n<td width=\"500\">\r\n<p style=\"line-height: 17px; font-family: Arial,  Verdana, Helvetica; color: black; font-size: 12px;\"><span style=\"font-style: normal; font-family: Arial, Verdana, Helvetica; font-size: 16px; font-weight: bold;\"><span style=\"color: #ff3300;\">FORWARD TO A FRIEND</span></span><br />If you know of a friend or colleague who would appreciate learning more Facts and Logic About the Middle East, please forward this issue of the FLAME HOTLINE to them using the link below.</p>\r\n<!-- ECONNECT FORWARD TO FRIEND --><a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000122/!x-usc:http://econnect.dmsgs.com/invite/0/0/110750721/14707619/3496392/33003/785/\"><img src=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000122/!x-usc:http://www.factsandlogic.org/_images/button_forward.gif\" border=\"0\" width=\"87\" height=\"24\" /></a> <!-- ECONNECT FORWARD TO FRIEND --></td>\r\n</tr>\r\n<!-- Forward to Friend Link -->\r\n<tr>\r\n<td width=\"500\"><img src=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000122/!x-usc:http://www.factsandlogic.org/_images/pixel.gif\" border=\"0\" width=\"15\" height=\"6\" />\r\n<p style=\"line-height: 17px; font-family: Arial,  Verdana, Helvetica; color: black; font-size: 12px;\"><span style=\"font-style: normal; font-family: Arial, Verdana, Helvetica; font-size: 16px; font-weight: bold;\"><span style=\"color: #ff3300;\">SUBSCRIBE TO THE FLAME HOTLINE</span></span><br />If you have received this issue of the FLAME HOTLINE from a friend or colleague and you\'d like to subscribe, please use the link below.</p>\r\n<a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000122/!x-usc:http://econnect.dmsgs.com/t/14707619/110750721/2649187/0/\"><img src=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid://00000122/!x-usc:http://www.factsandlogic.org/_images/button_subscribe_free.gif\" border=\"0\" width=\"119\" height=\"25\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>',-2,1,0,1,'2011-12-14 16:11:17',62,'FLAME','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-12-14 16:11:17','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,0,'','',0,2,'robots=\nauthor='),(422,'Jet Fuel-Gate is Obama\'s New Solyndra','jet-fuel-gate-is-obamas-new-solyndra','','<p><strong>Ecofanaticism:</strong> SolyndraGate was no isolated case of corrupt government misspending. The U.S. Navy was just forced to buy 450,000 gallons of biofuels from an Obama-connected firm at an outrageous $16 per gallon.</p>\r\n<p>The massive Obama stimulus was supposed to generate millions of jobs, but the $535 million loan guarantee it gave to solar panel maker Solyndra on the eve of its Chapter 11 bankruptcy illustrated the fundamental incompetence of Obama\'s neo-Keynesian economic ideology.</p>\r\n<p>Now we find the Navy partnering with the Agriculture Department to purchase hundreds of thousands of gallons of alternative biofuel in place of standard JP-5 fuel for Navy aircraft — the biggest federal purchase of biofuel ever.</p>\r\n<p>It\'s part of the White House\'s \"we can\'t wait for Congress\" strategy as the 2012 election year looms. But JP-5 typically costs less than $4 a gallon. If a family on a budget started filling up with $16-a-gallon gas, it might want to adopt the motto, \"we can\'t wait to go broke.\"</p>\r\n<p>A look at the lucky seller of this environmentalist version of the proverbial $600 Pentagon toilet seat indicates that the move is not just wasteful, but ethically suspect.</p>\r\n<p>As J.E. Dyer noted over the weekend on the Hot Air Green Room, \"a member of Obama\'s presidential transition team, T. J. Glauthier, is a \'strategic advisor\' at Solazyme, the California company that is selling a portion of the biofuel to the Navy. Glauthier worked — shock, shock — on the energy-sector portion of the 2009 stimulus bill.\"</p>\r\n<p><a href=\"http://news.investors.com/Article/594703/201112131858/navy-biofuel-gate-latest-obama-green-scam.htm\">READ MORE AT INVESTORS.COM&gt;&gt;&gt;</a></p>','',1,25,0,84,'2011-12-15 23:48:49',62,'Investors Daily','2012-03-25 23:37:10',62,0,'0000-00-00 00:00:00','2011-12-15 23:48:49','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,5,'','',0,384,'robots=\nauthor='),(421,'Radical Islamists Win Big in Egypt, Taking the First Step Toward the Caliphate. (New York Times and CNN, Are You Listening?)','radical-islamists-win-big-in-egypt-taking-the-first-step-toward-the-caliphate-new-york-times-and-cnn-are-you-listening','','<table style=\"line-height: 18px; width: 98%; font-family: Courier, Verdana, Helvetica; color: black; font-size: 12px;\" border=\"0\" cellspacing=\"2\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"line-height: 16px; font-family: Courier, Verdana, Helvetica; margin-bottom: 10px; color: black; font-size: 12px;\" width=\"10%\" valign=\"top\">P.P.S.</td>\r\n<td rowspan=\"2\" valign=\"top\">\r\n<p style=\"line-height: 16px; margin: 0px; font-family: Courier, Verdana, Helvetica; font-size: 12px;\">If you only subscribe to one information service about Israel and the Middle East, I recommend you make it the <em>FLAME Hotline</em>. <span style=\"text-decoration: underline;\">Won\'t you join us</span> to start receiving this high-value email service? Just go to <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000122/!x-usc:http:/econnect.dmsgs.com/t/14707619/110750721/2289541/0/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">free subscription</span></span></a>.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\"><img src=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000122/!x-usc:http:/www.factsandlogic.org/_images/pixel.gif\" border=\"0\" width=\"34\" height=\"15\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>','',1,22,0,80,'2011-12-14 16:19:09',62,'FLAME','2012-02-27 03:06:20',62,0,'0000-00-00 00:00:00','2011-12-14 16:19:09','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,19,'','',0,390,'robots=\nauthor='),(491,'Gun ownership \'very difficult\' despite Supreme Court rulings','gun-ownership-very-difficult-despite-supreme-court-rulings','','<p>In 2008, after hearing a case challenging the restrictive gun laws in Washington, D.C., the <a href=\"http://www.foxnews.com/topics/politics/supreme-court.htm#r_src=ramp\">Supreme Court</a> ordered local officials to make it possible for law-abiding citizens to own a gun.</p>\r\n<p>It was a landmark <a href=\"http://www.foxnews.com/topics/politics/second-amendment.htm#r_src=ramp\">Second Amendment</a> win for gun rights advocates, but there is growing disagreement about what\'s happened in the wake of that ruling from the nation\'s highest court.</p>\r\n<p>Emily Miller, a senior opinion editor at <em>The Washington Times</em> and also a crime victim, decided to get a gun following the Supreme Court\'s decision, but says she had no idea how \"frustrating\" it would be.</p>\r\n<p>She began the process in October 2011, and soon found there were plenty of unexpected expenses and delays.</p>\r\n<p>Miller had to purchase a gun in another state, and there is only one person licensed to transport it into D.C. -- at a cost of $125. There were also multiple visits to police headquarters, fingerprinting and ballistics tests.</p>\r\n<p>In addition, Miller had to complete training with a licensed firearms instructor. There are none in D.C. It ultimately took Miller nearly five months and almost $500, plus the cost of her gun.</p>\r\n<p>\"These <a href=\"http://www.foxnews.com/topics/politics/gun-control.htm#r_src=ramp\">gun control</a> measures are so counterproductive because they are not stopping the criminals from getting guns,\" Miller says, adding, \"They are stopping the law-abiding people from getting guns to protect themselves.\"</p>\r\n<p><br /><br />Read more: <a href=\"http://www.foxnews.com/politics/2012/02/23/gun-ownership-very-difficult-despite-supreme-court-rulings/?intcmp=obinsite#ixzz1noNvBbZ4\">http://www.foxnews.com/politics/2012/02/23/gun-ownership-very-difficult-despite-supreme-court-rulings/?intcmp=obinsite#ixzz1noNvBbZ4</a></p>','',1,15,0,72,'2012-02-29 22:14:47',62,'Shannon Bream | FoxNews.com','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-02-29 22:14:47','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,16,'','',0,313,'robots=\nauthor='),(492,'Alinsky-tied group awarded $56 million federal loan for health insurance project','alinsky-tied-group-awarded-56-million-federal-loan-for-health-insurance-project','','<p><img class=\"caption\" src=\"images/stories/saul_alinsky_community_organizer.png\" border=\"0\" alt=\"Saul Alinsky Community Organizer\" title=\"Community Organizer Saul Alinsky\" hspace=\"7\" align=\"middle\" /></p>\r\n<p>A Saul Alinsky-tied group has been awarded a $56 million <a id=\"KonaLink0\" href=\"#\">federal loan</a> to start up a nonprofit health insurance company -- one of several organizations across the country this week tapped to launch a new network of insurers under the sponsorship of the federal health care overhaul.</p>\r\n<p>The Wisconsin group, Common Ground Healthcare Cooperative, was awarded the funding on Tuesday. According to the Department of Health and Human Services, the group is expected to provide coverage statewide within five years after starting on a smaller scale in early 2014.</p>\r\n<p>But Americans for Limited Government President Bill Wilson questioned the group\'s credentials -- given its affiliation and lack of experience in the insurance field.</p>\r\n<p>\"The indisputable fact is that Common Ground was an outgrowth of the Alinsky operation in <a href=\"http://www.foxnews.com/topics/entertainment/music/broadway/chicago-the-musical.htm#r_src=ramp\">Chicago</a>,\" Wilson said. \"We\'re not giving money to a group with experience in health care issues or in setting up exchanges. ... We\'re handing the money to people who have been trained by arguably the single most expert individual on community organizing in the last 100 years.\"</p>\r\n<p>Common Ground, a Milwaukee group that dates back to 2004, is an affiliate of the Alinsky-founded Industrial Areas Foundation.</p>\r\n<p>Alinsky, who died in 1972, is regarded as the godfather of community organizing but has also emerged as a bogeyman of the right. Republican presidential candidate Newt Gingrich has weaved Alinsky\'s name into his campaign message, repeatedly hammering President Obama as an \"Alinsky radical.\" Like Alinsky, Obama traces his political and activist beginnings to the Chicago world of community organizing.</p>\r\n<p><br /><br />Read more: <a href=\"http://www.foxnews.com/politics/2012/02/23/alinsky-tied-group-awarded-56-million-federal-loan-for-health-insurance-project/#ixzz1noiNE3tw\">http://www.foxnews.com/politics/2012/02/23/alinsky-tied-group-awarded-56-million-federal-loan-for-health-insurance-project/#ixzz1noiNE3tw</a></p>','',1,17,0,74,'2012-02-29 23:37:53',62,'Judson Berger | FoxNews.com','2012-03-01 00:12:58',62,0,'0000-00-00 00:00:00','2012-02-29 23:37:53','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,13,'','',0,345,'robots=\nauthor='),(512,'IF YOU WISH TO KNOW THE FUTURE, STUDY HISTORY! Part 2','if-you-wish-to-know-the-future-study-history-part-2','','<h3>Classical Marxism</h3>\r\n<p>Classical Marxism may itself be viewed as a response to the dislocations and suffering of the working class in the early stages of the industrial revolution in Great Britain and western Europe. In the Marxian scheme the spread of capitalism and the intensification of working class misery were the necessary prelude to a socialist revolution; Marx’s panorama of economic development clearly implied that the socialist revolution would arrive first in the most advanced industrial countries, where the proletariat or working class was expected to be most numerous, most highly organized, and ripe for the seizure of power... <strong> </strong><strong></strong></p>\r\n<h3><strong>Russian Marxism</strong></h3>\r\n<p>Russian Marxism as an independent political movement originated in the split in 1879 of the Narodnik organization Zemlya i Volya (Land and Liberty). The seceders, who stood for propaganda and agitation as opposed to terrorism, established a rival organization, the Chernyi Peredel (Black Repartition), to propagate their doctrines. One of their leaders was Georgii Valentinovich Plekhanov, soon to be known as the father of Russian Marxism, but then still clinging to the Narodnik belief in the peasant as the driving force of revolution. The failure of the peasantry to respond either to agitation or terror and the rapid industrial development that was beginning to take place in the last decades of the nineteenth century impelled Plekhanov to reexamine his views and to turn to the new industrial working class— the proletariat, so-called—as the revolutionary hope of the future. The search for a new faith led him to Marxism. In 1883 Plekhanov, Paul Axelrod, Leo Deutsch, and Vera Zasulich, all of whom had been members of the Chernyi Peredel, joined in establishing the first important Russian Marxist organization, known as Osvobozhdenie Truda (Emancipation of Labor). By the 1890s the works of Marx and Engels were being widely and eagerly read by the more radically inclined students and intellectuals and propagated in workingmen’s circles. One of the new converts was Vladimir Ilyich Ulyanov (Lenin), who was to change the face of world history...</p>\r\n<p>...Four ideas stand out in this seminal source of Communist organizational doctrine. First, there was the fear of spontaneity, the notion that the working class could not be trusted to discover its own true interests and that, if left alone, it would follow the path of trade-union bargaining rather than commit itself to a revolutionary struggle for socialism. Second, there was the unquestioned assumption that the working class had to be guided and directed by a politically conscious revolutionary vanguard possessed of a superior knowledge of the laws of history. Third, there was the idea that this vanguard should consist of a small, carefully selected party of professional revolutionaries operating under highly centralized direction and discipline. Finally, there was the concept of political monopoly, that no other organizations should be permitted to compete with the party in obtaining access to the masses and that all mass organizations, such as trade unions, must be brought under the ideological influence and, if possible, the direct control of the party...</p>\r\n<h3>Bolshevism</h3>\r\n<p>...The early organizational history of Bolshevism has more than historical interest. The experience of the formative years stamped the character and future development of the party. The elitism which was so deeply ingrained in Lenin, the theory of the party as a dedicated revolutionary order, the tradition of highly centralized leadership, the tightening regime of party discipline, the absolutism of the party line, the intolerance of disagreement and compromise, and the manipulatory attitude toward mass organization—all these patterns of behavior were to continue to shape the code by which the party lived and the way in which its institutional structure was organized. The Bolshevik victory in November 1917 may fairly be described as one of the most remarkable triumphs of revolutionary engineering in human history. On the eve of the March revolution the total membership of the Bolshevik party was generously estimated at 23,600. In the short space of eight months, this small group was able to accumulate sufficient support to seize power in a nation of over 150,000,000 people. Russia, to be sure, was ripe for revolutionary action. The war, with its vast losses of men, territory, and resources, its revelations of incompetence and even degeneracy in the very highest circles, and the mounting war-weariness, hunger, and deprivation, induced a mood of desperation. The Bolsheviks alone among revolutionary parties were able to turn the resulting disorganization to their advantage. One major source of the strength of the Bolshevik party was its highly centralized organization, its activist disciplined membership, and the determination of its leader, Lenin, to seize power at the first opportune moment. Another source of strength was its success in exploiting all of the accumulated dissatisfactions in Russian society. The provisional government that replaced the tsar was weak, vacillating, and slow to respond to popular grievances. The Bolsheviks were willing to promise what the masses wanted—land to the peasants, bread to the hungry, and peace to the war-weary army. Finally, the Bolsheviks concentrated their efforts on building power where it would be strategically effective— among the sailors of the Baltic fleet, in the Petro-grad garrison, and in the armed workers’ Red Guard in the factories. The enemies of the Bolsheviks were far more numerous, but they were poorly organized, divided, and ineffective. As Lenin subsequently observed, “The Bolsheviks did have an overwhelming preponderance of force at the decisive moment in the decisive points” (Lenin [1919] 1932, vol. 29, p. 635). Relying on these tactical advantages, they succeeded in taking power...</p>\r\n<p>...Coincidentally with the civil war, the Bolsheviks proclaimed a state of siege, and all opposition parties were suppressed one by one. For a very brief period (from late December 1917 until March 1918), there were three Left Socialist Revolutionaries (who stood close to the Bolsheviks) in the Council of People’s Commissars, the cabinet. But they left the government in protest against the Treaty of Brest-Litovsk and grain confiscations from the peasants, and the Soviet government reverted to its original exclusively communist composition, which it has since retained. Lenin at the time made no bones about the necessity for dictatorship and suppression of opposition groups. “There is no other way to Socialism,” he insisted, “but the dictatorship of the proletariat...Violence, when it is committed by the toiling and exploited masses, is the kind of violence of which we approve” (Lenin 1918, vol. 35, p. 265).</p>\r\n<h3>Encyclopedia.com</h3>\r\n<p><a href=\"http://www.encyclopedia.com/topic/communism.aspx\">http://www.encyclopedia.com/topic/communism.aspx</a></p>\r\n<hr />\r\n<p><strong>International Encyclopedia of the Social Sciences | 1968 | Copyright</strong> <br /><strong>Communism</strong></p>\r\n<p>I. Soviet Communism Merle Fainsod<br />BIBLIOGRAPHY <br />II. National CommunismAlexander Dallin<br />BIBLIOGRAPHY<br />III. The International MovementBernard S. Morris<br />BIBLIOGRAPHY<br />IV. The International SystemGeorge Modelski<br />BIBLIOGRAPHY<br />The articles under this heading deal with the political aspects of contemporary communism. For a detailed guide to related topics, see the articles listed under Marxism.<br /><br /></p>\r\n<h3>I SOVIET COMMUNISM</h3>\r\n<p>The origins and nature of Soviet communism are, and promise to remain, a subject of debate. Some scholars emphasize indigenous formative influences, stress factors of continuity with the Russian past, and tend to regard the Soviet political system as a modern form of traditional Russian despotism. Others view Bolshevism primarily as a Western heresy, whose roots can be traced to eighteenth-century French utopianism, Messianism, and Jacobinism but which, in a more immediate sense, was an offshoot of the activist, revolutionary ingredients in classical Marxism. Those who stress discontinuities with the Russian past argue that Russia in the late nineteenth and early twentieth century was embarked on a path of constitutional development, which the Bolshevik seizure of power aborted, and that in any case, Soviet totalitarianism, with its pretensions to all-encompassing control of society and world revolutionary objectives, must be sharply distinguished from tsarist authoritarianism, which functioned as a national state and operated a much more limited and inefficient control system. As is not uncommon in scholarly polemics, there are elements of truth in all these contrasting interpretations, and no measuring rod exists to give precise value to their respective contributions. Soviet communism clearly owes much to its French revolutionary and Marxist forebears, but the way in which these borrowed ideas were adapted and transformed represented a response to the urgencies and peculiarities of the Russian environment.</p>\r\n<h3>Leninism</h3>\r\n<p>Lenin’s own views underwent an interesting transformation. He began by accepting the orthodox two-stage conception that Russia would have to pass through a bourgeois-democratic phase before it was ripe for a socialist revolution. But, unlike the Mensheviks, Lenin turned his back on the bourgeois liberals and looked to the peasantry as allies of the working class. Lenin’s formula envisaged two tactical stages: first, “the revolutionary-democratic dictatorship of the proletariat and the peasantry” to complete the bourgeois-democratic revolution, and second, an alliance of the proletariat and the village poor to initiate the socialist revolution. Like Trotsky, Lenin came to believe that the two stages of the revolution could be telescoped into one; at the height of the 1905 revolution he pronounced, “We stand for uninterrupted revolution. We shall not stop half way.” Despite many intervening conflicts, the bond with Trotsky was to be sealed by the events of 1917. The dialectic of backwardness was “resolved” by the Bolshevik seizure of power. Out of that experience a new theory of revolution was to be developed with world-wide applications. The Leninist theory of revolution, as Stalin christened it, was a far cry from orthodox Marxism. Its prerequisites were no longer industrial development, a mass proletariat, or the completion of a bourgeois-democratic revolution. As Stalin summed it up, “The front of capital will be pierced where the chain of imperialism is weakest, … and it may turn out that the country which has started the revolution, … is less developed in a capitalist sense than other, more developed, countries, which have, however, remained within the framework of capitalism” (Stalin [1924] 1954, p. 37). Thus Marx was “adapted” to the task of revolution making in the underdeveloped countries of the world. Industrial backwardness was transformed from obstacle to opportunity...</p>\r\n<p>... The concept of the dictatorship of the proletariat shifted from a weapon of the majority into a tool of minorities. Consciousness triumphed over spontaneity, and the way was cleared for the organized and disciplined revolutionary elite capable of transmuting the grievances of a people into a new instrument of absolute power....</p>\r\n<p>...”Give us an organisation of revolutionaries,” said Lenin, “and we will overturn Russia” (Lenin [1902] 1961, vol. 5, p. 458)....</p>\r\n<p>... Lenin at the time made no bones about the necessity for dictatorship and suppression of opposition groups. “There is no other way to Socialism,” he insisted, “but the dictatorship of the proletariat…. Violence, when it is committed by the toiling and exploited masses, is the kind of violence of which we approve” (Lenin 1918, vol. 35, p. 265)...</p>\r\n<p>... Since in Lenin’s view it was the Communist party that was the sole custodian of the interests of the masses, ...</p>\r\n<p>...Unwilling as Khrushchev was to part with substantive authority, he did recognize that there were grievances to be remedied. His decision to mitigate Stalin’s terror and provide greater welfare benefits for the Soviet people represented an effort to establish his regime on a more rational and popular basis...</p>\r\n<h3>Encyclopedia.com</h3>\r\n<p><a href=\"http://www.encyclopedia.com/topic/communism.aspx\">http://www.encyclopedia.com/topic/communism.aspx</a></p>\r\n<p> </p>\r\n<p><a href=\"index.php?option=com_content&amp;view=article&amp;id=432:if-you-wish-to-know-the-future-just-study-history&amp;catid=74:commentary&amp;Itemid=94\">Go to \"IF YOU WISH TO KNOW THE FUTURE, STUDY HISTORY! Part 1\"</a></p>\r\n<p><a href=\"index.php?option=com_content&amp;view=article&amp;id=513:if-you-wish-to-know-the-future-study-history-part-2&amp;catid=74:commentary&amp;Itemid=94\">Go to \"IF YOU WISH TO KNOW THE FUTURE, STUDY HISTORY! Part 3\"</a></p>','',1,17,0,74,'2012-03-11 23:08:52',62,'Various','2012-03-11 23:30:32',62,0,'0000-00-00 00:00:00','2012-03-11 23:08:52','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,22,'','',0,494,'robots=\nauthor='),(493,'The President & The Prophet: Obama’s Unusual Encounter with Eric Metaxas','the-president-a-the-prophet-obamas-unusual-encounter-with-eric-metaxas','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"240\" src=\"http://www.youtube.com/embed/jotOExbddI4\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>\r\n<p><span style=\"WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; FONT: 16px \'Times New Roman\'; WHITE-SPACE: normal; ORPHANS: 2; COLOR: #000000; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span style=\"LINE-HEIGHT: 20px; FONT-FAMILY: Arial, Helvetica, sans-serif; COLOR: #333333; FONT-SIZE: 13px\">\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">If the organizers of the national prayer breakfast ever want a sitting president to attend their event again, they need to expect that any leader in his right mind is going to ask — no, demand — that he be allowed to see a copy of the keynote address that is traditionally given immediately before the president’s.</p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">   That’s how devastating was the speech given by a little known historical biographer named Eric Metaxas, whose clever wit and punchy humor barely disguised a series of heat-seeking missiles that were sent, intentionally or not, in the commander-in-chief’s direction.</p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">   Although Obama began his address directly after Metaxas by saying, “I’m not going to be as funny as Eric but I’m grateful that he shared his message with us,” both his tone and speech itself were flat, and he looked as though he wished he could either crawl into a hole or have a different speech in front of him.</p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">   In fact, one could be forgiven for thinking that somehow Metaxas had been given an advance copy of Obama’s talk, then tailored his own to rebut the president’s.</p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">   Metaxas, a Yale grad and humor writer who once wrote for the children’s series </p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">   Obama has been under pressure for some time now to somehow prove his Christian bonafides, for it’s no secret that millions of Americans doubt his Christian faith. A Pew Poll taken in 2010 found that only one third of Americans identified him as a Christian, and even among African-Americans, 46 percent said they were unsure of what religion he practiced.</p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">   Obama came to the prayer breakfast with a tidy speech that was clearly designed to lay those doubts to rest. He spoke of his daily habit of prayer and Bible reading, his regular conversations with preachers like T. D. Jakes and Joel Hunter, and even told a story of the time he prayed over Billy Graham.</p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">   But before the president could utter a word, it was Metaxas who delivered a devastating, albeit apparently unintentional critique of such God-talk, recounting his own religious upbringing which he described as culturally Christian yet simultaneously full of “phony religiosity.”</p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">   “I thought I was a Christian. I guess I was lost,” he matter-of-factly stated.</p>\r\n<p> </p>\r\n<p><a href=\"http://www.theoakinitiative.org/special-bulletin-05-2012\">Continue post on The Oak Initiative &gt;&gt;&gt;</a></p>\r\n</span></span></p>\r\n<p> </p>','',1,1,0,1,'2012-03-02 15:53:22',62,'Oak Initiative | Mark Joseph','2012-03-12 00:42:58',62,0,'0000-00-00 00:00:00','2012-03-02 15:53:22','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,173,'','',0,150,'robots=\nauthor='),(514,'The Year Of the Kings GBTV','the-year-of-the-kings-gbtv','','<h3>Glenn Beck talks to Lt. Gen. Jerry Boykin (Ret) and Erick Stakelbeck about Iran, Israel and the threat to global stability.</h3>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"315\" src=\"http://www.youtube.com/embed/Cwl6vidi0Ho\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,17,0,74,'2012-03-12 05:53:11',62,'GBTV','2012-03-12 06:28:41',62,0,'0000-00-00 00:00:00','2012-03-12 05:53:11','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,6,'','',0,352,'robots=\nauthor='),(494,'The SPARROW at STARBUCKS','the-sparrow-at-starbucks','','<h1 id=\"ctl00_PrimaryContent_ArticleTemplate_Article_ctl00_Title\">The Sparrow at Starbucks</h1>\r\n<h2>by John Thomas Oaks</h2>\r\n<p><span>Copyright Christianity Today International</span></p>\r\n<p>It was chilly in Manhattan but warm inside the Starbucks shop on 51st<br />Street and Broadway, just a skip up from Times Square. Early November<span> </span>weather in New York City holds only the slightest hint of the bitter chill<span> </span>of late December and January, but it\'s enough to send the masses crowding<span> </span>indoors to vie for available space and warmth.<br /><br />For a musician, it\'s the most lucrative Starbucks location in the world,<br />I\'m told, and consequently, the tips can be substantial if you play your<br />tunes right. Apparently, we were striking all the right chords that night,<span> </span>because our basket was almost overflowing. It was a fun, low-pressure gig<span> </span>- I was playing keyboard and singing backup for my friend who also added<span> </span>rhythm with an arsenal of percussion instruments. We mostly did pop songs<span> </span>from the \'40s to the \'90s with a few original tunes thrown in. During our<span> </span>emotional rendition of the classic, \"If You Don\'t Know Me by Now,\" I<span> </span>noticed a lady sitting in one of the lounge chairs across from me. She was<span> </span>swaying to the beat and singing along.<br /><br />After the tune was over, she approached me. \"I apologize for singing along<span> </span>on that song. Did it bother you?\" she asked. \"No,\" I replied. \"We love it<span> </span>when the audience joins in. Would you like to sing up front on the next<span> </span>selection?\"<br /><br />To my delight, she accepted my invitation. \"You choose,\" I said. \"What<br />are you in the mood to sing?\"<br /><br />\"Well. ... do you know any hymns?\"<br /><br />Hymns? This woman didn\'t know who she was dealing with. I cut my teeth on<span> </span>hymns. Before I was even born, I was going to church. I gave our guest<span> </span>singer a knowing look. \"Name one.\"<br /><br />\"Oh, I don\'t know. There are so many good ones. You pick one.\"<br /><br />\"Okay,\" I replied. \"How about \'His Eye is on the Sparrow\'?\"<br /><br />My new friend was silent, her eyes averted. Then she fixed her eyes on<span> </span>mine again and said, \"Yeah. Let\'s do that one.\" She slowly nodded her<span> </span>head, put down her purse, straightened her jacket and faced the center of the shop. With my two-bar setup, she began to sing.<br /><br />Why should I be discouraged? Why should the shadows come?<br />I sing because I\'m happy; I sing because I\'m free. For His eye is on the sparrow and I know He watches me.<br /><br />The audience of coffee drinkers was transfixed. Even the gurgling noises<span> </span>of the cappuccino machine ceased as the employees stopped what they were<span> </span>doing to listen. The song rose to its conclusion.<br /><br />I sing because I\'m happy; I sing because I\'m free. For His eye is on the<span> </span>sparrow And I know He watches me.<br /><br />When the last note was sung, the applause crescendoed to a deafening roar<span> </span>that would have rivaled a sold-out crowd at Carnegie Hall. Embarrassed,<span> </span>the woman tried to shout over the din, \"Oh, y\'all go back to your coffee!<span> </span>I didn\'t come in here to do a concert! I just came in here to get<span> </span>somethin\' to drink, just like you!\" But the ovation continued.<br /><br />I embraced my new friend. \"You, my dear, have made my whole year! That was<span> </span>beautiful!\"<br /><br />\"Well, it\'s funny that you picked that particular hymn,\" she said.<br /><br />\"Why is that?\"<br /><br />\"Well . ..\" she hesitated again, \"that was my daughter\'s favorite song.\"<br /><br />\"Really!\" I exclaimed.<br /><br />\"Yes,\" she said, and then grabbed my hands. By this time, the applause had<span> </span>subsided and it was business as usual.. \"She was 16. She died of a brain<span> </span>tumor last week.\"<br /><br />I said the first thing that found its way through my stunned silence. \"Are<span> </span>you going to be okay?\"<br /><br />She smiled through tear-filled eyes and squeezed my hands. \"I\'m gonna be<span> </span>okay. I\'ve just got to keep trusting the Lord and singing his songs, and<span> </span>everything\'s gonna be just fine.\" She picked up her bag, gave me her card,<span> </span>and then she was gone.<br /><br />Was it just a coincidence that we happened to be singing in that<br />particular coffee shop on that particular November night? Coincidence that<span> </span>this wonderful lady just happened to walk into that particular shop?<span> </span>Coincidence that of all the hymns to choose from, I just happened to pick<span> </span>the very hymn that was the favorite of her daughter, who had died just the<span> </span>week before? I refuse to believe it.<br /><br />God has been arranging encounters in human history since the beginning of<span> </span>time, and it\'s no stretch for me to imagine that God could reach into a<span> </span>coffee shop in midtown Manhattan and turn an ordinary gig into a revival.<span> </span>It was a great reminder that if we keep trusting God and singing the<span> </span>songs, everything\'s gonna be okay.</p>\r\n<p><a href=\"http://www.christianity.com/Christian%20Living/Features/11622452/\">Goto Christianity.com &gt;&gt;&gt;</a></p>','',1,23,0,81,'2012-03-02 16:31:56',62,'Submitted by Doug Burnie','2012-03-02 17:10:54',62,0,'0000-00-00 00:00:00','2012-03-02 16:31:56','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,13,'','',0,396,'robots=\nauthor='),(423,'After America, There is No Place to Go','after-america-there-is-no-place-to-go','','<div style=\"text-align: center;\"><em>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px; color: black; font-size: 11pt;\"><span style=\"font-family: Verdana,Geneva;\"><span><strong>After America, There is No Place to Go</strong></span><br />by Kitty Werthmann </span></p>\r\n</em></div>\r\n<p style=\"text-align: justify; margin-top: 0px; font-family: Verdana,Geneva; margin-bottom: 0px; color: #000000; font-size: 10pt;\" align=\"justify\">What I am about to tell you is something you\'ve probably never heard or will ever read in history books. I believe that I am an eyewitness to history.</p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"> </p>\r\n<p style=\"text-align: justify; margin-top: 0px; font-family: Verdana,Geneva; margin-bottom: 0px; color: #000000; font-size: 10pt;\" align=\"justify\">I cannot tell you that Hitler took Austria by tanks and guns; it would distort history. We elected him by a landslide-98 percent of the vote. I\'ve never read that in any American publications. Everyone thinks that Hitler just rolled in with his tanks and took Austria by force. In 1938, Austria was in a deep depression. Nearly one-third of our workforce was unemployed. We had 25 percent inflation and 25 percent bank loan interest rates.</p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"> </p>\r\n<p style=\"text-align: justify; margin-top: 0px; font-family: Verdana,Geneva; margin-bottom: 0px; color: #000000; font-size: 10pt;\" align=\"justify\">Farmers and business people were declaring bankruptcy daily. Young people were going from house to house begging for food-not that they didn\'t want to work-there simply weren\'t any jobs. My mother was a Christian and believed in helping people in need. Every day we cooked a big kettle of soup and baked bread to feed those poor, hungry people, about thirty daily. The Communist Party and the National Socialist Party were fighting each other. Blocks and blocks of cities like Vienna, Linz, and Graz were destroyed. The people became desperate and petitioned the government to let them decide what kind of government they wanted. We looked to our neighbor on the north, Germany, where Hitler had been in power since 1933. We had been told that they didn\'t have unemployment or crime, and they had a high standard of living. Nothing was ever said about persecution of any group...<a href=\"http://www.theoakinitiative.org/oak-leaf-16\" target=\"_blank\" style=\"color: blue; font-weight: bold; text-decoration: underline;\">read more</a></p>','',1,20,0,78,'2011-12-17 16:29:23',62,'Posted on The Oak Initiative','2012-02-04 13:10:23',62,0,'0000-00-00 00:00:00','2011-12-17 16:29:23','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,66,'','',0,243,'robots=\nauthor='),(424,'Where You See Injustice - Ask God for His Kingdom to Manifest','where-you-see-injustice-ask-god-for-his-kingdom-to-manifest','','<p style=\"text-align: left; padding-left: 10px; padding-right: 10px; font: 12pt/14pt verdana;\"><img src=\"images/stories/f_frangipane_100px.jpg\" border=\"0\" alt=\"Francis Frangipane\" align=\"left\" />We live in unparalleled times. Not since the first century have more Scriptures been fulfilled in a single generation. Each unfolding Word brings down another mountain; it lifts another valley. In truth, the way is being prepared for our King\'s return into this world.</p>\r\n<p class=\"subtitle\" style=\"text-align: center; padding-bottom: 5px; margin-top: 30px; padding-left: 10px; padding-right: 10px; font: 15pt/17pt verdana; color: #016d88; padding-top: 5px;\">The Great Revolt</p>\r\n<p style=\"text-align: left; padding-left: 10px; padding-right: 10px; font: 12pt/14pt verdana;\">The Lord forewarned that, during the End Time,<span class=\"script_text\" style=\"text-align: left; font-style: italic; font-family: Verdana, Arial, Helvetica, sans-serif; color: #016d88;\"><span class=\"Apple-converted-space\"> </span>\"many will go back and forth, and knowledge will increase\"</span><span class=\"Apple-converted-space\"> </span>(<span class=\"script_ref\" style=\"text-align: left; font-style: italic; font-family: Verdana, Arial, Helvetica, sans-serif; color: #016d88; font-weight: bold;\">Daniel 12:4</span>). Contrast our time with any other in history: Not only are we traveling farther and more frequently, but we do so in a world inundated with increasing<span class=\"Apple-converted-space\"> </span><em>knowledge</em>. It has been our privilege to behold the prophetic return of Israel to its land (see Jeremiah 16:14-15), and our misfortune to live when<span class=\"Apple-converted-space\"> </span><span class=\"script_text\" style=\"text-align: left; font-style: italic; font-family: Verdana, Arial, Helvetica, sans-serif; color: #016d88;\">\"the earth is... polluted by its inhabitants\"</span><span class=\"Apple-converted-space\"> </span>(<span class=\"script_ref\" style=\"text-align: left; font-style: italic; font-family: Verdana, Arial, Helvetica, sans-serif; color: #016d88; font-weight: bold;\">Isaiah 24:5</span>).</p>\r\n<p style=\"text-align: left; padding-left: 10px; padding-right: 10px; font: 12pt/14pt verdana;\">As though Jesus were reading a news summary of recent years, His prophecies of two thousand years ago clearly describe our times. Thus, we are compelled to discern accurately the significant era in which we live. Indeed, of the many prophetic fulfillments of our day, one in particular rises with undimmed candor. I am speaking of what the Bible calls the \"apostasy.\" You will recall Paul\'s warning:</p>\r\n<p style=\"text-align: left; padding-left: 10px; padding-right: 10px; font: 12pt/14pt verdana;\"><span class=\"script_text\" style=\"text-align: left; font-style: italic; font-family: Verdana, Arial, Helvetica, sans-serif; color: #016d88;\">\"Let no one in any way deceive you, for [the day of the Lord] will not come unless the apostasy comes first\"</span><span class=\"Apple-converted-space\"> </span><span class=\"script_ref\" style=\"text-align: left; font-style: italic; font-family: Verdana, Arial, Helvetica, sans-serif; color: #016d88; font-weight: bold;\">(2 Thessalonians 2:3</span>).</p>\r\n<p style=\"text-align: left; padding-left: 10px; padding-right: 10px; font: 12pt/14pt verdana;\">The apostasy has traditionally been described as<span class=\"Apple-converted-space\"> </span><em>a time of deception and massive falling away from authentic faith in Christ</em>. Depending upon your specific view, sometime before or after the apostasy the rapture of the Church will occur. However, the concept of apostasy as merely \"a falling away\" is incomplete. The original Greek word for apostasy, apostasia, when used in classical Greek literature, meant \"a political revolt.\" From this we understand that the End Time apostasy is not just a time of sinfulness or large scale backsliding; it is actually<span class=\"Apple-converted-space\"> </span><em>a time of open defiance and warlike aggression against divine moral foundations</em>. In other words, the apostasia is a political insurrection against the laws of God.</p>\r\n<p style=\"text-align: left; padding-left: 10px; padding-right: 10px; font: 12pt/14pt verdana;\">This interpretation of the apostasy is not an isolated view. The New International Version, Revised Standard Version, Phillips Translation, and New English Bible all render apostasia as \"the rebellion.\" The Living Bible interprets the apostasy as the \"great rebellion,\" while the Jerusalem Bible assigns a proper name to this era: \"The Great Revolt.\"</p>\r\n<p style=\"text-align: left; padding-left: 10px; padding-right: 10px; font: 12pt/14pt verdana;\">As we consider the fulfillment of so many other prophecies, let us carefully observe: mankind has entered an era of open revolt and outright rebellion – an apostasy – against the moral standards of God.</p>\r\n<p style=\"text-align: left; padding-left: 10px; padding-right: 10px; font: 12pt/14pt verdana;\">Today, we are witnessing a large-scale rebellion against godliness and moral values. Indeed, this brazen attitude has had a name for itself since the 1960s: the sexual revolution. And \"revolution\" is exactly what it is. Our moral standards have not only been challenged, they have been replaced by a nonstandard. Indeed, the great rebellion seeks to legitimize and then mainstream every perversity known to man!</p>\r\n<p style=\"text-align: left; padding-left: 10px; padding-right: 10px; font: 12pt/14pt verdana;\">There is much to say on behalf of those trapped in perversity and who hate sin\'s affect on their lives. We must be compassionate toward them and not strident; many are sitting in our churches afraid to even speak of their need lest they be disowned. I am not speaking with reference to the victims of this advance, but of those who are engaged in a mutiny against the sway of God in our nation. They argue the only standard Americans have is the standard of individual freedom. In their view, freedom itself is the \"god\" ruling America, with self-indulgence sitting as chief counsel.</p>\r\n<p style=\"text-align: left; padding-left: 10px; padding-right: 10px; font: 12pt/14pt verdana;\"><a href=\"http://campaign.r20.constantcontact.com/render?llr=4xrw9udab&amp;v=001PxvKDHU1N4qrmwb7lICDG5c-hHAxDO028H2Y9BGlnbvodFJAwKiiIdKeaOuK2MsSqhmaJucZr87m33unWXH4bYFHlU-2B6tU4y-KnOYodOGz_OTn15lxwFmxwbuvc7tw8F-Y6-L9dYvEuE6Tj9q3pLpMeK37K1YrrjYEQhhP0mnC90y-3zlvOAAvWYt9m6NmO1CxjJqjJx4LA7IqDKef7NetsmrIVopEQPSf1ncG0MQ%3D\">Read More&gt;&gt;&gt;</a></p>','',1,1,0,1,'2011-12-18 00:39:19',62,'Francis Frangipane as posted on Elijah List','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-12-18 00:39:19','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,194,'','',0,230,'robots=\nauthor='),(425,'Gingrich\'s Assertion That the Palestinians Are \"Invented\" Is True. But Why Did They Do It?','gingrichs-assertion-that-the-palestinians-are-qinventedq-is-true-but-why-did-they-do-it','','<p>Dear Friend of FLAME:</p>\r\n<p>In a rare display of honest reporting on the part of American media, the Associated Press affirmed Newt Gingrich\'s statement that the Palestinians are an \"invented\" people---and the story ran in hundreds of newspapers. Of course, <span style=\"text-decoration: underline;\">it\'s sad and ironic that we cheer simply when the media tell the truth about the Middle East</span>.</p>\r\n<p>In any case, the fact that the Palestinians are a made-up people has been established by <span style=\"text-decoration: underline;\">all manner of historical research and acclamation</span>, even by Arabs themselves.</p>\r\n<p>We know that never in history was there a Palestinian state. We also know that the original Palestinians in the 20th century were Jewish---they called their newspaper the <em>Palestine Post</em> and their orchestra the Palestine Symphony. In those days, the Arabs called themselves <em>Arabs</em>, or in some cases Syrians. Even after Israel\'s birth in 1948, <span style=\"text-decoration: underline;\">no Arabs called themselves Palestinians</span>. The \"Palestinians\" began calling themselves that only after the 1967 war, when Israel chased Jordan and Egypt out of Jerusalem, the West Bank, Sinai and Gaza.</p>\r\n<p>The name Palestine is Greek transmuted from Latin, and was applied by the region\'s ancient conquerors. Nearly all the cities in Israel, the West Bank and Gaza have Hebrew names---like Bethlehem, Nazareth, Hebron---and <span style=\"text-decoration: underline;\">their current Arabic names are translations of these names</span>. The capital of the West Bank, Nablus isn\'t an Arabic name, but a mispronunciation of Neapolis, or Latin for \"New City.\"</p>\r\n<p>Need more proof? Way back in 1937, the Arab leader Auni Bey Abdul-Hadi told the Peel Commission, \"There is no such country [as Palestine]! <span style=\"text-decoration: underline;\">Palestine is a term the Zionists invented</span>! There is no Palestine in the Bible. Our country was for centuries part of Syria.\"</p>\r\n<p>Next consider the statement of Zahir Muhsein, a member of the PLO Executive Committee, who in 1977 told the Dutch newspaper <em>Trouw</em> that \"<span style=\"text-decoration: underline;\">The Palestinian people does not exist</span>. The creation of a Palestinian state is only a means for continuing our struggle against the state of Israel . . . Only for political and tactical reasons do we speak about the existence of the Palestinian people.\"</p>\r\n<p>Mahmoud Abbas, however, in a dazzling display of chutzpah and mendacity at the U.N. recently, recounted a history of ancient Palestine full of Palestinians and a guy named Jesus (no mention of his religion), but no Jews at all. In fact, <span style=\"text-decoration: underline;\">today\'s Palestinians are a group of Arabs left over after Syria and Jordan were formed</span> from the 1947 U.N. Partition Plan (which the Arabs rejected and the Jews accepted).</p>\r\n<p><a href=\"http://www.factsandlogic.org/flame_hotline_122011-p.html\">READ MORE&gt;&gt;&gt;</a></p>','',1,14,0,71,'2011-12-20 18:03:26',62,'Posted on the FLAME','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-12-20 18:03:26','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,7,'','',0,486,'robots=\nauthor='),(426,'Biblical Duty','biblical-duty','','<p><span class=\"Apple-style-span\" style=\"WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; FONT: 16px \'Times New Roman\'; WHITE-SPACE: normal; ORPHANS: 2; COLOR: #000000; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"LINE-HEIGHT: 20px; FONT-FAMILY: Arial, Helvetica, sans-serif; COLOR: #333333; FONT-SIZE: 13px\">\r\n<div style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\" align=\"center\"><strong style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\"><img src=\"images/stories/OAKI-logo.png\" border=\"0\" align=\"left\" />Biblical Duty</strong><br style=\"MARGIN: 0px; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\" />by Lloyd Phillips</p>\r\n</div>\r\n<p>\r\n<p> </p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\"> </p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">     As you know, if we can change a person’s mind, we will change their actions. One of the most powerful tools a Christian has is the power to pull down strongholds or change beliefs and thereby change actions of people.</p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">    I have found that the interpretation of Romans 13 repeated at the OAK Initiative and in many Christian circles is not helpful to the cause in America currently. In fact, it doesn’t differ much at all from the interpretations used in Germany under Hitler. Hitler considered the following his favorite verse.</p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px 0.5in; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\"><strong style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">Let every soul be subject to the governing authorities. For there is no authority except from God, and the authorities that exist are appointed by God (Romans 13:1).</strong></p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">    He was able to use this belief to influence and eventually control the church. I have also found this belief to be a hindrance when endeavoring to mobilize church leaders against ungodly immoral or unconstitutional acts or laws of the government. Some interpret the following verse as the limits to obedience.</p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px 0.5in; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\"><strong style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">For rulers are not a terror to good works, but to evil. Do you want to be unafraid of the authority? Do what is good, and you will have praise from the same (Romans 13:3).</strong></p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">    In other words, once a governing power has ceased to terrorize evil works and reward good works, it has become illegitimate and has ceased to require biblical obedience to such governments or laws. This may have been the dominant view of our founders. However, today you will hear this countered with I Peter 2:13,<span class=\"Apple-converted-space\"> </span><strong style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">“Therefore submit yourselves to every ordinance of man for the Lord\'s sake, whether to the king as supreme.”</strong><span class=\"Apple-converted-space\"> </span>However, one will never hear the following verse, which also echoes the second verse of Romans 13, and tends to strengthen that view.</p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\"><strong style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">          Or to governors, as to those who are sent by him for the punishment of evildoers and for the praise of those who do good (I Peter 2:14).</strong></p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">    Likewise, almost never do we hear one of the most clearly exhibited verses in the New Testament, the apostolic declaration of Acts 5:29:<span class=\"Apple-converted-space\"> </span><strong style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">“But Peter and the other apostles answered and said: ‘We ought to obey God rather than men.’”</strong></p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">    Once again we find the church in need of the apostolic direction that the early church had on this issue. Today it is predominantly absent.</p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">    The section I referred to earlier in I Peter 2:13-14 ends with the exhortation in verse 17,<span class=\"Apple-converted-space\"> </span><strong style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">“Honor all people. Love the brotherhood. Fear God. Honor the king.”</strong><span class=\"Apple-converted-space\"> </span>This puts the honor of the king on the same level of honoring all people, although it is specifically singled out. This does not say to obey the king that you are honoring any more than it says to obey the people that you are honoring. This is significant because when this was written, the person was the law since they had no constitution.  Much more than now, they had rulers, not governors. This is a significant difference and is the main stronghold that we must take aim upon to set people free from the bondage of incorrect interpretation and application.</p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">    Among the nations, and unlike any nation existing at the time the Bible was written, we have a nation with a unique constitution and a legally binding set of documents presenting what our founders said was the line of authority for legitimate governments. Primary to these, and all of our laws, is what the Supreme Court has called “the organic law of the United States”, known as the Declaration of Independence. It states: </p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px 0.5in; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">“... to secure these rights, Governments are instituted among Men, deriving their just powers from the consent of the governed....”</p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">    This clarifies the interpretation of Romans 13:1, which our Founders held and was different than that of the Europeans. They believed the higher powers receive their God-ordained authority from the Creator (earlier in the same sentence) through the consent of the people! This is an important distinction and echoes Acts 5:29. The Declaration continues, “That whenever any Form of Government becomes destructive of these ends, it is the Right of the People to alter or to abolish it, and to institute new Government . . .” thus showing that their interpretation of Scripture is the less heard, but very legitimate interpretation that when a Government ceases to punish the evildoer, but instead punishes the good, it forfeits its right to the authority granted by God.</p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\"><a href=\"http://www.theoakinitiative.org/oak-leaf-17\">READ MORE AT THE OAK INITIATIVE&gt;&gt;&gt;</a></p>\r\n</p>\r\n</span></span></p>\r\n<p> </p>\r\n<p> </p>','',1,20,0,78,'2011-12-21 17:52:40',62,'The Oak Initiative','2012-02-04 13:10:05',62,0,'0000-00-00 00:00:00','2011-12-21 17:52:40','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,65,'','',0,383,'robots=\nauthor='),(427,'MSNBC-2 women share 1st kiss at US Navy ship\'s return ','msnbc-2-women-share-1st-kiss-at-us-navy-ships-return-','','<p><strong><img src=\"images/stories/fruit/nofruitsandnuts.jpg\" border=\"0\" hspace=\"7\" width=\"101\" height=\"101\" align=\"left\" />Kiss marks first time on record that a same-sex couple was chosen for homecoming tradition</strong></p>\r\n<p>By BROCK VERGAKIS (Pronounced \"braaaaughkK vur gag us\")</p>\r\n<div id=\"source\"><img src=\"http://msnbcmedia3.msn.com/i/msnbc/Components/Sources/sourceAP.gif\" border=\"0\" /></div>\r\n<div>updated <abbr style=\"display: inline;\" title=\"2011-12-22T01:51:40\">1 hour 24 minutes ago</abbr>2011-12-22T01:51:40</div>\r\n<div><a href=\"http://www.msnbc.msn.com/id/45753034/ns/us_news-life/\">Article published here-MSNBC wants exclusive credit for covering this Sodom &amp; Gomorrah update&gt;&gt;&gt;</a></div>\r\n<div>{jcomments on}</div>\r\n<div id=\"intelliTXT\">\r\n<div>\r\n<hr />\r\n</div>\r\n<div><strong>WHEN IS ENOUGH GOING TO BE ENOUGH WITH THIS GODLESS CREW? </strong></div>\r\n<div><strong> </strong></div>\r\n<div><strong>\"WOE UNTO YOU WHO CALL EVIL GOOD AND GOOD EVIL.\"</strong></div>\r\n</div>','',1,1,0,1,'2011-12-22 02:10:05',62,'From the No Fruits & Nuts Department','2012-03-25 23:36:16',62,62,'2012-04-07 16:41:55','2011-12-22 02:10:05','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,193,'','',0,435,'robots=\nauthor='),(428,'The Corruption of America','the-corruption-of-america','','<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: italic 16px \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; line-height: 18px; font-style: normal; font-family: arial, helvetica, verdana, sans-serif; font-size: 12px;\">\r\n<h1 class=\"entry-title\" style=\"line-height: 1; margin: 0px 0px 0.37em; outline-width: 0px; font-family: Times, \'Times New Roman\', Georgia, Garamond, Baskerville, serif; color: #111111; font-size: 2em; vertical-align: baseline; font-weight: normal; border-width: 0px; padding: 0px;\"><a href=\"http://dailyreckoning.com/the-corruption-of-america/\" title=\"Permanent link to The Corruption of America\" rel=\"bookmark\" style=\"margin: 0px; outline-width: 0px; color: #000000; font-size: 24px; vertical-align: baseline; font-weight: bold; text-decoration: none; border-width: 0px; padding: 0px;\">The Corruption of America</a></h1>\r\n<p class=\"byline\" style=\"margin: 0px 0px 1.5em; outline-width: 0px; font-size: 12px; vertical-align: baseline; border-width: 0px; padding: 0px;\"><span class=\"by\" style=\"margin: 0px; outline-width: 0px; font-size: 12px; vertical-align: baseline; border-width: 0px; padding: 0px;\">By</span><span class=\"Apple-converted-space\"> </span><a class=\"url fn\" href=\"http://dailyreckoning.com/author/porterstansberry/\" title=\"View all posts by Porter Stansberry\" style=\"margin: 0px; outline-width: 0px; color: #0000ff; font-size: 12px; vertical-align: baseline; text-decoration: none; border-width: 0px; padding: 0px;\">Porter Stansberry</a></p>\r\n<p class=\"sharing-buttons\" style=\"margin: 0px; outline-width: 0px; font-size: 12px; vertical-align: baseline; border-width: 0px; padding: 0px;\">\r\n<div class=\"sharing-button\" style=\"margin: 0px; outline-width: 0px; float: left; height: 35px; font-size: 12px; vertical-align: middle; border-width: 0px; padding: 0px;\"><span style=\"margin: 0px; outline-width: 0px; font-size: 12px; vertical-align: baseline; border-width: 0px; padding: 0px;\"> </span></div>\r\n</p>\r\n<p class=\"entry-content\" style=\"margin: 0px; outline-width: 0px; font-size: 12px; vertical-align: baseline; border-width: 0px; padding: 0px;\">\r\n<div style=\"padding-bottom: 0px; margin: 0px; padding-left: 0px; outline-width: 0px; padding-right: 10px; float: left; font-size: 12px; vertical-align: baseline; padding-top: 0px; border-width: 0px;\"><a href=\"http://dailyreckoning.com/the-corruption-of-america/\" title=\"The Corruption of America\" rel=\"bookmark\" style=\"margin: 0px; outline-width: 0px; color: #0000ff; font-size: 12px; vertical-align: baseline; text-decoration: none; border-width: 0px; padding: 0px;\"><img src=\"http://dailyreckoning.com/wp-content/blogs.dir/5/files/2011/12/AF_Investments8.png\" border=\"0\" alt=\"leadimage\" style=\"margin: 0px; outline-width: 0px; font-size: 12px; vertical-align: baseline; border-width: 0px; padding: 0px;\" /></a></div>\r\n<p style=\"margin: 0px 0px 1.5em; outline-width: 0px; font-size: 12px; vertical-align: baseline; border-width: 0px; padding: 0px;\"><span class=\"date\" style=\"margin: 0px; outline-width: 0px; font-size: 12px; vertical-align: baseline; font-weight: bold; border-width: 0px; padding: 0px;\"><abbr class=\"published\" style=\"margin: 0px; outline-width: 0px; color: #000000; font-size: 12px; vertical-align: baseline; border-width: 0px; padding: 0px;\" title=\"2011-12-21T15:39:08+0000\">12/21/11</abbr></span></p>\r\n<p style=\"text-align: left; margin: 0px 0px 1.5em; outline-width: 0px; font-size: 12px; vertical-align: baseline; border-width: 0px; padding: 0px;\">The numbers tell us America is in decline… if not outright collapse.</p>\r\n<p style=\"margin: 0px 0px 1.5em; outline-width: 0px; font-size: 12px; vertical-align: baseline; border-width: 0px; padding: 0px;\">I say “<em>the numbers tell us</em>” because I’ve become very sensitive to the impact this kind of statement has on people. When I warned about the impending bankruptcy of General Motors in 2006 and 2007, readers actually blamed me for the company’s problems — as if my warnings to the public were the real problem, rather than GM’s $400 billion in debt.</p>\r\n<p style=\"margin: 0px 0px 1.5em; outline-width: 0px; font-size: 12px; vertical-align: baseline; border-width: 0px; padding: 0px;\">The claim was absurd. But the resentment my work engendered was real.</p>\r\n<p style=\"margin: 0px 0px 1.5em; outline-width: 0px; font-size: 12px; vertical-align: baseline; border-width: 0px; padding: 0px;\">So please… before you read this column, which makes several arresting claims about the future of our country… understand I am only writing about the facts as I find them today. I am only drawing conclusions based on the situation as it stands. I am not saying that these conditions can’t improve. Or that they won’t improve.</p>\r\n<p style=\"margin: 0px 0px 1.5em; outline-width: 0px; font-size: 12px; vertical-align: baseline; border-width: 0px; padding: 0px;\">The truth is; I am optimistic. I believe our country is heading into a crisis. But I also believe that… sooner or later… Americans will make the right choices and put our country back on sound footing.</p>\r\n<p style=\"margin: 0px 0px 1.5em; outline-width: 0px; font-size: 12px; vertical-align: baseline; border-width: 0px; padding: 0px;\">Please pay careful attention to the data I cite. And please send me corrections to the facts. I will happily publish any correction that can be substantiated. But please don’t send me threats, accusations against my character, or baseless claims about my lack of patriotism. If I didn’t love our country, none of these facts would bother me. I wouldn’t have bothered writing this column.</p>\r\n<p style=\"margin: 0px 0px 1.5em; outline-width: 0px; font-size: 12px; vertical-align: baseline; border-width: 0px; padding: 0px;\">I know this is a politically charged and emotional issue. My conclusions will not be easy for most readers to accept. Likewise, many of the things I am about to say will challenge folks to re-examine what they believe about their country.<span class=\"Apple-converted-space\"> </span><em>The facts about America today tell a painful story about a country in a steep decline, beset by problems of its own making.</em></p>\r\n<p style=\"margin: 0px 0px 1.5em; outline-width: 0px; font-size: 12px; vertical-align: baseline; border-width: 0px; padding: 0px;\">I am speaking out now because I believe someone must. And I have the resources to do it.<span class=\"Apple-converted-space\"> </span><em>I am sharing these ideas because I know we have arrived at the moment of a long-brewing crisis.</em></p>\r\n<p style=\"margin: 0px 0px 1.5em; outline-width: 0px; font-size: 12px; vertical-align: baseline; border-width: 0px; padding: 0px;\">Our political leaders, our business leaders, and our cultural leaders have made a series of catastrophic choices. The result has been a long decline in America’s standard of living.</p>\r\n<p style=\"margin: 0px 0px 1.5em; outline-width: 0px; font-size: 12px; vertical-align: baseline; border-width: 0px; padding: 0px;\">For decades, we have papered over these problems with massive amounts of borrowing. But now, our debts total close to 400% of GDP, and America is the world’s largest borrower (after being the world’s largest creditor only 40 years ago)… And the holes in our society can no longer be hidden…</p>\r\n<p style=\"margin: 0px 0px 1.5em; outline-width: 0px; font-size: 12px; vertical-align: baseline; border-width: 0px; padding: 0px;\">We’ve reached the point where we will have to fix what lies at the heart of America’s decline… or be satisfied with a vastly lower standard of living in the future.</p>\r\n<p style=\"margin: 0px 0px 1.5em; outline-width: 0px; font-size: 12px; vertical-align: baseline; border-width: 0px; padding: 0px;\">How do I know? How do I statistically define the decline of America?</p>\r\n<p style=\"margin: 0px 0px 1.5em; outline-width: 0px; font-size: 12px; vertical-align: baseline; border-width: 0px; padding: 0px;\">The broadest measure of national wealth is per-capita gross domestic product (GDP). Economists use this figure to judge standards of living around the world. It shows the value of the country’s annual production divided by the number of its citizens. No, the production isn’t actually divided among all the citizens, but this measure provides us with a fair benchmark to compare different economies around the world. Likewise, this measure shows the growth (or the decline) in wealth in societies across time.</p>\r\n</p>\r\n<span style=\"margin: 0px; outline-width: 0px; font-size: 12px; vertical-align: baseline; border-width: 0px; padding: 0px;\">\r\n<p><br />Read more:<span class=\"Apple-converted-space\"> </span><a href=\"http://dailyreckoning.com/the-corruption-of-america/#ixzz1hK2illVj\" style=\"margin: 0px; outline-width: 0px; color: #003399; font-size: 12px; vertical-align: baseline; text-decoration: none; border-width: 0px; padding: 0px;\">The Corruption of America</a><span class=\"Apple-converted-space\"> </span><a href=\"http://dailyreckoning.com/the-corruption-of-america/#ixzz1hK2illVj\" style=\"margin: 0px; outline-width: 0px; color: #003399; font-size: 12px; vertical-align: baseline; text-decoration: none; border-width: 0px; padding: 0px;\">http://dailyreckoning.com/the-corruption-of-america/#ixzz1hK2illVj</a></p>\r\n</span></span></span>{jcomments on}</p>\r\n<p> </p>\r\n<p> </p>','',1,1,0,1,'2011-12-23 02:49:47',62,'Posted on thedailyreckoning.com','2011-12-23 03:27:24',62,0,'0000-00-00 00:00:00','2011-12-23 02:49:47','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,192,'','',0,385,'robots=\nauthor='),(429,'It’s massive new assault on Christmas across U.S.','its-massive-new-assault-on-christmas-across-us','','<h1 class=\"entry-title\" style=\"line-height: 1.3em; background-color: transparent; margin: 0px; font-family: \'Helvetica Neue\', Arial, Helvetica, \'Nimbus Sans L\', sans-serif; color: #000000; clear: both; font-size: 21px; vertical-align: baseline; font-weight: bold; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"line-height: 24px; font-family: Georgia, \'Bitstream Charter\', serif; color: #333333; font-size: 16px;\">\r\n<h1 class=\"entry-title\" style=\"line-height: 1.3em; background-color: transparent; margin: 0px; font-family: \'Helvetica Neue\', Arial, Helvetica, \'Nimbus Sans L\', sans-serif; color: #000000; clear: both; font-size: 21px; vertical-align: baseline; font-weight: bold; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><span class=\"meta-prep meta-prep-author\" style=\"background-color: transparent; margin: 0px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"line-height: 24px; font-family: Georgia, \'Bitstream Charter\', serif; color: #333333; font-size: 16px;\">\r\n<div class=\"entry-meta\" style=\"background-color: transparent; margin: 0px; font-family: \'Helvetica Neue\', Arial, Helvetica, \'Nimbus Sans L\', sans-serif; color: #888888; font-size: 12px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><span class=\"meta-prep meta-prep-author\" style=\"background-color: transparent; margin: 0px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">Posted on</span><span class=\"Apple-converted-space\"> </span><a href=\"http://conservativebyte.com/2011/12/its-massive-new-assault-on-christmas-across-u-s/\" title=\"9:46 am\" rel=\"bookmark\" style=\"background-color: transparent; margin: 0px; color: #888888; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><span class=\"entry-date\" style=\"background-color: transparent; margin: 0px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><span style=\"text-decoration: underline;\">December 23, 2011</span></span></a><span class=\"Apple-converted-space\"> </span><span class=\"meta-sep\" style=\"background-color: transparent; margin: 0px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">by</span><span class=\"Apple-converted-space\"> </span><span class=\"author vcard\" style=\"background-color: transparent; margin: 0px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><a class=\"url fn n\" href=\"http://conservativebyte.com/author/jaytaylor/\" title=\"View all posts by Conservative Byte\" style=\"background-color: transparent; margin: 0px; color: #888888; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><span style=\"text-decoration: underline;\">Conservative Byte</span></a></span></div>\r\n<div class=\"entry-content\" style=\"padding-bottom: 0px; background-color: transparent; margin: 0px; padding-left: 0px; padding-right: 0px; clear: both; vertical-align: baseline; padding-top: 12px; background-origin: initial; background-clip: initial; border-width: 0px;\"><span class=\"st_facebook_large\" style=\"background-color: transparent; margin: 0px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><span class=\"stButton\" style=\"z-index: 1; position: relative; line-height: 16px; background-color: transparent; margin: 0px 3px; display: inline-block; color: #000000; font-size: 11px; vertical-align: baseline; cursor: pointer; text-decoration: none; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><span class=\"stLarge\" style=\"background-image: url(http://w.sharethis.com/images/facebook_32.png); position: relative; background-color: transparent; margin: 0px; width: 32px; display: inline-block; height: 32px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"></span></span></span><span class=\"Apple-converted-space\"> </span><span class=\"st_twitter_large\" style=\"background-color: transparent; margin: 0px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><span class=\"stButton\" style=\"z-index: 1; position: relative; line-height: 16px; background-color: transparent; margin: 0px 3px; display: inline-block; color: #000000; font-size: 11px; vertical-align: baseline; cursor: pointer; text-decoration: none; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"></span></span><span class=\"Apple-converted-space\"> </span><span class=\"st_email_large\" style=\"background-color: transparent; margin: 0px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><span class=\"stButton\" style=\"z-index: 1; position: relative; line-height: 16px; background-color: transparent; margin: 0px 3px; display: inline-block; color: #000000; font-size: 11px; vertical-align: baseline; cursor: pointer; text-decoration: none; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"></span></span><span class=\"Apple-converted-space\"> </span><span class=\"st_sharethis_large\" style=\"background-color: transparent; margin: 0px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><span class=\"stButton\" style=\"z-index: 1; position: relative; line-height: 16px; background-color: transparent; margin: 0px 3px; display: inline-block; color: #000000; font-size: 11px; vertical-align: baseline; cursor: pointer; text-decoration: none; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"></span></span>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><a href=\"http://conservativebyte.com/wp-content/uploads/2011/12/122311WHtree.jpg\" style=\"background-color: transparent; margin: 0px; color: #0066cc; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><img class=\"alignright size-medium wp-image-15856\" src=\"http://conservativebyte.com/wp-content/uploads/2011/12/122311WHtree-300x252.jpg\" border=\"0\" title=\"122311WHtree\" width=\"300\" height=\"252\" style=\"background-color: transparent; margin: 4px 0px 12px 24px; width: auto; display: inline; max-width: 640px; float: right; height: auto; vertical-align: baseline; background-origin: initial; background-clip: initial; border: 0px; padding: 0px;\" /></a></p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">Christmas carolers are thrown out of a U.S. Post Office.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">The U.S. military apologizes for promoting a Christian-based charity and relief program providing holiday gifts to poor children.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">Across the country, Christmas lights, Christmas trees and menorahs are banned in public areas.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">Atheists and “free-thinkers” sue cities into submission, forcing removal of all things “Christ” on public property during the Christian holiday.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">Is the nation that puts “In God We Trust” on its currency at war with Christmas?</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">“I think people mistake tolerance for muzzling,” Andrew Walther, vice president of communications for Knights of Columbus, a group that has been at the forefront of the campaign to “Keep Christ in Christmas” for more than five decades, told WND. “The entire point of the First Amendment, to have freedom of religion, freedom of speech, freedom of assembly, is that we can practice our faith and we can speak publicly about things that matter to us.”</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">According to a new survey, nearly two-thirds of Americans agree and want to “keep Christ in Christmas.” A Knights of Columbus-Marist Poll of 1,026 adults found 64 percent of Americans favor a greeting of “Merry Christmas” – an increase of three percent over last year – while 31 percent prefer “Happy Holidays” and four percent are unsure.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">“I don’t really understand where the anti-Christmas fervor comes from, and I don’t think it’s a nod in the direction of tolerance to be quiet in the face of people who are calling for the banning of something most Americans celebrate,” Walther said. “Tolerance demands that we get to celebrate our holy day and talk about it and we don’t have to take that out of the public square or be quiet about it because it’s our constitutional right to do that.”</p>\r\n</div>\r\n</span></span></span></h1>\r\n{jcomments on}</span></span></p>\r\n</h1>','',1,1,0,1,'2011-12-23 15:35:21',62,'Posted on Conservative Byte','2011-12-23 16:27:09',62,0,'0000-00-00 00:00:00','2011-12-23 15:35:21','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,191,'','',0,303,'robots=\nauthor='),(430,'Allen West Says Holder‘s Use of the ’Race Card‘ Is ’Slap in My Face as a Professional African American’','allen-west-says-holders-use-of-the-race-card-is-slap-in-my-face-as-a-professional-african-american','','<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"line-height: 24px; font-family: Georgia, \'Bitstream Charter\', serif; color: #333333; font-size: 16px;\">\r\n<div class=\"entry-meta\" style=\"background-color: transparent; margin: 0px; font-family: \'Helvetica Neue\', Arial, Helvetica, \'Nimbus Sans L\', sans-serif; color: #888888; font-size: 12px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><span class=\"meta-prep meta-prep-author\" style=\"background-color: transparent; margin: 0px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">Posted on</span><span class=\"Apple-converted-space\"> </span><a href=\"http://conservativebyte.com/2011/12/allen-west-says-holder%e2%80%98s-use-of-the-%e2%80%99race-card%e2%80%98-is-%e2%80%99slap-in-my-face-as-a-professional-african-american%e2%80%99/\" title=\"9:33 am\" rel=\"bookmark\" style=\"background-color: transparent; margin: 0px; color: #888888; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><span class=\"entry-date\" style=\"background-color: transparent; margin: 0px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><span style=\"text-decoration: underline;\">December 23, 2011</span></span></a><span class=\"Apple-converted-space\"> </span><span class=\"meta-sep\" style=\"background-color: transparent; margin: 0px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">by</span><span class=\"Apple-converted-space\"> </span><span class=\"author vcard\" style=\"background-color: transparent; margin: 0px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><a class=\"url fn n\" href=\"http://conservativebyte.com/author/jaytaylor/\" title=\"View all posts by Conservative Byte\" style=\"background-color: transparent; margin: 0px; color: #888888; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><span style=\"text-decoration: underline;\">Conservative Byte</span></a></span></div>\r\n<div class=\"entry-content\" style=\"padding-bottom: 0px; background-color: transparent; margin: 0px; padding-left: 0px; padding-right: 0px; clear: both; vertical-align: baseline; padding-top: 12px; background-origin: initial; background-clip: initial; border-width: 0px;\"><span class=\"st_facebook_large\" style=\"background-color: transparent; margin: 0px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"></span><span class=\"Apple-converted-space\"> </span><span class=\"st_twitter_large\" style=\"background-color: transparent; margin: 0px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><span class=\"stButton\" style=\"z-index: 1; position: relative; line-height: 16px; background-color: transparent; margin: 0px 3px; display: inline-block; color: #000000; font-size: 11px; vertical-align: baseline; cursor: pointer; text-decoration: none; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><span class=\"stLarge\" style=\"background-image: url(http://w.sharethis.com/images/twitter_32.png); position: relative; background-color: transparent; margin: 0px; width: 32px; display: inline-block; height: 32px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"> </span></span></span><span class=\"Apple-converted-space\"> </span><span class=\"Apple-converted-space\"> </span>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><a href=\"http://conservativebyte.com/wp-content/uploads/2011/12/t1larg_west2__gi_-270x151.jpg\" style=\"background-color: transparent; margin: 0px; color: #0066cc; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><img class=\"alignright size-full wp-image-15840\" src=\"http://conservativebyte.com/wp-content/uploads/2011/12/t1larg_west2__gi_-270x151.jpg\" border=\"0\" title=\"t1larg_west2__gi_-270x151\" width=\"270\" height=\"151\" style=\"background-color: transparent; margin: 4px 0px 12px 24px; width: auto; display: inline; max-width: 640px; float: right; height: auto; vertical-align: baseline; background-origin: initial; background-clip: initial; border: 0px; padding: 0px;\" /></a></p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">“I’m disgusted. I find it absolutely reprehensible because this is not about skin color. This is about your character. This is about your competence. This is about your ability to lead. And this is about potentially you having misled the Congress and the American people on this operation Fast and Furious,” Rep. Allen West (R-FL) told NRA News.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">Why did Rep. West have such strong words for attorney general Eric Holder?</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">Recently, the calls for Holder‘s resignation on Capitol Hill have increased as the investigation into the ATF’s “Fast and Furious” gunrunning probe intensifies. Perhaps overwhelmed by the growing pressure, Holder tried to explain the that “more extreme segment” of his critics were going after him because of his race.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">“This is a way to get at the president because of the way I can be identified with him, both due to the nature of our relationship and, you know, the fact that we’re both African-American,” Holder said in an interview with The New York Times.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">However, many argue that race has nothing to do with the growing–and increasingly heated–criticism Holder has faced recently.</p>\r\n</div>\r\n</span></span></p>','',1,18,0,75,'2011-12-23 16:23:45',62,'Posted on Conservative Byte','2012-09-05 02:36:34',62,62,'2012-09-05 02:36:35','2011-12-23 16:23:45','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,13,'','',0,341,'robots=\nauthor='),(688,'Obama\'s Policies','obamas-policies','','<p><img src=\"images/stories/humor/ObamaPolicies.jpg\" border=\"0\" alt=\"Obama\'s Policies\" /></p>\r\n<p><a href=\"http://www.rushlimbaugh.com/daily/2012/09/04/democrats_can_t_make_a_case_for_obama\">Read post RushLimbaugh.com &gt;&gt;&gt;</a></p>','',1,16,0,73,'2012-09-05 15:00:37',62,'Rush Limbaugh','2012-09-05 15:12:00',62,0,'0000-00-00 00:00:00','2012-09-05 15:00:37','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,4,'','',0,576,'robots=\nauthor='),(689,'FBI Tracking and Monitoring Americans Via Smart Phones','fbi-tracking-and-monitoring-americans-via-smart-phones','','<p>Hacker group Antisec has leaked what it says is evidence that the FBI is actively monitoring the communications of every American using an iPhone.</p>\r\n<p>The hackers released a statement Tuesday claiming that it had obtained detailed information on some 12 million iphone users, taken from an FBI agent’s laptop.<br />The group, long associated with the more notorious Anonymous hacktivist organisation, released 1 million iOS device IDs to back up its claims.</p>\r\n<p><a href=\"http://visiontoamerica.com/11996/fbi-tracking-and-monitoring-americans-via-smart-phones/\">Read post &gt;&gt;&gt;</a></p>','',1,13,0,70,'2012-09-05 15:12:10',62,'Posted on Vision to America','2012-09-05 15:14:21',62,0,'0000-00-00 00:00:00','2012-09-05 15:12:10','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,8,'','',0,406,'robots=\nauthor='),(431,'IF YOU WISH TO KNOW THE FUTURE, JUST STUDY HISTORY!','if-you-wish-to-know-the-future-study-history','','<h2><span><strong>William Wallace</strong>:[seeing the spirit of his wife] <em>I\'m dreaming</em>. <br /><strong>Murron</strong>: <em>Yes, you are. And you must wake</em>. <br /><strong>William Wallace</strong>: [pause] <em>I don\'t want to wake. I want to stay here with you</em>.</span></h2>\r\n<div>-Braveheart</div>\r\n<hr />\r\n<div>+--------------------------------------------------------------------------------------------------------<br />| Inside Obama\'s Twitter Blitz On the Payroll Tax<br />| from the this-is-politics-in-the-future-and-i-am-sad dept.<br />| posted by Soulskill on Friday December 23, @13:28 (Communications)<br />| with 257 comments<br />| <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000027/!x-usc:https:/politics.slashdot.org/story/11/12/23/1726224/inside-obamas-twitter-blitz-on-the-payroll-tax?utm_source=newsletter&amp;utm_medium=email\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">https://politics.slashdot.org/story/11/12/23/1726224/inside-obamas-twitter-blitz-on-the-payroll-tax?utm_source=newsletter&amp;utm_medium=email</span></span></a><br />+--------------------------------------------------------------------------------------------------------<br />Hugh Pickens writes \"Brandon Rittiman reports that White House officials launched a Twitter campaign Tuesday to put pressure on Congress to reach a deal extending the payroll-tax cut. Using the Twitter hashtag #40dollars, the White House successfully got thousands of people to respond and explain what a $40 cut to each paycheck would mean to them personally. By Wednesday morning, the #40dollars hashtag started \'trending,\' which is what happens when Twitter\'s algorithms see a topic suddenly surge. It\'s not easy to create that kind of surge, but the White House has 2.5 million Twitter followers to call upon. Macon Phillips, the President\'s Director of Digital Strategy, says his team has managed to get a few Twitter topics to rise to the level of \'trending\' before” most notably when they began tweeting about the death of Osama bin Laden. \'What\'s very important about a social-media campaign like this is that regular people are making the point about how this would affect them. It\'s not us here in Washington trying to argue on their behalf.\' says Phillips. \'The #40dollars campaign puts a face on that amount to demonstrate the payroll tax cut\'s real-world impact on middle-class families.\'\" <br />Discuss this story at:<br /><a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000027/!x-usc:https:/politics.slashdot.org/story/11/12/23/1726224/inside-obamas-twitter-blitz-on-the-payroll-tax?utm_source=newsletter&amp;utm_medium=email#commentlisting\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">https://politics.slashdot.org/story/11/12/23/1726224/inside-obamas-twitter-blitz-on-the-payroll-tax?utm_source=newsletter&amp;utm_medium=email#commentlisting</span></span></a><br /><br />Links:<br />0. <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000027/!x-usc:http:/hughpickens.com/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://hughpickens.com/</span></span></a><br />1. <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000027/!x-usc:http:/www.9news.com/news/article/237275/339/Inside-the-White-Houses-Twitter-blitz-on-payroll-tax\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://www.9news.com/news/article/237275/339/Inside-the-White-Houses-Twitter-blitz-on-payroll-tax</span></span></a><br />2. <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000027/!x-usc:http:/www.washingtonpost.com/blogs/44/post/white-house-launches-40dollars-twitter-campaign-to-win-payroll-tax-debate/2011/12/21/gIQAbyL78O_blog.html\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://www.washingtonpost.com/blogs/44/post/white-house-launches-40dollars-twitter-campaign-to-win-payroll-tax-debate/2011/12/21/gIQAbyL78O_blog.html</span></span></a><br />3. <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000027/!x-usc:http:/en.wikipedia.org/wiki/Macon_Phillips\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://en.wikipedia.org/wiki/Macon_Phillips</span></span></a><br />4. <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000027/!x-usc:http:/mashable.com/2011/12/21/white-house-twitter-payroll-tax/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://mashable.com/2011/12/21/white-house-twitter-payroll-tax/</span></span></a></div>\r\n<hr />\r\n<p><span style=\"color: #ff0000; font-size: medium;\"><img src=\"images/stories/change-hitler-obama-lenin-300x196.jpg\" border=\"0\" /></span></p>\r\n<p><span style=\"color: #ff0000; font-size: medium;\">More and more people in the United States today are asking themselves: Just what are the similarities, if any, between today\'s Democrat Socialists and, so-called, \"Socialists\" of the past? Looking at a few excerpts from the following articles may help you to answer this question for yourself.</span></p>\r\n<div><strong><span style=\"font-size: medium;\">He alone, who owns the youth, gains the Future!</span>--</strong> Adolf Hitler, speech at the Reichsparteitag, 1935</div>\r\n<div> </div>\r\n<div><strong>Fascism\'s Appeal to Youth  </strong><br /><br />Fascism recognizes youth as a vulnerable and politically significant population. In the 1920s and 1930s, fascist parties promised young people not only jobs and educational opportunities, but also a divine mission–to be the leaders of a revolutionary movement that would purify the nation. The fascists promoted a cult of the youthful, featuring young heroes in their music, film and literature, rejecting the ruling elite as cynical and complacent, and emphasizing the relative youthfulness of their own leaders. Fascism celebrated duty, loyalty and physical vitality, and challenged the young to use their natural energy, idealism and competitiveness for the good of the national community.</div>\r\n<div><a href=\"http://www.faqs.org/childhood/Fa-Gr/Fascist-Youth.html\">http://www.faqs.org/childhood/Fa-Gr/Fascist-Youth.html</a></div>\r\n<hr />\r\n<p><strong>New Dictionary of the History of Ideas | 2005 | Griffin, Roger | Copyright</strong></p>\r\n<div><br /><strong>FASCISM.<br /></strong><br />For the purposes of this article, fascism will be treated as a politicized and revolutionary form of ultranationalism bent on mobilizing all remaining \"healthy\" social and political energies to resist the perceived onslaught of decadence so as to achieve the goal of a regenerated national community. It is a project that involves the rebirth (palingenesis) of both the political system and the social and moral culture that underpins it...</div>\r\n<div>...Schools, universities, youth and leisure organizations, mass rallies, news-reels, newspapers, sporting events, national holidays, local festivals, the organization of work, business, and industry, in fact any context in which the public sphere impinged on the private became sites for the further integration of the individual into the national community. In this sense the deepest level of the fascist revolution was not political or military, but cultural.</div>\r\n<div><a href=\"http://www.encyclopedia.com/topic/fascism.aspx\">http://www.encyclopedia.com/topic/fascism.aspx</a></div>\r\n<h3>Encyclopedia.com</h3>\r\n<p>\r\n<hr />\r\n</p>\r\n<p>November 7, 2005<br /><strong>Communism Over; Now Fascism<br /></strong><br />Yuri Mamchur</p>\r\n<div><br />Moscow Friday, November 4, 2005 - 5,000 people paraded through downtown, carrying icons of Jesus Christ among other symbols. There was no violence, a great attitude, and very loud shouts of \"Seig Heil\", \"Heil Hitler\", along with \"Russia for Russians\", \"Glory to Russia, Russians rise!\",\" Russia is everything, everything else is nothing\".</div>\r\n<div>\"God, this is just like Germany in 1933,\" -- said one old lady observing the march, while taking her dog for a walk in downtown park, - \"didn\'t we fight exactly this stuff?\"</div>\r\n<h3>Source: Russia Blog</h3>\r\n<h3><a href=\"http://www.russiablog.org/2005/11/communism_over_now_fascism.php\"><strong><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://www.russiablog.org/2005/11/communism_over_now_fascism.php</span></span></strong></a></h3>\r\n<p>\r\n<hr />\r\n</p>\r\n<h3><strong>Classical Marxism.</strong></h3>\r\n<div>Classical Marxism may itself be viewed as a response to the dislocations and suffering of the working class in the early stages of the industrial revolution in Great Britain and western Europe. In the Marxian scheme the spread of capitalism and the intensification of working class misery were the necessary prelude to a socialist revolution;</div>\r\n<div>Marx’s panorama of economic development clearly implied that the socialist revolution would arrive first in the most advanced industrial countries, where the proletariat or working class was expected to be most numerous, most highly organized, and ripe for the seizure of power...</div>\r\n<div><strong> </strong></div>\r\n<div><strong> </strong> </div>\r\n<h3><strong>Russian Marxism.</strong></h3>\r\n<div>Russian Marxism as an independent political movement originated in the split in 1879 of the Narodnik organization Zemlya i Volya (Land and Liberty). The seceders, who stood for propaganda and agitation as opposed to terrorism, established a rival organization, the Chernyi Peredel (Black Repartition), to propagate their doctrines. One of their leaders was Georgii Valentinovich Plekhanov, soon to be known as the father of Russian Marxism, but then still clinging to the Narodnik belief in the peasant as the driving force of revolution. The failure of the peasantry to respond either to agitation or terror and the rapid industrial development that was beginning to take place in the last decades of the nineteenth century impelled Plekhanov to reexamine his views and to turn to the new industrial working class— the proletariat, so-called—as the revolutionary hope of the future. The search for a new faith led him to Marxism. In 1883 Plekhanov, Paul Axelrod, Leo Deutsch, and Vera Zasulich, all of whom had been members of the Chernyi Peredel, joined in establishing the first important Russian Marxist organization, known as Osvobozhdenie Truda (Emancipation of Labor). By the 1890s the works of Marx and Engels were being widely and eagerly read by the more radically inclined students and intellectuals and propagated in workingmen’s circles. One of the new converts was Vladimir Ilyich Ulyanov (Lenin), who was to change the face of world history...</div>\r\n<div>...Consciousness triumphed over spontaneity, and the way was cleared for the organized and disciplined revolutionary elite capable of transmuting the grievances of a people into a new instrument of absolute power...</div>\r\n<div>...Four ideas stand out in this seminal source of Communist organizational doctrine. First, there was the fear of spontaneity, the notion that the working class could not be trusted to discover its own true interests and that, if left alone, it would follow the path of trade-union bargaining rather than commit itself to a revolutionary struggle for socialism. Second, there was the unquestioned assumption that the working class had to be guided and directed by a politically conscious revolutionary vanguard possessed of a superior knowledge of the laws of history. Third, there was the idea that this vanguard should consist of a small, carefully selected party of professional revolutionaries operating under highly centralized direction and discipline. Finally, there was the concept of political monopoly, that no other organizations should be permitted to compete with the party in obtaining access to the masses and that all mass organizations, such as trade unions, must be brought under the ideological influence and, if possible, the direct control of the party...</div>\r\n','\r\n<div>...The early organizational history of Bolshevism has more than historical interest. The experience of the formative years stamped the character and future development of the party. The elitism which was so deeply ingrained in Lenin, the theory of the party as a dedicated revolutionary order, the tradition of highly centralized leadership, the tightening regime of party discipline, the absolutism of the party line, the intolerance of disagreement and compromise, and the manipulatory attitude toward mass organization—all these patterns of behavior were to continue to shape the code by which the party lived and the way in which its institutional structure was organized.</div>\r\n<div>The Bolshevik victory in November 1917 may fairly be described as one of the most remarkable triumphs of revolutionary engineering in human history. On the eve of the March revolution the total membership of the Bolshevik party was generously estimated at 23,600. In the short space of eight months, this small group was able to accumulate sufficient support to seize power in a nation of over 150,000,000 people. Russia, to be sure, was ripe for revolutionary action. The war, with its vast losses of men, territory, and resources, its revelations of incompetence and even degeneracy in the very highest circles, and the mounting war-weariness, hunger, and deprivation, induced a mood of desperation. The Bolsheviks alone among revolutionary parties were able to turn the resulting disorganization to their advantage. One major source of the strength of the Bolshevik party was its highly centralized organization, its activist disciplined membership, and the determination of its leader, Lenin, to seize power at the first opportune moment. Another source of strength was its success in exploiting all of the accumulated dissatisfactions in Russian society. The provisional government that replaced the tsar was weak, vacillating, and slow to respond to popular grievances. The Bolsheviks were willing to promise what the masses wanted—land to the peasants, bread to the hungry, and peace to the war-weary army. Finally, the Bolsheviks concentrated their efforts on building power where it would be strategically effective— among the sailors of the Baltic fleet, in the Petro-grad garrison, and in the armed workers’ Red Guard in the factories. The enemies of the Bolsheviks were far more numerous, but they were poorly organized, divided, and ineffective. As Lenin subsequently observed, “The Bolsheviks did have an overwhelming preponderance of force at the decisive moment in the decisive points” (Lenin [1919] 1932, vol. 29, p. 635). Relying on these tactical advantages, they succeeded in taking power...</div>\r\n<div>...Coincidentally with the civil war, the Bolsheviks proclaimed a state of siege, and all opposition parties were suppressed one by one. For a very brief period (from late December 1917 until March 1918), there were three Left Socialist Revolutionaries (who stood close to the Bolsheviks) in the Council of People’s Commissars, the cabinet. But they left the government in protest against the Treaty of Brest-Litovsk and grain confiscations from the peasants, and the Soviet government reverted to its original exclusively communist composition, which it has since retained. Lenin at the time made no bones about the necessity for dictatorship and suppression of opposition groups. “There is no other way to Socialism,” he insisted, “but the dictatorship of the proletariat….</div>\r\n<div>Violence, when it is committed by the toiling and exploited masses, is the kind of violence of which we approve” (Lenin 1918, vol. 35, p. 265).</div>\r\n<h3>encyclopedia.com</h3>\r\n<div><a href=\"http://www.encyclopedia.com/topic/communism.aspx\">http://www.encyclopedia.com/topic/communism.aspx</a></div>\r\n<hr />\r\n<div><br /><strong>International Encyclopedia of the Social Sciences | 1968 | Copyright</strong></div>\r\n<div><br /><strong>Communism</strong></div>\r\n<div>I. Soviet CommunismMerle Fainsod</div>\r\n<div>BIBLIOGRAPHY</div>\r\n<div>II. National CommunismAlexander Dallin</div>\r\n<div>BIBLIOGRAPHY</div>\r\n<div>III. The International MovementBernard S. Morris</div>\r\n<div>BIBLIOGRAPHY</div>\r\n<div>IV. The International SystemGeorge Modelski</div>\r\n<div>BIBLIOGRAPHY</div>\r\n<div>The articles under this heading deal with the political aspects of contemporary communism. For a detailed guide to related topics, see the articles listed under Marxism.</div>\r\n<div><strong>I SOVIET COMMUNISM</strong></div>\r\n<div>The origins and nature of Soviet communism are, and promise to remain, a subject of debate. Some scholars emphasize indigenous formative influences, stress factors of continuity with the Russian past, and tend to regard the Soviet political system as a modern form of traditional Russian despotism. Others view Bolshevism primarily as a Western heresy, whose roots can be traced to eighteenth-century French utopianism, Messianism, and Jacobinism but which, in a more immediate sense, was an offshoot of the activist, revolutionary ingredients in classical Marxism. Those who stress discontinuities with the Russian past argue that Russia in the late nineteenth and early twentieth century was embarked on a path of constitutional development, which the Bolshevik seizure of power aborted, and that in any case, Soviet totalitarianism, with its pretensions to all-encompassing control of society and world revolutionary objectives, must be sharply distinguished from tsarist authoritarianism, which functioned as a national state and operated a much more limited and inefficient control system.</div>\r\n<div>As is not uncommon in scholarly polemics, there are elements of truth in all these contrasting interpretations, and no measuring rod exists to give precise value to their respective contributions. Soviet communism clearly owes much to its French revolutionary and Marxist forebears, but the way in which these borrowed ideas were adapted and transformed represented a response to the urgencies and peculiarities of the Russian environment.</div>\r\n<div><strong>Classical Marxism.</strong> Classical Marxism may itself be viewed as a response to the dislocations and suffering of the working class in the early stages of the industrial revolution in Great Britain and western Europe. In the Marxian scheme the spread of capitalism and the intensification of working class misery were the necessary prelude to a socialist revolution; Marx’s panorama of economic development clearly implied that the socialist revolution would arrive first in the most advanced industrial countries, where the proletariat or working class was expected to be most numerous, most highly organized, and ripe for the seizure of power.</div>\r\n<div>Nineteenth-century Russia, with its overwhelmingly peasant population and low level of industrial development, hardly fit the specifications for a Marxist-type revolution. Indeed, through the 1880s the Russian revolutionary movement, which was dominated by the Narodniki, or Populists, looked to the peasant as the primary revolutionary force to overthrow the autocracy and dreamed of building socialism around the peasant commune, or mir. While Narodnik philosophers were familiar with the works of Marx and Engels and largely responsible for translating them into Russian, they regarded the evils of industrialization and proletarianization, which Marx and Engels described so graphically, as dangers to be avoided rather than stages to be traversed. Nor were Marx and Engels at first certain that Russia would have to recapitulate the economic development of the West. As late as 1882 they still thought that the mir might “serve as a starting-point for a communist course of development,” but only “if the Russian revolution sounds the signal for a workers’ revolution in the West, so that each becomes the complement of the other” (Engels [1890] 1963, pp. 264–265). By 1892, however, Engels had written off the mir as a Narodnik illusion; Russia seemed to him to be embarked on an irreversible capitalist course.</div>\r\n<div><strong>Russian Marxism.</strong> Russian Marxism as an independent political movement originated in the split in 1879 of the Narodnik organization Zemlya i Volya (Land and Liberty). The seceders, who stood for propaganda and agitation as opposed to terrorism, established a rival organization, the Chernyi Peredel (Black Repartition), to propagate their doctrines. One of their leaders was Georgii Valentinovich Plekhanov, soon to be known as the father of Russian Marxism, but then still clinging to the Narodnik belief in the peasant as the driving force of revolution. The failure of the peasantry to respond either to agitation or terror and the rapid industrial development that was beginning to take place in the last decades of the nineteenth century impelled Plekhanov to reexamine his views and to turn to the new industrial working class— the proletariat, so-called—as the revolutionary hope of the future. The search for a new faith led him to Marxism. In 1883 Plekhanov, Paul Axelrod, Leo Deutsch, and Vera Zasulich, all of whom had been members of the Chernyi Peredel, joined in establishing the first important Russian Marxist organization, known as Osvobozhdenie Truda (Emancipation of Labor). By the 1890s the works of Marx and Engels were being widely and eagerly read by the more radically inclined students and intellectuals and propagated in workingmen’s circles. One of the new converts was Vladimir Ilyich Ulyanov (Lenin), who was to change the face of world history.</div>\r\n<div>The Russian Social Democratic Labor party, of which Lenin’s Bolshevik faction was an offshoot, held its first congress in 1898 and its second in 1903. At the 1903 congress, divisions developed within the party. The split between “hards” and “softs” centered on the character of party organization. Lenin wanted a select, closed party of dedicated revolutionaries operating in strict subordination to the center and serving as a vanguard of leadership for the masses of workers who would follow the party without necessarily belonging to it. Martov (lulii Osipovich Tsederbaum), leader of the “softs,” pressed for a broad party open to anyone who believed in its program and was willing to work under its direction. At the 1903 congress, the views of Martov on party organization registered a temporary triumph. But in the election of officers at the end of the congress, Lenin’s faction carried the majority and became known as Bolsheviks (in Russian, “majority men”). Lenin’s opponents were dubbed Mensheviks (”minority men”).</div>\r\n<div>The differences between the two factions were not confined to organizational matters. A central issue that was to divide the party grew out of the problem of Russia’s industrial backwardness and the political consequences to be drawn from it. How should Marxism, which provided a recipe for socialist revolution in the most advanced industrial countries, be applied in the Russian setting? The Mensheviks, who prided themselves on being orthodox Marxists, saw the arrival of socialism in Russia as the climax of a long process of industrial development. Impressed by the weakness of the Russian proletariat, they concluded that a socialist Russia was a matter of the distant future and that their first charge as good Marxists was to help the bourgeoisie discharge its historical responsibility to overthrow the autocracy. Meanwhile, they could only wait for the further growth of capitalism and the proletariat to establish the conditions for a successful socialist revolution.</div>\r\n<div>At the opposite extreme from the Menshevik conception was the theory of “permanent revolution,” developed by Parvus (Alexander Helphand) and adopted by Leon Trotsky during and after the 1905 revolution. For Parvus and Trotsky the industrial backwardness of Russia was a revolutionary asset rather than a liability. Because of the weakness of the Russian bourgeoisie and its dependence on the state, they looked to the proletariat to spearhead both a bourgeois and a socialist revolution. Once the proletariat had won power, its responsibility was to hold onto power and keep the revolution going “in permanence.” The Russian revolution, Trotsky thought, would ignite a series of socialist revolutions in the West, which would in turn guarantee the success of the socialist revolution in Russia. Thus Trotsky’s prescription for Russia’s retarded economy was a new law of combined development. The two revolutions—bourgeois–democratic and proletarian–socialist—would be combined, or telescoped, into one. The working class would assert its hegemony from the outset and leap from industrial backwardness into socialism.</div>\r\n<div><strong>Leninism.</strong> Lenin’s own views underwent an interesting transformation. He began by accepting the orthodox two-stage conception that Russia would have to pass through a bourgeois-democratic phase before it was ripe for a socialist revolution. But, unlike the Mensheviks, Lenin turned his back on the bourgeois liberals and looked to the peasantry as allies of the working class. Lenin’s formula envisaged two tactical stages: first, “the revolutionary-democratic dictatorship of the proletariat and the peasantry” to complete the bourgeois-democratic revolution, and second, an alliance of the proletariat and the village poor to initiate the socialist revolution. Like Trotsky, Lenin came to believe that the two stages of the revolution could be telescoped into one; at the height of the 1905 revolution he pronounced, “We stand for uninterrupted revolution. We shall not stop half way.” Despite many intervening conflicts, the bond with Trotsky was to be sealed by the events of 1917. The dialectic of backwardness was “resolved” by the Bolshevik seizure of power.</div>\r\n<div>Out of that experience a new theory of revolution was to be developed with world-wide applications. The Leninist theory of revolution, as Stalin christened it, was a far cry from orthodox Marxism. Its prerequisites were no longer industrial development, a mass proletariat, or the completion of a bourgeois-democratic revolution. As Stalin summed it up, “The front of capital will be pierced where the chain of imperialism is weakest, … and it may turn out that the country which has started the revolution, … is less developed in a capitalist sense than other, more developed, countries, which have, however, remained within the framework of capitalism” (Stalin [1924] 1954, p. 37).</div>\r\n<div>Thus Marx was “adapted” to the task of revolution making in the underdeveloped countries of the world. Industrial backwardness was transformed from obstacle to opportunity. The concept of the dictatorship of the proletariat shifted from a weapon of the majority into a tool of minorities. Consciousness triumphed over spontaneity, and the way was cleared for the organized and disciplined revolutionary elite capable of transmuting the grievances of a people into a new instrument of absolute power.</div>\r\n<div><strong>Early organizational development</strong></div>\r\n<div>”Give us an organisation of revolutionaries,” said Lenin, “and we will overturn Russia” (Lenin [1902] 1961, vol. 5, p. 458). Lenin forged the instrument, but the prototypes of the professional revolutionary as the strategic lever of political upheaval were planted deep in Russian history and were nurtured by the conditions of the revolutionary struggle against the autocracy. It was against this background that the organizational concepts of Lenin took shape. By 1902, with the publication of What Is to Be Done? they were fully developed.</div>\r\n<div>Four ideas stand out in this seminal source of Communist organizational doctrine. First, there was the fear of spontaneity, the notion that the working class could not be trusted to discover its own true interests and that, if left alone, it would follow the path of trade-union bargaining rather than commit itself to a revolutionary struggle for socialism. Second, there was the unquestioned assumption that the working class had to be guided and directed by a politically conscious revolutionary vanguard possessed of a superior knowledge of the laws of history. Third, there was the idea that this vanguard should consist of a small, carefully selected party of professional revolutionaries operating under highly centralized direction and discipline. Finally, there was the concept of political monopoly, that no other organizations should be permitted to compete with the party in obtaining access to the masses and that all mass organizations, such as trade unions, must be brought under the ideological influence and, if possible, the direct control of the party.</div>\r\n<div>Lenin sought to put these ideas into effect in his struggle with the Mensheviks for ascendancy in the Russian Social Democratic Labor party. While a façade of surface unity was at first preserved, the factional strife became increasingly bitter, and finally in 1912 Lenin and his followers broke away, organized a “pure” Bolshevik central committee, and laid claim to the party title. The name “Communist” was not adopted until 1918, after victory was won, when the designation of the party was changed to Russian Communist party (Bolshevik) to distinguish it from the socialist or social-democratic parties of western Europe, whom the Bolsheviks charged with betrayal of the revolutionary cause during World War I.</div>\r\n<div>The early organizational history of Bolshevism has more than historical interest. The experience of the formative years stamped the character and future development of the party. The elitism which was so deeply ingrained in Lenin, the theory of the party as a dedicated revolutionary order, the tradition of highly centralized leadership, the tightening regime of party discipline, the absolutism of the party line, the intolerance of disagreement and compromise, and the manipulatory attitude toward mass organization—all these patterns of behavior were to continue to shape the code by which the party lived and the way in which its institutional structure was organized.</div>\r\n<div>The Bolshevik victory in November 1917 may fairly be described as one of the most remarkable triumphs of revolutionary engineering in human history. On the eve of the March revolution the total membership of the Bolshevik party was generously estimated at 23,600. In the short space of eight months, this small group was able to accumulate sufficient support to seize power in a nation of over 150,000,000 people. Russia, to be sure, was ripe for revolutionary action. The war, with its vast losses of men, territory, and resources, its revelations of incompetence and even degeneracy in the very highest circles, and the mounting war-weariness, hunger, and deprivation, induced a mood of desperation. The Bolsheviks alone among revolutionary parties were able to turn the resulting disorganization to their advantage. One major source of the strength of the Bolshevik party was its highly centralized organization, its activist disciplined membership, and the determination of its leader, Lenin, to seize power at the first opportune moment. Another source of strength was its success in exploiting all of the accumulated dissatisfactions in Russian society. The provisional government that replaced the tsar was weak, vacillating, and slow to respond to popular grievances. The Bolsheviks were willing to promise what the masses wanted—land to the peasants, bread to the hungry, and peace to the war-weary army. Finally, the Bolsheviks concentrated their efforts on building power where it would be strategically effective— among the sailors of the Baltic fleet, in the Petro-grad garrison, and in the armed workers’ Red Guard in the factories. The enemies of the Bolsheviks were far more numerous, but they were poorly organized, divided, and ineffective. As Lenin subsequently observed, “The Bolsheviks did have an overwhelming preponderance of force at the decisive moment in the decisive points” (Lenin [1919] 1932, vol. 29, p. 635). Relying on these tactical advantages, they succeeded in taking power.</div>\r\n<div>The next problem was whether they could hold onto power in the face of the successive onslaughts of the Germans, the White armies, and the Allied intervention. The first decision of the Bolsheviks was to sue for peace with the Germans. The terms were harsh, but Lenin argued that there was no alternative except to bow. In the Treaty of Brest— Litovsk (March 1918) the Bolsheviks temporarily signed away to the Germans a third of their country and more than half of their industry. But the breathing space the treaty was designed to win never materialized. Although German pressure relaxed with the signing of the armistice in November 1918, the Bolsheviks had still to cope with the White armies, the Allied interventionist forces, and a war with Poland. After three years of civil war, the Whites were defeated, the Allies (the United States, Japan, France, and Great Britain) withdrew their forces, and the Bolsheviks survived.</div>\r\n<div>Coincidentally with the civil war, the Bolsheviks proclaimed a state of siege, and all opposition parties were suppressed one by one. For a very brief period (from late December 1917 until March 1918), there were three Left Socialist Revolutionaries (who stood close to the Bolsheviks) in the Council of People’s Commissars, the cabinet. But they left the government in protest against the Treaty of Brest-Litovsk and grain confiscations from the peasants, and the Soviet government reverted to its original exclusively communist composition, which it has since retained. Lenin at the time made no bones about the necessity for dictatorship and suppression of opposition groups. “There is no other way to Socialism,” he insisted, “but the dictatorship of the proletariat….</div>\r\n<div>Violence, when it is committed by the toiling and exploited masses, is the kind of violence of which we approve” (Lenin 1918, vol. 35, p. 265).</div>\r\n<div>Since in Lenin’s view it was the Communist party that was the sole custodian of the interests of the masses, ...</div>\r\n<div>...Unwilling as Khrushchev was to part with substantive authority, he did recognize that there were grievances to be remedied. His decision to mitigate Stalin’s terror and provide greater welfare benefits for the Soviet people represented an effort to establish his regime on a more rational and popular basis...</div>\r\n<h3>Encyclopedia.com</h3>\r\n<div><a href=\"http://www.encyclopedia.com/topic/communism.aspx\">http://www.encyclopedia.com/topic/communism.aspx</a></div>\r\n<div>\r\n<hr />\r\n</div>\r\n<div><strong> </strong> </div>\r\n<h3><strong>A History of the Young Communist League, USA</strong></h3>\r\n<div>Author: Tony Pecinovsky</div>\r\n<div>In 1970, as more and more young people were understanding the central role of the working class in social change, the Young Workers Liberation League (YWLL) was formed. The YWLL was based on two basic concepts. The first was the fight against oppression and a need to unify all youth, across racial and ethnic lines. The second was the strategy of organizing young workers around issues of wages, job security, discrimination in the work place and peace; and show the relationship these struggles had to the working class and socialism.<br /><br />Repression, war, militarism and the prospect of dying for US imperialist aggression in Vietnam was the only future capitalist society offered American youth. But the YWLL offered something else, a future free of poverty, racism, sexism, exploitation and war.<br /><br />Shortly after its founding the YWLL was invited, by the Ho Chi Minh Working Youth Union to visit Vietnam, see areas destroyed by US bombing and exchange experiences with Vietnamese youth. In 1970 half a million US troops were still in Vietnam. Between 200 and 400 US soldiers, and thousands of Vietnamese soldiers and civilians, were being killed every week. And the war was costing US taxpayers $30 billion a year, diverting money from social programs like education, healthcare and social security.<br /><br />The YWLL played a key role in the growing anti-war movement in the 1970\\\'s, always emphasizing labor\\\'s material interest in ending the war. In 1974, the peace majority in the US and the heroic people of Vietnam forced the US to withdraw from Vietnam.<br /><br />Under the Nixon Administration youth were branded as criminals and access to higher education was a luxury few could afford. In this period the YWLL spearheaded the struggle for youth jobs at union wages, affirmative action and academic freedom. It helped to make the connection between jobs and peace, social needs and military spending, racism and budget cuts.<br /><br />The YWLL organized among young workers, especially those in basic industry, in its ranks, and reflected the diverse, multi-ethnic, multiracial working class. A centerpiece of Marxist-Leninist ideology is internationalism and the YWLL always struggled against imperialism around the world.<br /><br />On September 4, 1970 Allende was elected President of Chile. During this period the World Federation of Democratic Youth (WFDY) held a regional youth conference in Chile. The YWLL sent a delegation and were invited to a reception with President Allende, just weeks before the US backed coup by fascist general Augusto Pinochet. After the bloody overthrow the YWLL played a leading role in campus organizing, sponsoring speakers and forming a broad-based community, religious, labor and student solidarity movement.<br /><br />During the labor and social upheavals of the 1970\\\'s the YWLL was a strong organizer of youth. But the election of Ronald Reagan as President in 1979 marked a huge setback to youth, working people and peace worldwide. In 1983, as the Reagan Administration was cutting more and more money from social programs and diverting it into the military budget to fight the \\\"Evil Empire\\\", the YWLL set about re-organizing itself into a Marxist-Leninist youth organization, the Young Communist League (YCL).</div>\r\n<div><strong>Young Communist League USA</strong></div>\r\n<div><a href=\"http://yclusa.org/article/articleview/20/1/278/\">http://yclusa.org/article/articleview/20/1/278/</a></div>\r\n<hr />\r\n<h3><strong>SOURCE: \"IDEAS\" WEBPAGE, YOUNG COMMUNIST LEAGUE USA (YCLUSA)</strong></h3>\r\n<div><a href=\"http://yclusa.org/section-standard\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://yclusa.org/section-standard</span></span></a></div>\r\n<div>\r\n<div><a href=\"article/articleview/1998/1/6/\"><img src=\"http://yclusa.org/ezimagecatalogue/catalogue/variations/437-150x150.jpg\" border=\"0\" width=\"150\" height=\"87\" /></a></div>\r\n</div>\r\n<div><a href=\"http://yclusa.org/article/articleview/1998/1/6/\">Attacks on protesters backfire as Occupy raises the heat on banks</a></div>\r\n<div>by John Wojcik, 31.10.2011</div>\r\n<!-- START Sociable Links --><!-- END Sociable links -->\r\n<div>\r\n<div>Outrage over a Marine who survived enemy fire only to be wounded by Oakland, Calif., police at an Occupy Wall Street demonstration has elicited more sympathy for the movement nationally as protesters turn up the heat on banks.</div>\r\n</div>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"48%\" valign=\"top\">\r\n<div><a href=\"http://yclusa.org/article/articleview/1996/1/6/\">This is Britain\'s zombie generation</a></div>\r\n<div>\r\n<div>Ann Czernik asks why wealthy Harrogate has welcomed the new Jarrow march with as much enthusiasm as their 1936 forebears<br /><br />When the Jarrow marchers arrived in Harrogate 75 years ago it was reported that they were welcomed \"like a relief column raising a siege.\"</div>\r\n</div>\r\n<img src=\"http://yclusa.org/images/path-arrow.gif\" border=\"0\" width=\"12\" height=\"10\" /><a href=\"http://yclusa.org/article/articleview/1996/1/6/\">More</a> | <a href=\"http://yclusa.org/article/archive/6/\">Latest News</a><br /><img src=\"http://yclusa.org/images/1x1.gif\" border=\"0\" width=\"4\" height=\"8\" /><br /></td>\r\n<td width=\"2%\"><img src=\"http://yclusa.org/images/1x1.gif\" border=\"0\" width=\"4\" height=\"10\" /></td>\r\n<td width=\"48%\" valign=\"top\">\r\n<div><a href=\"http://yclusa.org/article/articleview/1995/1/6/\">Over 800 youth converge in Minneapolis for AFL-CIO Next Up Summit</a></div>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"2\" width=\"1%\" align=\"right\">\r\n<tbody>\r\n<tr>\r\n<td><a href=\"http://yclusa.org/article/articleview/1995/1/6/\"><img src=\"http://yclusa.org/ezimagecatalogue/catalogue/variations/436-150x150.jpg\" border=\"0\" width=\"150\" height=\"86\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div>\r\n<div>MINNEAPOLIS - This year\'s AFL-CIO Next Up Summit, held here Sept. 29 - Oct. 2, had a very different flavor. Unlike the 2010 summit, this conference was lead and organized by young union members from across the country.</div>\r\n</div>\r\n<img src=\"http://yclusa.org/images/path-arrow.gif\" border=\"0\" width=\"12\" height=\"10\" /><a href=\"http://yclusa.org/article/articleview/1995/1/6/\">More</a> | <a href=\"http://yclusa.org/article/archive/6/\">Latest News</a><br /><img src=\"http://yclusa.org/images/1x1.gif\" border=\"0\" width=\"4\" height=\"8\" /><br /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div>\r\n<div><a href=\"http://yclusa.org/article/articleview/1994/1/6/\"><img src=\"http://yclusa.org/ezimagecatalogue/catalogue/variations/435-150x150.jpg\" border=\"0\" width=\"150\" height=\"84\" /></a></div>\r\n</div>\r\n<div><a href=\"http://yclusa.org/article/articleview/1994/1/6/\">YCL calls for members to join in national actions! Find one near you here!</a></div>\r\n<div>by YCL, 06.10.2011</div>\r\n<!-- START Sociable Links --><!-- END Sociable links -->\r\n<div>\r\n<div>All over the country, youth are talking about the immediate need to redistribute wealth and political power from the hands of a few to the working class majority.</div>\r\n</div>\r\n<div>\r\n<div><a href=\"http://yclusa.org/article/articleview/1992/1/6/\"><img src=\"http://yclusa.org/ezimagecatalogue/catalogue/variations/434-150x150.jpg\" border=\"0\" width=\"150\" height=\"113\" /></a></div>\r\n</div>\r\n<div><a href=\"http://yclusa.org/article/articleview/1992/1/6/\">America\'s kids tell their stories from their Wall Street camp</a></div>\r\n<div>by Roberta Wood, 04.10.2011</div>\r\n<!-- START Sociable Links --><!-- END Sociable links -->\r\n<div>\r\n<div>NEW YORK CITY -- \"I figured if I\'m going to be homeless, I might as well be homeless for a good reason,\" said Matt Kitchens. The Alabama native is one of the hundreds of restless youth Occupying Wall Street, determined that their voices be heard.</div>\r\n</div>\r\n<div>{jcomments on}</div>',0,13,0,70,'2011-12-24 16:58:59',62,'From the Repeating History Department','2011-12-25 23:11:23',62,62,'2012-03-01 16:04:59','2011-12-24 16:58:59','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',25,0,27,'','',0,14,'robots=\nauthor='),(433,'Marxism in America','marxism-in-america','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"400\" height=\"230\" src=\"http://www.youtube.com/embed/Z7w3ZEbC09k\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,20,0,78,'2011-12-31 16:46:34',62,'Lt. Gen. (Ret) W. G.  Boykin','2012-02-04 13:09:25',62,0,'0000-00-00 00:00:00','2011-12-31 16:46:34','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,63,'','',0,267,'robots=\nauthor=');
INSERT INTO `jos_content` VALUES (432,'IF YOU WISH TO KNOW THE FUTURE, STUDY HISTORY! Part 1','if-you-wish-to-know-the-future-just-study-history','','<h2><span><strong>William Wallace</strong>:[seeing the spirit of his wife] <em>I\'m dreaming</em>. <br /><strong>Murron</strong>: <em>Yes, you are. And you must wake</em>. <br /><strong>William Wallace</strong>: [pause] <em>I don\'t want to wake. I want to stay here with you</em>.</span></h2>\r\n<div>-Braveheart</div>\r\n<hr />\r\n<p><img src=\"images/stories/change-hitler-obama-lenin-300x196.jpg\" border=\"0\" /></p>\r\n<p><span style=\"color: #ff0000; font-size: medium;\">More and more people in the United States today are asking themselves: Just what are the similarities, if any, between today\'s Democrat Socialists and, so-called, \"Socialists\" of the past? Looking at a few excerpts from the following articles may help you to answer this question for yourself.</span></p>\r\n<p><strong><span style=\"color: #000000; font-size: medium;\">He alone, who owns the youth, gains the Future!</span>--</strong> Adolf Hitler, speech at the Reichsparteitag, 1935</p>\r\n<h3>Fascism\'s Appeal to Youth</h3>\r\n<p>Fascism recognizes youth as a vulnerable and politically significant population. In the 1920s and 1930s, fascist parties promised young people not only jobs and educational opportunities, but also a divine mission–to be the leaders of a revolutionary movement that would purify the nation. The fascists promoted a cult of the youthful, featuring young heroes in their music, film and literature, rejecting the ruling elite as cynical and complacent, and emphasizing the relative youthfulness of their own leaders. Fascism celebrated duty, loyalty and physical vitality, and challenged the young to use their natural energy, idealism and competitiveness for the good of the national community.</p>\r\n<p><a href=\"http://www.faqs.org/childhood/Fa-Gr/Fascist-Youth.html\">http://www.faqs.org/childhood/Fa-Gr/Fascist-Youth.html</a></p>\r\n<p><a href=\"http://www.denverpost.com/politics/ci_19194194?source=rss\">Obama visits Denver to unveil plan to ease students\' debt load </a><br /><a href=\"http://view.fdu.edu/default.aspx?id=7433\">President Obama Visits FDU</a><br /><a href=\"http://www.ox.ac.uk/media/news_stories/2011/112505.html\">First Lady Michelle Obama visits Oxford</a><br /><a href=\"http://www.ncsu.edu/features/2011/09/obama-visits-nc-state/\">Obama visits NC State</a><br /><a href=\"http://www.wdbj7.com/news/wdbj7-obama-to-visit-university-of-richmond-friday-20110907,0,2255814.story\">Obama to visit University of Richmond Friday</a><br /><a href=\"http://www.ucdenver.edu/about/newsroom/newsreleases/Pages/Obama-visit-10-2011.aspx\">President Obama to visit CU Denver on Oct. 26</a><br /><a href=\"http://www.nmu.edu/obama/obama_visit.shtml\">President Barack Obama Visits Northern Michigan University</a><br /><a href=\"http://www.cmu.edu/homepage/society/2011/summer/presidents-visit.shtml\">President Barack Obama launched a major manufacturing initiative today from Carnegie Mellon University in Pittsburgh.</a><br /><a href=\"http://www.osu.edu/obama_visit/\">President Obama Visits Ohio State</a><br /><a href=\"http://www.tampabay.com/news/politics/national/president-obama-visits-miami-dade-college-with-an-eye-on-2012/1166610\">President Obama visits Miami Dade College with an eye on 2012</a><br /><a href=\"http://www.kxan.com/dpp/news/politics/president-obama-visits-austin\">President spoke to University of Austin students about higher education</a><br /><a href=\"http://www.nytimes.com/2010/09/29/us/29land.html\">President Obama greeted supporters on Tuesday at a campaign rally at the University of Wisconsin in Madison.</a><br /><a href=\"http://live.psu.edu/story/51094\">President Barack Obama will visit Penn State\'s University Park campus on Thursday</a><br /><a href=\"http://www.mcall.com/news/local/all-obama-arcadia-pictures-030810,0,254225.photogallery\">Obama visits Arcadia University </a><br /><a href=\"http://www.dailymotion.com/video/xji7iq_michelle-obama-visits-university-of-cape-town_news\">Michelle Obama Visits University of Cape Town</a><br /><a href=\"http://www.wfaa.com/news/politics/President-Obama-to-visit--130818483.html\">President Obama to visit Mesquite community college</a><br /><a href=\"http://obama.net/obama-visits-denver-talks-college-students/\">Obama Visits Denver, Talks to College Students</a><br /><a href=\"http://www.huffingtonpost.com/2011/06/08/obama-to-visit-northern_n_872987.html\">WATCH: Obama To Visit Northern Virginia Community College </a><br /><a href=\"http://www.ndtv.com/article/cities/obama-to-visit-golden-temple-college-in-amritsar-60045\">Obama to visit Golden Temple, college in Amritsar</a><br /><a href=\"http://uanews.org/node/36874\">President and Mrs. Obama to Visit UA Campus Wednesday</a><br /><a href=\"http://www.nowpublic.com/world/obama-visits-widener-university-chester-pa-0\">Obama Visits Widener University in Chester, PA </a><br /><a href=\"http://www.suite101.com/news/president-obama-to-visit-forsyth-tech-community-college-in-nc-a316535\">President Obama to Visit Forsyth Tech Community College in NC</a><br /><a href=\"http://keranews.org/post/president-obama-visits-eastfield-college\">President Obama Visits Eastfield College</a><br /><a href=\"http://www.youtube.com/watch?v=3ZGZCWScrYY\">Barack Obama visits the University of Washington</a><br /><a href=\"http://projects.newsobserver.com/under_the_dome/obama_visits_east_carolina_university\">Obama visits East Carolina University</a><br /><a href=\"http://www.duclarion.com/mobile/news/obama-visit-evokes-controversy-hope-for-local-college-students-1.2674280\">President Barack Obama unveiled a new executive order plan that will reduce monthly payments of student loans in a speech at the Auraria Campus last Wednesday</a><br /><a href=\"http://www.howard.edu/newsroom/releases/2009/090211obama.htm\">First Lady Michelle Obama Visits Howard to Discuss Women\'s Roles</a><br /><a href=\"http://www.gtcc.edu/presidential-address.aspx\">GTCC, A Place Where The President Visited</a><br /><a href=\"http://the44diaries.wordpress.com/2010/05/26/first-lady-michelle-obama-visits-wayne-state-university-in-detroit/\">First Lady Michelle Obama Visits Wayne State University in Detroit</a><br /><a href=\"http://www.wmich.edu/wmu/news/2010/05/031.shtml\">President Obama to visit WMU campus</a><br /><a href=\"http://www.foxnews.com/politics/2011/10/26/obama-taps-taxpayers-for-student-stimulus/\">Obama Taps Taxpayers For Student Stimulus</a><br /><br />For more listings, do a simple search on \"Obama visits university\"<br />Also do a search on \"Bush visits university\"</p>\r\n<hr />\r\n<div>+--------------------------------------------------------------------------------------------------------<br />| Inside Obama\'s Twitter Blitz On the Payroll Tax<br />| from the this-is-politics-in-the-future-and-i-am-sad dept.<br />| posted by Soulskill on Friday December 23, @13:28 (Communications)<br />| with 257 comments<br />| <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000027/!x-usc:https:/politics.slashdot.org/story/11/12/23/1726224/inside-obamas-twitter-blitz-on-the-payroll-tax?utm_source=newsletter&amp;utm_medium=email\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">https://politics.slashdot.org/story/11/12/23/1726224/inside-obamas-twitter-blitz-on-the-payroll-tax?utm_source=newsletter&amp;utm_medium=email</span></span></a><br />+--------------------------------------------------------------------------------------------------------<br />Hugh Pickens writes \"Brandon Rittiman reports that White House officials launched a Twitter campaign Tuesday to put pressure on Congress to reach a deal extending the payroll-tax cut. Using the Twitter hashtag #40dollars, the White House successfully got thousands of people to respond and explain what a $40 cut to each paycheck would mean to them personally. By Wednesday morning, the #40dollars hashtag started \'trending,\' which is what happens when Twitter\'s algorithms see a topic suddenly surge. It\'s not easy to create that kind of surge, but the White House has 2.5 million Twitter followers to call upon. Macon Phillips, the President\'s Director of Digital Strategy, says his team has managed to get a few Twitter topics to rise to the level of \'trending\' before” most notably when they began tweeting about the death of Osama bin Laden. \'What\'s very important about a social-media campaign like this is that regular people are making the point about how this would affect them. It\'s not us here in Washington trying to argue on their behalf.\' says Phillips. \'The #40dollars campaign puts a face on that amount to demonstrate the payroll tax cut\'s real-world impact on middle-class families.\'\" <br />Discuss this story at:<br /><a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000027/!x-usc:https:/politics.slashdot.org/story/11/12/23/1726224/inside-obamas-twitter-blitz-on-the-payroll-tax?utm_source=newsletter&amp;utm_medium=email#commentlisting\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">https://politics.slashdot.org/story/11/12/23/1726224/inside-obamas-twitter-blitz-on-the-payroll-tax?utm_source=newsletter&amp;utm_medium=email#commentlisting</span></span></a><br /><br />Links:<br />0. <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000027/!x-usc:http:/hughpickens.com/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://hughpickens.com/</span></span></a><br />1. <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000027/!x-usc:http:/www.9news.com/news/article/237275/339/Inside-the-White-Houses-Twitter-blitz-on-payroll-tax\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://www.9news.com/news/article/237275/339/Inside-the-White-Houses-Twitter-blitz-on-payroll-tax</span></span></a><br />2. <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000027/!x-usc:http:/www.washingtonpost.com/blogs/44/post/white-house-launches-40dollars-twitter-campaign-to-win-payroll-tax-debate/2011/12/21/gIQAbyL78O_blog.html\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://www.washingtonpost.com/blogs/44/post/white-house-launches-40dollars-twitter-campaign-to-win-payroll-tax-debate/2011/12/21/gIQAbyL78O_blog.html</span></span></a><br />3. <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000027/!x-usc:http:/en.wikipedia.org/wiki/Macon_Phillips\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://en.wikipedia.org/wiki/Macon_Phillips</span></span></a><br />4. <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000027/!x-usc:http:/mashable.com/2011/12/21/white-house-twitter-payroll-tax/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://mashable.com/2011/12/21/white-house-twitter-payroll-tax/</span></span></a></div>\r\n<hr />\r\n<p><strong>New Dictionary of the History of Ideas | 2005 | Griffin, Roger | Copyright</strong></p>\r\n<p><br /><strong>FASCISM.<br /></strong><br />For the purposes of this article, fascism will be treated as a politicized and revolutionary form of ultranationalism bent on mobilizing all remaining \"healthy\" social and political energies to resist the perceived onslaught of decadence so as to achieve the goal of a regenerated national community. It is a project that involves the rebirth (palingenesis) of both the political system and the social and moral culture that underpins it...</p>\r\n<p> <a href=\"http://theuniversityofobama.com/\"><img src=\"images/stories/uobama444.jpg\" border=\"0\" /></a></p>\r\n<p>...Schools, universities, youth and leisure organizations, mass rallies, news-reels, newspapers, sporting events, national holidays, local festivals, the organization of work, business, and industry, in fact any context in which the public sphere impinged on the private became sites for the further integration of the individual into the national community. In this sense the deepest level of the fascist revolution was not political or military, but cultural.</p>\r\n<p><a href=\"http://www.encyclopedia.com/topic/fascism.aspx\">http://www.encyclopedia.com/topic/fascism.aspx</a></p>\r\n<h3>Encyclopedia.com</h3>\r\n<p>\r\n<hr />\r\nNovember 7, 2005<br /><strong>Communism Over; Now Fascism<br /></strong><br />Yuri Mamchur</p>\r\n<p><br />Moscow Friday, November 4, 2005 - 5,000 people paraded through downtown, carrying icons of Jesus Christ among other symbols. There was no violence, a great attitude, and very loud shouts of \"Seig Heil\", \"Heil Hitler\", along with \"Russia for Russians\", \"Glory to Russia, Russians rise!\",\" Russia is everything, everything else is nothing\". \"God, this is just like Germany in 1933,\" -- said one old lady observing the march, while taking her dog for a walk in downtown park, - \"didn\'t we fight exactly this stuff?\"</p>\r\n<h3>Source: Russia Blog</h3>\r\n<h3><a href=\"http://www.russiablog.org/2005/11/communism_over_now_fascism.php\"><strong>http://www.russiablog.org/2005/11/communism_over_now_fascism.php</strong></a></h3>\r\n<p> </p>\r\n<p><a href=\"index.php?option=com_content&amp;view=article&amp;id=512:if-you-wish-to-know-the-future-study-history-part-2&amp;catid=74:commentary&amp;Itemid=94\">Go to \"IF YOU WISH TO KNOW THE FUTURE, STUDY HISTORY! Part 2\"</a></p>\r\n<p><a href=\"index.php?option=com_content&amp;view=article&amp;id=513:if-you-wish-to-know-the-future-study-history-part-2&amp;catid=74:commentary&amp;Itemid=94\">Go to \"IF YOU WISH TO KNOW THE FUTURE, STUDY HISTORY! Part 3\"</a></p>','',1,17,0,74,'2011-12-25 22:53:32',62,'From the Repeating History Department','2012-03-11 23:28:26',62,0,'0000-00-00 00:00:00','2011-12-25 22:53:32','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',17,0,21,'','',0,861,'robots=\nauthor='),(513,'IF YOU WISH TO KNOW THE FUTURE, STUDY HISTORY! Part 3','if-you-wish-to-know-the-future-study-history-part-2','','<h3><strong>A History of the Young Communist League, USA</strong></h3>\r\n<div>Author: Tony Pecinovsky</div>\r\n<div>In 1970, as more and more young people were understanding the central role of the working class in social change, the Young Workers Liberation League (YWLL) was formed. The YWLL was based on two basic concepts. The first was the fight against oppression and a need to unify all youth, across racial and ethnic lines. The second was the strategy of organizing young workers around issues of wages, job security, discrimination in the work place and peace; and show the relationship these struggles had to the working class and socialism.<br /><br />Repression, war, militarism and the prospect of dying for US imperialist aggression in Vietnam was the only future capitalist society offered American youth. But the YWLL offered something else, a future free of poverty, racism, sexism, exploitation and war.<br /><br />Shortly after its founding the YWLL was invited, by the Ho Chi Minh Working Youth Union to visit Vietnam, see areas destroyed by US bombing and exchange experiences with Vietnamese youth. In 1970 half a million US troops were still in Vietnam. Between 200 and 400 US soldiers, and thousands of Vietnamese soldiers and civilians, were being killed every week. And the war was costing US taxpayers $30 billion a year, diverting money from social programs like education, healthcare and social security.<br /><br />The YWLL played a key role in the growing anti-war movement in the 1970\\\'s, always emphasizing labor\\\'s material interest in ending the war. In 1974, the peace majority in the US and the heroic people of Vietnam forced the US to withdraw from Vietnam.<br /><br />Under the Nixon Administration youth were branded as criminals and access to higher education was a luxury few could afford. In this period the YWLL spearheaded the struggle for youth jobs at union wages, affirmative action and academic freedom. It helped to make the connection between jobs and peace, social needs and military spending, racism and budget cuts.<br /><br />The YWLL organized among young workers, especially those in basic industry, in its ranks, and reflected the diverse, multi-ethnic, multiracial working class. A centerpiece of Marxist-Leninist ideology is internationalism and the YWLL always struggled against imperialism around the world.<br /><br />On September 4, 1970 Allende was elected President of Chile. During this period the World Federation of Democratic Youth (WFDY) held a regional youth conference in Chile. The YWLL sent a delegation and were invited to a reception with President Allende, just weeks before the US backed coup by fascist general Augusto Pinochet. After the bloody overthrow the YWLL played a leading role in campus organizing, sponsoring speakers and forming a broad-based community, religious, labor and student solidarity movement.<br /><br />During the labor and social upheavals of the 1970\\\'s the YWLL was a strong organizer of youth. But the election of Ronald Reagan as President in 1979 marked a huge setback to youth, working people and peace worldwide. In 1983, as the Reagan Administration was cutting more and more money from social programs and diverting it into the military budget to fight the \\\"Evil Empire\\\", the YWLL set about re-organizing itself into a Marxist-Leninist youth organization, the Young Communist League (YCL).</div>\r\n<div><strong>Young Communist League USA</strong></div>\r\n<div><a href=\"http://yclusa.org/article/articleview/20/1/278/\">http://yclusa.org/article/articleview/20/1/278/</a></div>\r\n<hr />\r\n<h3><strong>SOURCE: \"IDEAS\" WEBPAGE, YOUNG COMMUNIST LEAGUE USA (YCLUSA)</strong></h3>\r\n<div><a href=\"http://yclusa.org/section-standard\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">http://yclusa.org/section-standard</span></span></a></div>\r\n<div>\r\n<div><a href=\"article/articleview/1998/1/6/\"><img src=\"http://yclusa.org/ezimagecatalogue/catalogue/variations/437-150x150.jpg\" border=\"0\" width=\"150\" height=\"87\" /></a></div>\r\n</div>\r\n<div><a href=\"http://yclusa.org/article/articleview/1998/1/6/\">Attacks on protesters backfire as Occupy raises the heat on banks</a></div>\r\n<div>by John Wojcik, 31.10.2011</div>\r\n<!-- START Sociable Links --><!-- END Sociable links -->\r\n<div>\r\n<div>Outrage over a Marine who survived enemy fire only to be wounded by Oakland, Calif., police at an Occupy Wall Street demonstration has elicited more sympathy for the movement nationally as protesters turn up the heat on banks.</div>\r\n</div>\r\n<table style=\"width: 100%;\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"48%\" valign=\"top\">\r\n<div><a href=\"http://yclusa.org/article/articleview/1996/1/6/\">This is Britain\'s zombie generation</a></div>\r\n<div>\r\n<div>Ann Czernik asks why wealthy Harrogate has welcomed the new Jarrow march with as much enthusiasm as their 1936 forebears<br /><br />When the Jarrow marchers arrived in Harrogate 75 years ago it was reported that they were welcomed \"like a relief column raising a siege.\"</div>\r\n</div>\r\n<img src=\"http://yclusa.org/images/path-arrow.gif\" border=\"0\" width=\"12\" height=\"10\" /><a href=\"http://yclusa.org/article/articleview/1996/1/6/\">More</a> | <a href=\"http://yclusa.org/article/archive/6/\">Latest News</a><br /><img src=\"http://yclusa.org/images/1x1.gif\" border=\"0\" width=\"4\" height=\"8\" /><br /></td>\r\n<td width=\"2%\"><img src=\"http://yclusa.org/images/1x1.gif\" border=\"0\" width=\"4\" height=\"10\" /></td>\r\n<td width=\"48%\" valign=\"top\">\r\n<div><a href=\"http://yclusa.org/article/articleview/1995/1/6/\">Over 800 youth converge in Minneapolis for AFL-CIO Next Up Summit</a></div>\r\n<table style=\"width: 1%;\" border=\"0\" cellspacing=\"0\" cellpadding=\"2\" align=\"right\">\r\n<tbody>\r\n<tr>\r\n<td><a href=\"http://yclusa.org/article/articleview/1995/1/6/\"><img src=\"http://yclusa.org/ezimagecatalogue/catalogue/variations/436-150x150.jpg\" border=\"0\" width=\"150\" height=\"86\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div>\r\n<div>MINNEAPOLIS - This year\'s AFL-CIO Next Up Summit, held here Sept. 29 - Oct. 2, had a very different flavor. Unlike the 2010 summit, this conference was lead and organized by young union members from across the country.</div>\r\n</div>\r\n<img src=\"http://yclusa.org/images/path-arrow.gif\" border=\"0\" width=\"12\" height=\"10\" /><a href=\"http://yclusa.org/article/articleview/1995/1/6/\">More</a> | <a href=\"http://yclusa.org/article/archive/6/\">Latest News</a><br /><img src=\"http://yclusa.org/images/1x1.gif\" border=\"0\" width=\"4\" height=\"8\" /><br /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div>\r\n<div><a href=\"http://yclusa.org/article/articleview/1994/1/6/\"><img src=\"http://yclusa.org/ezimagecatalogue/catalogue/variations/435-150x150.jpg\" border=\"0\" width=\"150\" height=\"84\" /></a></div>\r\n</div>\r\n<div><a href=\"http://yclusa.org/article/articleview/1994/1/6/\">YCL calls for members to join in national actions! Find one near you here!</a></div>\r\n<div>by YCL, 06.10.2011</div>\r\n<!-- START Sociable Links --><!-- END Sociable links -->\r\n<div>\r\n<div>All over the country, youth are talking about the immediate need to redistribute wealth and political power from the hands of a few to the working class majority.</div>\r\n</div>\r\n<div>\r\n<div><a href=\"http://yclusa.org/article/articleview/1992/1/6/\"><img src=\"http://yclusa.org/ezimagecatalogue/catalogue/variations/434-150x150.jpg\" border=\"0\" width=\"150\" height=\"113\" /></a></div>\r\n</div>\r\n<div><a href=\"http://yclusa.org/article/articleview/1992/1/6/\">America\'s kids tell their stories from their Wall Street camp</a></div>\r\n<div>by Roberta Wood, 04.10.2011</div>\r\n<!-- START Sociable Links --><!-- END Sociable links -->\r\n<div>\r\n<div>NEW YORK CITY -- \"I figured if I\'m going to be homeless, I might as well be homeless for a good reason,\" said Matt Kitchens. The Alabama native is one of the hundreds of restless youth Occupying Wall Street, determined that their voices be heard.</div>\r\n<div>\r\n<p><a href=\"http://www.letsrebuildit.com/index.php?option=com_content&amp;view=article&amp;id=432:if-you-wish-to-know-the-future-just-study-history&amp;catid=74:commentary&amp;Itemid=94\">Go to \"IF YOU WISH TO KNOW THE FUTURE, STUDY HISTORY! Part 1\"</a></p>\r\n<p><a href=\"http://letsrebuildit.com/index.php?option=com_content&amp;view=article&amp;id=512:if-you-wish-to-know-the-future-study-history-part-2&amp;catid=74:commentary&amp;Itemid=94\">Go to \"IF YOU WISH TO KNOW THE FUTURE, STUDY HISTORY! Part 2\"</a></p>\r\n</div>\r\n</div>\r\n<div>{jcomments on}</div>','',1,17,0,74,'2012-03-11 23:19:03',62,'Various','2012-03-11 23:31:57',62,0,'0000-00-00 00:00:00','2012-03-11 23:19:03','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,23,'','',0,1126,'robots=\nauthor='),(434,'The Relevance of a 224 Year Old Constitution','the-relevance-of-a-224-year-old-constitution','','<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: 16px \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"line-height: 20px; font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: 13px;\">\r\n<p style=\"background-color: transparent; margin: 0px 0px 20px; outline-width: 0px; font-size: 13px; vertical-align: baseline; -webkit-box-shadow: none; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; border-width: 0px; padding: 0px;\"><a href=\"http://www.theoakinitiative.org/oak-leaf-18\"><img src=\"images/stories/OAKI-logo.png\" border=\"0\" align=\"left\" /></a>An ongoing argument over modern political and social issues centers on whether the U.S. Constitution is relevant in today’s world. With all the advancements in technology, communication, transportation, commerce, and in the medical field, some argue that the Founding Fathers could not have foreseen what would be necessary for the United States to remain a healthy society 224 years in the future.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 20px; outline-width: 0px; font-size: 13px; vertical-align: baseline; -webkit-box-shadow: none; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; border-width: 0px; padding: 0px;\">    Such arguments are generally connected to an agenda for social entitlement and the redistribution of wealth. The original intent of the U.S. Constitution stands in the way of advancing their agenda.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 20px; outline-width: 0px; font-size: 13px; vertical-align: baseline; -webkit-box-shadow: none; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; border-width: 0px; padding: 0px;\">    In spite of arguments over our Constitution’s modern relevance, the Founding Fathers did consider our constitutional republic form of government in an advancing world of diverse breakthroughs. For example, Benjamin Franklin articulated how quickly the world could change based on inventions and personally proved it with the success of his own creative experiments.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 20px; outline-width: 0px; font-size: 13px; vertical-align: baseline; -webkit-box-shadow: none; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; border-width: 0px; padding: 0px;\">    Yet, when forming the Constitution, the framers did NOT construct its survival based on any advancement in technologies or society. They wrote the restrictive forces of the Constitution on something far more predictable…the heart of man. They understood that times would change, and that breakthroughs would come in many forms and on many levels. They therefore constructed the Constitution on one thing that they knew would not change, and that is human nature.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 20px; outline-width: 0px; font-size: 13px; vertical-align: baseline; -webkit-box-shadow: none; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; border-width: 0px; padding: 0px;\">    The U.S. Constitution is relevant today because a person or a group of people will just as quickly oppress a culture in 2011 as they would in the 1780s. The Constitution is NOT built in a way to ensure people’s rights to access future provisions, but to protect people in any time period from the ruthlessness and oppressive nature of both individuals and governments. </p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 20px; outline-width: 0px; font-size: 13px; vertical-align: baseline; -webkit-box-shadow: none; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; border-width: 0px; padding: 0px;\">    If we continue to eradicate and corrode the authority and restraints of the U.S. Constitution, regardless of our justifications and reasons, then we will fall under the tyrannical control of a leader or an oppressive government. The lessons of both ancient and modern history guarantee this.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 20px; outline-width: 0px; font-size: 13px; vertical-align: baseline; -webkit-box-shadow: none; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; border-width: 0px; padding: 0px;\">    Thomas Jefferson said, \"<em style=\"background-color: transparent; margin: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; -webkit-box-shadow: none; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; border-width: 0px; padding: 0px;\">In questions of power, then, let no more be heard of confidence in man, but bind him down from mischief by the chains of the Constitution</em>\". That is what the Constitution is really about. It gives freedom from oppression by those in authority. When people say that our Constitution is obsolete based on current world circumstances, then they are usually ignorant of its genius and function.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 20px; outline-width: 0px; font-size: 13px; vertical-align: baseline; -webkit-box-shadow: none; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; border-width: 0px; padding: 0px;\">     When we get into discussion with people regarding the modern relevance of the U.S. Constitution in regards to the needs of the American citizen, then we need to know how to respond intelligently. Many of the advancing ideologies people argue are based more in socialism than liberty. They tend to advocate that every human has a right to a job, a home, health insurance, home internet access, equal pay and benefits, and the list goes on.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 20px; outline-width: 0px; font-size: 13px; vertical-align: baseline; -webkit-box-shadow: none; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; border-width: 0px; padding: 0px;\">    These are NOT unalienable rights, nor is it what Americans supported and fought for in the late 1700s. To be clear, unalienable rights are rights that are unable to be alienated, given up, or transferred to someone else. They come from God, and no man or government can rightly give them or take them away. Some examples of unalienable rights are life; liberty; self-government; to bear arms; to purchase, develop and dispose of property; make personal choices; free conscience; choice of profession; choice of a mate; to assemble; to petition; to free speech; to a free press; to the fruits of one’s labor; to privacy; to provide personal security; to a fair trial; of free association; and to contract.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 20px; outline-width: 0px; font-size: 13px; vertical-align: baseline; -webkit-box-shadow: none; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; border-width: 0px; padding: 0px;\">    The Constitution guarantees citizens the right to<span class=\"Apple-converted-space\"> </span><em style=\"background-color: transparent; margin: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; -webkit-box-shadow: none; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; border-width: 0px; padding: 0px;\">equal opportunities</em><span class=\"Apple-converted-space\"> </span>to pursue and establish a better lifestyle, not the right to that lifestyle without personal effort and investment. Today, our Constitution is under attack more than ever. If we do not have a restoration of Constitutional authority and restraint upon our government, then our children and grandchildren will not only be poor… they will be oppressed.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 20px; outline-width: 0px; font-size: 13px; vertical-align: baseline; -webkit-box-shadow: none; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; border-width: 0px; padding: 0px;\">    Remember that we the people are the authority in America. We only lend our authority to representatives and to our government. We must continue to educate ourselves on the truth and stand for what is right.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 20px; outline-width: 0px; font-size: 13px; vertical-align: baseline; -webkit-box-shadow: none; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; border-width: 0px; padding: 0px;\"><a href=\"http://www.theoakinitiative.org/oak-leaf-18\">Goto The Oak Initiative&gt;&gt;&gt;</a></p>\r\n</span></span></p>','',1,20,0,78,'2011-12-31 22:38:07',62,'Hombre Liggett as posted in The Oak Initiative','2012-02-04 13:09:40',62,0,'0000-00-00 00:00:00','2011-12-31 22:38:07','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,64,'','',0,365,'robots=\nauthor='),(435,'Why the West Won\'t Hear about Persecution','why-the-west-wont-hear-about-persecution','','<p class=\"adjusted\">WASHINGTON, D.C. -- Hundreds of millions of Christians have suffered discrimination or even persecution in lands as diverse as China and India, but mostly in countries where Islam is the top religion.</p>\r\n<p class=\"adjusted\">Despite this, persecution of Christians is one topic the American public doesn\'t hear much about. One possible reason: an anti-Christian bias among Western elites.</p>\r\n<p class=\"adjusted\">These Western elites often control the media and educational institutions that spread information to the general public.</p>\r\n<p class=\"adjusted\">But they rarely cover or discuss the reality that Christians may well be the most persecuted religious group on the planet. It has been estimated that Christians number some 2.2 billion people. Harassment of them can range from loss of life to loss of livelihood.</p>\r\n<p class=\"adjusted\"><strong>From Communists to Muslim Extremists</strong></p>\r\n<p class=\"adjusted\">Paul Marshall of the <a href=\"http://www.hudson.org/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">Hudson Institute</span></span></a> has authored seven books on Christian persecution and discrimination.</p>\r\n<p class=\"adjusted\">\"Including discrimination, you\'re talking 600, 700 million Christians,\" Marshall told CBN News.</p>\r\n<p class=\"adjusted\">\"In about two-thirds of the world, Christians of one stripe or another face some sort of harassment,\" said Brian Grim, senior researcher at the Pew Forum on Religion and Public Life.</p>\r\n<p class=\"adjusted\">Persecution of Christians dates back to the time of Jesus and his disciples, but it is increasing rapidly in the new century. Christian journalist and author David Aikman touches upon this fact frequently in his work.</p>\r\n<p class=\"adjusted\">\"Christians in innumerable countries are under huge amounts of pressure, either from the government or from the societies in which they find themselves,\" Aikman said.</p>\r\n<p class=\"adjusted\">Throughout the 20th century, communist countries caused the most problems for Christians. Today, however, the fear and harassment has shifted to the Muslim world.</p>\r\n<p class=\"adjusted\"><a href=\"http://www.opendoorsusa.org/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">Open Doors USA</span></span></a> tracks persecution around the world and publishes a watch list every January of the worst offenders.</p>\r\n<p class=\"adjusted\">\"In this year\'s top 10, eight of those worst offenders are Islamic countries,\" Dr. Carl Moeller, Open Doors president and chief executive officer, told CBN News</p>\r\n<p class=\"adjusted\"><strong>Iraq\'s \'Religicide\'</strong></p>\r\n<p class=\"adjusted\">Iraq made the top 10 list of offending countries because of the recent brutal attacks on Christians, including the massacre of 58 Christians in a Baghdad Catholic Church in October 2010.</p>\r\n<p class=\"adjusted\">\"The level of brutality is almost unbelievable,\" Marshall said.</p>\r\n<p class=\"adjusted\">\"We\'re actually labelling it as \'religicide,\' as extremists there want to exterminate all Christians from the country of Iraq,\" Moeller added.</p>\r\n<p class=\"adjusted\"><a href=\"why-the-west-wont-hear-about-christian-persecution\">Read More on CBN Post &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-01-02 21:32:18',62,'CBN','2012-01-02 22:03:04',62,0,'0000-00-00 00:00:00','2012-01-02 21:32:18','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,190,'','',0,130,'robots=\nauthor='),(436,'Myth busted: Yes, the NDAA does apply to Americans, and here\'s the text that says so','myth-busted-yes-the-ndaa-does-apply-to-americans-and-heres-the-text-that-says-so','','<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left;\">In the aftermath of the signing of the NDAA by the traitorous President Obama, some citizens remain completely hoodwinked by the language of the bill, running around the internet screaming that the law \"does not apply to American citizens.\"<br /><br />This is, naturally, part of the side effect of having such a dumbed-down education system where people can\'t even parse the English language anymore. If you read the bill and<strong>understand what it says</strong>, it clearly offers absolutely no protections of U.S. citizens. In fact, it affirms that Americans are subjected to indefinite detainment under \"existing authorities.\"<br /><br />Let\'s parse it intelligently, shall we?<br /><br />First off, the offending section of the bill that used to be called 1031 was moved to 1021. Here is the title:<br /><br />(<a href=\"http://www.gpo.gov/fdsys/pkg/BILLS-112hr1540enr/pdf/BILLS-112hr1540enr.pdf\" target=\"_blank\" style=\"color: #3366cc; text-decoration: none;\">http://www.gpo.gov/fdsys/pkg/BILLS-...</a>)<br /><br /><strong>SEC. 1021. AFFIRMATION OF AUTHORITY OF THE ARMED FORCES OF THE UNITED STATES TO DETAIN COVERED PERSONS PURSUANT TO THE AUTHORIZATION FOR USE OF MILITARY FORCE.</strong><br /><br />The two relevant sections to consider are titled and stated as follows;<br /><br /><strong>(d) CONSTRUCTION. -- Nothing in this section is intended to limit or expand the authority of the President or the scope of the Authorization for Use of Military Force.</strong><br /><br />By PARSING the language here, we must split it into two sentences based on the \"or\" operator. This statement essentially means:<br /><br />• Nothing in this section is intended to LIMIT the authority of the President or the scope of the Authorization for Use of Military Force.<br /><br />• Nothing in this section is intended to EXPAND the authority of the President or the scope of the Authorization for Use of Military Force.<br /><br />In other words, this section places no limits whatsoever of the \"authority of the President\" to use military force (against American citizens). Keep that in mind as you read the next section:<span><br /><br /><a href=\"http://www.naturalnews.com/034538_NDAA_American_citizens_indefinite_detainment.html#ixzz1iQUmpng2\">Read more on Natural News Post &gt;&gt;&gt;</a></span></span></span></p>','',1,13,0,70,'2012-01-03 19:47:14',62,'Posted on Natural News','2012-03-25 23:35:34',62,0,'0000-00-00 00:00:00','2012-01-03 19:47:14','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,52,'','',0,119,'robots=\nauthor='),(437,'Why Are Pastors Afraid to Speak Out on Politics?','why-are-pastors-afraid-to-speak-out-on-politics','','<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; line-height: 24px; font-family: Georgia, \'Times New Roman\', Times, serif; font-size: 16px;\">\r\n<p style=\"margin: 0px 0px 1.5em; padding: 0px;\">An untapped resource to turn America around is found in the tens of thousands of churches in America. Many Christians don’t vote and their pastors encourage them to avoid politics. Then there are other churches where pastors are fearful of government reprisals, mostly from the IRS at the prompting of groups like the ACLU.</p>\r\n<p style=\"margin: 0px 0px 1.5em; padding: 0px;\">Keeping Christians from being involved beyond the church building and Sunday worship hour is becoming more common. But ever since Christians become politically active in the mid 1970s, secularists have gotten more vocal and strident. “That [Christians] may rant and rave against humanism and feminism and any other ‘ism’ on Sunday, but come Monday the children belong in school.”[<a id=\"identifier_0_2953\" class=\"footnote-link footnote-identifier-link\" href=\"http://letsrebuildit.com/#footnote_0_2953\" title=\"Rheta Grimsley Johnson, “‘People’ vs. fundamentalists,” The Marietta Daily Journal (September 2, 1986), 4A.\" style=\"color: #000000;\"><span style=\"text-decoration: underline;\">1</span></a>]</p>\r\n<p style=\"margin: 0px 0px 1.5em; padding: 0px;\">Tyrannical regimes are most fearful of organizations that don’t easily acquiesce to authority. We’re seeing this take place in<span class=\"Apple-converted-space\"> </span><a href=\"http://www.chinaaid.org/2012/01/nearly-50-shouwang-house-church-members.html\" style=\"color: #000000;\"><span style=\"text-decoration: underline;\">China</span></a>. “On the first Sunday of 2012, nearly 50 members of Shouwang Church in Beijing were detained following the church’s decision to continue its outdoor worship services that began in April, ChinaAid has learned.”</p>\r\n<p style=\"margin: 0px 0px 1.5em; padding: 0px;\">The latest attempt in the United States at intimidation is<span class=\"Apple-converted-space\"> </span><a href=\"http://letsrebuildit.com/2944/christian-applicant-denied-charter-school-because-of-faith/\" style=\"color: #000000;\"><span style=\"text-decoration: underline;\">Pastor Charles Patrick</span></a><span class=\"Apple-converted-space\"> </span>of the Sunago Christian Fellowship Church who applied for the right to open a charter school. The application was denied because the applicant was a pastor.</p>\r\n<p style=\"margin: 0px 0px 1.5em; padding: 0px;\">It wasn’t that long ago in a nation not that far away that Christianity was seen as a threat to the governing authorities. Over time, churches in Nazi German were “confined as far as possible to the performance of narrowly religious functions, and even within this narrow sphere were subjected to as many hindrances as the Nazis dared to impose.” This is the evaluation of a 1945 report published by the Office of Strategic Services (OSS), the precursor to the CIA. It was called<span class=\"Apple-converted-space\"> </span><em style=\"font-style: italic;\">The Nazi Master Plan: The Persecution of the Christian Churches</em><span class=\"Apple-converted-space\"> </span>and was prepared for the War Crimes Staff. It offered the following summary: “This study describes, with illustrative factual evidence, Nazi purposes, policies and methods of persecuting the Christian Churches in Germany and occupied Europe.”</p>\r\n<p style=\"margin: 0px 0px 1.5em; padding: 0px;\"><span><br />Read more:<span class=\"Apple-converted-space\"> </span><a href=\"http://godfatherpolitics.com/2953/why-are-pastors-afraid-to-speak-about-politics/#ixzz1iSAzlHc3\" style=\"color: #003399;\"><span style=\"text-decoration: underline;\">Why are Pastors Afraid to Speak about Politics? | Godfather Politics</span></a><span class=\"Apple-converted-space\"> </span><a href=\"http://godfatherpolitics.com/2953/why-are-pastors-afraid-to-speak-about-politics/#ixzz1iSAzlHc3\" style=\"color: #003399;\"><span style=\"text-decoration: underline;\">http://godfatherpolitics.com/2953/why-are-pastors-afraid-to-speak-about-politics/#ixzz1iSAzlHc3</span></a></span></p>\r\n</span></span></p>','',-2,1,0,1,'2012-01-04 02:41:27',62,'Posted on Godfather Politics','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-01-04 02:41:27','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,0,'','',0,0,'robots=\nauthor='),(439,'63 Year Old Cartoon Depicts America Today','63-year-old-cartoon-depicts-america-today','','<p>One of the most accurate depictions of America today was a cartoon made in 1948 by the Extension Department of Harding College. The cartoon, entitled Make Mine Freedom, shows what happens when an unsuspecting society sells their freedoms for ‘ism’. Watch for yourself and see just how close this 63 year old cartoon describes America today as it is being run by the liberals of both parties.<br /><br /> {source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"400\" height=\"301\" src=\"http://www.youtube.com/embed/mVh75ylAUXY\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>\r\n<p><a href=\"63 Year Old Cartoon Depicts America Today | Godfather Politics http:/godfatherpolitics.com/1006/63-year-old-cartoon-depicts-america-today/#ixzz1iSK0EZdt\">Read more on Godfather Politics &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-01-04 03:14:00',62,'As posted on Godfather Politics','2012-01-04 03:20:25',62,0,'0000-00-00 00:00:00','2012-01-04 03:14:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,188,'','',0,125,'robots=\nauthor='),(438,'Why Are Pastors Afraid to Speak Out on Politics?','why-are-pastors-afraid-to-speak-out-on-politics','','<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"text-align: left; line-height: 24px; font-family: Georgia, \'Times New Roman\', Times, serif; font-size: 16px;\">\r\n<p style=\"margin: 0px 0px 1.5em; padding: 0px;\">An untapped resource to turn America around is found in the tens of thousands of churches in America. Many Christians don’t vote and their pastors encourage them to avoid politics. Then there are other churches where pastors are fearful of government reprisals, mostly from the IRS at the prompting of groups like the ACLU.</p>\r\n<p style=\"margin: 0px 0px 1.5em; padding: 0px;\">Keeping Christians from being involved beyond the church building and Sunday worship hour is becoming more common. But ever since Christians become politically active in the mid 1970s, secularists have gotten more vocal and strident. “That [Christians] may rant and rave against humanism and feminism and any other ‘ism’ on Sunday, but come Monday the children belong in school.”[<a id=\"identifier_0_2953\" class=\"footnote-link footnote-identifier-link\" href=\"#footnote_0_2953\" title=\"Rheta Grimsley Johnson, “‘People’ vs. fundamentalists,” The Marietta Daily Journal (September 2, 1986), 4A.\" style=\"color: #000000;\"><span style=\"text-decoration: underline;\">1</span></a>]</p>\r\n<p style=\"margin: 0px 0px 1.5em; padding: 0px;\">Tyrannical regimes are most fearful of organizations that don’t easily acquiesce to authority. We’re seeing this take place in<span class=\"Apple-converted-space\"> </span><a href=\"http://www.chinaaid.org/2012/01/nearly-50-shouwang-house-church-members.html\" style=\"color: #000000;\"><span style=\"text-decoration: underline;\">China</span></a>. “On the first Sunday of 2012, nearly 50 members of Shouwang Church in Beijing were detained following the church’s decision to continue its outdoor worship services that began in April, ChinaAid has learned.”</p>\r\n<p style=\"margin: 0px 0px 1.5em; padding: 0px;\">The latest attempt in the United States at intimidation is<span class=\"Apple-converted-space\"> </span><a href=\"2944/christian-applicant-denied-charter-school-because-of-faith/\" style=\"color: #000000;\"><span style=\"text-decoration: underline;\">Pastor Charles Patrick</span></a><span class=\"Apple-converted-space\"> </span>of the Sunago Christian Fellowship Church who applied for the right to open a charter school. The application was denied because the applicant was a pastor.</p>\r\n<p style=\"margin: 0px 0px 1.5em; padding: 0px;\">It wasn’t that long ago in a nation not that far away that Christianity was seen as a threat to the governing authorities. Over time, churches in Nazi German were “confined as far as possible to the performance of narrowly religious functions, and even within this narrow sphere were subjected to as many hindrances as the Nazis dared to impose.” This is the evaluation of a 1945 report published by the Office of Strategic Services (OSS), the precursor to the CIA. It was called<span class=\"Apple-converted-space\"> </span><em style=\"font-style: italic;\">The Nazi Master Plan: The Persecution of the Christian Churches</em><span class=\"Apple-converted-space\"> </span>and was prepared for the War Crimes Staff. It offered the following summary: “This study describes, with illustrative factual evidence, Nazi purposes, policies and methods of persecuting the Christian Churches in Germany and occupied Europe.”</p>\r\n<p style=\"margin: 0px 0px 1.5em; padding: 0px;\"><span><br />Read more:<span class=\"Apple-converted-space\"> </span><a href=\"http://godfatherpolitics.com/2953/why-are-pastors-afraid-to-speak-about-politics/#ixzz1iSAzlHc3\" style=\"color: #003399;\"><span style=\"text-decoration: underline;\">Why are Pastors Afraid to Speak about Politics? | Godfather Politics</span></a><span class=\"Apple-converted-space\"> </span><a href=\"http://godfatherpolitics.com/2953/why-are-pastors-afraid-to-speak-about-politics/#ixzz1iSAzlHc3\" style=\"color: #003399;\"><span style=\"text-decoration: underline;\">http://godfatherpolitics.com/2953/why-are-pastors-afraid-to-speak-about-politics/#ixzz1iSAzlHc3</span></a></span></p>\r\n</span></span></p>','',1,1,0,1,'2012-01-04 02:41:27',62,'Posted on Godfather Politics','2012-01-04 02:46:18',62,0,'0000-00-00 00:00:00','2012-01-04 02:41:27','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,189,'','',0,165,'robots=\nauthor='),(440,'A Year For The Ages','a-year-for-the-ages','','<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"line-height: 16px; font-family: verdana, lucida, arial, helvetica, sans-serif; font-size: 12px;\"><img src=\"images/stories/r_joyner_85px.jpg\" border=\"0\" align=\"left\" />Week 1, 2012<br /><br />     The New Year is always a time for hope, and hope is one of the most powerful forces. It is often a time when we resolve to fulfill certain vows like getting in shape, spending more time with family, or being faithful to certain spiritual disciplines like more prayer or Bible study. These often help people focus enough to actually accomplish them, certainly a good thing.<span class=\"Apple-converted-space\"> </span><br /><br />     This is the year the Mayan calendar, which indicated it would be the end of the world. As the Apostle Paul wrote about the Cretan prophets, that they were right about what they were saying about the Cretans, even false prophets can be right about some things. In a way, I think the Mayan calendar is right—this year will mark the end of this world<span class=\"Apple-converted-space\"> </span><span style=\"font-style: italic;\">as we know it</span>.<br /><br />     I am not prophesying that this year will be the end of the world, or the end of the age, or the second coming of Christ. I am saying radical changes are coming to the whole world this year. Whether they turn out for good or bad will depend more on the body of Christ than any other factor. This year will be the greatest opportunity we’ve had, not just in our generation, but maybe ever. Times of change are usually steered by a small number of people, and if just a small part of the body of Christ wakes up and gets engaged, the impact this year can be greater than ever.<span class=\"Apple-converted-space\">  <a href=\"http://www.morningstarministries.org/Articles/1000117142/MorningStar_Ministries/Media/Word_for_the/2012/A_Year_For.aspx?utm_source=The+MorningStar+Ministries+eNewsletter&amp;utm_campaign=32280cf8fa-eNewsletter_January_05_201211_3_2011&amp;utm_medium=email\">Click to Read More at Morningstar Ministries &gt;&gt;&gt;</a></span></span></span></p>','',1,19,0,76,'2012-01-05 18:41:51',62,'Rick Joyner Morningstar Ministries','2012-02-04 13:09:09',62,0,'0000-00-00 00:00:00','2012-01-05 18:41:51','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,12,'','',0,524,'robots=\nauthor='),(441,'Question of the Day?','question-of-the-day','','<h1>Question of the Day?</h1>\r\n<h1><img src=\"images/stories/darkness_v_light.jpg\" border=\"0\" title=\"DARKNESS VS LIGHT\" /></h1>\r\n<p> </p>\r\n<p>{jcomments on}</p>','',1,14,0,71,'2012-01-06 14:37:31',62,'EdG','2012-01-06 15:11:03',62,0,'0000-00-00 00:00:00','2012-01-06 14:37:31','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,5,'','',0,527,'robots=\nauthor='),(442,'All-American comic book hosts ‘gay’ wedding','all-american-comic-book-hosts-gay-wedding','','<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"> </span><span class=\"keywordresultextras\"> <img src=\"images/stories/fruit/nofruitsandnuts.jpg\" border=\"0\" alt=\"No Fruits and Nuts\" width=\"68\" height=\"69\" /></span></p>\r\n<p> Less than a year after the all-American comic book Archie announced it was adding a homosexual character to the cast of <img src=\"images/stories/120106archie.jpg\" border=\"0\" width=\"128\" height=\"192\" align=\"right\" />Jughead, Veronica, Betty and the gang, a new issue is hitting newsstands celebrating that character’s same-sex “marriage.”</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">“Life with Archie No. 16? hits newsstands next week, featuring the interracial, same-sex wedding of character Lt. Kevin Keller, a white American soldier wounded in Iraq, and Clay Walker, the black physical therapist who helped him recover.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">Archie Comics CEO Jonathan Goldwater told CNN it’s part of a concerted effort to make Archie Andrews’ universe mirror the diversity and complexity of today’s world.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">“Riverdale, Archie and the gang are set in high school, and we ran a risk, unless we reflect what’s going on with kids today in the real world, of becoming irrelevant,” said Goldwater, the son of Archie creator John L. Goldwater.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 24px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><a href=\"http://conservativebyte.com/2012/01/all-american-comic-book-hosts-‘gay’-wedding/\">GOTO Conservative.byte.com &gt;&gt;&gt;</a></p>\r\n<h2>Here\'s the Good News: There is hope in God for those who are engaged in a homosexual lifestyle.</h2>\r\n<p>Deviant societies call bad behaviour good. Those who engage in bad behaviour, in this case the homosexual lifestyle, are told it is their legal \"right\". Practicing homosexuals obtain their legal rights from those who desire their political support. Devious lawyers and corrupt politicians encourage people to cast off moral restraint in hopes of gaining their vote. In his book , \"Lift Up Your Heart\", Fulton Sheen described modern society this way: <em>\"Unable to live by the old mores, they changed the rules to fit their new behaviour\"</em> (paraphrasing mine).</p>\r\n<p>Do not be fooled (or surprised) by societal, or \"lawful\", approval of aberrant behaviour. Societal approval and/or judicial approval is by design a balm, albeit conterfeit, for a guilty conscience. The \"conscience\" is the spiritual and psychological mechanism God uses to lead people back to the Truth. Unless the conscience has been nullified, we turn to God in sorrow after doing something we, intuitively, know is wrong. Again I say, do not be fooled.</p>\r\n<h2>For those seeking freedom from the bondage of homosexuality, here is understanding and a great promise:</h2>\r\n<p><a href=\"passage/?search=Matthew+19:12&amp;version=KJV\"><span style=\"text-decoration: underline;\"><strong><span style=\"color: #0066cc;\">Matthew 19:12</span></strong></span></a><br />For there are some eunuchs, which were so born from their mother\'s womb: and there are some eunuchs, which were made eunuchs of men: and there be eunuchs, which have made themselves eunuchs for the kingdom of heaven\'s sake. He that is able to receive it, let him receive it.<br /><br /><a href=\"passage/?search=Isaiah+56:4-5&amp;version=KJV\"><span style=\"text-decoration: underline;\"><strong><span style=\"color: #0066cc;\">Isaiah 56:4-5</span></strong></span></a><br /><sup id=\"en-KJV-18758\" class=\"versenum\">4</sup>For thus saith the LORD unto the eunuchs that keep my sabbaths, and choose the things that please me, and take hold of my covenant; <sup id=\"en-KJV-18759\" class=\"versenum\">5</sup>Even unto them will I give in mine house and within my walls a place and a name better than of sons and of daughters: I will give them an everlasting name, that shall not be cut off.</p>\r\n<h2>For those who lead these astray:</h2>\r\n<p><a href=\"passage/?search=Matthew+18:6&amp;version=KJV\"><strong><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">Matthew 18:6</span></span></strong></a><br />But whoso shall offend one of these little ones which believe in me, it were better for him that a millstone were hanged about his neck, and that he were drowned in the depth of the sea.</p>\r\n<p><a href=\"passage/?search=Isaiah+5:20&amp;version=KJV\"><strong><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">Isaiah 5:20</span></span></strong></a><br />Woe unto them that call evil good, and good evil; that put darkness for light, and light for darkness; that put bitter for sweet, and sweet for bitter!</p>','',1,1,0,1,'2012-01-08 15:57:37',62,'Article posted on Consevative.byte.com, comments by Jack Brake','2012-02-02 14:31:43',62,0,'0000-00-00 00:00:00','2012-01-08 15:57:37','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',14,0,187,'','',0,289,'robots=\nauthor='),(443,'AP/Washington Post Article November 2, 1922','global-warming','','<p><img class=\"caption\" src=\"images/stories/ap_washingtonpostglobalwarming.jpg\" border=\"0\" alt=\"Global Warming\" title=\"Washington Post Article November 2, 1922.\" /></p>','',1,1,0,1,'2012-01-08 19:13:15',62,'Washington Post, November 2, 1922','2012-01-08 19:25:03',62,62,'2012-03-10 01:45:53','2012-01-08 19:13:15','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,186,'','',0,3662,'robots=\nauthor='),(444,'Obama guts military but gives raises to bureaucrats','obama-guts-military-but-gives-raises-to-bureaucrats','','<p>Hard facts ought to prevail where American security is concerned. This applies equally whether the issue at hand is the geopolitical consequences of ill-advised defense cuts or the possibility that waste and fraud in military procurement might result in the deaths of American soldiers. It is in that spirit that we view President Obama\'s announcement last week at the Pentagon of his new national defense doctrine. While there will be much more to say here in the future, two points stand out for now.</p>\r\n<p>\r\n<p>Obama could say nothing like that because no such surrender has been tendered, and it is clear to anybody with open eyes that the aggressors in the War on Terror are -- Osama bin Laden\'s death notwithstanding -- planning lethal new attacks on Americans here at home and American interests around the world. It is as though FDR had said in April 1943 that the tide of World War II was receding and therefore it was time to slash American defense spending because American pilots had shot down a plane carrying Japanese Adm. Isoroku Yamamoto, chief planner behind the attack on Pearl Harbor. No matter that Japanese troops still occupied half of the Pacific and would continue to wage war against the U.S.</p>\r\n<p>Second, another Obama decision became public last week: The chief executive wants to give federal civil servants a half-percent pay raise. The absurdity of this proposal is clear in light of the excellent reporting of USA Today\'s Dennis Cauchon. In a series of stories in 2010 that drew emotional criticism from federal employee union leaders but no factual refutations, Cauchon used the government\'s own data to show that civil servants\' compensation has far outstripped that of private-sector workers. \"The compensation gap between federal and private workers has doubled in the past decade,\" Cauchon found. \"Federal civil servants earned average pay and benefits of $123,049 in 2009, while private workers made $61,051 in total compensation, according to the Bureau of Economic Analysis. The data are the latest available.\" If anything, Obama should freeze federal pay indefinitely so private-sector employees can catch up with the bureaucrats.</p>\r\n<p>To be sure, the proposed raise is so small as to be largely symbolic, but that\'s precisely the point: It carries a vital re-election year message from Obama to a key sector of his base constituency -- unionized public employees. It tells them Obama will take care of them, even as he paves the way for firing half a million men and women in uniform who likely are not among his re-election supporters. The hard-eyed conclusion here must be that winning re-election is more important to Obama than assuring American security at home and abroad.</p>\r\n<br /><br /><a href=\"http://washingtonexaminer.com/opinion/editorials/2012/01/obama-guts-military-gives-raises-bureaucrats/2074876#ixzz1iyf3TLOg\">Read more at the Washington Examiner&gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-01-09 15:59:41',62,'The Washington Examner','2012-01-11 15:20:29',62,0,'0000-00-00 00:00:00','2012-01-09 15:59:41','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,185,'','',0,254,'robots=\nauthor='),(448,'‘Why I Hate Religion, But Love Jesus’: Controversial Viral Video Logs 10 Million Hits in Four Days','why-i-hate-religion-but-love-jesus-controversial-viral-video-logs-10-million-hits-in-four-days','','<p><a href=\"theblaze.com\">TheBlaze.com&gt;&gt;&gt;</a></p>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"392\" height=\"221\" src=\"http://www.youtube.com/embed/1IAhDGYlpqY\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,1,0,1,'2012-01-16 02:20:08',62,'Posted on The Blaze','0000-00-00 00:00:00',0,62,'2012-01-16 02:24:20','2012-01-16 02:20:08','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,183,'','',0,246,'robots=\nauthor='),(449,'Did President Obama send a secret letter to Iran asking for talks?','did-president-obama-send-a-secret-letter-to-iran-asking-for-talks','','<p><span style=\"font-family: Arial; font-size: small;\"><img src=\"images/stories/mikeevans.jpg\" border=\"0\" alt=\"Dr. Michael Evans\" align=\"left\" />I am greatly burdened by today’s news. We must pray. We must intercede. We must go before the throne of grace and beseech God for help for the nation of Israel like never before. </span></p>\r\n<p>An Iranian member of Parliament has gone public with a claim that President Obama sent Iran’s leaders a secret letter asking for direct talks between Washington and Tehran. Relations between the countries have been broken since the hostage crisis during the Iranian revolution in 1979. There are no formal diplomatic ties, and there have been no direct communications for decades. The White House is refusing comment on the authenticity of the story, neither confirming nor denying Iran’s claims.</p>\r\n<p>The question we must ask if this story is true is: What is President Obama planning to tell Iran’s leaders in the talks? What will he offer them? What promises will he make? Will he undercut Israel in an attempt to avoid a war? Will he remain committed to America’s traditional support of the Jewish state and convey that message in uncertain terms? This is a critical moment for Israel. The entire Middle East is precariously balanced on the brink of war.</p>\r\n<p>The bottom line is that Genesis 12:3 is just as true today as it was thousands of years ago when God made the promise to Abraham. Every nation that blesses Israel will be blessed. Every nation that curses Israel will be cursed. I know which side I choose!</p>\r\n<p><a href=\"http://jerusalemprayerteam.org/email/2012/0119.htm\">GOTO&gt;&gt;&gt;</a></p>','',1,22,0,80,'2012-01-19 22:53:42',62,'Dr. Michael Evans','2012-02-27 03:05:02',62,0,'0000-00-00 00:00:00','2012-01-19 22:53:42','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,18,'','',0,649,'robots=\nauthor='),(450,'WARNING- New government regulations require us to HIDE taxes in your fares','warning-new-government-regulations-require-us-to-hide-taxes-in-your-fares','','<table class=\"main-content-wrap\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\" width=\"350\" frame=\"border\" rules=\"none\" align=\"center\" bgcolor=\"#ffffff\" bordercolor=\"#c2c2c2\">\r\n<tbody>\r\n<tr>\r\n<td><!-- Main Newsletter Content Starts here. Add Modules below this line --><br /><!-- Module: Header -->\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"340\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\">\r\n<table border=\"0\" width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td><a href=\"http://link.spiritairlines.com/u.d?MYGj6AXpwbSrPJ8Hn7h=1\"><img src=\"http://www.spirit.com/content/images/email/promo/spirit_logo.gif\" border=\"0\" alt=\"Spirit Airlines\" width=\"216\" align=\"top\" /></a></td>\r\n<td align=\"right\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td align=\"right\"><br /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<!-- End Module --><!-- Module: 1 column - image -->\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"340\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a href=\"http://link.spiritairlines.com/u.d?JYGj6AXpwbSrPJ8Hn7k=11\"><img src=\"http://www.spirit.com/content/images/email/promo/main_promo-warning.gif\" border=\"0\" alt=\"Click here for sale information.\" width=\"340\" height=\"100\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<!-- End Module --><a name=\"sale\"></a><img src=\"http://www.spirit.com/content/images/email/module-divider.jpg\" border=\"0\" width=\"400\" height=\"51\" /> <!-- Module: 1 column - text + images -->\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"320\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h1>WARNING:</h1>\r\n<h3>New government regulations require us to HIDE taxes in your fares.</h3>\r\n<p>This is not consumer-friendly or in your best interest. It\'s wrong and you shouldn\'t stand for it.</p>\r\n<p>Starting January 24, 2012, fares are distorted.</p>\r\n<p><strong>Why?</strong><br />Thanks to the U.S. Department of Transportation\'s latest fare rules, Spirit must now HIDE the government\'s taxes and fees in your fares.</p>\r\n<p>If the government can hide taxes in your airfares, then they can carry out their hidden agenda and quietly increase their taxes. (Yes, such talks are already underway.)</p>\r\n<p><strong>And if they can do it to the airline industry, what\'s next?</strong><br />As the transparency leader and most consumer-friendly airline, Spirit DOES NOT support this new USDOT mandate. We believe the better form of transparency is to break out costs so customers know exactly what they\'re buying.</p>\r\n<p><strong>What can you do to help stop this injustice?</strong><br />Join us in keeping government taxes and fees low and transparent by contacting your elected officials.</p>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td> </td>\r\n<td><a href=\"http://link.spiritairlines.com/u.d?KYGj6AXpwbSrPJ8Hn7r=21\"><img src=\"http://www.spirit.com/content/images/email/congress.gif\" border=\"0\" width=\"190\" height=\"57\" /></a></td>\r\n<td><a href=\"http://link.spiritairlines.com/u.d?U4Gj6AXpwbSrPJ8Hn7u=31\"><img src=\"http://www.spirit.com/content/images/email/senator.gif\" border=\"0\" width=\"190\" height=\"56\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td align=\"right\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\r\n<tbody>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<!-- End Module --><!-- Module: 2 columns - right sidebar + content --><!-- End Module --><!-- Module: 1 column - text + images --><!-- End Module --><!-- Main Newsletter Content Ends here. --><br /></td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,1,0,1,'2012-01-25 00:39:00',62,'spirit airlines','2012-02-07 12:18:42',62,62,'2012-02-07 12:18:42','2012-01-25 00:39:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,182,'','',0,136,'robots=\nauthor='),(445,'Feds Now Monitoring Journalists','feds-now-monitoring-journalists','','<p><img src=\"images/stories/president_obama_change.jpg\" border=\"0\" alt=\"Change\" hspace=\"7\" align=\"left\" />Freedom of speech might allow journalists to get away with a lot in America, but the Department of Homeland Security is on the ready to make sure that the government is keeping dibs on who is saying what.</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">Under the National Operations Center (NOC)’s Media Monitoring Initiative that came out of DHS headquarters in November, Washington has the written permission to retain data on users of social media and online networking platforms.</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">Specifically, the DHS announced the NCO and its Office of Operations Coordination and Planning (OPS) can collect personal information from news anchors, journalists, reporters or anyone who may use <em style=\"font-style: italic;\">“traditional and/or social media in real time to keep their audience situationally aware and informed.”</em></p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">According to the Department of Homeland Security’s own definition of personal identifiable information, or PII, such data could consist of any intellect <em style=\"font-style: italic;\">“that permits the identity of an individual to be directly or indirectly inferred, including any information which is linked or linkable to that individual.” </em>Previously established guidelines within the administration say that data could only be collected under authorization set forth by written code, but the new provisions in the NOC’s write-up means that any reporter, whether someone along the lines of Walter Cronkite or a budding blogger, can be victimized by the agency.</p>\r\n<p><a href=\"http://rt.com/usa/news/homeland-security-journalists-monitoring-321/\" target=\"_new\" title=\"Feds Now Monitoring Journalists\" style=\"color: #287bac;\"><strong><span style=\"text-decoration: underline;\">Post Continues on rt.com</span></strong></a></p>','',1,13,0,70,'2012-01-11 14:53:16',62,'posted on slashdot','2012-01-11 15:01:55',62,0,'0000-00-00 00:00:00','2012-01-11 14:53:16','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,26,'','',0,196,'robots=\nauthor='),(446,'A Year Like No Other','a-year-like-no-other','','<p style=\"margin-top: 0px; margin-bottom: 0px; color: black; font-size: 12pt;\"><span style=\"font-family: Verdana,Geneva;\"><strong><img src=\"images/stories/r_joyner_85px.jpg\" border=\"0\" align=\"left\" />A Year Like No Other</strong></span></p>\r\n<p style=\"margin-top: 0px; font-family: Verdana,Geneva; margin-bottom: 0px; font-size: 11pt;\"><span style=\"color: #ff0000;\">Special Bulletin</span></p>\r\n<p style=\"margin-top: 0px; font-family: Verdana,Geneva; margin-bottom: 0px;\"><span style=\"color: black; font-size: 10pt;\"><em>by Rick Joyner </em></span></p>\r\n<p style=\"margin-top: 0px; font-family: Verdana,Geneva; margin-bottom: 0px;\"><span style=\"color: black; font-size: 10pt;\"><em> </em></span></p>\r\n<p style=\"text-align: justify; margin-top: 0px; font-family: Verdana,Geneva; margin-bottom: 0px;\" align=\"justify\"><span style=\"color: #000000; font-size: 10pt;\">This could be the best year of our lives. It will also likely be the most challenging. It\'s not either/or, but both. Many ultimate issues will be determined this year. They can be determined in a way that gets us back on the path of greater peace, stability, and prosperity. They could also be determined in a way that leads to the worst economic and political meltdown in history. Even if this is the case, if we\'re prepared to resist the tyranny that always seeks to gain entrance in such times, this could be a reset, a kind of jubilee that enables us to return to the foundations of our greatness and strength. <br /><br />One thing is for sure: We may die of a lot of things, but boredom will not be one of them! The Mayans saw 2012 as the end of the world. In a way they may be right-it could be the end of the world as we know it. Key civilization markers are pointing to this year being one of the great demarcation points in history. Major changes are inevitable-for good or bad. This is no doubt a time fraught with dangers but also opportunities. Are we ready?...<a href=\"http://www.theoakinitiative.org/special-bulletin-01-2012\"> read more </a></span></p>','',1,20,0,78,'2012-01-12 00:45:49',62,'Rick Joyner--The Oak Initiative','2012-02-04 13:13:34',62,0,'0000-00-00 00:00:00','2012-01-12 00:45:49','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,59,'','',0,350,'robots=\nauthor='),(447,'After all these years, mainstream media is still giving Obama a pass','after-all-these-years-mainstream-media-is-still-giving-obama-a-pass','','<p style=\"FONT-SIZE: 14px\"><img src=\"images/stories/logo-foxnews.png\" border=\"0\" alt=\"Fox News\" align=\"left\" />Like the discovery of gambling in “Casablanca,” the mainstream media is shocked, shocked! to learn there is chaos and back-stabbing in the Obama <a class=\"r_lapi\" href=\"http://www.foxnews.com/topics/politics/white-house.htm#r_src=ramp\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">White House</span></span></a>. The media missed the story for the same reason Capt. <a class=\"r_lapi\" href=\"http://www.foxnews.com/topics/car-racing/formula-one-indy/renault.htm#r_src=ramp\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">Renault</span></span></a> missed gambling at Rick’s Cafe: They chose to.</p>\r\n<p style=\"FONT-SIZE: 14px\">A cash kickback did the trick in the film. In real life, the Washington pack turns away from the truth for something less forgivable.<br />Three years after <a class=\"r_lapi\" href=\"http://www.foxnews.com/topics/politics/obama-administration/barack-obama.htm#r_src=ramp\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">President Obama</span></span></a> took office, much of the national press corps remains remarkably uncurious about what has gone wrong inside the land of Hope &amp; Change. Whether still mesmerized by hypnotic chants of “Yes we can” or afraid to risk access by asking unpleasant questions, the press largely has failed to pierce the secrecy surrounding all the president’s men, their conflicts and policies. </p>\r\n<p style=\"FONT-SIZE: 14px\">It is a shameful dereliction, given that the Great Recession has left 25 million Americans out of work or looking for a full-time job, and the national debt has reached 100 percent of GDP. To state the obvious, no Republican president ever enjoyed a similar lack of scrutiny during a national emergency.</p>\r\n<p style=\"FONT-SIZE: 14px\">Consider that nearly all of Obama’s economic team left in stunningly short order, yet no newspaper, magazine or broadcast news show connected the dots. Only author <a class=\"r_lapi\" href=\"http://www.foxnews.com/topics/politics/reporters/ron-suskind.htm#r_src=ramp\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">Ron Suskind</span></span></a> late last year exposed the incompetence and bitter tensions behind the failed policies the team produced.</p>\r\n<p style=\"FONT-SIZE: 14px\">Suskind’s “Confidence Men” showed that Obama’s lack of experience and overconfidence created a mash-up of male egos that caused top female <a id=\"KonaLink1\" class=\"kLink\" href=\"http://letsrebuildit.com/#\" style=\"POSITION: static; TEXT-DECORATION: underline !important\"><span style=\"position: static; color: #0000ff; font-size: 14px; font-weight: 400;\"><span class=\"kLink\" style=\"POSITION: relative; FONT-FAMILY: arial, sans-serif; COLOR: blue !important; FONT-SIZE: 14px; FONT-WEIGHT: 400\">staffers</span></span></a> to complain their views were not taken seriously. Suskind also showed how Treasury Secretary <a class=\"r_lapi\" href=\"http://www.foxnews.com/topics/politics/obama-administration/timothy-geithner.htm#r_src=ramp\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">Tim Geithner</span></span></a> ignored harebrained Obama decisions that would have rocked the financial world, such as effectively nationalizing Citibank.</p>\r\n<p style=\"FONT-SIZE: 14px\"><br /><br />Read more: <a href=\"http://www.foxnews.com/opinion/2012/01/12/after-all-these-years-mainstream-media-is-still-giving-obama-pass/#ixzz1jLqgL100\" style=\"COLOR: #003399\"><span style=\"text-decoration: underline;\">http://www.foxnews.com/opinion/2012/01/12/after-all-these-years-mainstream-media-is-still-giving-obama-pass/#ixzz1jLqgL100</span></a></p>','',1,1,0,1,'2012-01-13 15:10:42',62,'Michael Goodwin | FoxNews','0000-00-00 00:00:00',0,62,'2012-01-13 15:16:28','2012-01-13 15:10:42','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,184,'','',0,1052,'robots=\nauthor='),(454,'Obama\'s Role in the Occupy Movement Exposed','obamas-role-in-the-occupy-movement-exposed','','<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: arial, verdana, helvetica, sans-serif; font-size: 14px; -webkit-border-horizontal-spacing: 3px; -webkit-border-vertical-spacing: 3px;\"><img class=\"caption\" src=\"images/stories/horowitz.jpg\" border=\"0\" alt=\"David Horowitz\" title=\"David Horowitz\" hspace=\"7\" align=\"left\" />Dear Fellow Conservative,<span class=\"Apple-converted-space\"> </span><a href=\"http://sm.responsebeacon.com/track?type=click&amp;enid=ZWFzPTEmbWFpbGluZ2lkPTI3MDA0Jm1lc3NhZ2VpZD0yNjAwNSZkYXRhYmFzZWlkPTg4MDMmc2VyaWFsPTE2Nzg0OTAzJmVtYWlsaWQ9amJyYWtlQG5zY29uc3RydWN0LmNvbSZ1c2VyaWQ9MV8xMDA5NjkmdGFyZ2V0aWQ9JmZsPTAmZXh0cmE9TXVsdGl2YXJpYXRlSWQ9JiYm&amp;&amp;&amp;2003&amp;&amp;&amp;https://secure.donationreport.com/donate.html?key=NY3NZAUUCOQA\" style=\"color: #003768; text-decoration: underline;\"></a><br /><br />Like a recurring bad dream, the Occupy movement returned this past weekend. This time there were no appeals about the downtrodden and left behind--only an outburst of violence and vile rhetoric that showed its true face. This is a movement that only pretends to be sympathetic to the victims of America\'s current economic problems. Actually, the Occupy gang is thankful for the opportunity these problems offer--an opportunity to bash America once again and everything it stands for.<span class=\"Apple-converted-space\"> </span><br /><br /><strong>The violence and chaos we saw over the weekend--highlighted by ritualized burning of the American flag and expressions of naked anti-Semitism--is what the Occupy movement is all about.</strong><span class=\"Apple-converted-space\"> </span>Never mind the 1% and the 99%: that\'s all window dressing for a movement that is and always has been 100% anti-American. I say \"always has been\" because the occupiers are umbilically connected to the Communist Party of the 1930s and the radical New Left of the 1960s. We have seen these people before. They come not to make America better, but to destroy it and to substitute their deformed totalitarian ideas for a system of government and an engine of economic power that have been the envy of the world.<span class=\"Apple-converted-space\"> </span><br /><br />And the worst thing about the Occupy movement that trashed our cities this past weekend is that it has been given the tacit go ahead by the White House.<span class=\"Apple-converted-space\"> </span><strong>Barack Obama has winked at the occupiers and let them know he\'s with them.</strong><span class=\"Apple-converted-space\"> </span>His administration and the Democratic Party own the Occupy movement. The occupiers are moving the President\'s agenda in the streets with their calls for class warfare and a transformation of America, as the hardcore left has always said, by any means necessary.<span class=\"Apple-converted-space\"> </span><br /><br />In \"Occcupy Wall Street: The Communist Movement Reborn,\" my colleague John Perazzo and I have exposed how today\'s occupiers share the twisted DNA of the communist organizers of two generations ago and the apologists for communism that attacked America so viciously in the 1960s. These are the people who used to be on the outside, propely the objects of suspicion and contempt. But in the 1970s, using the McGovern movement as their Trojan Horse, they were able to occupy the Democratic Party and take it over. That is why today the agenda of the Occupy Movement is indistinguishable from that of the Democrats (and vice versa.) That is why the President can\'t bring himself to condemn the nihilists now bringing destruction and chaos to our cities.<span class=\"Apple-converted-space\"> </span></span></span></p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: arial, verdana, helvetica, sans-serif; font-size: 14px; -webkit-border-horizontal-spacing: 3px; -webkit-border-vertical-spacing: 3px;\"><span class=\"Apple-converted-space\"><a href=\"http://sm.responsebeacon.com/track?t=v&amp;enid=ZWFzPTEmbWlkPTI3MDA0Jm1zZ2lkPTI2MDA1JmRpZD04ODAzJmVkaWQ9ODgwMyZzbj0xNjc4NDkwMyZlaWQ9amJyYWtlQG5zY29uc3RydWN0LmNvbSZlZWlkPWpicmFrZUBuc2NvbnN0cnVjdC5jb20mdWlkPTFfMTAwOTY5JnJpZD0xMDA5NjkmZXJpZD0xMDA5NjkmZmw9Jm12aWQ9JnRnaWQ9JmV4dHJhPQ==&amp;&amp;&amp;2000&amp;eu=801&amp;&amp;&amp;http://frontporch.com/browser/\">READ MORE ON FRONT PORCH POLITICS &gt;&gt;&gt;</a></span></span></span></p>','',1,17,0,74,'2012-02-02 13:25:45',62,'David Horowitz as posted on Front Porch Politics','2012-02-02 13:47:55',62,0,'0000-00-00 00:00:00','2012-02-02 13:25:45','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',9,0,19,'','',0,352,'robots=\nauthor='),(451,'We Won\'t Back Down','we-wont-back-down','','<p><img src=\"images/stories/life-sign-march3.jpg\" border=\"0\" alt=\"Life\" hspace=\"7\" align=\"left\" />The sleeping giant has been awakened. <br />Right now we\'re witnessing an unprecedented response to the Obama administration\'s decision last Friday to proceed with their new mandate forcing all Americans (including the Catholic Church) to fund birth control, sterilization, and some abortion-inducing drugs. <br /><br />Since Friday we have been receiving reports from individuals and parishes across the country. Catholics of all stripes, left, right, and center -- \"political\" categories that are not typically helpful -- are nevertheless coming together like never before. <br /><br />We are united as one Church. <br /><br />Bishops, priests, pastors and the laity are rising up. Many priests and bishops preached last Sunday on the threat, with numerous reports of congregations spontaneously erupting with standing ovations. Blogs, news sites, and grassroots organizations (on both left and right!) have erupted. The emails and calls to CV are pouring in. <br /><br />Retired Cardinal Mahoney in Los Angeles responded to the decision saying: \"This decision must be fought against with all the energies the Catholic Community can muster...there is no other fundamental issue as important as this one as we enter into the Presidential and Congressional campaigns...[i]f any candidate refuses to acknowledge and to promote those rights, then that candidate will not receive my vote.\" <br /><br />And just this morning, New York\'s Cardinal-designate Timothy Dolan authored a blistering editorial in the Wall Street Journal in which he concluded: <br /><br />\"This latest erosion of our first freedom should make all Americans pause. When the government tampers with a freedom so fundamental to the life of our nation, one shudders to think what lies ahead.\" <br /><br />The assault on our religious freedom may not come as a surprise to many of you. For years, hostile groups and some elected officials have been working to destroy the influence of the Church in America. For years they have flaunted our social teachings, insulted our clergy and hierarchy, and mocked our Pope. The attacks are endless. <br /><br />And now they want us to fund their agenda. <br /><br />NO WAY. <br /><br />We will not accept this new mandate, and we will not rest until it is overturned. <br /><br />Our goal: Ensure that every Catholic voter in every swing state understands this decision - and what is at stake in November. <br /><br /><a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000628/!x-usc:http:/email.vervemail.com/ct/24501834:5659262167:m:1:416074533:3A0A2B5290A27446F9544F4BBAC9B77B:r\">Can you chip in $10 to help power this campaign?</a> <br /><br />As Catholics, we are a diverse bunch. We argue about politics, candidates, and the issues. We disagree on how to solve our economic problems, immigration, and the role of government. There are even some Catholics who struggle with the Church on the foundational issues of life and marriage. <br /><br />But on the issue of religious liberty -- our First Freedom -- there must be unity. <br /><br />This is not the time for \"I told you so,\" or finger pointing. <br /><br />We must lock arms with each other. Pray. Fast. And fight back like never before.<br /><br />We are united. <br /><br />We are Catholic. <br /><br />And we won\'t back down.</p>\r\n<p>\r\n<p><br />Federal Government Mandate for Contraceptive/Sterilization Coverage - by Cardinal Roger Mahoney <br /><a href=\"http://email.vervemail.com/ct/24501835:5659262167:m:N:416074533:3A0A2B5290A27446F9544F4BBAC9B77B\">http://cardinalrogermahonyblogsla.blogspot.com/2012/01/federal-government-mandate-for.html <br /></a></p>\r\n<p> </p>\r\n<p><a href=\"http://www.catholicvote.org/index.php?/site/\">GOTO CatholicVote.org &gt;&gt;&gt;</a></p>\r\n</p>','',1,1,0,1,'2012-01-26 11:31:17',62,'CatholicVote.org - Brian Burch','2012-01-26 11:45:12',62,62,'2012-01-26 11:45:12','2012-01-26 11:31:17','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,181,'','',0,137,'robots=\nauthor='),(452,'Parent of Obama-backed battery maker goes bankrupt','parent-of-obama-backed-battery-maker-goes-bankrupt','','<p>n</p>','',-2,1,0,1,'2012-01-27 13:10:38',62,'','2012-01-27 13:16:40',62,0,'0000-00-00 00:00:00','2012-01-27 13:10:38','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,0,'','',0,1,'robots=\nauthor='),(453,'Parent of Obama-backed battery maker goes bankrupt','parent-of-obama-backed-battery-maker-goes-bankrupt','','<p><img class=\"caption\" src=\"http://a57.foxnews.com/static/managed/img/396/223/Joe-Biden-tours-Ener1.jpg\" border=\"0\" alt=\"January 26, 2011: Vice President Joe Biden tours Ener1 in Greenfield, Ind.\" title=\"January 26, 2011: Vice President Joe Biden tours Ener1 in Greenfield, Ind.\" hspace=\"7\" align=\"center\" /></p>\r\n<p><strong>AP WASHINGTON</strong> –  The parent company of an electric car battery maker that received a $118 million grant from the Obama administration filed for Chapter 11 bankruptcy protection on Thursday.</p>\r\n<p>New York-based Ener1 said it has been affected by competition from <a href=\"http://www.foxnews.com/topics/china.htm#r_src=ramp\">China</a> and other countries.</p>\r\n<p>Ener1 subsidiary EnerDel received a $118 million stimulus grant from the Energy Department in 2009, and Vice President <a href=\"http://www.foxnews.com/topics/politics/obama-administration/joe-biden.htm#r_src=ramp\">Joe Biden</a> visited the <a id=\"KonaLink0\" href=\"http://www.foxnews.com/politics/2012/01/27/parent-obama-backed-battery-maker-goes-bankrupt/\">company\'s</a> new battery plant in Indiana last year.</p>\r\n<p>Ener1 is the third company to seek bankruptcy protection after receiving assistance from the Energy Department under the <a href=\"http://www.foxnews.com/topics/politics/economic-stimulus.htm#r_src=ramp\">economic stimulus</a> law. California solar panel maker Solyndra Inc. and Beacon Power, a Massachusetts energy-storage firm, declared bankruptcy last year. Solyndra received a $528 million federal loan, while Beacon Power got a $43 million loan guarantee.</p>\r\n<p>Solyndra, of Fremont, Calif., was the first renewable-energy company to receive a loan guarantee under the 2009 stimulus law, and the Obama administration frequently touted it as a model for its clean energy program.</p>\r\n<p>Since then, the company\'s implosion and revelations that the administration hurried a review of the loan in time for a 2009 groundbreaking has become an embarrassment for President <a href=\"http://www.foxnews.com/topics/politics/obama-administration/barack-obama.htm#r_src=ramp\">Barack Obama</a> and a rallying cry for GOP critics of the administration\'s green energy program.</p>\r\n<p>The chairman of a House subcommittee that is investigating Solyndra said the latest <a id=\"KonaLink1\" href=\"http://www.foxnews.com/politics/2012/01/27/parent-obama-backed-battery-maker-goes-bankrupt/\">bankruptcy</a> showed that the administration\'s clean energy program has failed.</p>\r\n<p>\"Unfortunately, you can now add Ener1 to the growing list of failed companies that went belly up after hundreds of millions of dollars in administration backing,\" said Rep. Cliff Stearns, R-Fla.</p>\r\n<p>\"One bankruptcy may be a fluke, two could be coincidence, but three is a trend,\" Stearns said. \"Our <a id=\"KonaLink2\" href=\"http://www.foxnews.com/politics/2012/01/27/parent-obama-backed-battery-maker-goes-bankrupt/\">investigation</a> continues, and we are working to ensure taxpayers are never again stuck paying hundreds of millions of dollars because of the administration\'s risky bets.\"</p>\r\n<p>An Energy Department spokeswoman said EnerDel had received $55 million so far under a program in which EnerDel matches federal investment dollar-for-dollar. Ener1 said in a statement that the restructuring would not affect EnerDel\'s operations. The company makes lithium-ion batteries for electric cars such as the <a href=\"http://www.foxnews.com/topics/politics/energy/chevrolet-volt.htm#r_src=ramp\">Chevrolet Volt</a>.</p>\r\n<p>\"While it\'s unfortunate that Ener1, the parent company, has entered a restructuring process,\" a recent infusion of $80 million in private investment \"demonstrates that the technology has merit,\" said Jen Stutsman, a spokeswoman for the Energy Department.</p>\r\n<p>\"The restructuring is not expected to impact EnerDel\'s operations and they do not expect to reduce employment at the site\" near Indianapolis, Stutsman said.</p>\r\n<p><br /><br />Read more: <a href=\"http://www.foxnews.com/politics/2012/01/27/parent-obama-backed-battery-maker-goes-bankrupt/#ixzz1kfDytiEY\">http://www.foxnews.com/politics/2012/01/27/parent-obama-backed-battery-maker-goes-bankrupt/#ixzz1kfDytiEY</a></p>','',1,25,0,84,'2012-01-27 13:15:28',62,'AP on FoxNews.com','2012-03-25 23:34:54',62,0,'0000-00-00 00:00:00','2012-01-27 13:15:28','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,4,'','',0,474,'robots=\nauthor='),(455,'Police Beat Woman, Steal Her Cell Phone’s Memory Card','police-beat-woman-steal-her-cell-phones-memory-card','','<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: Arial, Helvetica, sans-serif; font-size: 15px;\">\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">Police are scared of citizens with cell phones that have video capability. Citizens can record what the police do. This woman claims that she was beaten by three police officers. The police took her cell phone and removed the card.</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">This made it into the local newspaper and onto local TV.</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">The police are saying nothing. They are hoping this will blow over. I don’t think it will. A lot of people own cell phones. They will notice.</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">Here is the description of her condition: bruised face, bruised arm, bruised lips:</p>\r\n<blockquote style=\"background-image: url(http://visiontoamerica.org/wp-content/themes/SwiftPremium/images/SWIFT-sprites.png); padding-bottom: 0px; line-height: 1.25em; background-color: #ffffff; font-style: italic; margin: 0px 0px 1.25em; padding-left: 48px; width: 589px; padding-right: 1em; background-position: -160px -1320px; color: #666666; font-size: 1.1em; padding-top: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 10px 10px; border-bottom-left-radius: 10px 10px; border-top-right-radius: 10px 10px; border-bottom-right-radius: 10px 10px; border-color: #eeeeee;\">\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.25em; padding: 0px;\">Lewis’ husband, Sebastian Prevot, was taken into custody Friday morning and charged with resisting arrest. Houston police declined to comment on his case and said the incident report would not be available until Monday.</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.25em; padding: 0px;\">On the phone, Prevot said he did not stop far enough behind a stop sign. Prevot said he was pulled over then beaten in front of his northeast Houston home. Lewis, who was inside, came out armed with her cell phone. She said she recorded video until officers took her memory card.</p>\r\n</blockquote>\r\n<a class=\"continue-reading\" href=\"http://teapartyeconomist.com/2012/02/01/police-beat-woman-steal-her-cell-phone/\" target=\"_new\" title=\"Police Beat Woman, Steal Her Cell Phone’s Memory Card\" style=\"color: #287bac;\"><strong><span style=\"text-decoration: underline;\">Post Continues on<span class=\"Apple-converted-space\"> </span><span>teapartyeconomist.com</span></span></strong></a><span class=\"Apple-converted-space\"> </span></span></span></p>','',1,13,0,70,'2012-02-02 13:43:11',62,'teapartyeconomist.com','2012-02-02 13:46:37',62,0,'0000-00-00 00:00:00','2012-02-02 13:43:11','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,25,'','',0,43,'robots=\nauthor='),(456,'Dems Release False Report on Fast and Furious','dems-release-false-report-on-fast-and-furious','','<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: Arial, Helvetica, sans-serif; font-size: 15px;\">\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">Ranking Member Elijah Cummings and other Democrats in the minority of the House Oversight and Government Reform Committee have made an attempt to whitewash apparent felonies committed by the Department of Justice during Operation Fast and Furious:</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">Democrats looking into Operation Fast and Furious say a yearlong investigation has turned up no evidence that the flawed gun smuggling probe was conceived or directed by high-level political appointees at Justice Department headquarters.</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">The probe, the Democrats say, was just one of four such operations that were part of a misguided five-year-long effort, during both the George W. Bush and Obama administrations, in the Phoenix division of the Bureau of Alcohol, Tobacco, Firearms and Explosives against firearms trafficking along the Southwest border.</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">“Operation Fast and Furious was the latest in a series of fatally flawed operations run by ATF agents in Phoenix and the Arizona U.S. Attorney’s Office,” the report from Democrats on the House Oversight and Government Reform Committee says.</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">Senator Charles Grassley, who has helped lead the investigation of the gunwalking plot, reacted angrily to the minority report:</p>\r\n<a class=\"continue-reading\" href=\"http://pjmedia.com/blog/dems-release-false-report-on-fast-and-furious/\" target=\"_new\" title=\"Dems Release False Report on Fast and Furious\" style=\"color: #287bac;\"><strong><span style=\"text-decoration: underline;\">Post Continues on<span class=\"Apple-converted-space\"> </span><span>pjmedia.com</span></span></strong></a><span class=\"Apple-converted-space\"> </span></span></span></p>','',1,15,0,72,'2012-02-02 13:51:43',62,'Vision to America','2012-02-03 12:21:47',62,0,'0000-00-00 00:00:00','2012-02-02 13:51:43','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,19,'','',0,381,'robots=\nauthor='),(457,'West Coast Disaster: Sounding the Alarm','west-coast-disaster-sounding-the-alarm','','<div>\r\n<h1 style=\"margin: 0px; color: #000000; font-size: 18px; font-weight: bold; padding: 0px;\"><span style=\"font-size: 18px;\"><strong>What is the Spirit Saying? - Part 3</strong></span></h1>\r\n<h2 class=\"with-tabs page-title\" style=\"margin: 0px; color: #000000; font-size: 14px; font-weight: bold; padding: 0px;\">West Coast Disaster: Sounding the Alarm</h2>\r\n<p><img class=\"caption\" src=\"images/stories/r_joyner_85px.jpg\" border=\"0\" alt=\"Rick Joyner\" title=\"Rick Joyner\" hspace=\"7\" align=\"left\" />One of the greatest revivals of all time began at Azusa Street in Los Angeles in 1906. The wretched former stable burned so brightly with the glory of God that for a time it was called “the second most famous address in the world.” God can do it again, and will, if we want it enough.<br /><br />Every revival in history seems to be the result of a few people becoming so hungry for God that they wanted Him more than oxygen. Those who have such hunger will not be denied. It’s time to seek a revival that becomes the most famous address in the world. It’s time to seek a move of God that won’t quit moving.<br /><br />I’ve seen in visions and dreams the destruction that is destined, especially on our West Coast. This has caused some to say that I have a hatred for our West Coast, which is not true, but rather the opposite. I really can’t help what I dream, and though a psycho analyst might say it is the result of deep feelings, I know these are prophetic dreams. They never leave me pleased, but rather I’m grieved enough to take all of the heat for sharing them with the hope that people will listen, repent, and they will not have to come true.</p>\r\n<div style=\"text-align: right;\"><a href=\"http://www.morningstarministries.org/resources/word-week/2012/west-coast-disaster-sounding-alarm-what-spirit-saying-part-3?utm_source=The+MorningStar+Ministries+eNewsletter&amp;utm_campaign=ba9e525a84-eNewsletter_January_31_201211_3_2011&amp;utm_medium=email\" style=\"color: #336699; font-weight: normal; text-decoration: underline;\"><span style=\"color: #000000;\"><span style=\"font-size: 14px;\"><strong>Click Here to Read More</strong></span></span></a></div>\r\n</div>','',1,19,0,76,'2012-02-02 13:55:00',62,'Rick Joyner','2012-02-04 13:08:26',62,0,'0000-00-00 00:00:00','2012-02-02 13:55:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,4,'','',0,423,'robots=\nauthor='),(458,'THREE CHEERS FOR ROMNEYCARE!','three-cheers-for-romneycare','','<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: 12px \'Helvetica Neue\', Arial, Helvetica, Geneva, sans-serif; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: \'Times New Roman\', Times, serif; font-size: 16px;\"><img class=\"caption\" src=\"images/stories/ann_coulter.jpg\" border=\"0\" alt=\"Ann Coulter\" title=\"Ann Coulter\" hspace=\"7\" align=\"left\" />If only the Democrats had decided to socialize the food industry or housing, Romneycare would probably still be viewed as a massive triumph for conservative free-market principles -- as it was at the time.<span class=\"Apple-converted-space\"> </span><br /><br />It\'s not as if we had a beautifully functioning free market in health care until Gov. Mitt Romney came along and wrecked it by requiring that Massachusetts residents purchase their own health insurance. In 2007, when Romneycare became law, the federal government alone was already picking up the tab for 45.4 percent of all health care expenditures in the country.<span class=\"Apple-converted-space\"> </span><br /><br />Until Obamacare, mandatory private health insurance was considered the free-market alternative to the Democrats\' piecemeal socialization of the entire medical industry.<span class=\"Apple-converted-space\"> </span><br /><br />In November 2004, for example, libertarian Ronald Bailey praised mandated private health insurance in Reason magazine, saying that it \"could preserve and extend the advantages of a free market with a minimal amount of coercion.\"<span class=\"Apple-converted-space\"> </span><br /><br />A leading conservative think tank, The Heritage Foundation, helped design Romneycare, and its health care analyst, Bob Moffit, flew to Boston for the bill signing.<span class=\"Apple-converted-space\"> </span><br /><br />Romneycare was also supported by Regina Herzlinger, Harvard Business School professor and health policy analyst for the conservative Manhattan Institute. Herzlinger praised Romneycare for making consumers, not business or government, the primary purchasers of health care.<span class=\"Apple-converted-space\"> </span></span></span></p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: 12px \'Helvetica Neue\', Arial, Helvetica, Geneva, sans-serif; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: \'Times New Roman\', Times, serif; font-size: 16px;\"><span class=\"Apple-converted-space\"><a href=\"http://www.anncoulter.com/columns/2012-02-01.html\">Click to read more on anncoulter.com &gt;&gt;&gt;</a></span></span></span></p>','',1,1,0,1,'2012-02-03 11:32:50',62,'Ann Coulter','2012-02-03 11:40:05',62,0,'0000-00-00 00:00:00','2012-02-03 11:32:50','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,180,'','',0,151,'robots=\nauthor='),(459,'SHARIAH\'S SYMPATHIZERS - THE BATTLE OVER BOYKIN AT WEST POINT','shariahs-sympathizers-the-battle-over-boykin-at-west-point','','<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: 16px \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"line-height: 22px; font-family: Times, \'Times New Roman\', serif; color: #222222;\">\r\n<p style=\"background-color: transparent; margin: 15px 0px; outline-width: 0px; font-size: 16px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><img class=\"caption\" src=\"images/stories/diana-west_avatar.jpg\" border=\"0\" alt=\"Diana West\" title=\"Diana West\" hspace=\"7\" align=\"left\" />Even after all these years, journalist-socialite Sally Quinn still embodies a Washington way of thinking – a heart-of-Georgetown, A-list set of salon-tested assumptions “everyone” knows that provides attitudes for any occasion.</p>\r\n<p style=\"background-color: transparent; margin: 15px 0px; outline-width: 0px; font-size: 16px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">Take the surreal state of the U.S. Military Academy at West Point. One day, William G. “Jerry” Boykin, a highly decorated retired Army general and ordained minister, and a founding member and leader of Delta Force, was scheduled to speak at a West Point prayer breakfast. The next day, following a campaign to stop Boykin’s appearance by what the New York Times describes as “liberal veterans’ groups, civil liberties advocates and Muslim organizations,” Boykin was<span class=\"Apple-converted-space\"> </span><em style=\"background-color: transparent; margin: 0px; outline-width: 0px; font-size: 16px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">not</em><span class=\"Apple-converted-space\"> </span>scheduled to speak at West Point. “In fulfilling its commitment to the community,” West Point announced, “the U.S. Military Academy will feature another speaker for the event.”</p>\r\n</span></span></p>\r\n<p><a href=\"http://www.wnd.com/2012/02/the-battle-over-boykin-at-west-point/\">Click to read more at WND &gt;&gt;&gt;</a></p>','',1,17,0,74,'2012-02-03 12:03:42',62,'Diana West','2012-02-03 12:12:38',62,0,'0000-00-00 00:00:00','2012-02-03 12:03:42','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,16,'','',0,379,'robots=\nauthor='),(460,'WHAT HAPPENED AT OBAMA-NO-SHOW TRIAL','what-happened-at-obama-no-show-trial','','<p><span class=\"Apple-style-span\" style=\"WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; FONT: 16px \'Times New Roman\'; WHITE-SPACE: normal; ORPHANS: 2; COLOR: #000000; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"LINE-HEIGHT: 22px; FONT-FAMILY: Times, \'Times New Roman\', serif; COLOR: #222222\">\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 15px 0px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 16px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial\"><img src=\"images/stories/bho.jpg\" border=\"0\" alt=\"Barack Hussein Obama\" title=\"Barack Hussein Obama\" align=\"right\" />Georgia citizens today delivered sworn testimony to a court that Barack Obama is slam-dunk disqualified from having his name on the 2012 presidential ballot in the state, because his father never was a U.S. citizen, which prevents him from qualifying as a “natural-born citizen” as the U.S. Constitution requires for a president.</p>\r\n<p> </p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 15px 0px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 16px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial\">The historic hearing was the first time that a court has accepted arguments on the merits of the controversy over Obama’s status. His critics say he never met the constitutional requirements to occupy the Oval Office, and the states and Congress failed in their obligations to make sure only a qualified president is inaugurated. His supporters, meanwhile, argue he won the 2008 election and therefore was “vetted” by America.</p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 15px 0px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 16px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial\"><a href=\"http://www.wnd.com/2012/01/georgia-court-told-obama-slam-dunk-disqualified/\">Read more at WND &gt;&gt;&gt;</a></p>\r\n</span></span></p>\r\n<p> </p>','',1,1,0,1,'2012-02-03 12:14:07',62,'','2012-02-03 12:19:53',62,0,'0000-00-00 00:00:00','2012-02-03 12:14:07','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,179,'','',0,135,'robots=\nauthor='),(461,'Pelosi Vows to Stand With Obama Against Catholic Church; Says Decision Forcing Catholics to Act Against Faith Was ‘Very Courageous’','pelosi-vows-to-stand-with-obama-against-catholic-church-says-decision-forcing-catholics-to-act-against-faith-was-very-courageous','','<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: 16px \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"line-height: 22px; font-family: Helvetica, Arial, \'Liberation Sans\', FreeSans, sans-serif; font-size: 15px;\">\r\n<p style=\"background-color: transparent; margin: 0px 0px 20px; font-size: 15px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">(CNSNews.com) - House Minority Leader Nancy Pelosi (D.-Calif.) vowed today that she will join with the Obama administration in standing <img class=\"caption\" src=\"images/stories/comradepelosi2.jpg\" border=\"0\" alt=\"Comrade Pelosi\" title=\"Pelosi\" hspace=\"7\" align=\"right\" />up against the Catholic Church in defending a new regulation that will require Catholic individuals to buy, and Catholic institutions to provide, health insurance plans that cover sterilizations and artificial contraceptives, including those that induce abortions.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 20px; font-size: 15px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">The Catholic church teaches that sterilization, artificial contraception and abortion are morally wrong and the Catholic bishops of the United States have argued that forcing a Catholic individual to purchase a health insurance plan that covers these things--or forcing a Catholic institution to provide such a plan--forces Catholics to act against their consciences and is a violation of the First Amendment right to free exercise of religion.</p>\r\n<p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 20px; font-size: 15px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"><a href=\"http://cnsnews.com/news/article/pelosi-vows-stand-obama-against-catholic-church-says-decision-forcing-catholics-act\">Click to read more at CNSNews.com &gt;&gt;&gt;</a></p>\r\n</p>\r\n</span></span></p>\r\n<p> </p>\r\n<p> </p>','',1,17,0,74,'2012-02-03 14:21:06',62,'','2012-02-03 14:33:37',62,0,'0000-00-00 00:00:00','2012-02-03 14:21:06','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,15,'','',0,308,'robots=\nauthor='),(462,'MorningStar Prophetic Bulletin #70 - Calling the Sons of Zadok','morningstar-prophetic-bulletin-70-calling-the-sons-of-zadok','','<p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"line-height: 15px; font-family: Arial, Helvetica, sans-serif; font-size: 12px;\">\r\n<h2 class=\"page-title\" style=\"margin: 0px; outline-width: 0px; letter-spacing: -0.02em; font-family: Arial, sans-serif; font-size: 22px; font-weight: normal; padding: 0px;\">Calling the Sons of Zadok</h2>\r\n<div class=\"clear-block\" style=\"margin: 0px; outline-width: 0px; display: block; padding: 0px;\">\r\n<div id=\"node-12185\" class=\"node\" style=\"padding-bottom: 1.5em; margin: 0px -26px 1.5em; padding-left: 26px; outline-width: 0px; padding-right: 26px; padding-top: 1.5em;\">\r\n<div class=\"content clear-block\" style=\"margin: 0.6em 0px; outline-width: 0px; display: block; padding: 0px;\">\r\n<div class=\"field field-type-text field-field-sub-title\" style=\"margin: 0px; outline-width: 0px; padding: 0px;\">\r\n<div class=\"field-items\" style=\"margin: 0px; outline-width: 0px; padding: 0px;\">\r\n<div class=\"field-item odd\" style=\"margin: 0px; outline-width: 0px; padding: 0px;\">MorningStar Prophetic Bulletin #70</div>\r\n</div>\r\n</div>\r\n<div class=\"field field-type-content-taxonomy field-field-author\" style=\"margin: 0px; outline-width: 0px; padding: 0px;\">\r\n<div class=\"field-items\" style=\"margin: 0px; outline-width: 0px; padding: 0px;\">\r\n<div class=\"field-item odd\" style=\"margin: 0px; outline-width: 0px; padding: 0px;\"><a href=\"biographies/rick-joyner\" title=\"                                        Rick Joyner is the founder and executive director of MorningStar Ministries and Heritage International Ministries and is the Senior Pastor of MorningStar Fellowship Church. He is the author of more than forty books, including The Final Quest, A Prophetic History, and Church History. He is also the president of The Oak Initiative, an interdenominational movement that is mobilizing thousands of Christians to be engaged in the great issues of our times, being the salt and light that they are called to be. Rick and his wife, Julie, have five children: Anna, Aaryn, Amber, Ben, and Sam.              \" rel=\"tag\" style=\"margin: 0px; outline-width: 0px; color: #054687; cursor: pointer; text-decoration: none; padding: 0px;\">Rick Joyner</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p> </p>\r\nAmerica is suffering under a vacuum of leadership. This is not just in government but also in virtually every major center of influence, including the church. In Isaiah chapters three through five, we are told that capricious, immature leaders are the beginning of the judgment of God for the nation that turns from God and falls to the ultimate depravity of calling good evil and evil good, and for dishonoring the honorable while honoring the dishonorable. That is an accurate description of America. It will take more than an election to get us out of the mire we’re in. We must have revival. We must have another Great Awakening or we will not survive much longer as a Republic.</span></span></p>\r\n</p>\r\n<p>This is not to imply that the elections are not important. America and the rest of Western civilization have been led to the edge of a most dangerous precipice. Even Tony Blair, the recent Prime Minister of Great Britain who is from the liberal Labor Party, warned recently that Europe could not long survive if they did not forsake the entitlement mentality. The whole world is about to crash on the rocks of financial bankruptcy, but financial problems are just a root of something worse. The West has lost its spiritual and moral underpinnings without which we cannot survive as a free people.</p>\r\n<p>A financial change of direction could buy us more time, but without a change of heart, we will end up at the same place very quickly. America has fallen into virtually every trap that the Founding Fathers warned would doom the Republic. These warnings were specific and clear and the results of going the direction we have gone were accurately foreseen. These warnings have been repeated often from Congress and the Oval Office, but nothing has been done to change the course. Leadership requires more than knowledge of what needs to be done—it requires the courage, resolve, and endurance to take the helm and steer the ship out of danger.</p>\r\n<p>Again, our problems are not just economic problems—they are character problems. The economy is just a reflection of the sickness of heart we now have. We do need to evaluate what is being done and what the consequences will be if we do not change our course, but we also need to evaluate why we have been doing them.</p>\r\n<p>The whole world is entering “the valley of decision.” What is going to be our decision? If we follow the crowd, we may feel more secure for a time, but we also may be putting ourselves in far more jeopardy. The same crowd that welcomed Jesus into Jerusalem by crying, “Hosanna! Blessed is He who comes in the name of the Lord,” were just five days later crying, “Crucify Him!” The discernment of the crowd in such matters has seldom been good. We each must have in our own core a moral compass that we will navigate by regardless of whether others are going that way or not.</p>\r\n<p> </p>\r\n<p>The Sons of Zadok</p>\r\n<p>In Ezekiel 44, the Lord said that the sons of Zadok would be the ones honored with coming near to Him and ministering to Him personally. Zadok was the high priest during David’s reign. When all of Israel went astray and followed after Absalom, Zadok picked up the ark and followed David even though it seemed that this would be certain doom. Zadok did not do what was politically expedient, but he did what was right. He knew that the Lord had anointed David as king and that He had not anointed Absalom. David was still the king, even though “all Israel” did not see it that way. The crowd paid a dear price, but Zadok’s reward would last forever. To this day, his sons are those whom are closest to the Lord.</p>\r\n<p>Who are the sons of Zadok? When the Pharisees told Jesus that they had Abraham as their father, the Lord replied to them, “If you are the sons of Abraham, do the deeds of Abraham” (see John 8:39). Likewise, the sons of Zadok are the ones who do the deeds of Zadok. Do we have the faith in God and the substance of character to go the way we think is right even if everyone else goes the other direction? That was the resolve of Zadok, and we are in desperate need of that kind of leadership right now.</p>\r\n<p>There is a great danger with a vacuum of leadership because it always has been the greatest opportunity for tyranny. Americans have lost more of their freedoms in the last three years than possibly in the last two centuries. Recent Obama Administration orders have been described as a frontal attack on the Catholic Church, but they are much more than that. They are a very basic and bold attack on the entire church in America, as well as religious liberty in America. If the church in America continues to sleep through what is being done to it, then it will very soon wake up dead.</p>\r\n<p>Where are the voices like John the Baptist who would challenge Herod? This is the time for courage and unyielding resolve. If we are afraid, we will be killed like John the Baptist. We must remember that there are worse things than dying. It will be far worse to stand on that great Judgment Day as a watchman who did not sound the alarm or as a shepherd who did not protect those entrusted to them.</p>\r\n<p>In Revelation 21:8, we see that the “cowardly” are the first ones thrown into the lake of fire. The cowards precede the unbelievers, the sorcerers, and even the murderers to this doom of “the second death.” It will be much better to suffer now, even imprisonment or death, than to suffer then. There is no place for cowardice in the true faith. The Lord made it clear that those who sought to save their lives would lose them, but those who would lose their lives for His sake would find them (see Matthew 16:25). This is our time. This is our watch. Will we show the courage that is demanded of the true servants of the King?</p>\r\n<p>We are hosting a Prophetic Conference on February 23 – 25 at Heritage. These are always encouraging as we witness growing prophetic gifts that the Lord has given to His people in these times. Even so, there is much more to the prophetic ministry than prophetic gifts and experiences. The one the Lord called the greatest ever born of woman, John the Baptist, rarely had prophetic experiences, but he was a preacher of righteousness and justice with an uncompromising resolve. His message of repentance compelled the entire nation to come out and listen to him. Repentance has to be preached to prepare the way for the Lord. It is the most important message that we can preach in this hour.</p>\r\n<p>Both righteousness and wickedness are what God defines, not what political correctness says they are. Not long ago, America was a nation that possibly aligned itself with God’s definition of righteousness and justice possibly more than any other nation. Because of this, we received what God promised to any nation that walked in His ways. Now we are starting to suffer the consequences that He warned would come upon the nation that departed from His ways, and this began with a vacuum of leadership.</p>\r\n<p>The answer is not to pursue leadership, but to pursue the repentance that will lead us back to God’s favor, and then He will raise up righteous leaders. In II Chronicles 7:14 we are promised, “If My people who are called by My name will humble themselves, and pray and seek My face, and turn from their wicked ways, then I will hear from heaven, and will forgive their sin an heal their land.” Here we see that the Lord requires four things to heal a land:</p>\r\n<p>1) Humility</p>\r\n<p>2) Prayer</p>\r\n<p>3) Seeking His face</p>\r\n<p>4) Repentance from wickedness</p>\r\n<p><br />These are required of the Lord’s people, not the heathen. It seems that a new humility is coming upon much of the church, which is encouraging. We also have had some of the greatest prayer movements in history raised up in recent times. Multitudes of Christians, especially youth, are now seeking an intimate relationship with the Lord. These are all very encouraging signs. However, there has been little or no repentance from wickedness. In- depth studies reveal that even the most devout Christian groups have fallen to such a level of unrighteousness and the sins that the Lord called “wickedness” that Christians are no longer distinguishable from non- Christians in basic morality and integrity. This is an appalling and biblically terrifying state for the church in America. It has happened on our watch.</p>\r\n<p> </p>\r\n<p>The Opposite of Zadok</p>\r\n<p>Eli, the high priest who raised the prophet Samuel, is a striking contrast to Zadok. Eli had been a faithful priest in the house of the Lord his whole life. He loved the Lord so much that when he received the news that the ark of God had been captured by the Philistines, he fell over and died. Yet he was given one of the worst rebukes from the Lord in Scripture. Why?</p>\r\n<p>The first word from the Lord that Samuel received was condemnation for Eli because he had let his sons fall into wickedness and bring a curse upon themselves, and Eli had not rebuked them. In this message, Eli was told that sacrifices and offerings forever could not atone for this sin. Eli admitted that this was the word of the Lord, but still made no changes. Eli was not told that his sins could not be forgiven, but that all of his good works, even if done forever, could not atone for his irresponsibility of not bringing the necessary correction to those who had been entrusted to his care.</p>\r\n<p>This being translated for us today would be that all of the good works and charity in the world will not atone for the failure of letting those entrusted to us fall into the iniquity and wickedness that will be their doom. Are we the “sons of Zadok” or the “sons of Eli?”</p>\r\n<p>The warning of Galatians 5:19-21 is very clear:</p>\r\n<p><br />Now the deeds of the flesh are evident, which are: immorality, impurity, sensuality,</p>\r\n<p>idolatry, sorcery, enmities, strife, jealousy, outbursts of anger, disputes, dissensions, factions,</p>\r\n<p>envying, drunkenness, carousing, and things like these, of which I forewarn you just as I have forewarned you that those who practice such things shall not inherit the kingdom of God.</p>\r\n<p><br />Make no mistake—“those who practice such things shall not inherit the kingdom of God.”It does not say those who have done these things, but those who “practice” them. If we have given our lives to Christ and we continue to live according to the flesh as described here, the message is just as clear in the other primary books of the New Testament, such as the Book of Romans, that we will perish.</p>\r\n<p>In II Timothy 4, the Apostle Paul warned about the time when a great deception would come upon believers because they would “only want to have their ears tickled” or could only hear positive things. Much of the body of Christ in America has fallen to that state now since they will automatically reject anything they consider to be negative. As both the Lord and His apostles warned, such are heading for a terrible end.</p>\r\n<p>An abundance of teachers and teachings today can make people feel better about themselves, even though their eternal lives are in jeopardy. Such teachings have so watered down the clear teachings of Scripture that they can make people feel comfortable in your sin, but they are deceiving you. Even the most devout can stumble at times; however, they will not rationalize their sin but rather repent. To repent means to both feel remorse and to turn from the sin.</p>\r\n<p>Doctrines are now being promoted that since the New Covenant was established, the Lord no longer judges. The New Testament makes it clear that He not only continues to bring judgment upon sin, but that His judgment begins with His own household (see I Peter 4:17). The New Testament is also clear about the judgment that will come upon those who so dilute His Word as to become stumbling blocks to His people.</p>\r\n<p>I have been stretched far beyond my own reasoning as I have beheld the mercy and grace of God for sinners. That He would love us so much to go to the cross as He did will be a marvel for all of eternity. That we can behold His patience in our own times because He does not want any to perish is a marvel. Even so, as the New Testament also makes clear, there is a limit to His patience, and we are foolish to presume upon it.</p>\r\n<p>We are told Romans 11:22, we must “behold then the kindness and the severity of God.” Those who can only see His kindness without seeing His severity do not see Him as He is. Those who only see His severity without seeing His kindness do not see Him as He is. He is both kind and severe, and those who see Him as He is see both.</p>\r\n<p> </p>\r\n<p>Understanding Judgment</p>\r\n<p>God is a righteous and just God, and all of His judgments are righteous and just. His judgments are not all negative, but can be positive, affirming the good. They can declare innocence as well as guilt. The biblical teachings on judgment have often been distorted, but the righteous always rejoice at His judgments. We also are told that the whole world will rejoice when He comes to judge the earth even to the point of the “trees will clap their hands” (see Isaiah 55:12).</p>\r\n<p>The Scriptures are also clear that everyone will stand before the Judgment Seat of Christ. This will be a good thing for the righteous and only bad for the wicked.</p>\r\n<p>Many types of judgment from God are in Scripture, and only one is condemnation and only one is destruction. The rest are discipline from the Lord for those whom He loves. As we read in Hebrews 12, the most frightening thing of all should be if we are still living in sin and getting away with it. This means that we are not His. If we are His sons, He will discipline us.</p>\r\n<p>America has been receiving His judgments because He still loves America, and this is evidence that He has not given up on her. Like an alarm that gets continually louder if we do not wake up, His judgments are getting increasingly severe. Even insurance companies have more discernment than some Christian leaders. What these leaders have called “acts of nature,” they call “acts of God,” and they are.</p>\r\n<p>Many of the things being released upon the world are not directly God’s doing but are the removing of His restraints so that the world begins to reap what it has sown. This is clear in such places as Revelation 7. Even so, His releasing of these things is His judgment, and if we do not recognize it as such, no one will repent to keep even worse things from coming.</p>\r\n<p>If this offends you, then you have a distorted, warped view of Scripture. Such will take what are in fact acts of love and interpret them as acts of condemnation. These are the ones Peter referred to as the untaught and unstable who will distort the Scriptures to their own destruction. The destruction is only necessary if we do not recognize the judgments and repent. God would much rather show mercy, but there is a time when judgment is necessary, and if this does not work, destruction follows. This is why the Lord Jesus lamented over Jerusalem. He would much rather have gathered her under His wings, but she rejected the time of her visitation, and destruction followed.</p>\r\n<p>Let us repent while the judgment is still discipline, before it gets to the point of destruction. We are also told that we can judge ourselves and He will not have to do it (see I Corinthians 11:31). As the Lord Jesus made clear, if we do not humble ourselves and fall on the Rock to be broken, then the Rock will fall on us and grind us into powder. Let’s take the easy way out!</p>\r\n<p>America is in jeopardy. “If you do not change your direction, you will end up where you are headed.” We will not survive much longer going in the direction we are headed. Much of 2012 may look like things are getting better, but when men are saying, “peace and safety,” that is when sudden destruction will come. We cannot look at external conditions to see how we’re doing—we need to look at our own hearts. If we will turn from that which will keep us from inheriting the kingdom of God, turn from our wicked ways, embracing the humility that would also compel us to pray and seek His face, it too will be evident as the rest of Galatians 5 declares:</p>\r\n<p><br />But the fruit of the Spirit is love, joy, peace, patience, kindness, goodness, faithfulness, gentleness, self-control; against such things there is no law.</p>\r\n<p>Now those who belong to Christ Jesus have crucified the flesh with its passions and desires.</p>\r\n<p>If we live by the Spirit, let us also walk by the Spirit (Galatians 5:22-25).</p>\r\n<p><br />If we, God’s people, will “walk by the Spirit” instead of the flesh, then He will heal our land, and He will use us to do it.</p>\r\n<p> </p>\r\n<p>SPECIAL NOTE ON THE OBAMA ADMINISTRATION ORDER ON RELIGIOUS ORGANIZATIONS</p>\r\n<p>Last week, the Obama administration finalized a radical new rule that uses the health care law to require all health insurance providers to cover abortion-inducing drugs and sterilization as well as contraception, all free of charge. The administration based the rule’s “religious exemption” on a provision drafted by the ACLU, applying the rule even to religious organizations such as Catholic schools, hospitals, universities, and charities that oppose such things as a matter of religious belief.</p>\r\n<p>The weak exemption the administration allowed applies only to religious organizations serving primarily people of the same religion. It is so narrow that Timothy Dolan, the Catholic archbishop of New York City and current head of the U.S. Conference of Catholic Bishops wrote in the Wall Street Journal that “even Jesus and His disciples would not qualify for the exemption in that case, because they were committed to serve those of other faiths.”</p>\r\n<p>Because Catholic institutions serve people of all faiths, the adoption by the Obama administration of the ACLU exemption language is an explicit and intentional assault on the Catholic Church in the United States. President Obama and Health and Human Services Secretary Kathleen Sebelius know full well that they are ordering Catholic institutions to violate their church’s teachings if they want to stay in business. They also know full well that they are explicitly running over the First Amendment protection of religious freedom that every American is supposed to enjoy as a birthright.</p>\r\n<p>President Obama’s message to Catholics is clear: Catholics will not be able to build organizations according to their faith and the teachings of their church as long as they refuse to accept President Obama’s radicalism. President Obama’s order is a violation of the First Amendment right to freedom of conscience and an unprecedented assault on Christianity.</p>\r\n<p>Catholics are uniformly opposed to the rule. Carol Keehan of the Catholic Health Association—an Obamacare supporter—expressed disappointment “that the definition of a religious employer was not broadened.” Even liberal Washington Post columnist E.J. Dionne blasted the rule, arguing that “the Church’s leaders had a right to ask for broader relief from a contraception mandate that would require it to act against its own teachings.” Newt Gingrich, <a href=\"http://www.Newsmax.com\">www.Newsmax.com</a></p>\r\n<p><a href=\"http://www.morningstarministries.org/resources/prophetic-bulletins/2012/calling-sons-zadok?utm_source=The+MorningStar+Ministries+eNewsletter&amp;utm_campaign=37a2cf5346-Special_Prophetic_Bulletin_2_03_2011&amp;utm_medium=email\">Morningstar Ministries &gt;&gt;&gt;</a></p>','',1,19,0,76,'2012-02-04 12:46:55',63,'','2012-02-04 12:52:01',62,0,'0000-00-00 00:00:00','2012-02-04 12:46:55','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,2,'','',0,462,'robots=\nauthor='),(464,'Radio Ad for Texas CHL Class - No Socialist Liberals or Muslims','radio-ad-for-texas-chl-class-no-liberals-or-muslims','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"315\" src=\"http://www.youtube.com/embed/TepdEvqV8lw\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,16,0,73,'2012-02-06 13:14:35',62,'Keller\'s Riverside Store','2012-02-06 13:20:31',62,0,'0000-00-00 00:00:00','2012-02-06 13:14:35','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,14,'','',0,456,'robots=\nauthor='),(465,'Preempt Iran—At All Costs!','preempt-iranat-all-costs','','<p><img class=\"caption\" src=\"images/stories/ettinger.jpg\" border=\"0\" alt=\"Ambassador (ret.) Yoram Ettinger\" title=\"Ambassador (ret.) Yoram Ettinger\" hspace=\"7\" align=\"left\" />The discussion about the cost of a pre-emptive strike on Iran\'s nuclear facilities is valuable only if intended to advance the attack and neutralize the possible retaliation by Iran and its allies. However, such a discussion is harmful, ignores precedents, plays into Iran\'s hands and threatens Israel\'s existence, if it reflects hesitancy, skepticism and fatalism, aiming to preclude preemption, and assuming that Israel can co-exist with a nuclear-armed Iran.</p>\r\n<p>On May 12, 1948, the pre-state Israeli Cabinet decided by a vote of six to four to declare independence and include Jerusalem within Israel\'s boundaries, despite internal opposition and pressure by the U.S. and despite a terrible price: The U.S. withheld military aid, threatened economic sanctions and surmised that the declaration of independence would result in a second Holocaust, this time at the hands of the Arabs. Prime Minister David Ben-Gurion refused to abide by the American pressure to postpone the declaration of independence by a few years, knowing that such a delay would be tragic in the long run, and that independence exacts a painful price.</p>\r\n<p><strong>On Oct. 5, 1973, the eve of the Yom Kippur War, Prime Minister Golda Meir</strong> rejected the option of a pre-emptive strike to repel the clear and present danger of a joint Egyptian-Syrian attack. She was concerned about the cost of such a strike -- namely appearing as the aggressor and severely damaging ties with the U.S. -- and preferred to be portrayed as the victim. However, the terrible, long-term cost of that war has been far greater than pre-emptive action would have been. As expected, Israel was not viewed as a victim, but rather as a country that lost the \"spirit of the Six-Day War,\" eroding is own deterrent power, and undermining its position as a strategic asset for the U.S.</p>\r\n<p>In June 1981, on the eve of the destruction of the nuclear reactor in Iraq, then Prime Minister Menachem Begin weighed the cost of a pre-emptive strike versus the cost of inaction. The heads of the Mossad and Military Intelligence, former Defense Minister Ezer Weizman, opposition leader Shimon Peres, Deputy Prime Minister Yigael Yadin, Israel\'s national security adviser and the Head of the Atomic Energy Commission all opposed striking Iraq. They presented apocalyptic scenarios that would result from such action: an irreparable rift with the U.S., harsh sanctions, conflict with the Soviet Union and Western Europe, reconciliation between Muslim countries and a pan-Islamic attack, threats to the peace treaty with Egypt and other doomsday events. They underestimated the probability of a successful pre-emptive attack and overestimated Iraq\'s military capabilities. Some claimed there was a greater chance of seeing Israeli pilots being dragged through the streets of Baghdad than being welcomed back to their bases. But, Begin decided in favor of a pre-emptive strike, determining that the cost of restraint could be far greater than that of a pre-emptive strike; that a nuclear threat would subordinate Israel both politically and militarily; that a nuclear attack could not be ruled out considering the violent, unpredictable and hateful nature of regimes in the region, and that the ratio of Israeli territory to that of surrounding Arab states (0.2%) did not allow for a Mutual Assured Destruction. Begin understood that the window of opportunity for a strike against Iraq\'s nuclear reactor was about to close. The destruction of the reactor drew short-term isolation, which was promptly substituted by a long-term strategic esteem and cooperation.</p>\r\n<p><strong>In 2012, after a decade of failed attempts at engagement and sanctions,</strong> and in light of the assistance (in terms of development and acquisition) Iran has received from Pakistan, North Korea, Russia and China for its nuclear program, Israel must decide between launching a pre-emptive attack to eliminate that threat or facing it. Opponents of an attack warn that it could potentially result in a harsh response from Iran, Hezbollah and Hamas, and international anger directed at Israel over higher oil prices, a wave of terror and Persian Gulf turbulence. Yet, these pale in comparison to the lethal cost of a nuclear threat, which includes a withdrawal of overseas and Israeli investors from the country, a record number of Israeli emigrants and a sharp decline of Aliya (Jewish immigration), dwindling tourism, intensification of military-political-economic dependence on the U.S., a more powerful and influential Iranian regime that takes control of the Persian Gulf , and the transformation of Israel from a strategic asset to a strategic liability. Israel would wither without even one nuclear warhead needing to be launched.</p>\r\n<p>A pre-emptive attack against Iran would exert non-lethal and short-term cost, but would boost Israel\'s long-term strategic image. It would also provide a tailwind for the opposition to the ayatollahs\' regime. Will Israel embrace the legacy of Ben-Gurion and Begin, or that of their opponents?</p>\r\n<!-- End Featured Article Copy --><!-- End Featured Article --><!-- Print Document Link -->','',1,22,0,80,'2012-02-08 13:09:26',62,'Ambassador (ret.) Yoram Ettinger, Israel Hayom January 31, 2012','2012-02-27 03:04:34',62,0,'0000-00-00 00:00:00','2012-02-08 13:09:26','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,17,'','',0,527,'robots=\nauthor='),(466,'Parents Charged for Bringing Kids to School Late','parents-charged-for-bringing-kids-to-school-late','','<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: Arial, Helvetica, sans-serif; font-size: 15px;\">\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">Amy and Mark Denicore are headed to a full-blown trial to defend themselves against charges that they violated Virginia law by making their kids late to elementary school too often.</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">The Loudoun County couple was arraigned Monday morning in juvenile and domestic relations court. Judge Pamela L. Brooks set a trial date of March 14.</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">The Denicores are each charged with three Class 3 misdemeanors, each of which carries a maximum fine of $500. Their three children, ages 6, 7 and 9, have been late to school almost 30 times since September. Most of their tardies were three minutes or less.</p>\r\n<strong><span style=\"text-decoration: underline;\"><a href=\"http://www.washingtonpost.com/blogs/virginia-schools-insider/post/judge-sets-trial-date-in-loudoun-school-tardiness-case/2012/02/06/gIQALdJ4tQ_blog.html\">Post Continues on<span class=\"Apple-converted-space\"> </span><span>www.washingtonpost.com</span></a></span></strong><span class=\"Apple-converted-space\"> </span></span></span></p>','',1,13,0,70,'2012-02-08 13:32:11',62,'Vision to America','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-02-08 13:32:11','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,24,'','',0,41,'robots=\nauthor='),(467,'Cops Confiscate a Reporter’s Cell Phone','cops-confiscate-a-reporters-cell-phone','','<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: Arial, Helvetica, sans-serif; font-size: 15px;\">\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">If you are on a public street and take pictures or video of Memphis Police with your cell phone, you could end up in the back of a squad car and your pictures could be deleted.</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">ABC 24 News photographer Casey Monroe said that’s what happened to him Sunday morning. Police never charged Monroe with a crime, but this could happen to anyone with a cell phone camera.</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">Monroe said police went too far outside Thai Bistro Restaurant in downtown Memphis that morning, and that they violated his rights.</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">As police were giving the restaurant’s owner, Loy Bouaphaypengerprachan, a ticket for parking illegally, Monroe went to see what was going on and started taking pictures of the parking ticket fiasco.</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">The owner told abc24.com, “I think he was doing what a regular citizen would do if they see a situation that’s happening they’re trying to evidence.”</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">Monroe said he was “just trying to document the situation going on.”</p>\r\n<a class=\"continue-reading\" href=\"http://teapartyeconomist.com/2012/02/06/cops-confiscate-a-rreporters-cell-phone/\" target=\"_new\" title=\"Cops Confiscate a Reporter’s Cell Phone\" style=\"color: #287bac;\"><strong><span style=\"text-decoration: underline;\">Post Continues on<span class=\"Apple-converted-space\"> </span><span>teapartyeconomist.com</span></span></strong></a></span></span></p>','',1,13,0,70,'2012-02-08 13:36:20',62,'Vision to America','2012-02-08 13:38:53',62,0,'0000-00-00 00:00:00','2012-02-08 13:36:20','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,23,'','',0,32,'robots=\nauthor='),(468,'Teachers Union Staffers Set Sail on Seven-Day Caribbean Cruise','teachers-union-staffers-set-sail-on-seven-day-caribbean-cruise','','<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: Arial, Helvetica, sans-serif; font-size: 15px;\">\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">Imagine your organization is facing attacks from all sides.  Imagine it’s losing members and revenue.  Imagine governors and mayors – of both political parties – publicly denouncing your industry as “broken” and move swiftly to stifle your power and influence, while you flail away helplessly.</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">What to do?  What else to do but go down drinking?</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">That’s what members of the National Education Association’s National Staff Organization have apparently decided.  The NSO is an association of sorts for teachers’ union staff – political and communications types.</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">Following an “Advocacy Retreat” with the theme “Building Our Unionism,” members set sail on a 7-day cruise from Miami on February 5<sup style=\"font-size: 0.7em; vertical-align: super;\">th</sup> “with stops at Cozumel, Grand Cayman Island and Isla Roatan.”  Sounds fun!  [In case the Facebook link disappears, never fear: here’s <a href=\"http://www.publicschoolspending.com/wp-content/uploads/2012/02/NSO-Contact-issue-3.pdf\" style=\"color: #287bac;\"><span style=\"text-decoration: underline;\">a PDF</span></a> of the NSO newsletter.]</p>\r\n<a class=\"continue-reading\" href=\"http://biggovernment.com/kolson/2012/02/06/eag-exclusive-teachers-union-staffers-set-sail-on-7-day-caribbean-cruise/\" target=\"_new\" title=\"Teachers Union Staffers Set Sail on Seven-Day Caribbean Cruise\" style=\"color: #287bac;\"><strong><span style=\"text-decoration: underline;\">Post Continues on<span class=\"Apple-converted-space\"> </span><span>biggovernment.com</span></span></strong></a><span class=\"Apple-converted-space\"> </span><br /></span></span></p>','',1,21,0,79,'2012-02-08 13:50:45',62,'Posted on Vision to America','2012-02-08 13:51:51',62,0,'0000-00-00 00:00:00','2012-02-08 13:50:45','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,10,'','',0,259,'robots=\nauthor='),(469,'OUTRAGEOUS: Wisconsin Recall petitions will NOT be verified!','outrageous-wisconsin-recall-petitions-will-not-be-verified','','<table style=\"height: 78px;\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"623\" align=\"center\" bgcolor=\"#ffffff\">\r\n<tbody>\r\n<tr>\r\n<td><img src=\"http://paracom.paramountcommunication.com/cimages/1aab26c0b6d4330e03e6f17b5724c03b/Wisconsin%20recall%20banner%202.jpg\" border=\"0\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"623\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" align=\"left\" valign=\"top\">\r\n<table border=\"0\" cellpadding=\"6\">\r\n<tbody>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"6\" width=\"300\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a href=\"http://paracom.paramountcommunication.com/p/vW5rdrr87N\"><img src=\"http://www.paramountcommunication.com/images/vo_1014.gif\" border=\"0\" alt=\"View Online\" width=\"100\" height=\"30\" /></a></td>\r\n<td><a href=\"http://paracom.paramountcommunication.com/forwardthis/ft.php?mID=2285287&amp;em=jhbrake%40comcast.net&amp;ch=1aab26c0b6d4330e03e6f17b5724c03b\"><img src=\"http://www.paramountcommunication.com/images/f2f_1014.gif\" border=\"0\" alt=\"Forward\" width=\"100\" height=\"30\" /></a></td>\r\n<td><a href=\"http://paracom.paramountcommunication.com/ct/7788197:11078452597:m:1:171285432:34BB2EB3666ECC717B28118E36215CBF:r\"><img src=\"http://www.paramountcommunication.com/rf_1014.gif\" border=\"0\" alt=\"Share This\" width=\"100\" height=\"30\" /></a></td>\r\n<td><a href=\"http://paracom.paramountcommunication.com/p/sW5rdrr87N?show=1&amp;h=1&amp;ch=1&amp;CID=11078452597\"><img src=\"http://www.paramountcommunication.com/images/share_1014.gif\" border=\"0\" alt=\"Share This\" width=\"100\" height=\"30\" /></a></td>\r\n<td><a href=\"http://paracom.paramountcommunication.com/ct/7788198:11078452597:m:1:171285432:34BB2EB3666ECC717B28118E36215CBF:r\" target=\"_blank\"><img src=\"http://www.paramountcommunication.com/images/d_1014.gif\" border=\"0\" alt=\"Donate\" width=\"100\" height=\"30\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div><strong>WE MUST FIGHT BACK!</strong></div>\r\n<div>.</div>\r\n<div>This ruling and makes you question the motives of Wisconsin\'s Government Accountability Board (GAB). The GAB is the state board that is responsible for verifying the Recall signatures and managing the Recall election should it qualify.</div>\r\n<p>Yesterday, a Wisconsin Appeals Court overturned a Circuit Court decision that would have required the GAB to actually verify the signatures turned in by the union led recall groups. We had a feeling that the state would fail to verify the signatures and that is why we have been encouraging you to lend support to groups like Verify the Recall to check the validity of signatures on our own and you guys have responded greatly.</p>\r\n<p><img src=\"http://paracom.paramountcommunication.com/cimages/1aab26c0b6d4330e03e6f17b5724c03b/2-7-12%20Badger%20Herald%202.jpg\" border=\"0\" /></p>\r\n<p>Well guess what? Today, the GAB announced that they would not accept the volunteer help of groups like Verify the Recall in verifying the petitions. That\'s right, the GAB is not going to do their job and verify the signatures, but they are refusing any help to do the job that they are unable to do.</p>\r\n<p><strong>We need you immediate support to help fight back against this injustice! </strong></p>\r\n<p><a href=\"http://paracom.paramountcommunication.com/ct/7788198:11078452597:m:1:171285432:34BB2EB3666ECC717B28118E36215CBF:r\"><img src=\"http://paracom.paramountcommunication.com/cimages/1aab26c0b6d4330e03e6f17b5724c03b/ContributeButtonFuzzy.jpg\" border=\"0\" /></a></p>\r\n<p>What this all means is that even if someone sees their name fraudulently signed to a Recall petition, there is nothing they can do about it! <strong>The GAB actually stated in a public meeting that \"the GAB can not and will not verify every signature\". </strong></p>\r\n<p><img src=\"http://paracom.paramountcommunication.com/cimages/1aab26c0b6d4330e03e6f17b5724c03b/2-7-12%20Radio%202.jpg\" border=\"0\" /></p>\r\n<p><strong>They won\'t even check to see if the signer is a registered voter! This means that the petitions that are signed by Mickey Mouse, Adolf Hitler or other fraudulent names will be counted and can not be challenged. Outrageous! </strong></p>\r\n<div>Neither the ridiculous policies of the Wisconsin GAB or smear campaign being waged by the liberal left and the union bosses can cover up Governor Walker\'s stellar record of bring conservative governance to Wisconsin.</div>\r\n<p><strong>Tea Party Express is continuing to defend Walker, but we need your help NOW! </strong>Please don’t hesitate. Donate and help us stand up for Walker and the Tea Party values that are under attack by Obama’s campaign machine and his radical union mobs!</p>\r\n<div><a href=\"http://paracom.paramountcommunication.com/ct/7788198:11078452597:m:1:171285432:34BB2EB3666ECC717B28118E36215CBF:r\"><img src=\"http://paracom.paramountcommunication.com/cimages/1aab26c0b6d4330e03e6f17b5724c03b/ContributeButtonFuzzy.jpg\" border=\"0\" /></a></div>\r\n<p>We traveled across Wisconsin this past summer, holding rallies to defeat the first wave of the union Recalls. This battle, however, is on a much larger scale as MoveOn.org, George Soros, and the OWS movement converge in Madison, Wisconsin to defeat Walker and deliver the first victory of Obama’s re-election campaign.</p>\r\n<p><img src=\"http://paracom.paramountcommunication.com/cimages/1aab26c0b6d4330e03e6f17b5724c03b/Wisconsin%20Rally%202.jpg\" border=\"0\" /></p>\r\n<p><em>The Tea Party Express bus rolling through Wisconsin holding rallies and supporting the Republican Senators facing recalls in 2011</em></p>\r\n<div>The Tea Party Express not only helps to elect conservatives, but also defends them when they make the hard, but courageous decisions. Join the Tea Party Express and send Obama a message: We the People will NOT be bullied and we will NOT be silenced! We are here to fight for our country and defend the principles she was founded on!</div>\r\n<div><strong>Donate $10, $25, $50, $100, $250, $500, $1000, or even more! </strong><strong><a href=\"http://paracom.paramountcommunication.com/ct/7788198:11078452597:m:1:171285432:34BB2EB3666ECC717B28118E36215CBF:r\">Click here to contribute now!</a></strong></div>\r\n<div><a href=\"http://paracom.paramountcommunication.com/ct/7788198:11078452597:m:1:171285432:34BB2EB3666ECC717B28118E36215CBF:r\"><img src=\"http://paracom.paramountcommunication.com/cimages/1aab26c0b6d4330e03e6f17b5724c03b/clicktodonate.jpg\" border=\"0\" width=\"188\" height=\"155\" /></a></div>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,21,0,79,'2012-02-08 13:53:42',62,'Tea Party Express','0000-00-00 00:00:00',0,62,'2012-02-08 14:02:47','2012-02-08 13:53:42','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,8,'','',0,375,'robots=\nauthor='),(470,'Obama Goes Henry the 8th On the Church','obama-goes-henry-the-8th-on-the-church','','<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: Arial, Helvetica, sans-serif; font-size: 15px;\">\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\"><img src=\"images/stories/obey_obama.jpg\" border=\"0\" hspace=\"7\" align=\"left\" />Announcing his support for Commissar Sebelius’ edicts on contraception, sterilization, and pharmacological abortion, that noted theologian the Most Reverend Al Sharpton explained: “If we are going to have a separation of church and state, we’re going to have a separation of church and state.”</p>\r\n<p>\r\n<p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">Thanks for clarifying that. The church model the young American state wished to separate from was that of the British monarch, who remains to this day Supreme Governor of the Church of England. This convenient arrangement dates from the 1534 Act of Supremacy. The title of the law gives you the general upshot, but, just in case you’re a bit slow on the uptake, the text proclaims “the King’s Majesty justly and rightfully is and ought to be the supreme head of the Church of England.” That’s to say, the sovereign is “the only supreme head on earth of the Church” and he shall enjoy “all honors, dignities, pre-eminences, jurisdictions, privileges, authorities, immunities, profits and commodities to the said dignity,” not to mention His Majesty “shall have full power and authority from time to time to visit, repress, redress, record, order, correct, restrain and amend all such errors, heresies, abuses, offenses, contempts and enormities, whatsoever they be.”</p>\r\n<a class=\"continue-reading\" href=\"http://www.ocregister.com/opinion/church-339789-one-catholic.html\" target=\"_new\" title=\"Obama Goes Henry the 8th On the Church\" style=\"color: #287bac;\"><strong><span style=\"text-decoration: underline;\">Post Continues on<span class=\"Apple-converted-space\"> </span><span>www.ocregister.com</span></span></strong></a><span class=\"Apple-converted-space\"> </span></p>\r\n</p>\r\n</span></span></p>\r\n<p> </p>\r\n<p> </p>','',1,17,0,74,'2012-02-12 14:25:38',62,'posted on Vision to America','2012-02-27 03:36:44',62,0,'0000-00-00 00:00:00','2012-02-12 14:25:38','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,14,'','',0,389,'robots=\nauthor='),(471,'Limited Government, Religious Liberty, and Joe Biden\'s Rosary','limited-government-religious-liberty-and-joe-bidens-rosary','','<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: 12px Verdana, Arial, sans-serif; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"line-height: 12px;\">\r\n<p style=\"line-height: 1.5em; margin: 0px 0px 10px; color: #000000; font-size: 12px; padding: 0px;\">I was talking to a friend in California yesterday about the Obama administration’s latest assault on religious liberty — the “interim final rule” issued by the Department of Health and Human Services requiring all health plans, including those at Catholic institutions, to cover prescription contraceptives, sterilization, and abortion. Paul Rahe, in a brilliant historical reflection called “<a href=\"http://ricochet.com/main-feed/American-Catholicism-s-Pact-With-the-Devil\" style=\"color: #24839f; font-weight: bold; text-decoration: none;\">American Catholicism’s Pact with the Devil</a>,” shows how this latest example of government-by-decree “unmasked in the most thoroughgoing way the despotic propensities of the administrative entitlements state and of the Democratic Party.” Mr. Rahe also shows how closely the Roman Catholic establishment has collaborated in that despotism since its embrace of the New Deal in the 1930s.</p>\r\n<p style=\"line-height: 1.5em; margin: 0px 0px 10px; color: #000000; font-size: 12px; padding: 0px;\">Step back even further. We’re always hearing people — well, some people — go on about the ideals of “limited government.” It was, remember, a leitmotif of<span class=\"Apple-converted-space\"> </span><em>The Federalist</em><span class=\"Apple-converted-space\"> </span>and other founding documents of the United States. Government should be limited to protect the individual, and groups of individuals, from the coercive power of the state.</p>\r\n<p style=\"line-height: 1.5em; margin: 0px 0px 10px; color: #000000; font-size: 12px; padding: 0px;\"><a href=\"http://pjmedia.com/rogerkimball/2012/02/13/limited-government-religious-liberty-and-joe-bidens-rosary/?singlepage=true\">READ MORE ON PJMEDIA&gt;&gt;&gt;</a></p>\r\n</span></span></p>','',1,1,0,1,'2012-02-14 16:46:59',62,'Roger Kimball','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-02-14 16:46:59','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,177,'','',0,618,'robots=\nauthor='),(472,'Feds shut down Amish farm for selling fresh milk','feds-shut-down-amish-farm-for-selling-fresh-milk','','<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: Helvetica, Arial, sans-serif; font-size: 12px;\">\r\n<p style=\"text-align: justify; line-height: 21px; margin: 0px 0px 20px; font-size: 14px; padding: 0px;\">The FDA won its two-year fight to shut down an Amish farmer who was selling fresh raw milk to eager consumers in the Washington, D.C., region after a judge this month banned<span class=\"Apple-converted-space\"> </span><a href=\"http://letsrebuildit.com/topics/daniel-allgyer/\" style=\"padding-bottom: 2px; padding-left: 0px; padding-right: 2px; color: #164a6e; text-decoration: none; padding-top: 2px;\">Daniel Allgyer</a>from selling his milk across state lines and he told his customers he would shut down his farm altogether.</p>\r\n<p style=\"text-align: justify; line-height: 21px; margin: 0px 0px 20px; font-size: 14px; padding: 0px;\">The decision has enraged<span class=\"Apple-converted-space\"> </span><a href=\"http://letsrebuildit.com/topics/daniel-allgyer/\" style=\"padding-bottom: 2px; padding-left: 0px; padding-right: 2px; color: #164a6e; text-decoration: none; padding-top: 2px;\">Mr. Allgyer</a>’s supporters, some of whom have been buying from him for six years and say the government is interfering with their parental rights to feed their children.</p>\r\n<p style=\"text-align: justify; line-height: 21px; margin: 0px 0px 20px; font-size: 14px; padding: 0px;\"><a href=\"http://www.washingtontimes.com/news/2012/feb/13/feds-shut-down-amish-farm-selling-fresh-milk/\">READ MORE AT WASHINGTON TIMES &gt;&gt;&gt;</a></p>\r\n</span></span></p>','',1,13,0,70,'2012-02-14 16:52:39',62,'Stephen Dinan - Washington Times','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-02-14 16:52:39','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,22,'','',0,155,'robots=\nauthor='),(473,'Special Bulletin #3 - The Summit','special-bulletin-3-the-summit','','<p><img src=\"images/stories/OAKI-logo.png\" border=\"0\" align=\"left\" /></p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p>Dear Jack,</p>\r\n<p align=\"justify\">In this issue, Rick Joyner writes about the recent Summit and shares his thoughts for the future of The Oak Initiative. <a href=\"http://r20.rs6.net/tn.jsp?llr=6blbffdab&amp;et=1109306842836&amp;s=1183&amp;e=001iWaLmZ_FBak4stUa2Mpz_SpSqZEgjzTHnLrq6VSQMeuhYgQdKU4ZZzpqtRhH5Ew4HXEUCyJ_t74C7YDDRTmrKRVyBIlfIXwiNk0YYhbk4ig3YsMj64i2wkKQqp1JC7Y2dDATwQk1j3lHLDGU-9wBtVMbzaVMF6-2TSzoa8DEceE=\" target=\"_blank\">Visit our website</a> and read previous issues online.</p>\r\n<div>____________________________________<br /><br />\r\n<div>\r\n<p><strong>The Summit</strong></p>\r\n<p>Special Bulletin</p>\r\n<p><em>by Rick Joyner</em></p>\r\n<p align=\"justify\">On February 9-11, we hosted the 2012 Oak Initiative Summit. It was an exceptional gathering with many calling it the best yet. It began with a stunning presentation by Kevin Freeman, the author of Secret Weapon, which well deserves its present rise on the New York Times bestseller list. It is a brilliant and scholarly work on one of the greatest threats to America in these times-economic terrorism.</p>\r\n<p align=\"justify\">It is well-known that events like the 2008 stock market crash were caused by someone trying to do great harm to America. On an otherwise normal day, suddenly more than five hundred and fifty billion dollars was pulled out within just one hour, and the ensuing cascade led to the Fed declaring an emergency and shutting the trading down after estimating that five trillion would be pulled out in just a matter of hours. <a href=\"http://www.youtube.com/watch?v=pD8viQ_DhS4\" target=\"_blank\">Congressman Jankowski related</a> the following about the briefing Congress was given on the event, \"We almost lost our entire economy and government.\"</p>\r\n<div>This leads to several questions that our government has never publicly answered: How have we been allowed to be in a place where something like this could be done to us? Who did this to us? Why did they do this to us? Are we still in such jeopardy?... <a href=\"http://r20.rs6.net/tn.jsp?llr=6blbffdab&amp;et=1109306842836&amp;s=1183&amp;e=001iWaLmZ_FBalRzU4UpmjahJ3k-d1rQoPzVKJbURGWdsKeEpqHX59BDTiTwj8Q6C3U0dklXZRh0q6MJ1afep4FMNd2ftsGnnuP0ZXUNNbNzHQnFPGyegSFD3O0oKwt5dPHKZJp9KqygltfliOcCNNq3dRi5fUwJlbL\" target=\"_blank\">read more</a></div>\r\n<p> </p>\r\n</div>\r\n<p> </p>\r\n<p align=\"center\"><strong>Print Friendly Version</strong>: <a href=\"http://r20.rs6.net/tn.jsp?llr=6blbffdab&amp;et=1109306842836&amp;s=1183&amp;e=001iWaLmZ_FBakz1_z775Lonn6CoTvzu71iiVe5QJ3jtcSyc9kmBg8wuEq7Wi3Rq6d4dIGk3-GAZdBsoHaJhMl9L0gcM7cFkG1tcyyfGHvd7xIUxH-OL0XPR3bxmUkMsniUtfivu4bGIcM9Sy2_ynfOtrYOv4GDtSgd\" target=\"_blank\">Click Here</a></p>\r\n</div>','',1,1,0,1,'2012-02-16 14:46:33',63,'The Oak Initiative','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-02-16 14:46:33','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,176,'','',0,233,'robots=\nauthor='),(474,'Sound Familiar Anyone?','sound-familiar-anyone','','<p align=\"left\"><em><img class=\"caption\" src=\"images/stories/change-hitler-obama-lenin-300x196.jpg\" border=\"0\" alt=\"History Repeating\" title=\"History Repeating\" align=\"left\" />\"Much has been made of the reported silence, and in some cases complicity, of the supposed Christian churches during the Third Reich. But few have noted the long period of \"Biblical deconstruction\" that preceded the rise of Nazism, and fewer still have chronicled the diabolical perversion of German religious culture by the Nazis themselves. While the neo-pagans were busy attacking from without, liberal theologians undermined Biblical authority from within the Christian church. The school of so-called \"higher criticism,\" which began in Germany in the late 1800s, portrayed the miracles of God as myths; by implication making true believers (Jew and Christian alike) into fools. And since the Bible was no longer accepted as God\'s divine and inerrant guide, it could be ignored or reinterpreted. By the time the Nazis came to power, \"Bible-believing\" Christians, (the Confessing Church) were a small minority. As Grunberger asserts, Nazism itself was a \"pseudo-religion\" (ibid.:79) that competed, in a sense, with Christianity and Judaism.</em></p>\r\n<p align=\"left\"><em>The schools were heavily targeted in order to de-Christianize the young. Mandatory prayer in schools was stopped in 1935, and from 1941 onward, religious instruction was completely eliminated for all students over 14 years old (ibid.:494f). The Nazi Teachers Association actively discouraged its members from taking religious instruction, while at the same time many teachers of religious studies (who were all required to be licensed by the state) \"inculcated neo-paganism into their pupils during periods of religious instruction.\" Later, teachers were outright prohibited from attending voluntary religion classes organized by the Catholic church (ibid.:495).\"</em></p>\r\n<p align=\"left\">Excerpt from:  <strong><a href=\"http://constitutionalistnc.tripod.com/hitler-leftist/id12.html\">Homosexuality and the Nazi Party by Scott Lively</a></strong></p>','',1,20,0,78,'2012-02-18 01:56:07',62,'History Repeating Itself Department','2012-02-18 04:06:50',62,0,'0000-00-00 00:00:00','2012-02-18 01:56:07','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,49,'','',0,225,'robots=\nauthor='),(475,'Lest We Forget','lest-we-forget','','<p><br />{source}</p>\r\n<p>&lt;iframe</p>\r\n<p><br />src=\"<a href=\"http://viewer.zoho.com/api/urlview.do?zc_EditRec=false?url=http://letsrebuildit.com/images/stories/holocaust.pps\">http://viewer.zoho.com/api/urlview.do?url=http://letsrebuildit.com/images/stories/holocaust.pps</a>\" <br />width=\"450\" <br />height=\"385\" <br />cache=\"true\" <br />embed=\"true\"<br />frameborder=\"0\"&gt;<br />&lt;/iframe&gt;</p>\r\n<p>{/source}</p>\r\n<p> </p>','',1,1,0,1,'2012-02-19 16:57:58',62,'Unknown','2012-02-19 19:51:27',62,0,'0000-00-00 00:00:00','2012-02-19 16:57:58','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',22,0,175,'','',0,83,'robots=\nauthor='),(476,'President Obama’s new budget proposal cuts funding for Israel’s missile defense program','president-obamas-new-budget-proposal-cuts-funding-for-israels-missile-defense-program','','<p><span style=\"font-family: Arial; font-size: small;\"><img class=\"caption\" src=\"images/stories/mikeevans.jpg\" border=\"0\" alt=\"Dr. Michael Evans\" title=\"Dr. Michael Evans\" hspace=\"7\" align=\"left\" />I am shocked and appalled at the latest news out of Washington. Despite the fact that there are more than 200,000 missiles aimed at Israel today, President Obama’s new budget proposal cuts funding for Israel’s missile defense program by nearly 7%! </span></p>\r\n<p>This program is probably the most important part of their defense shield. Hezbollah, Hamas, Syria, and Iran (and potentially Egypt as well under the new Muslim Brotherhood government) all possess advanced missiles capable of striking every city and village inside the nation of Israel. So far, the “Iron Dome” missile defense system Israel is building is only capable of stopping a small number of attacks and will not cover the entire nation for several more years. This is a crucial time for Israel, and cutting funding to this vital protection would be a tragedy—and a great danger to the Jewish people.</p>\r\n<p>Several Republican lawmakers in Congress have vowed to overturn these proposed cuts to make sure that the US continues to stand with our best ally in this crisis moment. Please join me in praying that they will succeed and that this vital part of Israel’s defense will not face the budget cuts that would make the Jewish state more vulnerable to attack.</p>\r\n<p><a href=\"http://jerusalemprayerteam.org\">Goto Jerusalem Prayer Team Website &gt;&gt;&gt;</a></p>','',1,22,0,80,'2012-02-19 19:51:33',62,'Jerusalem Prayer Team','2012-02-27 03:04:15',62,0,'0000-00-00 00:00:00','2012-02-19 19:51:33','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,16,'','',0,399,'robots=\nauthor='),(477,'Have You Seen the Creepy Planned Parenthood Cartoon They Would Like to Forget?','have-you-seen-the-creepy-planned-parenthood-cartoon-they-would-like-to-forget','','<p><a href=\"http://conservativebyte.com/2012/02/have-you-seen-the-creepy-planned-parenthood-cartoon-they-would-like-to-forget/\">Posted on February 5, 2012 by Conservative Byte</a></p>\r\n<p><br /><a href=\"http://conservativebyte.com/wp-content/uploads/2012/02/pp7.jpg\"></a><img src=\"images/stories/planned_parenthood.jpg\" border=\"0\" alt=\"Planned Parenthood Propaganda\" align=\"right\" />In a week filled with discussions about the funding of Planned Parenthood, it seems appropriate to share a 2007 video from the organization.</p>\r\n<p>This was a cartoon distributed by Planned Parenthood Golden Gate called “Superhero for Choice!”</p>\r\n<p>The 8:55 animated cartoon features a Pro-Choice Superhero named Dionysus. Throughout the feature, she is attacking anyone who supports the pro-life movement. And in most cases, her attacks are violent.</p>\r\n<p>Curiously, all who oppose the abortion rights folks are white people. The first scene has a strangely attired man telling kids about abstinence.</p>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"315\" src=\"http://www.youtube.com/embed/9l0SAVeK2Rg\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,1,0,1,'2012-02-19 22:05:22',62,'Conservative Byte','2012-02-19 22:26:56',62,62,'2012-04-04 22:24:32','2012-02-19 22:05:22','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,174,'','',0,220,'robots=\nauthor='),(478,'Light V Darkness','light-v-darkness','','<p><img src=\"images/stories/count-barackula.jpg\" border=\"0\" alt=\"Light vs. Darkness\" align=\"left\" /></p>','',1,16,0,73,'2012-02-19 22:40:57',62,'Posted on Conservative Byte','2012-02-19 22:44:30',62,0,'0000-00-00 00:00:00','2012-02-19 22:40:57','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,15,'','',0,85,'robots=\nauthor='),(479,'Unions Prepare to Spend Over $400M to Re-Elect President','unions-prepare-to-spend-over-400m-to-re-elect-president','','<p><img src=\"images/stories/unions.jpg\" border=\"0\" width=\"470\" height=\"680\" align=\"middle\" /></p>\r\n<p> </p>\r\n<p><strong>Unions say they are gearing up to spend more than $400 million</strong> to help re-elect President Barack Obama and lift Democrats this election year in a fight for “labor’s survival,” according to the Associated Press.</p>\r\n<p>Having recently come under close scrutiny around the country — and fearing the consequences of a Republican in the White House — union leaders say they have little choice as they try to beat back GOP efforts to curb “collective bargaining rights” and limit their ability to collect dues.</p>\r\n<p>“People are digging deeper,” said Larry Scanlon, political director of the country’s largest public workers union, the American Federation of State, County and Municipal Employees (AFSCME). “If Republicans take over the presidency, Congress and enough state legislatures, unions will be out of business, pure and simple.”</p>\r\n<p>By “digging deeper,” he means “collecting dues from <a href=\"www.theblaze.com/stories/see-true-stories-behind-forced-union-membership-and-political-contributions/\" target=\"_self\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">workers who have no choice but to pay</span></span></a>,” right?</p>\r\n<p><a href=\"http://www.theblaze.com/stories/unions-prepared-to-spend-over-400m-to-re-elect-president/\">Read more on The Blaze &gt;&gt;&gt;</a></p>','',1,21,0,79,'2012-02-25 01:32:32',62,'The Blaze','2012-02-26 16:22:45',62,0,'0000-00-00 00:00:00','2012-02-25 01:32:32','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',14,0,11,'','',0,398,'robots=\nauthor='),(483,'State Farm is There','state-farm-is-there','','<p><img src=\"images/stories/humor/state_farm_sign.jpg\" border=\"0\" alt=\"State Farm Is There\" /></p>\r\n<p><strong>Snopes.com: </strong>A State Farm representative said that Bud Gregg’s office sign bore these messages until 3 July 2008 and that the company had requested the sign be removed as soon as they became aware of it because the sign was inconsistent with State Farm’s policy of not endorsing candidates or taking sides in political campaigns.</p>','',1,16,0,73,'2012-02-26 15:02:50',62,'Submitted by Jan Thompson','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-02-26 15:02:50','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,13,'','',0,75,'robots=\nauthor='),(480,'Obama to law enforcement: Stop linking Muslims to terrorism','obama-to-law-enforcement-stop-linking-muslims-to-terrorism','','<p><span class=\"Apple-style-span\" style=\"WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; FONT: 16px \'Times New Roman\'; WHITE-SPACE: normal; ORPHANS: 2; COLOR: #000000; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span class=\"Apple-style-span\" style=\"TEXT-ALIGN: left; LINE-HEIGHT: 19px; FONT-FAMILY: Helvetica, Arial, sans-serif; FONT-SIZE: 14px\"> </span></span></p>\r\n<div id=\"content-sidebar\">\r\n<div class=\"region region-content-sidebar\">\r\n<div id=\"block-ex_upload-content-photos\" class=\"block block-ex-upload block-merge-above block-odd aside\">\r\n<div class=\"block-padding-thin block-content\">\r\n<div class=\"field field-name-image field-type-image field-label-hidden field-bundle-photo entry-media\">\r\n<div class=\"field-items\">\r\n<div class=\"field-item even\"><a class=\"ocmap ocm-main-photo\" href=\"law-enforcement-in-national/secretary-janet-napolitano-photo-6\"><img src=\"http://cdn2-b.examiner.com/sites/default/files/styles/large/hash/d8/82/janet_napolitano_homeland_security-4876_5.jpg\" border=\"0\" alt=\"Last month, the Secretary of Homeland Security Napolitano released a security report that mentioned the word Muslim once. \" title=\"Secretary Janet Napolitano\" hspace=\"7\" width=\"210\" height=\"161\" align=\"left\" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"block-ex_article-article-page-tags\" class=\"block block-ex-article block-even aside\">\r\n<h2 class=\"clearfix block-title\">In yet another curtsy to the politically correct orthodoxy, President Barack Obama\'s White House plans to tinker with federal police curriculums for counterterrorism training classes, according to a Beltway public-interest organization.</h2>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"MARGIN: 0px 0px 1em\">The first bit of \"revamping\" is the removal of all material that groups, such as the<span class=\"Apple-converted-space\"> </span><a href=\"http://www.cair.org/ny\" rel=\"nofollow\" style=\"COLOR: #336699; TEXT-DECORATION: none\"><strong style=\"FONT-WEIGHT: bold\">Council on American Islamic Relations</strong></a> , or CAIR, find offensive or containing a \"negative\" image  of Muslims.</p>\r\n<p style=\"MARGIN: 0px 0px 1em\">It’s a government-wide call to end Islamophobia, according to a blog by a Washington, DC-based<span class=\"Apple-converted-space\"><strong> </strong></span><a><strong>watchdog group</strong><span class=\"Apple-converted-space\"> </span></a>that investigates, exposes and prosecutes government corruption.</p>\r\n<p style=\"MARGIN: 0px 0px 1em\">A few months after the Obama White House ordered an investigation of government counterterrorism training, the Federal Bureau of Investigation (FBI) has destroyed instructional material that characterizes Muslims as prone to violence or terrorism, according to the Judicial Watch blog.</p>\r\n<p><span><br /><br /><strong>Continue reading on Examiner.com<span class=\"Apple-converted-space\"> </span>Obama to law enforcement:</strong><a href=\"http://www.examiner.com/law-enforcement-in-national/obama-to-law-enforcement-stop-linking-muslims-to-terrorism#ixzz1nD59ZT80\"><strong> Stop linking Muslims to terrorism </strong></a></span></p>','',-2,1,0,1,'2012-02-25 01:47:41',62,'Jim Khouri - The Examiner','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-02-25 01:47:41','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,0,'','',0,0,'robots=\nauthor='),(481,'Obama to law enforcement: Stop linking Muslims to terrorism','obama-to-law-enforcement-stop-linking-muslims-to-terrorism','','<p><img class=\"caption\" src=\"images/stories/napolitano_obama.jpg\" border=\"0\" alt=\"Secretary Janet Napolitano\" title=\"Last month, the Secretary of Homeland Security Napolitano released a security report that mentioned the word Muslim once. \" hspace=\"7\" width=\"210\" height=\"161\" align=\"left\" />In yet another curtsy to the politically correct orthodoxy, President Barack Obama\'s White House plans to tinker with federal police curriculums for counterterrorism training classes, according to a Beltway public-interest organization.</p>\r\n<p style=\"MARGIN: 0px 0px 1em\">The first bit of \"revamping\" is the removal of all material that groups, such as the<span class=\"Apple-converted-space\"> </span><a href=\"http://www.cair.org/ny\" rel=\"nofollow\" style=\"COLOR: #336699; TEXT-DECORATION: none\"><strong style=\"FONT-WEIGHT: bold\">Council on American Islamic Relations</strong></a> , or CAIR, find offensive or containing a \"negative\" image of Muslims.</p>\r\n<p style=\"MARGIN: 0px 0px 1em\">It’s a government-wide call to end Islamophobia, according to a blog by a Washington, DC-based<span class=\"Apple-converted-space\"><strong> </strong></span><a><strong>watchdog group</strong><span class=\"Apple-converted-space\"> </span></a>that investigates, exposes and prosecutes government corruption.</p>\r\n<p style=\"MARGIN: 0px 0px 1em\">A few months after the Obama White House ordered an investigation of government counterterrorism training, the Federal Bureau of Investigation (FBI) has destroyed instructional material that characterizes Muslims as prone to violence or terrorism, according to the Judicial Watch blog.</p>\r\n<p><span><br /><br /><strong>Continue reading on Examiner.com<span class=\"Apple-converted-space\"> </span>Obama to law enforcement:</strong><a href=\"http://www.examiner.com/law-enforcement-in-national/obama-to-law-enforcement-stop-linking-muslims-to-terrorism#ixzz1nD59ZT80\"><strong> Stop linking Muslims to terrorism </strong></a></span></p>','',1,14,0,71,'2012-02-25 01:47:41',62,'Jim Khouri - The Examiner','2012-02-26 22:23:28',62,62,'2012-02-26 22:23:28','2012-02-25 01:47:41','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',8,0,6,'','',0,382,'robots=\nauthor='),(482,'US Judge Allows Muslim to Choke Atheist Over Islam','us-judge-allows-muslim-to-choke-atheist-over-islam','','<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\"><img class=\"caption\" src=\"images/stories/moderate-muslims-flag-burning.jpg\" border=\"0\" alt=\"Exploring the Loving Peaceful Religion\" title=\"Exploring the Loving Peaceful Religion\" hspace=\"7\" width=\"422\" height=\"280\" align=\"middle\" /></p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\"><strong>A Muslim judge in Pennsylvania – who scolded a local atheist for offending Islam</strong>, called him a doofus and accused him of “using the First Amendment” to madden Muslims – dismissed harassment charges against the Muslim defendant who purportedly choked the atheist during a Halloween parade.</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">District Judge Mark Martin brought a Quran to court and told the alleged victim, American Atheists’ Pennsylvania State Director Ernest Perce V, “I think you misinterpreted a couple of things. So before you start mocking somebody else’s religion, you might want to find out a little more about it. It kind of makes you look like a doofus.”</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">The judge added, “I think our forefathers intended to use the First Amendment so we can speak with our mind, not to p— off other people and cultures – which is what you did.”</p>\r\n<div style=\"margin: 0px; padding: 0px;\"><a class=\"continue-reading\" href=\"http://www.wnd.com/2012/02/atheist-choked-by-muslim-and-then/\" target=\"_new\" title=\"US Judge Allows Muslim to Choke Atheist Over Islam\" style=\"color: #287bac;\"><strong><span style=\"text-decoration: underline;\">Post Continues on<span class=\"Apple-converted-space\"> </span><span>www.wnd.com</span></span></strong></a></div>','',1,14,0,71,'2012-02-25 15:53:46',62,'Posted on Vision to America','2012-02-26 16:22:08',62,0,'0000-00-00 00:00:00','2012-02-25 15:53:46','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',9,0,4,'','',0,386,'robots=\nauthor='),(484,'But Jesus did not commit himself unto them, because he knew all men Jn 2.24','but-jesus-did-not-commit-himself-unto-them-because-he-knew-all-men-jn-224','','<h1>The Kill Switch Comes to the PC</h1>\r\n<h2>A feature common in phones will let Microsoft remotely disable malware</h2>\r\n<p>By <a href=\"www.businessweek.com/bios/jordan-robertson-3449.html\" title=\"Jordan Robertson\" rel=\"author\">Jordan Robertson</a></p>\r\n<p><img src=\"http://images.businessweek.com/cms/2012-02-22/tech_killswitch08_01_190x127.jpg\" border=\"0\" alt=\"http://images.businessweek.com/cms/2012-02-22/tech_killswitch08_01_190x127.jpg\" title=\"Illustration by Angus Greig\" hspace=\"7\" width=\"190\" height=\"127\" align=\"left\" /></p>\r\n<p>Janne Kytömäki, a Finnish software developer, was cruising <span>Google’s</span> Android Market for smartphone apps last year when he noticed something strange. Dozens of best-selling applications suddenly listed the same wrong publisher. It was as if Stephen King’s name had vanished from the covers of his books, replaced by an unknown author. Kytömäki realized the culprit was a piece of malware that was spreading quickly, and he posted his findings online.</p>\r\n<p>Google responded swiftly. It flipped a little-known kill switch, reaching into more than 250,000 infected Android smartphones and forcibly removing the malicious code. “It was sort of unreal, watching something like that unfold,” says Kytömäki, who makes dice simulator apps. Kill switches are a standard part of most smartphones, tablets, and e-readers. Google, <span>Apple</span>, and <span>Amazon</span> all have the ability to reach into devices to delete illicit content or edit code without users’ permission. It’s a powerful way to stop threats that spread quickly, but it’s also a privacy and security land mine.</p>\r\n<p>With the rollout of the Windows 8 operating system expected later this year, millions of desktop and laptop PCs will get kill switches for the first time. <span>Microsoft</span> hasn’t spoken publicly about its reasons for including this capability in Windows 8 beyond a cryptic warning that it might be compelled to use it for legal or security reasons.</p>\r\n<p><a href=\"http://www.businessweek.com/magazine/the-kill-switch-comes-to-the-pc-02162012.html\">Read More at Bloomberg Businessweek &gt;&gt;&gt;</a></p>','',1,20,0,78,'2012-02-26 15:31:01',62,'Jordan Robertson on Bloomberg Businessweek','2012-02-26 15:52:53',62,0,'0000-00-00 00:00:00','2012-02-26 15:31:01','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,48,'','',0,624,'robots=\nauthor='),(485,'Auto Workers Tap Network for Obama','auto-workers-tap-network-for-obama','','<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"font-family: Arial, Helvetica, sans-serif; font-size: 15px;\">\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">The United Automobile Workers union, a primary beneficiary of President Obama’s decision to rescue domestic carmakers, is now trying to return the favor.</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">As Mitt Romney prepared to deliver an economic address here on Friday declaring Mr. Obama’s three years in office a “failed presidency,” hundreds of union members gathered on the top level of a parking deck as a freezing drizzle fell.</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">“Thank you, President Obama!” shouted the union’s president, Bob King. He gripped a bullhorn as he exhorted the crowd, “Everyone!” They roared back, “Thank you, President Obama!”</p>\r\n<p style=\"text-align: left; line-height: 20px; margin: 0px 0px 1.5em; padding: 0px;\">It was the beginning of an effort by the U.A.W. and others in the labor movement to put their vast political organizations into motion behind Mr. Obama, testing their power in a difficult economy after years of declining membership. This is an election that both parties say could turn on their ability to win over working-class voters in the industrial Midwest, where battlegrounds like Michigan, Ohio and Wisconsin could determine the outcome.</p>\r\n<div style=\"margin: 0px; padding: 0px;\"><a class=\"continue-reading\" href=\"http://www.nytimes.com/2012/02/25/us/politics/uaw-tries-to-help-obama-win-working-class-voters.html\" target=\"_new\" title=\"Auto Workers Tap Network for Obama\" style=\"color: #287bac;\"><strong><span style=\"text-decoration: underline;\">Post Continues on<span class=\"Apple-converted-space\"> </span><span>www.nytimes.com</span></span></strong></a></div>\r\n</span></span><br class=\"Apple-interchange-newline\" /></p>','',1,21,0,79,'2012-02-26 16:32:29',62,'Posted on Vision to America','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-02-26 16:32:29','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,7,'','',0,334,'robots=\nauthor='),(486,'Union violence of little interest to media','union-violence-of-little-interest-to-media','','<h3>“There is no other way to Socialism,” he insisted, “but the dictatorship of the proletariat...Violence, when it is committed by the toiling and exploited masses, is the kind of violence of which we approve” (Lenin 1918, vol. 35, p. 265).</h3>\r\n<hr />\r\n<h2>American Thinker<br />September 2011</h2>\r\n<p><img src=\"http://seattletimes.nwsource.com/ABPub/2011/09/08/2016145140.jpg\" border=\"0\" hspace=\"7\" align=\"left\" />Over 500 people \"<a href=\"http://seattletimes.nwsource.com/html/localnews/2016144477_longshoremen09m.html\"></a> private property, break windows and vandalize other property, wield baseball bats and crowbars, make death threats, and allegedly hold six guards hostage. Fifty law enforcement officers respond. U.S. Marshalls are placed on standby to enforce a related injunction issued by a federal judge.</p>\r\n<p>It happened yesterday at a grain terminal at Port of Longview in southwest Washington State. The perpetrators? Members of the International Longshore and Warehouse Union (ILWU). The local police chief was <a href=\"http://seattletimes.nwsource.com/html/localnews/2016144477_longshoremen09m.html\">quoted as saying, \"A lot of the protesters were telling us this is only the start.\"<br /><br /></a><a href=\"http://www.americanthinker.com/blog/2011/09/union_violence_of_little_interest_to_media.html#ixzz1nVTmutGD\">Read more: American Thinker &gt;&gt;&gt;&gt;</a></p>','',1,21,0,79,'2012-02-26 16:38:59',62,'American Thinker Sept 2011','2012-02-26 17:26:43',62,0,'0000-00-00 00:00:00','2012-02-26 16:38:59','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,5,'','',0,459,'robots=\nauthor='),(487,'Lest We Forget','lest-we-forget','','<h3>CLICK PHOTO TO SCROLL</h3>\r\n<p>\r\n<object width=\"450\" height=\"267\" data=\"http://www.letsrebuildit.com/images/stories/holocaust.swf\" type=\"application/x-shockwave-flash\">\r\n<param name=\"src\" value=\"http://www.letsrebuildit.com/images/stories/holocaust.swf\" />\r\n</object>\r\n</p>','',1,22,0,80,'2012-02-26 19:39:28',62,'Unknown','2012-02-27 03:03:54',62,0,'0000-00-00 00:00:00','2012-02-26 19:39:28','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,14,'','',0,479,'robots=\nauthor='),(488,'Judicial Watch Announces List of Washington’s “Ten Most Wanted Corrupt Politicians” for 2011','judicial-watch-announces-list-of-washingtons-ten-most-wanted-corrupt-politicians-for-2011','','<p><a href=\"http://www.judicialwatch.org/corrupt-politicians-lists/washingtons-ten-most-wanted-corrupt-politicians-for-2011/\"><img src=\"images/stories/10MostCorrupt.jpg\" border=\"0\" alt=\"Judicial Watch 10 Most Corrupt Politicians\" onmouseover=\"this.src=\'images/stories/JudicialWatch10MostWanted2011.jpg\';\" onmouseout=\"this.src=\'images/stories/10MostCorrupt.jpg\';\" style=\"border: 0px;\" /></a></p>\r\n<p><a href=\"http://www.judicialwatch.org/corrupt-politicians-lists/washingtons-ten-most-wanted-corrupt-politicians-for-2011/\"> &gt;&gt;READ MORE AT JUDICIAL WATCH&gt;&gt;</a></p>','',1,13,0,70,'2012-02-26 21:31:37',62,'Judicial Watch','2012-02-26 21:43:12',62,62,'2012-02-26 21:43:12','2012-02-26 21:31:37','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,21,'','',0,106,'robots=\nauthor='),(489,'Pressure builds for civilian drone flights at home','pressure-builds-for-civilian-drone-flights-at-home','','<p><span style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: 16px \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span style=\"line-height: 22px; font-family: Helvetica, Arial, \'Liberation Sans\', FreeSans, sans-serif; font-size: 15px;\"><span style=\"WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; FONT: 16px \'Times New Roman\'; WHITE-SPACE: normal; ORPHANS: 2; COLOR: #000000; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span style=\"LINE-HEIGHT: 19px; FONT-STYLE: italic; FONT-FAMILY: Helvetica, Arial, \'Liberation Sans\', FreeSans, sans-serif; FONT-SIZE: 13px\">\r\n<div style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial\">By </div>\r\n<div style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial\">February 26, 2012</div>\r\n<p style=\"background-color: transparent; margin: 0px 0px 20px; font-size: 15px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"> </p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 20px; font-size: 15px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\"> </p>\r\n<p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 20px; font-size: 15px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">Along with the enthusiasm, there are qualms.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 20px; font-size: 15px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">Drones overhead could invade people\'s privacy. The government worries they could collide with passenger planes or come crashing down to the ground, concerns that have slowed more widespread adoption of the technology.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 20px; font-size: 15px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">Despite that, pressure is building to give drones the same access as manned aircraft to the sky at home.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 20px; font-size: 15px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">\"It\'s going to be the next big revolution in aviation. It\'s coming,\" says Dan Elwell, the Aerospace Industries Association\'s vice president for civil aviation.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 20px; font-size: 15px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">Some impetus comes from the military, which will bring home drones from Afghanistan and wants room to test and use them. In December, Congress gave the Federal Aviation Administration six months to pick half a dozen sites around the country where the military and others can fly unmanned aircraft in the vicinity of regular air traffic, with the aim of demonstrating they\'re safe.</p>\r\n<p style=\"background-color: transparent; margin: 0px 0px 20px; font-size: 15px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-width: 0px; padding: 0px;\">The Defense Department says the demand for drones and their expanding missions requires routine and unfettered access to domestic airspace, including around airports and cities. In a report last October, the Pentagon called for flights first by small drones both solo and in groups, day and night, expanding over several years. Flights by large and medium-sized drones would follow in the latter half of this decade.</p>\r\n</p>\r\n</span><span style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; TEXT-TRANSFORM: uppercase; BACKGROUND-COLOR: transparent; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial\">JOAN LOWY</span>, Associated Press</span>WASHINGTON (AP) — Heads up: Drones are going mainstream. Civilian cousins of the unmanned military aircraft that have tracked and killed terrorists in the Middle East and Asia are in demand by police departments, border patrols, power companies, news organizations and others wanting a bird\'s-eye view that\'s too impractical or dangerous for conventional planes or helicopters to get.</span></span></p>\r\n<p><a href=\"http://cnsnews.com/news/article/pressure-builds-civilian-drone-flights-home-0\">Read More on cnsnews.com &gt;&gt;&gt;</a></p>','',1,13,0,70,'2012-02-26 22:36:27',62,'Posted on cnsnews.com','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-02-26 22:36:27','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,20,'','',0,72,'robots=\nauthor='),(495,'The next time you feel like GOD can\'t use YOU, just remember...','the-next-time-you-feel-like-god-cant-use-you-just-remember','','<p><strong>The next time you feel like GOD can\'t use YOU, just remember...</strong><br />Abraham was too old<br />Isaac was a daydreamer<br />Jacob was a liar<br />Leah was not beautiful<br />Joseph was abused<br />Moses had a stuttering problem<br />Gideon was afraid<br />Rahab was a prostitute<br />Jeremiah and Timothy were too young<br />David had an affair and was a murderer<br />Elijah was suicidal<br />Isaiah preached naked<br />Jonah ran from God<br />Naomi was a widow<br />Job went bankrupt<br />John the Baptist ate bugs<br />Peter denied Christ<br />The Disciples fell asleep while praying<br />Martha worried about everything<br />The Samaritan woman was divorced, more than once<br />Zaccheus was too small<br />Paul was too religious<br />Timothy had an ulcer...<br />AND Lazarus was dead!<br /><br />No more excuses now!! God can use you to your full potential. Besides you<span> </span>aren\'t the message, you are just the messenger.</p>','',1,23,0,81,'2012-03-02 17:11:22',62,'Submitted by Doug Burnie','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-02 17:11:22','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,12,'','',0,167,'robots=\nauthor='),(496,'My Feet Are Off The Ground','my-feet-are-off-the-ground','','<p align=\"left\"><em><strong>My Feet Are Off   The Ground</strong></em><strong><br /> <em>From Tyler Perry</em></strong><br /> <em><br /><img class=\"caption\" src=\"images/stories/tyler_perry.jpg\" border=\"0\" alt=\"Tyler Perry\" title=\"Writer and Actor - Tyler Perry\" hspace=\"7\" align=\"left\" />This morning I awoke and was so   frustrated about all of the stuff that I\'m dealing with in trying to get this   studio open.</em><br /> <em>I was about to open my mouth &amp;start complaining when I remembered something that happened to   me a year ago.</em> <br /> <br /> <em>I was walking to my car when this woman who appeared to be   homeless started walking towards me. I\'m ashamed to say this but I thought, \'I   don\'t feel like being hustled today.\' Then I got quickly convicted. I felt   guilty so I started digging in my pocket for some money. As she got closer I   noticed that she had the kindest eyes that I had ever seen. </em></p>\r\n<p align=\"left\"><em>As I was   reaching into my pocket she started to speak. I thought, \'Here goes the sales   pitch\'. She said \'Excuse me sir, I need some shoes. Can you help me?\' My eyes   filled with water because I remember being out on the streets and having only   one pair of run over shoes. I was taken aback for a second.<br /> <br /> I took her   inside the studio and had my wardrobe people find shoes in her size. As she put   the shoes on she started crying, praising God and thanking Jesus, and saying,   \'My feet are off the ground! My feet are off the \' ground!     Several of the   wardrobe people started crying. I was crying. But I never forgot those words.   \'My feet are off the ground!\' I thought, \'Wow! All she wanted was some shoes.\'   She quickly disappeared and never asked me for a dime. I realized that I still   had the money in my hand so I went out looking for her. She was gone just that   quick so I looked all around the neighbourhood for her. I found her standing on   a corner looking down at her shoes, still crying. I was so touched. I asked her   how she had gotten homeless. She told me that she had AIDS and that she was   waiting to get into a shelter.. She said that her family had turned their backs   on her and that she had no place to go, but she knew that God would make a way   for her. I said to myself, \'He just did</em><br /> <br /> <em>\' Her faith and her praise moved me. I   took her to a nearby hotel and put her up until she was able to get on her feet   I had someone that worked for me to check on her from time to time and to make   sure that she had food and clothes. After about a month or so we lost touch, but   I never forgot her.<br /> <br /> This past summer I was shooting \'Daddy\'s Little Girls\' and   this woman walks up to me smiling. I didn\'t recognize her face, but her eyes   were familiar. She had on a really nice dress and her hair was done. It was her!   She told me that the little help that I had given her had changed her   life.</em><br /> <em>She was in a house now and doing very   well. I said all of that to say this. After I met this woman, every time I think   about <span style=\"text-decoration: underline;\">complaining </span>and<span style=\"text-decoration: underline;\"> mumbling </span>I remember, \'My <span style=\"text-decoration: underline;\">feet</span> are off the <span style=\"text-decoration: underline;\">ground</span>!\'<br /> <br /> I wanted to share this with you just to let you know that   when I say that I am thankful for you, I mean it. And when I say that you are a   blessing to me, I mean it.</em><br /> <br /> <em>We take so much for granted sometimes that   I just wanted all of you to know that I am grateful to God for you every day.   Thank you for being in my life.<br /> <br /><strong> ~Tyler Perry</strong></em></p>','',1,23,0,81,'2012-03-03 01:09:13',62,'Submitted by Bill Brake','2012-03-03 01:35:19',62,0,'0000-00-00 00:00:00','2012-03-03 01:09:13','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,11,'','',0,611,'robots=\nauthor='),(497,'My Bucket List ........2012','my-bucket-list-2012','','<h3><span style=\"color: #135cae;\"><em>*Obama: Gone!</em> <br /><br /><em>*Borders: Closed!</em><br /><br /> <em>*Congress: Obey it\'s own   laws!</em><br /><br /> <em>*Language: English Only!</em><br /><br /> <em>*Culture: Constitution, and the Bill of   Rights!</em><br /><br /> <em>*Welfare: Time Limits with Mandatory Drug   Screening!</em><br /><br /> <em>*Federal Income Tax: If you don\'t contribute   to your country, </em><em> you lose your voting   privileges!</em><br /><br /> <em>*Repeal: <span style=\"text-decoration: underline;\">ObamaCare!</span></em><br /><br /> <em>*NO freebies to :   Non-Citizens!</em><br /><br /> <em>* EPA:  ELIMINATE!</em><br /><br /> <em>* Budget: Pass Budget Amendment ... Don\'t   spend more than what </em><em>comes in!</em></span></h3>','',1,23,0,81,'2012-03-03 01:37:47',62,'Submitted by Bill Brake','2012-03-03 01:53:47',62,0,'0000-00-00 00:00:00','2012-03-03 01:37:47','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,10,'','',0,399,'robots=\nauthor='),(498,'An Urgent Request','an-urgent-request','','<p><img src=\"images/stories/mikeevans.jpg\" border=\"0\" hspace=\"7\" align=\"left\" />God has laid an urgent burden on my heart to work to help save the life of Yousef Nadarkhani. Because the Spirit of God opened a miraculous door for me to have a personal relationship with Ali Salehi, Iran’s Foreign Minister, I feel a special responsibility to do everything possible to spare this young man from death.</p>\r\n<p>This young Iranian pastor has been sentenced to death by the government of Iran for apostasy against Islam and attempting to evangelize Muslims. He has been in and out of jail for the past six years. The sentence of death by hanging has been upheld by Iran’s Supreme Court; although the government officially denies this, Nadarkhani’s attorney has released the ruling that declares it.</p>\r\n<p>The sentence was upheld on appeal late last year and could be carried out at any time. The government has offered to vacate the sentence if Nadarkhani recants his faith, but he has refused to do so. Today I’m asking you to join with me in an effort to help save his life. God has given me an open door to reach out to the leaders of Iran that no one else has.</p>\r\n<p>To the best of my knowledge, I am the only minister of the Gospel of Jesus Christ in the world who has a personal relationship with Iran’s Foreign Minister Ali Salehi. We met two years ago in New York City when I was staying at the hotel with the Iranian delegation to the United Nations. The Spirit of God directed me to go to him and ask for his help, and he is the man who arranged my personal meeting with Iran’s President Mahmoud Ahmadinejad.</p>\r\n<p>I believe this relationship offers us a unique opportunity to speak directly to the leaders of Iran. I urge you to sign the petition to save the life of Pastor Nadarkhani today…and to forward this to everyone in your address book. Share it on Facebook. Print it out and take it to church. We need to get as many people as possible involved in this effort before it is too late.</p>\r\n<p><a href=\"http://jerusalemprayerteam.org/petition-President-Ahmadinejad-Sign-Online.asp\">SIGN THE PETITION TODAY</a></p>','',1,1,0,1,'2012-03-03 16:30:48',62,'Dr. Michael Evans','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-03 16:30:48','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,172,'','',0,238,'robots=\nauthor='),(499,'Maxine Waters Big Slip of the Tongue','maxine-waters-big-slip-of-the-tongue','','<p>\"Everything must be different!\" or <em>\"Alles muss anders sein!\"</em> was a slogan of the Nazi Party. It is also the heart\'s desire of every Leftist since Karl Marx. Nazism was a deeply revolutionary creed, a fact that is always denied by the Left; but it\'s true. Hitler and his criminal gang hated the rich, the capitalists, the Jews, the Christian Churches, and \"the System\".</p>\r\n<p>John J. Ray, M.A., PhD<br />From <a href=\"http://constitutionalistnc.tripod.com/hitler-leftist/id9.html\">\"Hitler Was a Socialist\"<br /></a>February 2012</p>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"315\" src=\"http://www.youtube.com/embed/o3I-PVVowFY\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,18,0,75,'2012-03-04 16:50:05',62,'Submitted by Bill Brake','2012-03-04 19:01:40',62,0,'0000-00-00 00:00:00','2012-03-04 16:50:05','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,3,'','',0,355,'robots=\nauthor='),(500,'Homily by Fr. Sammie L. Maletta Jr.','homily-by-fr-sammie-l-maletta-jr','','<h3>Time We <span style=\"text-decoration: underline;\">ALL</span> Take the Same Stand!</h3>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"315\" src=\"http://www.youtube.com/embed/ltTd81XpDnc\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,20,0,78,'2012-03-04 19:01:49',62,'Submitted by Matthew Krol','2012-03-04 22:13:37',62,0,'0000-00-00 00:00:00','2012-03-04 19:01:49','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,47,'','',0,658,'robots=\nauthor='),(501,'The Government Healthcare Plan Explained','the-government-healthcare-plan-explained','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"315\" src=\"http://www.youtube.com/embed/HcBaSP31Be8\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,17,0,74,'2012-03-06 15:05:15',62,'YouTube','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-06 15:05:15','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,12,'','',0,322,'robots=\nauthor='),(502,'Secretary of Defense Leon Panetta revealed that Obama himself personally approves the policy to kill American citizens suspected of terrorism without trial on a case by case basis','secretary-of-defense-leon-panetta-revealed-that-obama-himself-personally-approves-the-policy-to-kill-american-citizens-suspected-of-terrorism-without-trial-on-a-case-by-case-basis','','<p>As you watch this video, keep in mind how Obama\'s Department of Homeland Security defines \"terrorist\" e.g. \"returning veterans and abortion oponents, etc.\".</p>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>embed src=\"http://cnettv.cnet.com/av/video/cbsnews/atlantis2/cbsnews_player_embed.swf\" scale=\"noscale\" salign=\"lt\" type=\"application/x-shockwave-flash\" background=\"#333333\" width=\"425\" height=\"279\" allowFullScreen=\"true\" allowScriptAccess=\"always\" FlashVars=\"si=254&amp;&amp;contentValue=50119125&amp;shareUrl=http://www.cbsnews.com/video/watch/?id=7396830n&amp;tag=contentBody;storyMediaBox\" /<span>&gt;</span><br /></span>{/source}</p>','',1,17,0,74,'2012-03-06 15:32:45',62,'60 Minutes','2012-03-06 16:05:48',62,0,'0000-00-00 00:00:00','2012-03-06 15:32:45','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,11,'','',0,302,'robots=\nauthor='),(503,'Isn\'t April 20th Adolph Hitler\'s Birthday?','isnt-april-20th-adolph-hitlers-birthday','','<p>DHS memo <a href=\"http://www.dhs.gov/ynews/releases/pr_1303296515462.shtm\">\"Secretary Napolitano Announces Implementation of National Terrorism Advisory System\"</a> dated April 20, 2011.</p>','',0,17,0,74,'2012-03-06 16:05:57',62,'Department of Homeland Security','2012-03-06 16:10:29',62,0,'0000-00-00 00:00:00','2012-03-06 16:05:57','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,10,'','',0,1,'robots=\nauthor='),(504,'Pelosi: Gov’t Should Shut Down Plant Where Workers Refuse to Unionize','pelosi-govt-should-shut-down-plant-where-workers-refuse-to-unionize','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"315\" src=\"http://www.youtube.com/embed/cnpeBTX-DMA\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,17,0,74,'2012-03-06 17:06:13',62,'Posted on Conservative Byte','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-06 17:06:13','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,9,'','',0,345,'robots=\nauthor='),(505,'Putin steals an election, Obama’s State Department cheers','putin-steals-an-election-obamas-state-department-cheers','','<p><span style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span style=\"text-align: left; font-family: arial; font-size: 14px;\">\r\n<p><span style=\"WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; FONT: medium \'Times New Roman\'; WHITE-SPACE: normal; ORPHANS: 2; COLOR: #000000; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span style=\"TEXT-ALIGN: left; FONT-STYLE: italic; FONT-FAMILY: arial; FONT-SIZE: 14px\">By </span><a href=\"http://www.washingtonpost.com/jennifer-rubin/2011/02/24/ABbIUXN_page.html\" rel=\"author\" style=\"COLOR: #0c4790; TEXT-DECORATION: underline\">Jennifer Rubin</a></span></p>\r\n<p>\r\n<p>In Russia, democracy advocates are taking to the streets, according to <a href=\"http://www.nytimes.com/2012/03/06/world/asia/moscow-protesters-denounce-putin-victory.html?hp\" target=\"_blank\" style=\"color: #0c4790; text-decoration: underline;\">this report</a>: “A day after claiming an overwhelming victory in Russia’s presidential elections, Vladimir V. Putin on Monday faced a range of challenges to his legitimacy, including charges of fraud from international observers and a defiant opposition that vowed to keep him from serving his full six-year term.” The iron fist came down hard:</p>\r\n<blockquote style=\"padding-bottom: 17px; line-height: 21px; margin: 0px; padding-left: 20px; padding-right: 20px; font-family: Arial, Helvetica, sans-serif; color: black; font-size: 14px; padding-top: 0px;\">In Moscow, thousands of antigovernment protesters gathered in a city square to blast it as illegitimate, chanting “Russia without Putin,” and “Putin is a thief; we are the government!” When riot police demanded that the crowd disperse after a couple of hours, dozens of demonstrators encircled the blogger Aleksei Navalny, the most charismatic figure to emerge in this wave of activism, trying to prevent his arrest. But officers detained him anyway, pushing him into a police van along with most of the movement’s other prominent leaders. The police said 150 people were detained.</blockquote>\r\n<blockquote style=\"padding-bottom: 17px; line-height: 21px; margin: 0px; padding-left: 20px; padding-right: 20px; font-family: Arial, Helvetica, sans-serif; color: black; font-size: 14px; padding-top: 0px;\">Another 300 people were detained after a similar event in St. Petersburg.</blockquote>\r\n</p>\r\n<p>Rick Santorum’s <a href=\"http://www.washingtonpost.com/politics/santorum-presses-culture-wars-attack/2012/02/26/gIQAqSkicR_story.html?hpid=z1\" target=\"_blank\" style=\"COLOR: #0c4790; TEXT-DECORATION: underline\">reaction to the JFK speech</a> may mirror your reaction to our <a href=\"http://www.state.gov/r/pa/prs/ps/2012/03/185210.htm\" target=\"_blank\" style=\"COLOR: #0c4790; TEXT-DECORATION: underline\">State Department’s</a> repulsive fawning over the elections. An excerpt from a written statement: “We are encouraged to see so many Russian citizens voting, monitoring voting in their local precincts, exercising their constitutional right to free assembly, and expressing their views peacefully about the political and electoral processes. The number of Russian election observers who monitored this vote is unprecedented and a sign that Russian society seeks to participate in the improvement of Russia’s democratic institutions. We also recognize the government’s efforts to reform the political system, including the reintroduction of direct elections for governors, the simplification of party registration procedures, and the reduction in the numbers of signatures needed to register presidential candidates.”<em> Good grief</em>.</p>\r\n<p>\r\n<p>No condemnation. No rejection of the results as invalid. No protest over the arrest of an opposition leader. This sort of mealy-mouthed suggestion is all we get: “We urge the Russian Government to conduct an independent, credible investigation of all reported electoral violations. As underscored in the OSCE [Organization for Security and Cooperation in Europe] report, we also note the new steps that the Central Election Commission took to increase transparency of the voting process since the parliamentary elections last December. We urge Russian authorities to build on these steps to ensure that the procedures for future elections will be more transparent.”</p>\r\n<p>Mitt Romney issued a <a href=\"http://www.mittromney.com/news/press/2012/03/mitt-romney-russian-election-mockery-democratic-process\" target=\"_blank\" style=\"color: #0c4790; text-decoration: underline;\">statement</a> that could not be more different:</p>\r\n<a name=\"pagebreak\" style=\"color: #000000; text-decoration: underline;\"></a>\r\n<blockquote style=\"padding-bottom: 17px; line-height: 21px; margin: 0px; padding-left: 20px; padding-right: 20px; font-family: Arial, Helvetica, sans-serif; color: black; font-size: 14px; padding-top: 0px;\">“What the world witnessed in Russia yesterday was a mockery of the democratic process. Instead of stating that it ‘congratulates the Russian people on the completion of the Presidential elections,’ as the Obama Administration has done, it should have condemned the flagrant manipulation and media restrictions that marred this election. With the dimming of democracy in Russia, a better label for President Obama’s Russia policy is ‘set back’ rather than ‘reset.’?”</blockquote>\r\n<p>There you have it. One 2012 presidential candidate is unwilling to dissemble and to ignore not only a gross violation of human rights, but also a slap in the face of the U.S. administration that has dispensed one benefit after another (e.g., removing missile site from Eastern Europe, letting Russia into the World Trade Organization) with the lame promise that Russia would reform. The president is living in a fantasy world in which his sole objective is to avoid confrontation in an election year.</p>\r\n<p>In the meantime, both our foes and repressed people around the world see our lack of support for democracy, our unwillingness to stand up to bullies and our determination to double-talk in order to avoid tangling with aggressive regimes. No doubt the despots in China, Iran, North Korea and the rest are breathing easier; they don’t even have to come up with their own propaganda anymore. Obama will do it for them.</p>\r\n</p>\r\n</span></span></p>\r\n<p> </p>','',1,1,0,1,'2012-03-06 17:35:38',62,'The Washington Post','2012-03-07 00:30:12',62,0,'0000-00-00 00:00:00','2012-03-06 17:35:38','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,171,'','',0,323,'robots=\nauthor='),(506,'The Volt','the-volt','','<p><img src=\"images/stories/volt_problems.jpg\" border=\"0\" /></p>','',1,16,0,73,'2012-03-07 04:33:11',62,'Posted on Conservative Byte','2012-03-07 04:44:11',62,0,'0000-00-00 00:00:00','2012-03-07 04:33:11','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,12,'','',0,264,'robots=\nauthor='),(507,'Glen Beck - Obama, FDR and Regulations','glen-beck-obama-fdr-and-regulations','','<h3>This cut is from a May 2010 Fox News segment. It may be worth viewing again and again before next November.</h3>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"315\" src=\"http://www.youtube.com/embed/0PE4b0VFzYI\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>\r\n<h3>Then read<a href=\"index.php?option=com_content&amp;view=article&amp;id=357:obamas-agenda-overwhelm-the-system&amp;catid=74:commentary&amp;Itemid=94\">: \"Obama\'s agenda: Overwhelm the System\" by former Obama classmate Wayne Allyn Root</a>.</h3>','',1,17,0,74,'2012-03-08 02:35:23',62,'Submitted by Bill Brake','2012-03-08 03:41:55',62,0,'0000-00-00 00:00:00','2012-03-08 02:35:23','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,7,'','',0,781,'robots=\nauthor='),(508,'PANETTA: \'INTERNATIONAL PERMISSION’ TRUMPS CONGRESSIONAL PERMISSION FOR MILITARY ACTIONS','panetta-international-permission-trumps-congressional-permission-for-military-actions','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"315\" src=\"http://www.youtube.com/embed/5zNwOeyuG84\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,1,0,1,'2012-03-08 13:35:17',62,'Submitted by JS','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-08 13:35:17','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,170,'','',0,240,'robots=\nauthor='),(509,'The real unemployment rate? It sure isn’t 8.3%','the-real-unemployment-rate-it-sure-isnt-83','','<p><img src=\"images/stories/rbchart.jpg\" border=\"0\" alt=\"The Real Unemployment\" align=\"middle\" /></p>\r\n<p>Even if it were a legit number, the 8.3% February unemployment rate, released today by the Labor Department, would be simply terrible—and unacceptable. It would still extend the longest streak of 8%-plus unemployment since the Great Depression. The U.S. economy hasn’t been below 8% unemployment since Obama took office in January 2009. And back in May 2007, unemployment was just 4.4%.</p>\r\n<p>But, unfortunately, the true measure of U.S. unemployment is much, much worse.</p>\r\n<p>1. If the size of the U.S. labor force as a share of the total population was the same as it was when Barack Obama took office—65.7% then vs. 63.9% today—the U-3 unemployment rate would be 10.8%.</p>\r\n<p>2. But what if you take into the account the aging of the Baby Boomers, which means the labor force participation (LFP) rate should be trending lower. Indeed, it has been doing just that since 2000. Before the Great Recession, the Congressional Budget Office predicted what the LFP would be in 2012, assuming such demographic changes. Using that number, the real unemployment rate would be 10.4%.</p>\r\n<p>3. Of course, the LFP rate usually falls during recessions. Yet even if you discount for that and the aging issue, the real unemployment rate would be 9.5%.</p>\r\n<p>4. Then there’s the broader, U-6 measure of unemployment which includes the discouraged plus part-timers who wish they had full time work. That unemployment rate, perhaps the truest measure of the labor market’s health, is still a sky-high 14.9%.</p>\r\n<p> <a href=\"http://blog.american.com/2012/03/the-real-unemployment-rate-its-sure-isnt-8-3/\">Continue reading on The American Enterprise Institute &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-03-11 15:28:43',62,'James Pethokoukis - The American Enterprise Institute','2012-03-11 15:55:06',62,0,'0000-00-00 00:00:00','2012-03-11 15:28:43','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,169,'','',0,240,'robots=\nauthor='),(510,'Useful Idiots','useful-idiots','','<p><a href=\"http://townhall.com/columnists/thomassowell/\">Thomas Sowell<br />Townhall.com</a><br />Originally published May 20, 2003<br /><br /><img class=\"caption\" src=\"images/stories/sowell.jpg\" border=\"0\" alt=\"Thomas Sowell\" title=\"Thomas Sowell\" hspace=\"7\" align=\"left\" />The term \"useful idiots\" has been attributed to Lenin, as a description of those mindless people in the Western democracies who would always find ways to excuse whatever the Soviet Union did. Columnist Mona Charen\'s new book <a href=\"http://www.thbookservice.com/BookPage.asp?prod_cd=C6143\"><em>Useful Idiots</em></a> shows that such people are still with us.</p>\r\n<p>Long after the Soviet Union\'s horrors had become too widely known around the world for their sympathizers in the West to be able to get away with whitewashing the USSR, new Communist dictatorships arose to become the new objects of the affections of the Western intelligentsia and of like-minded people in the media and in politics.</p>\r\n<p>As Mona Charen\'s book &lt;<a href=\"http://www.townhall.com/bookclub/charen.html\">read book review</a>&gt; makes painfully clear, this usually happened in a pattern that was repeated again and again, with the same useful idiots saying the same kinds of things again and again. She spells this out and names names, quoting Peter Jennings, Jesse Jackson, Anthony Lewis, Ted Kennedy, Ted Turner and a long list of others.</p>\r\n<p>The founding of the Castro dictatorship in Cuba set the pattern that was followed later in Nicaragua, El Salvador, and Grenada. By initially concealing the fact that he was a Communist, and having some non-Communists around him as window dressing, Fidel Castro was able to play the role of a popular liberator, out to end oppression, hold free elections, and do all sorts of good things for \"the people.\"</p>\r\n<p>The useful idiots in the United States and other Western democracies ate it up. Many still do, to this very moment.</p>\r\n<p>Once in power, Castro tolerated no opposition, held no free elections, and established a police state that made the previous dictators look like amateurs. Those who spoke out against what was happening were jailed or executed. So were those who tried to flee the country.</p>\r\n<p>Now that the mask of liberator was no longer necessary, Castro revealed that he was -- and always had been -- a Communist, despite useful idiots who claimed that it was American hostility which drove him into the arms of the Soviet Union.</p>\r\n<p>Not only was Castro part of the Soviet bloc from day one, he made Cuba the first Soviet military base in the Western Hemisphere and supplied Cuban troops to go help other Communists to gain and hold power in Africa.</p>','',1,1,0,1,'2012-03-11 20:12:54',62,'Thomas Sowell','2012-03-11 20:30:11',62,0,'0000-00-00 00:00:00','2012-03-11 20:12:54','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,168,'','',0,282,'robots=\nauthor='),(511,'Obama impeachment bill now in Congress','obama-impeachment-bill-now-in-congress','','<p>Let the president be duly warned.</p>\r\n<p>Rep. Walter B. Jones Jr., R-N.C., has introduced a resolution declaring that should the president use offensive military force without authorization of an act of Congress, “it is the sense of Congress” that such an act would be “an impeachable high crime and misdemeanor.”</p>\r\n<div>\r\n<div id=\"pmad-in2\">\r\n<div>Specifically, Article I, Section 8, of the Constitution reserves for Congress alone the power to declare war, a restriction that has been sorely tested in recent years, including Obama’s authorization of military force in Libya.</div>\r\n</div>\r\n</div>\r\n<p><a href=\"http://www.wnd.com/2012/03/our-choice-impeachment-or-dictatorship/\">In an exclusive WND column</a>, former U.S. Rep. Tom Tancredo claims that Jones introduced his <a href=\"http://thomas.loc.gov/cgi-bin/query/z?c112:H.CON.RES.107:\">House Concurrent Resolution 107</a> in response to startling recent comments from Secretary of Defense Leon Panetta.</p>\r\n<p>“This week it was Secretary of Defense Panetta’s declaration before the Senate Armed Services Committee that he and President Obama look not to the Congress for authorization to bomb Syria but to NATO and the United Nations,” Tancredo writes. “This led to Rep. Walter Jones, R-N.C., introducing an official resolution calling for impeachment should Obama take offensive action based on Panetta’s policy statement, because it would violate the Constitution.”</p>\r\n<p><a href=\"http://www.wnd.com/2012/03/obama-impeachment-bill-now-in-congress/?cat_orig=us\">Continue reading on WND &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-03-11 20:49:40',62,'Drew Zahn','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-11 20:49:40','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,167,'','',0,186,'robots=\nauthor='),(515,'Why U.S. military in Uganda? Soros fingerprints all over it','why-us-military-in-uganda-soros-fingerprints-all-over-it','','<p>After President Barack Obama announced earlier this week that he would be sending American troops into Uganda, WND uncovered billionaire activist George Soros’ ties both to the political pressure behind the decision and to the African nation’s fledgling oil industry.</p>\r\n<p>Soros sits on the executive board of an influential “crisis management organization” that recently recommended the U.S. deploy a special advisory military team to Uganda to help with operations and run an intelligence platform, a recommendation Obama’s action seems to fulfill.</p>\r\n<p>The president emeritus of that organization, the International Crisis Group, is also the principal author of “Responsibility to Protect,” the military doctrine used by Obama to justify the U.S.-led NATO campaign in Libya.</p>\r\n<p>Soros’ own Open Society Institute is one of only three nongovernmental funders of the Global Centre for Responsibility to Protect, a doctrine that has been cited many times by activists urging intervention in Uganda.</p>\r\n<p>Authors and advisers of the Responsibility to Protect doctrine, including a center founded and led by Samantha Power, the National Security Council special adviser to Obama on human rights, also helped to found the International Criminal Court.</p>\r\n<p>Several of the doctrine’s main founders also sit on boards with Soros, who is a major proponent of the doctrine.</p>\r\n<p><a href=\"http://www.wnd.com/2011/10/356321/\">Continue reading on WND &gt;&gt;&gt;</a></p>','',1,17,0,74,'2012-03-12 06:40:44',62,'Aaron Klein - WND','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-12 06:40:44','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,5,'','',0,330,'robots=\nauthor='),(516,'Department of Energy Timeline of Growth','department-of-energy-timeline-of-growth','','<h3>Excerpt from the CATO Institute - Timeline and description of the development of the U.S. Department of Energy 1866 thru 2009.<br /><br /></h3>\r\n<li><strong>1977:</strong> The Surface Mining Control and Reclamation Act regulates surface coal mines and imposes new fees on the coal industry.</li>\r\n<li><strong>1977:</strong> As a consequence of price controls, many parts of the country experience severe natural gas shortages, and thousands of industrial plants and schools are closed.</li>\r\n<li><strong>1977:</strong> At the urging of President Jimmy Carter, Congress creates the Department of Energy, which combines the Federal Energy Administration, the Energy Research and Development Administration, and the Federal Energy Regulatory Commission.<sup><a id=\"_ednref5\" name=\"_ednref5\" href=\"#_edn5\">5</a></sup>At birth, the department has about 20,000 employees. Today, it has 16,000 permanent employees and about 100,000 contract employees, who work in the national laboratories and other facilities.</li>\r\n<li><strong>1978:</strong> President Carter signs the National Energy Act, which is a massive piece of legislation nine inches thick containing a slew of subsidies and tax incentives for conservation and alternative energy.</li>\r\n<li><strong>1978:</strong> The NEA includes the Natural Gas Policy Act, which responds to natural gas shortages with an extremely complex and gradual phase-out of wellhead price controls by 1985, although additional legislation in 1989 is needed to complete the job.</li>\r\n<li><strong>1979:</strong> Political turmoil in Iran, as well as OPEC actions, cause crude oil prices to soar. President Carter proposes bureaucratic solutions such as mandating allowable room temperatures in buildings and creating rationing coupons for gasoline. Shortages create automobile line-ups at gas stations in some regions, and \"strike forces\" of Department of Energy auditors swoop down on refiners and gas stations across the country looking for price-ceiling violators.</li>\r\n<li><strong>1979:</strong> President Carter invites the media to the roof of the White House to see his new solar panel display, and promises to increase subsidies for alternative fuel technologies. President Ronald Reagan removes the panels in 1986.</li>\r\n<li><strong>1979:</strong> President Carter proposes a gradual lifting of domestic oil price controls, but in a swap for a windfall profits tax on oil. Carter\'s tax idea is not new: both the Nixon and Ford administrations had pushed for a windfall profits tax.<sup><a id=\"_ednref6\" name=\"_ednref6\" href=\"#_edn6\">6</a></sup></li>\r\n<li><strong>1980:</strong> Congress passes the Crude Oil Windfall Profit Tax Act, which imposes an excise tax on earnings from domestic crude oil sales above a base or \"normal\" rate of profit. The tax is expected to generate massive revenues of $227 billion during the 1980s.<sup><a id=\"_ednref7\" name=\"_ednref7\" href=\"#_edn7\">7</a></sup> But it is repealed in 1988 as a complete failure—it raises a lot less revenue than expected, it stifles domestic oil production, and it increases oil imports.</li>\r\n<li><strong>1980:</strong> President Carter signs the Energy Security Act, which includes a range of new subsidies and tax breaks for conservation and alternative energy.</li>\r\n<li><strong>1980:</strong> As part of the ESA, Congress creates the Synthetic Fuels Corporation to develop alternatives to imported oil. The project is a giant boondoggle, and it is closed down in 1986 after wasting $4 billion of taxpayer money.<sup><a id=\"_ednref8\" name=\"_ednref8\" href=\"#_edn8\">8</a></sup></li>\r\n<li><strong>1980:</strong> Ronald Reagan is elected president promising to abolish the Department of Energy, arguing that it \"hasn\'t produced a quart of oil or a lump of coal, or anything else in the line of energy.\"<sup><a id=\"_ednref9\" name=\"_ednref9\" href=\"#_edn9\">9</a></sup></li>\r\n<h3><a href=\"http://www.downsizinggovernment.org/energy/timeline\">Read more ...</a></h3>','',1,25,0,84,'2012-03-13 13:04:01',62,'CATO Institute by Chris Edwards','2012-03-25 23:32:10',62,0,'0000-00-00 00:00:00','2012-03-13 13:04:01','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,2,'','',0,416,'robots=\nauthor='),(517,'IT\'S ALGAEMAN!','its-algaeman','','<p><img src=\"images/stories/algaeman.jpg\" border=\"0\" alt=\"ALGAEMAN\" /></p>\r\n<p><span style=\"WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; FONT: medium \'Times New Roman\'; WHITE-SPACE: normal; ORPHANS: 2; COLOR: #000000; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span style=\"LINE-HEIGHT: 24px; FONT-FAMILY: Georgia, \'Bitstream Charter\', serif; COLOR: #333333; FONT-SIZE: 16px\">\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 24px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial\">So sad.<br />President Obama plays comedian and cracks jokes about gas prices. He told an audience today that there’s “a few places” we’re not drilling… the National Mall… at your house.”</p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 24px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial\">Of course, like most everything Obama says, a quick Google search paints a totally different picture of the truth.<br />Investor’s reported:</p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 24px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial\">Obama has chosen almost always to limit production. He canceled leases on federal lands in Utah, suspended them in Montana, delayed them in Colorado and Utah, and canceled lease sales off the Virginia coast.</p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 24px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial\">His administration also has been slow-walking permits in the Gulf of Mexico, approving far fewer while stretching out review times, according to the Greater New Orleans Gulf Permit Index. The Energy Dept. says Gulf oil output will be down 17% by the end of 2013, compared with the start of 2011. Swift Energy President Bruce Vincent is right to say Obama has “done nothing but restrict access and delay permitting.”</p>\r\n</span></span></p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 24px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial\"><a href=\"http://www.thegatewaypundit.com/2012/03/hilarious-obama-theres-a-few-places-were-not-drilling-were-not-drilling-in-the-national-mall-were-not-drilling-at-your-house-video/\"> Continue Reading on www.thegatewaypundit.com </a></p>','',1,16,0,73,'2012-03-16 18:23:22',62,'Posted on ConservativeByte','2012-03-16 19:10:34',62,0,'0000-00-00 00:00:00','2012-03-16 18:23:22','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,11,'','',0,446,'robots=\nauthor='),(518,'UN rights council delves into US voter I.D. laws','un-rights-council-delves-into-us-voter-id-laws','','<p><img src=\"images/stories/naacp-150x150.jpg\" border=\"0\" alt=\"NAACP\" hspace=\"7\" align=\"left\" />For years conservatives have been telling the federal government to get out of the United Nations (UN). They should have no authority at all in the business of the United States of America. However, recently the National Association for the Advancement of Colored People (NAACP) have presented their case against U S voter laws to the United Nations Human Rights Council. They argue that the requirements disenfranchise voters and suppress the minority. Now the Council is investigating.</p>\r\n<p>What is most incredible in all of this is the people on the panel they are presenting these matters to: Saudi Arabia, China and Cuba. These have been some of the greatest human rights violators in recent history!</p>\r\n<p><a href=\"http://frontporchpolitics.com/2012/03/naacp-un-investigating-us-election-laws/\">Continue reading on Front Porch Politics &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-03-17 01:18:45',62,'Posted on Front Porch Politics','0000-00-00 00:00:00',0,62,'2012-03-17 01:29:21','2012-03-17 01:18:45','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,166,'','',0,144,'robots=\nauthor='),(519,'Death By Paper Cuts','death-by-paper-cuts','','<p><img class=\"caption\" src=\"images/stories/r_joyner_85px.jpg\" border=\"0\" alt=\"Rick Joyner\" title=\"Rick Joyner\" hspace=\"7\" align=\"left\" />SPECIAL BULLETIN 06-2012<br />Death By Paper Cuts<br />by Rick Joyner</p>\r\n<p>        When Europeans start chiding America for our overregulation, we should know we’ve crossed a Rubicon. A recent article in The Economist about the suffocating of the U.S. economy by overregulation was brilliant, insightful, and true. It begins with a few examples of how ridiculous the micromanaging of our lives by government has now become, such as:</p>\r\n<p><br />-- The Florida law that requires vending machine labels with a phone number for the public to call to report if the label is not there.</p>\r\n<p>-- The Federal Railroad Admin that requires an “F” to be painted on the front of trains so you can tell which end it is.</p>\r\n<p>-- The Bethesda, Maryland Ordinance to shut down children’s lemonade stands that do not have a license.</p>\r\n<p><a href=\"http://www.theoakinitiative.org/special-bulletin-06-2012\">Continue reading on The Oak Initiative &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-03-17 18:23:43',62,'The Oak Initiative','2012-03-17 18:30:31',62,0,'0000-00-00 00:00:00','2012-03-17 18:23:43','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,165,'','',0,178,'robots=\nauthor='),(520,'ISPs Are Hirelings For The Police State','isps-are-hirelings-for-the-police-state','','<p><span style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span style=\"line-height: 20px; font-family: Georgia, serif; font-size: 16px;\">\r\n<p style=\"text-align: left; margin: 0px 0px 0.8em; padding: 0px;\">Remember that battle over SOPA, in which the world’s largest websites beat back a congressional threat that would have changed the Internet forever? It was pretty obvious within a day after this Pyrrhic victory that the existing laws in place were enough to give the government the power to wreck the digital world. But how would it happen? How would government end digital freedom?</p>\r\n<p style=\"text-align: left; margin: 0px 0px 0.8em; padding: 0px;\">Well, the excuse is obvious. It is “intellectual property.” This phrase serves the same purpose for would-be censors that “terrorism” does for warmongers. It is a way to ramp up government control while kicking sand in the faces of those who would oppose such control. Are you for terrorism? Are you for theft?</p>\r\n<p style=\"text-align: left; margin: 0px 0px 0.8em; padding: 0px;\">It’s rather easy to detect normal theft. One day, I have a planter on my porch. The next day, the planter is on your porch, and it got there without my permission. Or one day, I’m driving my car. The next day, you are driving my car because you took it from me in the night. This is the way normal theft occurs. You can tell when it has happened. And the means of redress are obvious.</p>\r\n<p style=\"text-align: left; margin: 0px 0px 0.8em; padding: 0px;\">Now imagine a different scenario. One day, the paragraph above appears on the website for Laissez Faire Books. The next day, it appears on your Facebook page or blog. But it is not thereby removed from lfb.org. Instead, it is copied. A second instance of the paragraph has been created, taking nothing from me. My paragraph still exists. And let’s say this happens 10 billion times in the course of a few minutes, as can happen in the digital world.</p>\r\n<p style=\"text-align: left; margin: 0px 0px 0.8em; padding: 0px;\">Is this a case of mass looting, or is it a mass compliment to me?</p>\r\n<p style=\"text-align: left; margin: 0px 0px 0.8em; padding: 0px;\"><strong style=\"font-weight: bold;\"><a href=\"http://whiskeyandgunpowder.com/isps-are-hirelings-for-the-police-state/\" target=\"_new\" style=\"font-family: \'Droid Sans\', sans-serif; color: #006699; font-weight: 700; word-spacing: 0.2em;\">Continue Reading on whiskeyandgunpowder.com</a></strong></p>\r\n</span></span></p>','',1,13,0,70,'2012-03-18 15:27:28',62,'Posted on Front Porch Politics','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-18 15:27:28','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,18,'','',0,59,'robots=\nauthor='),(521,'Can the Secret Service Tell You To Shut Up?','can-the-secret-service-tell-you-to-shut-up','','<p><img class=\"caption\" src=\"images/stories/napolitano.jpg\" border=\"0\" alt=\"Andrew Napolitano\" title=\"Judge Andrew Napaolitano\" hspace=\"7\" align=\"left\" />The First Amendment to the Constitution prohibits the government from infringing upon the freedom of speech, the freedom of association and the freedom to petition the government for a redress of grievances. Speech is language and other forms of expression; and association and petition connote physical presence in reasonable proximity to those of like mind and to government officials, so as to make your opinions known to them.</p>\r\n<p>\r\n<p>The Declaration of Independence recognizes all three freedoms as stemming from our humanity. So, what happens if you can speak freely, but the government officials at whom your speech is aimed refuse to hear you? And what happens if your right to associate and to petition the government is confined to areas where those of like mind and the government are not present? This is coming to a street corner near you.</p>\r\n<p>Certain rights, like thought and privacy and travel, can be exercised on their own. You don\'t need the government to cooperate with you; you just need to be left alone. Other rights, like those intended to influence the political process, require that the government not resist your exercise of them. Remember the old one-liner from Philosophy 101: If a tree falls in a forest and no one is there, does it make any noise? Here\'s the contemporary version of that: If you can criticize the government, but it refuses to hear you, does your exercise of the freedom of speech have any value?</p>\r\n</p>\r\n<p><a href=\"http://townhall.com/columnists/judgeandrewnapolitano/2012/03/15/can_the_secret_service_tell_you_to_shut_up/page/full/\">Continue Reading on Town Hall &gt;&gt;&gt;</a></p>','',1,13,0,70,'2012-03-18 15:36:32',62,'Andrew Napolitano','2012-03-18 16:38:33',62,0,'0000-00-00 00:00:00','2012-03-18 15:36:32','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,16,'','',0,132,'robots=\nauthor='),(522,'The Gaystapo Wants to have Christians Arrested','the-gaystapo-wants-to-have-christians-arrested','','<p><img src=\"images/stories/fpp_logo.jpg\" border=\"0\" alt=\"FrontPorchPolitics.com\" /></p>\r\n<p>A recent article in the UK’s Christian Institute quoted pop star Will Young, a member of the new Gaystapo, as he referred to clergymen who referenced homosexual unions, which they are trying to get everyone to say they are “gay marriage” (which this writer will not do), as “abhorrent”. Mr. Young didn’t stop there though. He continued expressing the desire to have those who see the new Gaystapo and their unions as abhorrent as those who should be prosecuted for hate crimes. He certainly wouldn’t like what I call it: sodomy, homosexualality, debauchery, unnatural, depraved, perverse, evil, disgusting, wretched and a host of other terms to describe the Gaystapo perverts.</p>\r\n<p>Somehow Mr. Young thinks it’s ok to call people with convictions other than his own criminals and hatemongers that should be in jail, but when they disagree with his position he cries “foul” like a little child kicking and screaming that they are intolerant. See the utter intolerance of the tolerance movement?</p>\r\n<p>These statements appeared live on BBC1?s Question Time.</p>\r\n<p>I like to identify people like Mr. Young as the new Gaystapo, or among the militant sodomites who are showing themselves for who they truly are. They are those who claim to love and be tolerant, yet they are the very epitome of hate and intolerance. They want to silence anyone who would call their perverse behavior….well, perverse!</p>\r\n<p><a href=\"http://frontporchpolitics.com/2012/03/gaystapo-wants-christians-arrested/\">Continue reading on FrontPorchPolitics.com &gt;&gt;&gt;</a></p>\r\n<p>SIMILAR   <a href=\"http://www.letsrebuildit.com/index.php?option=com_content&amp;view=article&amp;id=358:homosexuality-and-the-nazi-party&amp;catid=74:commentary&amp;Itemid=94\">HOMOSEXUALITY AND THE NAZI PARTY &gt;&gt;&gt;</a></p>\r\n<p> </p>','',1,1,0,1,'2012-03-18 16:04:18',62,'FronT Porch Politics','2012-03-20 21:08:52',62,0,'0000-00-00 00:00:00','2012-03-18 16:04:18','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,164,'','',0,131,'robots=\nauthor='),(523,'Barack Obama, Oil Prices and Reality ','barack-obama-oil-prices-and-reality-','','<p><img class=\"caption\" src=\"images/stories/hunter.jpg\" border=\"0\" alt=\"Derek Hunter\" title=\"Derek Hunter TownHall.com\" hspace=\"7\" width=\"90\" height=\"90\" align=\"left\" />Is there anything worse than this president? I mean, maybe having worms is worse, but I never spent the night at an Occupy Wall Street camp, so I don’t know for sure. But I have had Barack Obama as my president for more than three years, and it’s been a disaster.</p>\r\n<p>Seriously, if I wanted to be lied to regularly, I’d rather do a daily affirmation in the bathroom mirror than watch him tour community college gymnasiums to claim credit for what he hasn’t done and blame all his problems on someone else.</p>\r\n<p>When he was running for president, then-Sen. Obama basically told people President George W. Bush owned Exxon/Mobil and Vice-President Dick Cheney’s pacemaker was a secret implant from Halliburton that contained a hidden valve to control the world’s oil supply. Now that prices have gone through the roof and he needs to hide, the president presents himself as a helpless observer at the mercy of evil oil speculators.</p>\r\n<p>He’ll tell you the United States is producing more oil than ever before, but he fails to add that’s because of the drilling leases approved by the previous administrations (both Clinton and Bush), or how most of that is on private lands because he’s rejected new drilling leases on public lands at a record pace. He’s had as much to do with the oil production in this country as the number of jobs created by his rejection of the Keystone XL pipeline – zero.</p>\r\n<p>He’s said several times we have only 2 percent of the world’s oil reserves but use 20 percent of the world’s oil.</p>\r\n<p>First, who cares? We use the oil we need. We don’t buy it to set it on fire so we can make s’mores and roast weenies on a stick while telling ghost stories about “saved or created” jobs.</p>\r\n<p><a href=\"http://townhall.com/columnists/derekhunter/2012/03/18/barack_obama_oil_prices_and_reality\">Read more at TownHall.com &gt;&gt;&gt;</a></p>','',1,25,0,84,'2012-03-18 17:22:30',62,'Derek Hunter  - Town Hall','2012-03-25 23:34:17',62,0,'0000-00-00 00:00:00','2012-03-18 17:22:30','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,3,'','',0,454,'robots=\nauthor='),(524,'WISCONSIN:  29 judges signed Walker recall petitions','wisconsin-29-judges-commit-outrageous-act','','<p>A startling report has come out today from Gannett Wisconsin Media (the same company that publishes USA Today):  29 Wisconsin judges who are currently sitting on the bench signed RECALL petitions against Gov. Scott Walker.</p>\r\n<p><img src=\"images/stories/recallpetitionjudgessign.jpg\" border=\"0\" alt=\"Recall Petition\" align=\"center\" /></p>\r\n<p>This is outrageous!  Some of these very same judges have made rulings that impact the upcoming RECALL election, yet none of them have recused themselves from these matters.  It is part of the corrupt liberal network in Wisconsin that is attempting to seize power for the Democrat Party.</p>\r\n<p><br />This shows you how desperate the liberals are to steal power away from the Republicans in Wisconsin.  They want to oust Republican Gov. Scott Walker from office, they want Democrats to take control of the State Legislature and they want to steal away the 10 Electoral Votes for Barack Obama in November.</p>\r\n<hr />\r\n<p> <strong>Above editorial comments excerpted from a Campaign to Defeat Obama dot com email. Copy of the petition is from Gannett Media.</strong></p>\r\n<p><a href=\"http://www.wausaudailyherald.com/article/20120318/WDH0101/203180435/29-judges-signed-Walker-recall-petitions?odyssey=tab|topnews|text|WDH-News\">READ MORE wasaudailyherald.com (Gannett) &gt;&gt;&gt;</a></p>','',1,21,0,79,'2012-03-18 17:38:03',62,'Info at Campaign to Defeat Obama','2012-03-18 18:04:13',62,0,'0000-00-00 00:00:00','2012-03-18 17:38:03','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',8,0,6,'','',0,372,'robots=\nauthor='),(525,'The Impossible Dream - Man of La Mancha','the-impossible-dream-man-of-la-mancha','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /></span>&lt;iframe width=\"420\" height=\"315\" src=\"<a href=\"http://www.youtube.com/embed/RfHnzYEHAow\">http://www.youtube.com/embed/RfHnzYEHAow</a>\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p>{/source}</p>','',1,23,0,81,'2012-03-19 03:32:22',62,'The Man of La Mancha','2012-12-04 04:37:35',62,62,'2015-12-10 23:50:18','2012-03-19 03:32:22','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,8,'','',0,739,'robots=\nauthor='),(526,'Reining in Political Pendulum Shifts ','reining-in-political-pendulum-shifts-','','<p style=\"background-color: transparent; margin: 0px 0px 20px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none; border-width: 0px; padding: 0px;\">\r\n<p><span style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: 16px \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span style=\"line-height: 20px; font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: 13px;\">\r\n<p style=\"background-color: transparent; margin: 0px 0px 20px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none; border-width: 0px; padding: 0px;\"><strong style=\"background-color: transparent; margin: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none; border-width: 0px; padding: 0px;\"><img src=\"images/stories/OAKI-logo.png\" border=\"0\" alt=\"The Oak Initiative\" align=\"left\" />Excerpted from The Oak Initiative Bulletin #22 <br />March 20, 2012<br />By Debra Durstewitz</strong></p>\r\n<p> </p>\r\n<p><span class=\"Apple-style-span\" style=\"widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: 16px \'Times New Roman\'; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\"><span class=\"Apple-style-span\" style=\"line-height: 20px; font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: 13px;\"><strong style=\"background-color: transparent; margin: 0px; outline-width: 0px; font-size: 13px; vertical-align: baseline; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none; border-width: 0px; padding: 0px;\">Constitutional Protection for Landowners</strong></span></span></p>\r\n</span></span></p>\r\n</p>\r\n<p><span style=\"WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; FONT: 16px \'Times New Roman\'; WHITE-SPACE: normal; ORPHANS: 2; COLOR: #000000; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span style=\"LINE-HEIGHT: 20px; FONT-FAMILY: Arial, Helvetica, sans-serif; COLOR: #333333; FONT-SIZE: 13px\">\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">   Third, this nation must move back to the place where we honor the right of an individual or family to own land. Landowners must be able to pass that land down to their descendants, despite their ability to pay taxes. Land and home ownership prevents people from winding up homeless and on welfare programs. It allows even desperate people the opportunity to have a roof over their heads, to grow their own food, rent rooms, or pasture for income.</p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">    It was infuriating that Nancy Pelosi turned the passage of the Affordable Care Act (i.e. Obamacare) into a civil rights issue, when, in this great and free nation, citizens can have their land confiscated  and sold from underneath them if they can’t afford to pay property taxes. Clearly, our Founders would have considered the right to own land and to pass that ownership as an inheritance as one of the most fundamental of rights, and we must honor that.</p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">    During the subprime mortgage crisis that started in 2008, millions of people lost their homes and moved in with their friends or families or even lived out of their automobiles. I would propose that land ownership is such a sacred and inalienable right that there should be legislation which prevents banks from foreclosing on properties that have paid up to 70 percent of their principal. In these cases, the bank would be forced to renegotiate their mortgages so that the payments were affordable enough for the homeowners that they can keep their parcels.</p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\">    Last, our Founders would be horrified by the way our government has accumulated debt, to the hindering of our national security, and the burdening of our posterity. We must pass a balanced budget amendment so that we can honor our children’s right to live in a nation that has not compromised its national defense by indebting itself to potential national enemies. We must correct our course now so that the next generation will not be forced to have a huge portion of their paycheck pay off the follies of their elders.</p>\r\n<p style=\"PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; BACKGROUND-COLOR: transparent; MARGIN: 0px 0px 20px; OUTLINE-COLOR: ; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 13px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px; background-origin: initial; background-clip: initial; border-top-left-radius: 0px 0px; border-top-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -webkit-box-shadow: none\"><a href=\"http://www.theoakinitiative.org/oak-leaf-22\">Read entire post at The Oak Initiative &gt;&gt;&gt;</a></p>\r\n</span></span></p>','',1,1,0,1,'2012-03-20 20:54:19',62,'Debra Durstewitz | The oak Initiative','2012-03-20 21:07:33',62,0,'0000-00-00 00:00:00','2012-03-20 20:54:19','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,163,'','',0,135,'robots=\nauthor='),(527,'The Road We\'ve Travelled','the-road-weve-travelled','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe src=\'http://web.gbtv.com/shared/video/embed/embed.html?content_id=20229977&amp;width=400&amp;height=224&amp;property=gbtv\' width=\'400\' height=\'224\' frameborder=\'0\'<span>&gt;</span>Your browser does not support iframes.<span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,1,0,1,'2012-03-21 04:24:50',62,'GBTV','2012-03-21 04:48:33',62,0,'0000-00-00 00:00:00','2012-03-21 04:24:50','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,162,'','',0,242,'robots=\nauthor='),(528,'DID BECK JUST UNCOVER THE ORIGINS OF OBAMA’S NEW DOCUMENTARY?','did-beck-just-uncover-the-origins-of-obamas-new-documentary','','<p><img src=\"images/stories/road-we-are-traveling-stuart-chase.jpg\" border=\"0\" alt=\"The Road We are Travelling\" align=\"left\" />“The Road We’ve Traveled” is an Obama campaign short movie — or alternatively dubbed “docu-ganda” — that, to many, is a stunningly fawning 17-minute account of what the filmmaker posits are the president’s myriad “accomplishments” during his first term.</p>\r\n<p>“Remember how far we’ve come,” opens director Davis Guggenheim’s film. Guggenheim, of course, made waves recently when he asserted that the only “negative” about President Obama is that he has too many positives.</p>\r\n<p>But where does the title and theme for Obama’s mini propagandist piece hail from? Glenn Beck went digging and thinks he might have found the answers in a book from 1942.</p>\r\n<p>First, a recap of the film. From the movie’s YouTube page:</p>\r\n<p>This film gives an inside look at some of the tough calls President Obama made to get our country back on track. Featuring interviews from President Bill Clinton, Mayor Rahm Emanuel, Elizabeth Warren, David Axelrod, Austan Goolsbee, and more. It’s a film everyone should see.</p>\r\n<p><br />During his Monday morning radio broadcast, Beck reiterated an important observation he made last Friday, and discussed the uncanny resemblance Obama’s movie bears to a book titled, ”The Road We Are Traveling 1914-1942.”</p>\r\n<p>Written by FDR-admirer Stuart Chase, the book focuses on America once it has dispensed with free enterprise entirely. Chase wrote that while he could call this new society “communist, state capitalist, or fascist,“ he preferred the more ambiguous ”Political System X.”</p>\r\n<p><a href=\"http://www.theblaze.com/stories/complete-government-control-beck-uncovers-origins-of-obama-movie-the-road-weve-traveled/road-we-are-traveling-stuart-chase/\">Continue reading on The Blaze &gt;&gt;&gt;</a></p>\r\n<p>Other Resources:</p>\r\n<p> <a href=\"index.php?option=com_content&amp;view=article&amp;id=432:if-you-wish-to-know-the-future-just-study-history&amp;catid=74:commentary&amp;Itemid=94\">IF YOU WISH TO KNOW THE FUTURE, STUDY HISTORY! Part 1</a></p>\r\n<p><a href=\"http://www.glennbeck.com/2012/03/20/j-p-morgan-chase-to-close-vatican-accounts\">J.P. Morgan Chase to close Vatican accounts</a></p>','',1,1,0,1,'2012-03-21 04:48:41',62,'The Blaze','2012-03-21 05:35:32',62,0,'0000-00-00 00:00:00','2012-03-21 04:48:41','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,161,'','',0,219,'robots=\nauthor='),(529,'Our Father','our-father','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /></span><span style=\"font-family: courier new, courier, monospace;\">&lt;iframe width=\"420\" height=\"236\" src=\"<a href=\"http://www.youtube.com/embed/aEplqV0scyo\">http://www.youtube.com/embed/aEplqV0scyo</a>\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;<br /></span>{/source}</p>','',1,23,0,81,'2012-03-25 01:29:40',62,'Andrea Bocelli - Mormon Tabernacle Choir','2012-10-03 02:56:52',62,62,'2015-12-10 23:48:23','2012-03-25 01:29:40','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,6,'','',0,583,'robots=\nauthor='),(530,'Newt Rips Gore\'s \'Facts\' to Shreds','newt-rips-gores-facts-to-shreds','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"315\" src=\"http://www.youtube.com/embed/G7VUg7nG3lw\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,24,0,83,'2012-03-25 23:12:25',62,'Townhall.com','2012-03-25 23:22:00',62,0,'0000-00-00 00:00:00','2012-03-25 23:12:25','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,1,'','',0,389,'robots=\nauthor='),(531,'Gas Price Hypocrisy','gas-price-hypocrisy','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"560\" height=\"315\" src=\"http://www.youtube.com/embed/qKdScVerrBU\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,25,0,84,'2012-03-25 23:29:20',62,'The Don Smith Show','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-25 23:29:20','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,1,'','',0,362,'robots=\nauthor='),(532,'Operation Fast and Furious investigation escalates as ATF, FBI disconnect revealed','operation-fast-and-furious-investigation-escalates-as-atf-fbi-disconnect-revealed','','<p style=\"font-size: 14px;\"><img src=\"images/stories/logo-foxnews.png\" border=\"0\" alt=\"Fox News\" hspace=\"7\" align=\"left\" />The investigation of Operation Fast and Furious escalated this past week as Fox News learned a leak at the <a href=\"http://www.foxnews.com/topics/us/justice-department.htm#r_src=ramp\">Justice Department</a> is providing documents to the Congressional investigators.</p>\r\n<p style=\"font-size: 14px;\">The scope of investigation also includes the <a href=\"http://www.foxnews.com/topics/us/federal-bureau-of-investigation.htm#r_src=ramp\">Federal Bureau of Investigation</a>, which records show failed to tell ATF its own confidential informants were helping finance the illegal gun purchases.</p>\r\n<p style=\"font-size: 14px;\">Eduardo and Jesus A. Miramontes-Varela, Mexican nationals born in Juarez worked for the Sinaloa Cartel when they became informants for the FBI in 2009, according to sources.</p>\r\n<p style=\"font-size: 14px;\">Previously, the brothers, ages 36 and 37, worked as informants for police in Miami, the U.S. Marshall\'s Service, and the DEA.</p>\r\n<p style=\"font-size: 14px;\">According to DEA and Congressional reports, the two men were the primary cartel contacts used to finance the illegal gun trafficking ring. Jim Needles, the assistant Agent in Charge of the Phoenix ATF office estimated the brothers spent $250,000 on guns tracked by his agency while conducting Operation Fast and Furious. Needles called it “a disappointment” the FBI didn’t bother to tell his agency of the connection.<br /><br />Read more: <a href=\"http://www.foxnews.com/politics/2012/03/24/operation-fast-and-furious-investigation-escalates-justice-department-faulted/#ixzz1qB3y6EUv\" style=\"color: #003399;\">http://www.foxnews.com/politics/2012/03/24/operation-fast-and-furious-investigation-escalates-justice-department-faulted/#ixzz1qB3y6EUv</a></p>','',1,15,0,72,'2012-03-26 00:16:22',62,'William Lajeunesse - Fox News','2012-03-26 00:22:41',62,0,'0000-00-00 00:00:00','2012-03-26 00:16:22','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,15,'','',0,763,'robots=\nauthor='),(533,'Can America Be Cured of Its Marxist Cancer?','can-america-be-cured-of-its-marxist-cancer','','<p><img class=\"caption\" src=\"images/stories/blumenfeld.png\" border=\"0\" alt=\"Sam Blumenfeld\" title=\"Sam Blumenfeld\" hspace=\"7\" width=\"90\" height=\"120\" align=\"left\" />I have just finished reading Andrew Breitbart’s remarkable book, <em>Righteous Indignation</em>, published in 2011. Andrew’s sudden, mysterious death at the age of 43 has deprived us of a courageous fighter, a brave intellect, and honest soul whose odyssey from liberalism to conservatism is akin to the same odyssey that playwright David Mamet experienced. Two brilliant minds in pursuit of truth.</p>\r\n<p>Why is this phenomenon so rare?</p>\r\n<p>For one thing, it explains why the human race suffered for centuries under tyrants, poverty, and scarcity until there arose in the 18th century in the American wilderness a group of extraordinary men, in pursuit of religious and political freedom, who conceived of a society built on the premise that “all men are created equal, that they are endowed by their Creator with certain unalienable Rights, that among these are Life, Liberty, and the pursuit of Happiness. That to secure these rights, Governments are instituted among Men, deriving their just powers from the consent of the governed.” That was a revolutionary philosophy of government never before conceived of in all of human history. These courageous original thinkers then pledged their “lives, their fortunes, and their sacred honor” to achieve their goal. It required no less than fighting a bloody war against the mightiest military power on earth to make this society a reality — and they won.</p>\r\n<p><a href=\"http://www.thenewamerican.com/opinion/sam-blumenfeld/11191-can-america-be-cured-of-its-marxist-cancer\">Continue Reading on New American &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-03-26 00:23:19',62,'Sam Blumenfeld - New American','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-26 00:23:19','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,160,'','',0,166,'robots=\nauthor='),(534,' Top DOJ Official Refuses Fast and Furious Subpoena','-top-doj-official-refuses-fast-and-furious-subpoena','','<p><img class=\"caption\" src=\"images/stories/holder_weich.jpg\" border=\"0\" alt=\"Weich and Holder\" title=\"Weich and Holder\" /></p>\r\n<p>On Friday evening, Assistant Attorney General Ronald Weich refused the congressional request for subpoenaed documents regarding Operation Fast and Furious– claiming that GOP lawmakers can’t be trusted with the information.</p>\r\n<p>According to <a href=\"http://www.cnn.com/2012/03/23/politics/fast-furious-leaks/index.html\" target=\"_blank\" title=\"CNN\">CNN</a>, in a letter to Rep. Darrell Issa (R-CA) and Sen. Charles Grassley (R-IA), Weich suggested that sensitive information was being leaked to the media by their staffs.</p>\r\n<p>“While we do not know who provided these letters to reporters, we are deeply disturbed that the sensitive law-enforcement information contained in them has now entered the public realm…This public disclosure is impeding the department’s efforts to hold individuals accountable for their illegal acts,” he said.</p>\r\n<p><a href=\"http://www.theblaze.com/stories/top-doj-official-refuses-fast-and-furious-subpoena/\">Continue Reading on TheBlaze.com &gt;&gt;&gt;</a></p>','',1,15,0,72,'2012-03-26 00:39:49',62,'Posted on TheBlaze.com','2012-03-26 00:53:33',62,0,'0000-00-00 00:00:00','2012-03-26 00:39:49','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,13,'','',0,409,'robots=\nauthor='),(535,'Why the Founders Chose a Republic ','why-the-founders-chose-a-republic-','','<p>Why the Founders Chose a Republic <br />By Karla Perry<br /><br /><img src=\"images/stories/OAKI-logo.png\" border=\"0\" alt=\"The Oak Initiative\" hspace=\"7\" align=\"left\" />When Benjamin Franklin emerged from The Constitutional Convention that convened from May 25 to September 17, 1787 to address the problems facing post Revolutionary War America, he was asked by a passerby what was the outcome of the assembly. Franklin responded, \"It\'s a Republic, if you can keep it.\"<br /><br />The great American government created by those men in 1787 was not anything akin to the current or past governments of the world. It was not just a democracy, it was a Republic, and therein lies an important distinction.<br /><br />The best source on the meaning of the Constitution and the authority on the government created by the Founders is a collection of essays written in 1787 to the average American, posted in the newspapers of the day. These essays were written under the pseudonym of Publius by Alexander Hamilton, James Madison, and John Jay.<br /><br />The essays were written in explanatory defense of the newly drafted Constitution because a group of people, known as anti-Federalists, opposed the creation of a centralized government and were giving speeches and writing articles which caused the Federalists to compose and publish the essays in defense of the Constitution. The Constitution required ratification by the States. Therefore, the Federalists?essays were an apologetic, a defense, for this Constitutional Republic form of government. Today, these documents are compiled into one book titled, The Federalist Papers.</p>\r\n<p><a href=\"http://www.theoakinitiative.org/oak-leaf-23\">Continue Reading on The Oak Initiative &gt;&gt;&gt;</a></p>','',1,7,0,34,'2012-03-26 19:03:10',62,'The Oak Initiative','2012-03-26 19:28:59',62,62,'2012-03-26 19:29:00','2012-03-26 19:03:10','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,1,'','',0,356,'robots=\nauthor='),(536,'OBAMA: AFTER MY ELECTION I HAVE MORE FLEXIBILITY','obama-after-my-election-i-have-more-flexibility','','<p style=\"TEXT-ALIGN: justify; MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px\" align=\"justify\"><span style=\"FONT-FAMILY: Verdana,Geneva; FONT-SIZE: 10pt\"><strong>President Obama Asks Medvedev for \'Space\' on Missile Defense - \'After My Election I Have More Flexibility</strong>\'</span></p>\r\n<p style=\"TEXT-ALIGN: justify; MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px\" align=\"justify\"><span style=\"FONT-FAMILY: Verdana,Geneva; FONT-SIZE: 10pt\"> </span></p>\r\n<p style=\"MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px\">SEOUL, South Korea - At the tail end of his 90 minute meeting with Russian President Dmitri Medvedev Monday, President Obama said that he would have \"more flexibility\" to deal with controversial issues such as missile defense, but incoming Russian President Vladimir Putin needs to give him \"space.\"</p>\r\n<p style=\"MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px\"> </p>\r\n<p style=\"MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px\">The exchange was picked up by microphones as reporters were let into the room for remarks by the two leaders.</p>\r\n<p style=\"MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px\"> </p>\r\n<p style=\"MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px\">The exchange:</p>\r\n<p style=\"MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 30px\"><span style=\"text-decoration: underline;\">President Obama:</span> On all these issues, but particularly missile defense, this, this can be solved but it\'s important for him to give me space.</p>\r\n<p style=\"MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 30px\"> </p>\r\n<p style=\"MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 30px\"><span style=\"text-decoration: underline;\">President Medvedev:</span> Yeah, I understand. I understand your message about space. Space for you...</p>\r\n<p style=\"MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 30px\"> </p>\r\n<p style=\"MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 30px\"><span style=\"text-decoration: underline;\">President Obama:</span> <strong>This is my last election. After my election I have more flexibility.</strong><span style=\"FONT-FAMILY: Verdana,Geneva; FONT-SIZE: 10pt\"> ...</span><span style=\"FONT-SIZE: 11pt\"><strong><a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000179/!x-usc:http:/r20.rs6.net/tn.jsp?et=1109619789204&amp;s=4480&amp;e=001lODvLTTMY_USrw23RVqUpR15sux5-ZSbUMDq1eZm942lPw5i0Xcm2QpJ5DLpLH6aRfYUpySW5EfeArsYiRGDMP4XnIdVWrxx6OfXV2COwyJ8-ow01kunrR9YTY8tqsdrlxNPU-BKolqjIx1jAXwXcVJ0xJ0FdfgLNuZvWZaYOrq81RnQGbLWAthJHvw9PlMxvNOJsl5hj0AJWSmFi_mAmM6HfU5lv8i4-WgVWkAowZnULvbY72WCMZZtPWIu6_i84A06kWlovCN64GIBjfDaFZnxeYfh7Z4q\" target=\"_blank\" style=\"COLOR: #000090; FONT-WEIGHT: bold; TEXT-DECORATION: underline\">Also Read</a></strong></span></p>\r\n<p> </p>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>img style=\"visibility:hidden;width:0px;height:0px;\" border=0 width=0 height=0 src=\"http://c.gigcount.com/wildfire/IMP/CXNID=2000002.11NXC/bT*xJmx*PTEzMzI4MTMyMTU2NzQmcHQ9MTMzMjgxMzM2MTQ1OSZwPSZkPSZnPTImbz*2M2VhZWZiM2JmZWE*ZTljOGQ4OWI5NWI3/YmU*YTNjMyZvZj*w.gif\" /<span>&gt;</span><span>&lt;</span>object name=\"kaltura_player_1332812965\" id=\"kaltura_player_1332812965\" type=\"application/x-shockwave-flash\" allowScriptAccess=\"always\" allowNetworking=\"all\" allowFullScreen=\"true\" height=\"221\" width=\"392\" data=\"http://cdnapi.kaltura.com/index.php/kwidget/wid/1_ajv7o23i/uiconf_id/5590821\"<span>&gt;</span><span>&lt;</span>param name=\"allowScriptAccess\" value=\"always\" /<span>&gt;</span><span>&lt;</span>param name=\"allowNetworking\" value=\"all\" /<span>&gt;</span><span>&lt;</span>param name=\"allowFullScreen\" value=\"true\" /<span>&gt;</span><span>&lt;</span>param name=\"bgcolor\" value=\"#000000\" /<span>&gt;</span><span>&lt;</span>param name=\"movie\" value=\"http://cdnapi.kaltura.com/index.php/kwidget/wid/1_ajv7o23i/uiconf_id/5590821\"/<span>&gt;</span><span>&lt;</span>param name=\"flashVars\" value=\"autoPlay=false&amp;screensLayer.startScreenOverId=startScreen&amp;screensLayer.startScreenId=startScreen\"/<span>&gt;</span><span>&lt;</span>a href=\"http://corp.kaltura.com\"<span>&gt;</span>video platform<span>&lt;</span>/a<span>&gt;</span><span>&lt;</span>a href=\"http://corp.kaltura.com/video_platform/video_management\"<span>&gt;</span>video management<span>&lt;</span>/a<span>&gt;</span><span>&lt;</span>a href=\"http://corp.kaltura.com/solutions/video_solution\"<span>&gt;</span>video solutions<span>&lt;</span>/a<span>&gt;</span><span>&lt;</span>a href=\"http://corp.kaltura.com/video_platform/video_publishing\"<span>&gt;</span>video player<span>&lt;</span>/a<span>&gt;</span><span>&lt;</span>/object<span>&gt;</span><br /></span>{/source}</p>\r\n<p> </p>','',1,1,0,1,'2012-03-27 01:57:17',62,'Posted on the Oak Initiative','2012-04-11 01:01:24',62,0,'0000-00-00 00:00:00','2012-03-27 01:57:17','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,159,'','',0,186,'robots=\nauthor='),(537,'Morris: \'President Obama Assumes Dictatorial Powers by Executive Order\' ','morris-president-obama-assumes-dictatorial-powers-by-executive-order-','','<p>On March 16th by Executive Order, President Obama asserts his power to socialize America, even in peacetime! Watch the video below. The current president has used Executive Orders to by-pass congressional vote and review as well as by-pass the voice of the American People - the True Sovereigns of America.</p>\r\n<p style=\"TEXT-ALIGN: justify; MARGIN-TOP: 0px; FONT-FAMILY: Verdana,Geneva; MARGIN-BOTTOM: 0px; COLOR: #000000\" align=\"justify\">It has been said, and many concerns have arisen, that we have a President that does not respect the Constitution or the Bill of Rights. Progressing an agenda and balancing the changes of reelection are removed on a second term - then who knows what will be pressed through.</p>\r\n<p style=\"TEXT-ALIGN: justify; MARGIN-TOP: 0px; FONT-FAMILY: Verdana,Geneva; MARGIN-BOTTOM: 0px; COLOR: #000000\" align=\"justify\"> </p>\r\n<p style=\"TEXT-ALIGN: justify; MARGIN-TOP: 0px; FONT-FAMILY: Verdana,Geneva; MARGIN-BOTTOM: 0px; COLOR: #000000\" align=\"justify\">It is time for the government to serve the people and time for the American people to decline a King. Let your voice be heard. Your representatives need your voice!</p>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"236\" src=\"http://www.youtube.com/embed/sD1LVqU1P0o\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>\r\n<p>Thank you for being a part of the Oak Initiative. Be sure to share these details with your friends and get involved. If you are not a member, <a href=\"http://www.theoakinitiative.org/\" target=\"_blank\" style=\"color: #000099; font-weight: bold; text-decoration: underline;\">consider becoming a members today</a> . Also, be sure to remember to renew your membership if necessary so you continue the member resources.</p>','',1,1,0,1,'2012-03-27 02:03:55',62,'Posted on The Oak Initiative','2012-05-01 04:08:14',62,0,'0000-00-00 00:00:00','2012-03-27 02:03:55','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,158,'','',0,182,'robots=\nauthor='),(538,'Ave Maria - Luciano Pavarotti','ave-maria-luciano-pavarotti','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /></span></p>\r\n<p>&lt;iframe width=\"320\" height=\"240\" src=\"https://www.youtube.com/embed/sGr6B6Rp4PU\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p>{/source}</p>','',1,23,0,81,'2012-03-28 02:31:03',62,'YouTube','2015-11-28 05:43:45',62,0,'0000-00-00 00:00:00','2012-03-28 02:31:03','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',10,0,7,'','',0,524,'robots=\nauthor='),(818,'OBAMA\'S MOST DANGEROUS YEAR','obamas-most-dangerous-year','','<p style=\"font-family: Arial,Helvetica,sans-serif; font-size: 18px; font-weight: bold;\"><img src=\"images/stories/national_review.jpg\" border=\"0\" alt=\"National Review\" style=\"float: left; margin-left: 7px; margin-right: 7px;\" />Obama Has Just Begun</p>\r\n<div style=\"padding-left: 30px;\">\r\n<div style=\"text-align: justify;\">How much damage can he do in his last year in office?  Insidiously and inadvertently, Barack Obama is alienating the people and  moving the country to the right. If he keeps it up, by 2017 it will be a  reactionary nation. But, counterintuitive as it seems, that is fine  with Obama: Après nous le déluge.  By sheer force of his personality, Obama has managed to lose the  Democratic Senate and House. State legislatures and governorships are  now predominantly Republican. Obama’s own favorable ratings rarely top  45 percent. In his mind, great men, whether Socrates or Jesus, were  never appreciated in their time. So it is not surprising that he is not,  as he presses full speed ahead.<br /><br /><a href=\"http://www.nationalreview.com/article/427522/obamas-most-dangerous-year\"><strong>Read more at: National Review</strong></a></div>\r\n</div>','',1,20,0,78,'2015-11-28 06:02:08',62,'National Review','2015-11-28 08:03:50',62,62,'2015-11-28 08:03:50','2015-11-28 06:02:08','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,1,'','',0,1046,'robots=\nauthor='),(539,'Panis Angelicus  -  Pavarotti and Sting','panis-angelicus-pavarotti-and-sting','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /></span>&lt;iframe width=\"320\" height=\"240\" src=\"<a href=\"http://www.youtube.com/embed/ito14AL7-cQ\">http://www.youtube.com/embed/ito14AL7-cQ</a>\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;</p>\r\n<p>{/source}</p>','',1,23,0,81,'2012-03-28 02:33:38',62,'YouTube','2015-11-28 06:01:53',62,0,'0000-00-00 00:00:00','2012-03-28 02:33:38','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,9,'','',0,456,'robots=\nauthor='),(540,'Ave Verum Mozart - Leonard Bernstein','ave-verum-mozart-leonard-bernstein','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"640\" height=\"480\" src=\"http://www.youtube.com/embed/6KUDs8KJc_c\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,23,0,81,'2012-03-28 02:49:48',62,'YouTube','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-28 02:49:48','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,5,'','',0,495,'robots=\nauthor='),(541,'Comforting or Creepy? Google to Provide a Monthly Report of What It Knows About You','comforting-or-creepy-google-to-provide-a-monthly-report-of-what-it-knows-about-you','','<p><img src=\"images/stories/google.jpg\" border=\"0\" alt=\"gOOGLE\" align=\"left\" />We all know that online tracking is increasing but to what extent is your activity being watched? In an effort to be more transparent, Google is helping you “step back and take stock of what you’re doing online” with a new optional feature called Account Activity.</p>\r\n<p><a href=\"http://www.theblaze.com/stories/googles-new-privacy-policy-rolls-out-today-despite-opposition/\" target=\"_self\">(Related: Google’s new privacy policy rolls out today despite opposition)</a></p>\r\n<p>If you sign-up for the service, Account Activity will provide you with a monthly report of all your online activities using Google products. Here‘s an example from the company’s <a href=\"http://googlepublicpolicy.blogspot.com/2012/03/giving-you-more-insight-into-your.html\" target=\"_blank\">Public Policy blog post</a> on the new feature:</p>\r\n<blockquote>\r\n<p>For example, my most recent Account Activity report told me that I sent 5 percent more email than the previous month and received 3 percent more. An Italian hotel was my top Gmail contact for the month. I conducted 12 percent more Google searches than in the previous month, and my top queries reflected the vacation I was planning: [rome] and [hotel].</p>\r\n<p><a href=\"http://www.theblaze.com/stories/comforting-or-creepy-google-to-provide-a-monthly-report-of-what-it-knows-about-you/\">Continue Post on the Blaze &gt;&gt;&gt;</a></p>\r\n<p><strong>RELATED ARTICLES</strong></p>\r\n<p><a href=\"http://www.searchenginejournal.com/obama-google/8369/\"><strong>Obama White House Adds Google Exec to Head Social Media Project</strong></a></p>\r\n<p><a href=\"http://www.foxnews.com/politics/2009/06/06/consumer-groups-challenge-obamas-appointment-google-executive/#ixzz1qW1iiM2o\"><strong>Consumer Groups Challenge Obama\'s Appointment of Google Executive</strong></a></p>\r\n<p><br /><a href=\"http://thehill.com/blogs/hillicon-valley/technology/168359-consumer-group-tells-white-house-to-distance-itself-from-google\"><strong>Consumer group says White House is too friendly with Google</strong></a></p>\r\n<p><a href=\"http://thehill.com/blogs/hillicon-valley/technology/168359-consumer-group-tells-white-house-to-distance-itself-from-google\"></a></p>\r\n</blockquote>','',1,1,0,1,'2012-03-29 13:51:15',62,'Posted on The Blaze','2012-03-29 14:33:15',62,0,'0000-00-00 00:00:00','2012-03-29 13:51:15','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,157,'','',0,552,'robots=\nauthor='),(542,'Boehner to Obama: Explain ‘troubling’ hot-mic comments on missile defense','boehner-to-obama-explain-troubling-hot-mic-comments-on-missile-defense','','<p><img src=\"http://THEHILL.COM/images/stories/stock_photos/house/boehner/boehnertaxvotethumb.jpg\" border=\"0\" hspace=\"7\" width=\"74\" style=\"float: left;\" /></p>\r\n<p><strong><span>Jeremy Herb </span>- </strong><span><strong>03/28/12 03:47 PM ET</strong> </span></p>\r\n<div>Boehner joined criticism of Obama for telling Russian President Medvedev he would have \"flexibility\" on missile defense after the election.…</div>\r\n<div><a href=\"http://thehill.com/blogs/defcon-hill/policy-and-strategy/218827-boehner-obama-hot-mic-comments-troubling\">Read more on The Hill &gt;&gt;&gt;</a></div>','',1,1,0,1,'2012-03-29 14:33:24',62,'The Hill','2012-03-29 16:17:32',62,0,'0000-00-00 00:00:00','2012-03-29 14:33:24','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,156,'','',0,744,'robots=\nauthor='),(543,'Barack Obama Friend and Supporter Bill Ayers: ‘I Get Up Every Morning and Think…Today I‘m Going to End Capitalism’','bill-ayers-i-get-up-every-morning-and-thinktoday-im-going-to-end-capitalism','','<p>Radical left-wing activist Bill Ayers apparently stopped by Occupy Union Square in New York City on Friday and shared a little bit of what gets him going each day: Ending capitalism.</p>\r\n<p>“I get up every morning and think, today I’m going to make a difference,” Ayers said in a <a href=\"http://www.liveleak.com/view?i=2d4_1333223471\" target=\"_blank\">video clip</a> posted online. “Today I’m going to end capitalism. Today I’m going to make a revolution. I go to bed every night disappointed but I’m back to work tomorrow, and that’s the only way you can do it.”</p>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"315\" src=\"http://www.youtube.com/embed/aDwK-qu_fnE\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>\r\n<p><a href=\"http://www.theblaze.com/stories/bill-ayers-i-get-up-every-morning-and-think-today-im-going-to-end-capitalism/\">Continue post on The Blaze &gt;&gt;&gt;</a></p>\r\n<p>Related Article: <a href=\"index.php?option=com_content&amp;view=article&amp;id=432:if-you-wish-to-know-the-future-just-study-history&amp;catid=74:commentary&amp;Itemid=94\">IF YOU WISH TO KNOW THE FUTURE, STUDY HISTORY! Part 1</a></p>','',1,1,0,1,'2012-04-03 02:38:31',62,'Posted on The Blaze','2012-04-08 19:16:06',62,0,'0000-00-00 00:00:00','2012-04-03 02:38:31','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,155,'','',0,75,'robots=\nauthor='),(544,'Obama warns \'unelected\' supreme court not to strike down healthcare law','obama-warns-unelected-supreme-court-not-to-strike-down-healthcare-law','','<h3>President says supreme court justices should not make \'activist\' issue out of reforms that were passed by an elected Congress</h3>\r\n<p>Chris McGreal in Washington</p>\r\n<p><a href=\"http://www.guardian.co.uk/\">guardian.co.uk</a>, Monday 2 April 2012 18.23 EDT</p>\r\n<div id=\"article-wrapper\">\r\n<div id=\"main-content-picture\"><img src=\"http://static.guim.co.uk/sys-images/Guardian/Pix/pictures/2012/4/2/1333404083723/Barack-Obama-White-House-007.jpg\" border=\"0\" alt=\"Barack Obama White House\" width=\"460\" height=\"276\" />\r\n<div>Barack Obama makes remarks during a joint press conference at the White House on Monday. Photograph: Pete Marovich/EPA</div>\r\n</div>\r\n<div id=\"article-body-blocks\">\r\n<p><a href=\"http://www.guardian.co.uk/world/barack-obama\" title=\"More from guardian.co.uk on Barack Obama\">Barack Obama</a> has said it would be wrong for the \"unelected\" supreme court to take the \"unprecedented and extraordinary\" decision to strike down his signature health care legislation when it was passed by an elected Congress.</p>\r\n<p>The comments suggest the president may make an election issue of those described by Democrats as partisan judges if they throw out the Affordable Care Act following last week\'s dramatic hearings at which the aggressive tide of questioning from some of the justices suggested that the conservative majority is hostile to the legislation. Their decision is expected in June.</p>\r\n<p><a href=\"http://www.guardian.co.uk/world/2012/apr/02/barack-obama-unelected-supreme-court\">Continue reading on The Guardian &gt;&gt;&gt;</a></p>\r\n</div>\r\n</div>','',1,1,0,1,'2012-04-03 03:28:23',62,'The Guardian - UK','2012-04-03 03:40:45',62,0,'0000-00-00 00:00:00','2012-04-03 03:28:23','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,154,'','',0,193,'robots=\nauthor='),(545,'Hear Debbie Wasserman-Schultz Get Roasted On L.A. Radio','hear-debbie-wasserman-schultz-get-roasted-on-la-radio','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"320\" height=\"192\" src=\"http://www.youtube.com/embed/V7oiZFMRA8M\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,1,0,1,'2012-04-04 03:12:56',62,'The Blaze','2012-04-04 03:15:35',62,0,'0000-00-00 00:00:00','2012-04-04 03:12:56','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,153,'','',0,73,'robots=\nauthor='),(546,'Atheists Celebrate April Fools Day at Ft. Bragg','atheist-celebrate-april-fools-day-at-ft-bragg','','<h3>Psalm 14 KJV</h3>\r\n<h3>1The fool hath said in his heart, There is no God. They are corrupt, they have done abominable works, there is none that doeth good.</h3>\r\n<hr />\r\n<p> April 01, 2012</p>\r\n<p>Associated Press | <span>by Tom Breen</span></p>\r\n<p><img src=\"images/stories/atheist_celebration_ft_bragg.png\" border=\"0\" alt=\"Atheists April Fools Day \" align=\"middle\" /></p>\r\n<p><strong>FORT BRAGG, N.C. -</strong> For the first time in history, the U.S. military hosted an event expressly for soldiers and others who don\'t believe in God, with a gathering sort of like a county fair Saturday on the main parade ground at one of the world\'s largest Army bases.</p>\r\n<p>The Rock Beyond Belief event at Fort Bragg, organized by soldiers here after a 2010 evangelical Christian event at the base, is the most visible sign so far of a growing desire by military personnel with atheist or other secular beliefs to get the same recognition as their religious counterparts.</p>\r\n<p>The purpose was not to make the Army look bad, organizers said, but to show that atheists and other secular believers have a place in institutions like the military.</p>\r\n<p>\"I love the military,\" said Sgt. Justin Griffith, main organizer of the event and the military director of American Atheists. He added, \"This is not meant to be a black eye.\"</p>\r\n<p>Griffith said he and other non-religious soldiers are not permitted to hold atheist meetings at the base and have so far been rebuffed in their efforts to change that. They feel their beliefs marginalize them.</p>\r\n<p><a href=\"http://www.military.com/news/article/fort-bragg-concert-geared-toward-atheists.html?ESRC=dod.nl\">Continue reading on Miltary.com &gt;&gt;&gt;</a></p>\r\n<p>Related Articles:</p>\r\n<p><a href=\"http://www.military.com/news/article/af-pulls-religious-reading-requirement-from-officer-school.html?ESRC=dod.nl\">AF Pulls Religious Reading Requirement From Officer School &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-04-07 16:01:58',62,'Posted on Miltary.com','2012-04-07 16:23:30',62,0,'0000-00-00 00:00:00','2012-04-07 16:01:58','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,152,'','',0,177,'robots=\nauthor='),(547,'Gay Activists Attack Business Owners Religious Freedom','gay-activists-attack-business-owners-religious-freedom','','<p><span>Posted on</span> <a href=\"http://www.womenofgrace.com/blog/?p=13545\" title=\"10:21 am\" rel=\"bookmark\">April 4, 2012</a> by <span><a href=\"http://www.womenofgrace.com/blog/?author=2\" title=\"View all posts by SBrinkmann\">SBrinkmann</a></span></p>\r\n<h3>A t-shirt company in Lexington, Kentucky is under investigation by the city’s Human Rights Commission after refusing to print shirts to a local gay rights organization.</h3>\r\n<div id=\"attachment_13546\" style=\"width: 310px;\"><a href=\"http://www.womenofgrace.com/blog/wp-content/uploads/2012/04/Hands-on-boycott.jpg\"><img src=\"http://www.womenofgrace.com/blog/wp-content/uploads/2012/04/Hands-on-boycott-300x129.jpg\" border=\"0\" title=\"Hands on boycott\" width=\"300\" height=\"129\" /></a> Hands on Originals Boycott - Lexington Herald Leader</div>\r\n<p><em><strong>Fox News</strong> </em>is reporting that Blaine Adamson, managing owner of the t-shirt company named “Hands on Originals,” became the target of gay activists when he told representatives of the the Gay and Lesbian Services Organization (GLSO) that he could not print shirts for the city’s Pride Festival because the event runs contrary to his religious beliefs. Adamson offered to find another company who would agree to print the shirts at the same price, but this wasn’t good enough for GLSO who filed a complaint against him with Lexington’s Human Rights Commission.</p>\r\n<p>“Our feeling on that is, separate but equal wasn’t okay during the civil rights movement and it’s not okay now,” said Aaron Baker, board president of GLSO.</p>\r\n<p>Almost immediately, “Hands on Originals” came under fierce attack from activists, such as creating a Facebook page dedicated to promoting a boycott of the business. Another group is trying to buy the company’s mortgage for the purpose of getting them evicted. According to the <em>Lexington Herald-Leader</em>, the GLSO coaxed some 60 homosexual activists to picket in front of the business on March 30 to express their anger and encourage people to stop doing business with the company. The negative publicity has caused the Fayette County public school system to put a temporary hold on buying t-shirts from the company until the issue is resolved and the University of Kentucky is also reviewing its future business with the t-shirt maker.</p>\r\n<p>Lexington’s openly gay mayor has also been vocal in his attacks on the business, telling the <em>Leader </em>that “People don’t have patience for this sort of attitude today.”</p>\r\n<p>“I’m against discrimination, period,” Gray said in a statement released to television station <em>WKYT.</em> “It’s bad for business and bad for the city. I support the Human Rights Commission in a full and thorough investigation.”</p>\r\n<p><a href=\"http://www.womenofgrace.com/blog/?p=13545\">Continue reading post on Women of Grace &gt;&gt;&gt;</a></p>\r\n<h2>Here\'s the Good News: There is hope in God for those who are trapped in the homosexual lifestyle.</h2>\r\n<p>Deviant societies call bad behaviour good. Those who engage in bad behaviour, in this case the homosexual lifestyle, are told it is their legal \"right\". Practicing homosexuals obtain their legal rights from those who desire their political support. Devious lawyers and corrupt politicians encourage people to cast off moral restraint in hopes of gaining their vote. In his book , \"Lift Up Your Heart\", Fulton Sheen described modern society this way: <em>\"Unable to live by the old mores, they changed the rules to fit their new behaviour\"</em> (paraphrasing mine).</p>\r\n<p>Do not be fooled (or surprised) by societal, or \"lawful\", approval of aberrant behaviour. Societal approval and/or judicial approval is by design a balm, albeit conterfeit, for a guilty conscience. The \"conscience\" is the spiritual and psychological mechanism God uses to lead people back to the Truth. Unless the conscience has been nullified, we turn to God in sorrow after doing something we, intuitively, know is wrong. Again I say, do not be fooled.</p>\r\n<h2>For those seeking freedom from the bondage of homosexuality, here is understanding and a great promise:</h2>\r\n<p><a href=\"http://www.biblegateway.com/passage/?search=Matthew+19:12&amp;version=KJV\"><span style=\"text-decoration: underline;\"><strong><span style=\"color: #0066cc;\">Matthew 19:12</span></strong></span></a><br />For there are some eunuchs, which were so born from their mother\'s womb: and there are some eunuchs, which were made eunuchs of men: and there be eunuchs, which have made themselves eunuchs for the kingdom of heaven\'s sake. He that is able to receive it, let him receive it.<br /><br /><a href=\"http://www.biblegateway.com/passage/?search=Isaiah+56:4-5&amp;version=KJV\"><span style=\"text-decoration: underline;\"><strong><span style=\"color: #0066cc;\">Isaiah 56:4-5</span></strong></span></a><br /><sup id=\"en-KJV-18758\">4</sup>For thus saith the LORD unto the eunuchs that keep my sabbaths, and choose the things that please me, and take hold of my covenant; <sup id=\"en-KJV-18759\">5</sup>Even unto them will I give in mine house and within my walls a place and a name better than of sons and of daughters: I will give them an everlasting name, that shall not be cut off.</p>\r\n<h2>For those who lead these astray:</h2>\r\n<p><a href=\"http://www.biblegateway.com/passage/?search=Matthew+18:6&amp;version=KJV\"><strong><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">Matthew 18:6</span></span></strong></a><br />But whoso shall offend one of these little ones which believe in me, it were better for him that a millstone were hanged about his neck, and that he were drowned in the depth of the sea.</p>\r\n<p><a href=\"http://www.biblegateway.com/passage/?search=Isaiah+5:20&amp;version=KJV\"><strong><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">Isaiah 5:20</span></span></strong></a><br />Woe unto them that call evil good, and good evil; that put darkness for light, and light for darkness; that put bitter for sweet, and sweet for bitter!</p>','',1,1,0,1,'2012-04-07 16:31:20',62,'Posted on WOG Blog','2012-04-12 06:14:09',62,0,'0000-00-00 00:00:00','2012-04-07 16:31:20','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,151,'','',0,254,'robots=\nauthor='),(548,'FOREIGN COMPANY BUYS U.S. ELECTION RESULTS REPORTING FIRM','foreign-company-buys-us-election-results-reporting-firm','','<p>By Bev Harris <br /><a href=\"http://www.blackboxvoting.org/\">http://www.blackboxvoting.org</a><br /><br /><img src=\"images/stories/drudge.png\" border=\"0\" alt=\"Drudge Report\" align=\"left\" /></p>\r\n<p> </p>\r\n<p> </p>\r\n<p>In a major step towards global centralization of election processes, the world\'s dominant Internet voting company has purchased the USA\'s dominant election results reporting company. <br /><br />When you view your local or state election results on the Internet, on portals which often appear to be owned by the county elections division, in over 525 US jurisdictions you are actually redirected to a private corporate site controlled by SOE software, which operates under the name ClarityElections.com. <br /><br />The good news is that this firm promptly reports precinct-level detail in downloadable spreadsheet format. As reported by BlackBoxVoting.org in 2008, the bad news is that this centralizes one middleman access point for over 525 jurisdictions in AL, AZ, CA, CO, DC, FL, KY, MI, KS, IL, IN, NC, NM, MN, NY, SC, TX, UT, WA. And growing. <br /><br />As local election results funnel through SOE\'s servers (typically before they reach the public elsewhere), those who run the computer servers for SOE essentially get \"first look\" at results and the ability to immediately and privately examine vote details throughout the USA. <br /><br />In 2004, many Americans were justifiably concerned when, days before the presidential election, Ohio Secretary of State Ken Blackwell redirected Ohio election night results through the Tennessee-based server for several national Republican Party operations. <br /><br />This is worse: This redirects results reporting to a centralized privately held server which is not just for Ohio, but national; not just USA-based, but global. <br /><br /><a href=\"http://www.drudgereport.com/flash1.htm\">Continue reading on Drudge &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-04-07 17:50:50',62,'Drudge Report','0000-00-00 00:00:00',0,62,'2012-04-07 17:57:10','2012-04-07 17:50:50','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,150,'','',0,124,'robots=\nauthor='),(549,'The Slow Draw of Power and Constitutional Undoing','the-slow-draw-of-power-and-constitutional-undoing','','<h3>How do you overturn fundamental American rights without forcing people into the streets with protest signs, or even rifles? By doing it slowly… slowly… Bill Whittle Looks at how the Affordable Care Act and the National Defense Authorization Act threaten our First and Fifth Amendment rights and how both parties are slowly taking away the protections that guard us from the Ring of Power.</h3>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"400\" height=\"233\" src=\"http://www.youtube.com/embed/VgrktRgjBXk\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,13,0,70,'2012-04-08 18:30:37',62,'Posted on Conservative Byte','2012-04-08 18:35:12',62,0,'0000-00-00 00:00:00','2012-04-08 18:30:37','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,15,'','',0,134,'robots=\nauthor='),(550,'\'Obama could accept Iran civilian nuclear program\'','obama-could-accept-iran-civilian-nuclear-program','','<h3><span id=\"ctl00_ContentPlaceHolder1_article_control_lblTeaser\">US president sends secret message to Khamenei via Turkey, urging him to prove Tehran will not pursue nuclear weapons.</span></h3>\r\n<p><span>US President Barack Obama reportedly sent a secret message to Iranian Supreme Leader Ali Khamenei expressing a willingness to accept an Iranian civilian nuclear program if Iran can prove it will not pursue nuclear weapons, <span style=\"FONT-STYLE: italic\">The Washington Post </span>reported Friday.<br /><br />According to columnist David Ignatius, Obama sent Khamenei the message via Turkish Prime Minister Recap Erdogan, who was was in Iran last week. The message, sent ahead of next week\'s scheduled nuclear negotiations, was meant to emphasize that \"time is running out for a peaceful settlement,\" Ignatius wrote.<br /><br />A proposal allowing Iran a safeguarded, civilian nuclear program in exchange for stringent nuclear safeguards would not be new. According to the <a href=\"http://www.armscontrol.org/about\" target=\"_blank\">Arms Control Association</a>, in the aftermath of the 2003 Iraq war, the George W. Bush administration rejected a proposal from Iran that would limit its nuclear program to energy production. <br /><br />Negotiations between Iran and key European countries in 2005 led to several proposals, ultimately rejected over the subject of Iranian uranium enrichment, to ensure Iran\'s nuclear program had no military aspect. </span></p>\r\n<p><span><a href=\"http://www.jpost.com/IranianThreat/News/Article.aspx?ID=265132&amp;R=R1\">Continue reading on Jerusalem Post &gt;&gt;&gt;</a><br /></span></p>','',1,1,0,1,'2012-04-11 00:41:56',62,'Jerusalem Post','2012-04-11 01:16:32',62,0,'0000-00-00 00:00:00','2012-04-11 00:41:56','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,149,'','',0,138,'robots=\nauthor='),(551,'Rappin’ Rev. Wright! Obama‘s Old Pastor Channels Lil’ Wayne, Tokes Ganja Like Bob Marley & Sings Adultery Serenade (With Crotch Grab)…All From the Pulpit!','rappin-rev-wright-obamas-old-pastor-channels-lil-wayne-tokes-ganja-like-bob-marley-a-sings-adultery-serenade-with-crotch-graball-from-the-pulpit','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>script src=\"http://player.ooyala.com/player.js?height=228&amp;width=406&amp;embedCode=F5bWhmNDq7qsH0fwHm_82k5pmSacr9_n&amp;deepLinkEmbedCode=F5bWhmNDq7qsH0fwHm_82k5pmSacr9_n\"<span>&gt;</span><span>&lt;</span>/script<span>&gt;</span><br /></span>{/source}</p>','',1,1,0,1,'2012-04-11 00:55:01',62,'Posted on The Blaze','2012-04-11 01:03:42',62,0,'0000-00-00 00:00:00','2012-04-11 00:55:01','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,148,'','',0,74,'robots=\nauthor='),(552,'‘Test of Fire’: Catholic 2012 political ad goes viral','test-of-fire-catholic-2012-political-ad-goes-viral','','<p><a href=\"http://www.cc2w.org/\" target=\"_blank\">Catholics Called to Witness</a> (CC2W) is an organization dedicated to encouraging Catholics to participate in the political process while upholding “non-negotiable principles” of protecting life in all its stages, promoting traditional marriage and protecting parents’ right to educate their children. Their new internet video is being passed around and has reached over 100,000 views already:</p>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"400\" height=\"233\" src=\"http://www.youtube.com/embed/D9vQt6IXXaM\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>\r\n<p> </p>','',1,1,0,1,'2012-04-12 02:06:46',62,'Posted on The Blaze','2012-04-12 02:46:12',62,0,'0000-00-00 00:00:00','2012-04-12 02:06:46','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,145,'','',0,208,'robots=\nauthor='),(553,'One Painter\'s Brush with Intolerance','one-painters-brush-with-intolerance','','<p><img src=\"http://www.frc.org/img/item/WU12D03_NORMAL.jpg\" border=\"0\" align=\"center\" /></p>\r\n<div style=\"text-align: justify;\">Rhode Island is a small state with a big censorship problem. Last week, high school junior Liz Bierendy was putting the finishing touches on a sketch for the hallway mural when an assistant principal stopped her. The design was too controversial, he insisted, because it included the picture of a married man and woman. According to the school officials, <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000299/!x-usc:http:/630wpro.com/Article.asp?id=2429898&amp;spid=37719\" target=\"_blank\" rel=\"nofollow\">the image was offensive</a> because it \"may not represent the life experiences of many of the students at Pilgrim High School.\" Liz\'s idea was to show the life journey of a young boy to adulthood, ending with the scene of a husband, wife, and son with wedding rings over their heads. After the complaint of a single student, administrators ordered a custodian to paint over the offending section of Liz\'s mural until she could find \"alternative ways\" to show the progression to adulthood.</div>\r\n<div style=\"text-align: justify;\">The 17-year-old artist was as surprised as anyone by the school\'s overreaction. \"I hope I didn\'t offend anyone,\" she told local reporters. \"I didn\'t want to make anyone mad.\" On the contrary, most parents are speaking out in Bierendy\'s defense. \"Political correctness is ruining America,\" said one father. Even the local newscasters shook their heads <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000299/!x-usc:http:/www.youtube.com/watch?v=ARyAt14zoQg&amp;feature=youtu.be&amp;sf3810075=1\" target=\"_blank\" rel=\"nofollow\">and asked</a>, \"What isn\'t offensive these days?\"</div>\r\n<div style=\"text-align: justify;\">Of course, the irony is that modern art has been the license for dung on the Virgin Mary, ants crawling on Jesus\'s face, defecating nativities, Barbies dismembered in blenders--and traditional marriage is what shocks some people? Even more outrageous, those \"alternative\" unions the principal recommended aren\'t even legal in Rhode Island! Liz\'s representation of marriage was completely aligned with state law, which is what makes this incident so alarming. If this kind of viewpoint discrimination is tolerated now--in states that don\'t even recognize homosexual relationships--imagine the censorship of an entire nation with same-sex \"marriage!\"</div>\r\n<div style=\"text-align: justify;\">People wonder how the homosexual agenda could possibly affect them? Well, this is a perfect illustration. Americans are free to \"love\" whom they choose, but the freedom of religion, of expression, and speech cannot coexist in a culture that forces the public affirmation of homosexuality. Something has to give--and all too often, that something is traditional values. Fortunately for Liz, Superintendent Peter Horoschak felt enough blowback from the local community to step in. He overruled the school\'s administrators and said it was time to let Bierendy \"finish her vision.\"</div>\r\n<div style=\"text-align: justify;\">Unfortunately for Connecticut Pastor James Loomer, protecting students wasn\'t on his school district\'s agenda. This week, at a meeting of the Milford School Board, members denied his request to stop the Gay, Lesbian, and Straight Education Network\'s (GLSEN) national \"Day of Silence.\" At past events, GLSEN was caught distributing pamphlets that promote everything from child sex to pornography. \"If parents [knew] the inappropriateness of the materials, they\'d be enraged,\" <a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000299/!x-usc:http:/www.nhregister.com/articles/2012/04/10/news/milford/doc4f84d75f51992937771478.prt\" target=\"_blank\" rel=\"nofollow\">Pastor Loomer said</a>. Still, the Board wouldn\'t budge. They insist on moving forward with the event on April 20 in the name of \"tolerance.\"</div>\r\n<div style=\"text-align: justify;\">Is your child\'s school marking the \"Day of Silence?\" Follow Pastor Loomer\'s example and find out. You might be surprised at how quickly this agenda is being advanced in your kids\' classrooms. For more information on how you can get involved in stopping the indoctrination, check out Peter Sprigg\'s pamphlet, \"<a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000299/!x-usc:http:/downloads.frc.org/EF/EF06K26.pdf\" target=\"_blank\" rel=\"nofollow\">Homosexuality in Your Child\'s School</a>.\" Also, check out this clip about GLSEN from FRC\'s latest documentary, The Problem with Same-Sex Marriage, to see what the other side is trying to hide.</div>\r\n<div><a href=\"http://www.frc.org/index.cfm?f=WU12D03\">Read post on Family Research Council &gt;&gt;&gt;</a></div>\r\n<div>Other reading:</div>\r\n<div><a href=\"index.php?option=com_content&amp;view=article&amp;id=547:gay-activists-attack-business-owners-religious-freedom&amp;catid=1:latest-news&amp;Itemid=50\">Gay Activists Attack Business Owners Religious Freedom &gt;&gt;&gt;</a></div>\r\n<div><a href=\"http://www.letsrebuildit.com/index.php?option=com_content&amp;view=article&amp;id=358:homosexuality-and-the-nazi-party&amp;catid=74:commentary&amp;Itemid=94\">Homosexuality and the Nazi Party &gt;&gt;&gt;</a></div>\r\n<div><a href=\"http://www.letsrebuildit.com/index.php?option=com_content&amp;view=article&amp;id=554:there-is-hope-in-god-for-those-who-are-engaged-in-a-homosexual-lifestyle&amp;catid=1:latest-news&amp;Itemid=50\">Here\'s the Good News: There is hope in God and a great promise for those who are trapped in the homosexual lifestyle &gt;&gt;&gt;</a></div>','',1,1,0,1,'2012-04-12 05:31:59',62,'Original Post at Tony Perkin\'s Washington Update','2012-04-12 06:12:21',62,0,'0000-00-00 00:00:00','2012-04-12 05:31:59','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',10,0,146,'','',0,286,'robots=\nauthor='),(554,'There is hope in God for those who are trapped in the homosexual lifestyle','there-is-hope-in-god-for-those-who-are-engaged-in-a-homosexual-lifestyle','','<h2>Here\'s the Good News: There is hope in God for those who are trapped in the homosexual lifestyle.</h2>\r\n<p>Deviant societies call bad behaviour good. Those who engage in bad behaviour, in this case the homosexual lifestyle, are told it is their legal \"right\". Practicing homosexuals obtain their legal rights from those who desire their political support. Devious lawyers and corrupt politicians encourage people to cast off moral restraint in hopes of gaining their vote. In his book , \"Lift Up Your Heart\", Fulton Sheen described modern society this way: <em>\"Unable to live by the old mores, they changed the rules to fit their new behaviour\"</em> (paraphrasing mine).</p>\r\n<p>Do not be fooled (or surprised) by societal, or \"lawful\", approval of aberrant behaviour. Societal approval and/or judicial approval is by design a balm, albeit conterfeit, for a guilty conscience. The \"conscience\" is the spiritual and psychological mechanism God uses to lead people back to the Truth. Unless the conscience has been nullified, we turn to God in sorrow after doing something we, intuitively, know is wrong. Again I say, do not be fooled.</p>\r\n<h2>For those seeking freedom from the bondage of homosexuality, here is understanding and a great promise:</h2>\r\n<p><a href=\"http://www.biblegateway.com/passage/?search=Matthew+19:12&amp;version=KJV\"><span style=\"text-decoration: underline;\"><strong><span style=\"color: #0066cc;\">Matthew 19:12</span></strong></span></a><br />For there are some eunuchs, which were so born from their mother\'s womb: and there are some eunuchs, which were made eunuchs of men: and there be eunuchs, which have made themselves eunuchs for the kingdom of heaven\'s sake. He that is able to receive it, let him receive it.<br /><br /><a href=\"http://www.biblegateway.com/passage/?search=Isaiah+56:4-5&amp;version=KJV\"><span style=\"text-decoration: underline;\"><strong><span style=\"color: #0066cc;\">Isaiah 56:4-5</span></strong></span></a><br /><sup id=\"en-KJV-18758\">4</sup>For thus saith the LORD unto the eunuchs that keep my sabbaths, and choose the things that please me, and take hold of my covenant; <sup id=\"en-KJV-18759\">5</sup>Even unto them will I give in mine house and within my walls a place and a name better than of sons and of daughters: I will give them an everlasting name, that shall not be cut off.</p>\r\n<h2>For those who lead these astray:</h2>\r\n<p><a href=\"http://www.biblegateway.com/passage/?search=Matthew+18:6&amp;version=KJV\"><strong><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">Matthew 18:6</span></span></strong></a><br />But whoso shall offend one of these little ones which believe in me, it were better for him that a millstone were hanged about his neck, and that he were drowned in the depth of the sea.</p>\r\n<p><a href=\"http://www.biblegateway.com/passage/?search=Isaiah+5:20&amp;version=KJV\"><strong><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">Isaiah 5:20</span></span></strong></a><br />Woe unto them that call evil good, and good evil; that put darkness for light, and light for darkness; that put bitter for sweet, and sweet for bitter!</p>','',1,1,0,1,'2012-04-12 05:57:33',62,'Jack Brake','2012-04-12 06:13:14',62,0,'0000-00-00 00:00:00','2012-04-12 05:57:33','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,147,'','',0,194,'robots=\nauthor='),(555,'Panetta Has Paid $17K for $860K Worth of Commuting','panetta-has-paid-17k-for-860k-worth-of-commuting','','<div><img class=\"caption\" src=\"images/stories/panetta.jpg\" border=\"0\" alt=\"Leon Panetta\" title=\"Leon Panetta\" hspace=\"7\" align=\"left\" />April 06, 2012</div>\r\n<p><strong><span id=\"article_source\">Associated Press</span><span>|</span><span>by Lolita C. Baldor</span></strong></p>\r\n<div id=\"article_page_1\">\r\n<p>WASHINGTON -- Defense Secretary Leon Panetta has commuted on military aircraft to his home in northern California more than two dozen times since he took over the Pentagon in July, paying about $630 per trip for a roundtrip flight that costs the Pentagon about $32,000.</p>\r\n<p>The totals detailed by defense officials lay out his reimbursements for the first time, showing he paid the Treasury about $17,000 for the 27 personal trips. Based on fuel and other operating expenses for his Air Force plane, those same trips cost the government as much as $860,000.</p>\r\n<p>As Pentagon chief, Panetta is required to travel on military planes because they have the secure communications equipment he needs to stay in contact with the president and other top civilian and military leaders.</p>\r\n<p>His bill for the travel is calculated according to reimbursement formulas dictated by longstanding federal policies using what a full-fare coach trip would cost. And the Pentagon says it costs about $3,200 per flight hour to operate the small plane he usually uses for the 10-hour round trip.</p>\r\n<p><a href=\"http://www.military.com/news/article/panetta-has-paid-17k-for-commuting-to-california.html?ESRC=dod.nl\">Continue Post on Military.com &gt;&gt;&gt;</a></p>\r\n<p> </p>\r\n</div>','',1,1,0,1,'2012-04-14 15:49:26',62,'Posted on Military.com','2012-05-07 02:53:09',62,0,'0000-00-00 00:00:00','2012-04-14 15:49:26','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,144,'','',0,130,'robots=\nauthor='),(556,'Reagan Vs. Obama - Social Economics 101 ','reagan-vs-obama-social-economics-101-','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"243\" src=\"http://www.youtube.com/embed/3h8O7V-WxWQ\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,1,0,1,'2012-04-17 15:19:44',62,'Submitted by Matt Krol','2012-04-17 15:41:03',62,0,'0000-00-00 00:00:00','2012-04-17 15:19:44','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,143,'','',0,502,'robots=\nauthor='),(557,'Barack Obama’s Lawyer Admits Birth Certificate Is Forged','barack-obamas-lawyer-admits-birth-certificate-is-forged','','<p><img src=\"images/stories/alexandra-m-hill-150x150.jpg\" border=\"0\" alt=\"Alexandra Hill\" align=\"left\" /></p>\r\n<p>It appears the web is a buzz with information concerning the New Jersey court contest in regards to Barack Obama’s eligibility to be on the state’s ballot. At the center of the controversy now is the fact that Barack Obama’s own lawyer has apparently <a href=\"http://www.youtube.com/watch?v=OwmfisorUcc\" target=\"_blank\">conceded</a> the fact that the document is a forgery.</p>\r\n<p>According to <a href=\"http://www.teapartytribune.com/2012/04/13/obama-lawyer-admits-forgery-but-disregards-image-as-indication-of-obamas-ineligibility-damage-control/\" target=\"_blank\">TeaPartyTribune.com</a>, attorney Alexandra Hill, of the Newark-based law firm Genova, Burn and Giantomasi, admitted that the image of Obama’s birth certificate was a forgery and made the absurd claim that, therefore, it cannot be used as evidence to confirm his lack of natural born citizenship status. She concluded her analysis of the online birth certificate arguing that it is “irrelevant to his placement on the ballot”.</p>\r\n<p>She then went on to try and establish his eligibility by speaking of his political popularity, not legal qualification, in order to be a candidate!</p>\r\n<p><a href=\"http://www.frontporchpolitics.com/wp-content/uploads/2012/04/bho-bc.jpg\"></a></p>\r\n<p>Penbrook Johannson, editor for <a href=\"http://thedailypen.blogspot.com/\" target=\"_blank\">The Daily Pen</a> said, “Sadly, regardless of her moral deficiency, Hill is legally justified. Obama’s eligibility is a separate matter than the charges of forgery and fraud. Of course, we have evidence that he is not eligible. But, evidence of forgery by as yet unidentified counterfeiters working on behalf of Obama is not what legally excludes Obama from appearing on a ballot, by itself, until some authority is willing to consider this as evidence of forgery on its merit as an indication of actual ineligibility in a court of legal authority. Until some court of competent jurisdiction is willing to hear evidence of forgery and fraud, you can’t legally punish a political candidate for that crime which has not been proven that they committed. However, since Obama is not eligible because of a lack of authenticated evidence to the contrary, he could be held off the ballot for that reason.”</p>\r\n<p>So what this comes down to is legal tip toeing around the issue. Let me put it simply. Obama’s own lawyer admits that the birth certificate which was put out by the White House is a forgery. The forgery does not prove Obama is not a “natural born” citizen since it is a forgery. Therefore, the plaintiffs have not made their case and Barack Obama should be left on the ballot. I’ll bet Mr. “It depends on what is, is” was behind this bit of legal wrangling.</p>\r\n<p><a href=\"http://frontporchpolitics.com/2012/04/barack-obamas-lawyer-admits-birth-certificate-is-forged/\">Continue post on Front Porch Politics &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-04-17 15:20:41',62,'Front Porch Politics','2012-04-17 15:34:06',62,0,'0000-00-00 00:00:00','2012-04-17 15:20:41','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,142,'','',0,145,'robots=\nauthor='),(558,'\'Obama\'s Attack On The Church\' ','obamas-attack-on-the-church-','','<p><span style=\"color: #000000; font-size: 10pt;\">Dear Jack,</span></p>\r\n<p style=\"text-align: justify; font-style: normal; margin: 0px 0in; font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; color: #000000; font-size: 12pt; font-weight: normal;\" align=\"justify\"><span style=\"font-size: 10pt;\"> </span></p>\r\n<p style=\"text-align: justify; font-style: normal; margin: 0px 0in; font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; color: #000000; font-size: 12pt; font-weight: normal;\" align=\"justify\"><span style=\"font-size: 10pt;\">In this article, Bishop Jenky compares the current administration being on the same destructive path as past intolerant leaders, with the same goal to eradicate the competition, the church. </span></p>\r\n<p style=\"text-align: justify; font-style: normal; margin: 0px 0in; font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; color: #000000; font-size: 12pt; font-weight: normal;\" align=\"justify\"><span style=\"font-size: 10pt;\"> </span></p>\r\n<p style=\"text-align: justify; font-style: normal; margin: 0px 0in; font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; color: #000000; font-size: 12pt; font-weight: normal;\" align=\"justify\"><span style=\"font-size: 10pt;\"><a>Visit our website</a><span> and read previous issues <a href=\"http://r20.rs6.net/tn.jsp?e=001UuhHO68lwrNj5h0yklpTcVX1nFmJ6NwEJ8soKHicM5IIUjahPsld_NsjGMEi0d4nRCaj8jsg6Wtzzf_mSYEmAwhPXlhYsl09spo5eY5vpQPsm7UigN6W76pQhVc4Gbhx8-Ph3YfjLuUYe7pDiEp2ww==\" target=\"_blank\" style=\"color: #0000ff; font-weight: bold; text-decoration: underline;\">online</a>. </span></span></p>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\"><span style=\"color: #000000; font-size: 10pt;\"> </span></p>\r\n<table style=\"width: 423px;\" border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"font-size: 10pt;\" width=\"9\"> </td>\r\n<td style=\"text-align: justify;\" width=\"396\">\r\n<div style=\"text-align: center;\">\r\n<p style=\"margin-top: 0px; margin-bottom: 0px; color: black; font-size: 12pt;\"><span style=\"font-family: Verdana,Geneva;\"><strong>\'<em>Obama\'s Attack On The Church</em>\' </strong></span></p>\r\n<p style=\"margin-top: 0px; font-family: Verdana,Geneva; margin-bottom: 0px; font-size: 11pt;\"><span style=\"color: #ff0000;\">Special Bulletin</span></p>\r\n<p style=\"margin-top: 0px; font-family: Verdana,Geneva; margin-bottom: 0px;\"><span style=\"color: black; font-size: 10pt;\"><em>by Craig Bannister<br /><br /></em></span></p>\r\n</div>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-family: Verdana,Geneva; color: #000000; font-size: 9pt;\"> </span><span style=\"font-family: Verdana,Geneva; color: #000000; font-size: 9pt;\">In his homily, \"A Call to Catholic Men of Faith,\" Peoria, Ill., Bishop Jenky explains that government attacks against Christians have been going on for centuries, even in countries like Italy, Germany, and France:</span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"> </p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-family: Verdana,Geneva; color: #000000; font-size: 9pt;\">\"Remember that in past history other governments have tried to force Christians to huddle and hide only within the confines of their churches like the first disciples locked up in the Upper Room.</span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"> </p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-family: Verdana,Geneva; color: #000000; font-size: 9pt;\">\"In the late 19th century, Bismark waged his \"Kultur Kamp,\" a Culture War, against the Roman Catholic Church, closing down every Catholic school and hospital, convent and monastery in Imperial Germany.</span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"> </p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-family: Verdana,Geneva; color: #000000; font-size: 9pt;\">\"Clemenceau, nicknamed \"the priest eater,\" tried the same thing in France in the first decade of the 20th Century.\"</span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-family: Verdana,Geneva; color: #000000; font-size: 9pt;\"> </span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-family: Verdana,Geneva; color: #000000; font-size: 9pt;\">The bishop then explained how Obama, like Hitler and Stalin, is determined to eradicate the \"competition\" of the Church - especially, in areas like education, social services, and health care:</span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-family: Verdana,Geneva; color: #000000; font-size: 9pt;\"> </span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-family: Verdana,Geneva; color: #000000; font-size: 9pt;\">\"Hitler and Stalin, at their better moments, would just barely tolerate some churches remaining open, but would not tolerate any competition with the state in education, social services, and health care.</span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-family: Verdana,Geneva; color: #000000; font-size: 9pt;\"> </span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-family: Verdana,Geneva; color: #000000; font-size: 9pt;\">\"In clear violation of our First Amendment rights, Barack Obama - with his radical, pro-abortion and extreme secularist agenda, now seems intent on following a similar path.\"</span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-family: Verdana,Geneva; color: #000000; font-size: 9pt;\"> </span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-family: Verdana,Geneva; color: #000000; font-size: 9pt;\">Bishop Jenky then warned that all Catholic ministries, except church buildings, could be shut down by the fall of next year, due to Obama\'s efforts:</span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-family: Verdana,Geneva; color: #000000; font-size: 9pt;\"> </span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-family: Verdana,Geneva; color: #000000; font-size: 9pt;\">\"This fall, every practicing Catholic must vote, and must vote their Catholic consciences, or by the following fall our Catholic schools, our Catholic hospitals, our Catholic Newman Centers, all our public ministries -- only excepting our church buildings - could easily be shut down.</span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-family: Verdana,Geneva; color: #000000; font-size: 9pt;\"> </span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-family: Verdana,Geneva; color: #000000; font-size: 9pt;\">\"Because no Catholic institution, under any circumstance, can ever cooperate with the intrinsic evil of killing innocent human life in the womb.\"</span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-family: Verdana,Geneva; color: #000000; font-size: 9pt;\"> </span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-family: Verdana,Geneva; color: #000000; font-size: 9pt;\">Bishop Jenky then declared directly to Pres. Obama that no Catholic institution will be a party to abortion under any circumstances:</span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-family: Verdana,Geneva; color: #000000; font-size: 9pt;\"> </span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-family: Verdana,Geneva; color: #000000; font-size: 9pt;\">\"No Catholic ministry - and yes, Mr. President, for Catholics our schools and hospitals are ministries - can remain faithful to the Lordship of the Risen Christ and to his glorious Gospel of Life if they are forced to pay for abortions.\"</span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-family: Verdana,Geneva; color: #000000; font-size: 9pt;\"> </span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-family: Verdana,Geneva; color: #000000; font-size: 9pt;\"> </span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-family: Verdana,Geneva; color: #000000; font-size: 9pt;\">To Read Online <span style=\"color: #0000ff;\"><a href=\"http://r20.rs6.net/tn.jsp?e=001UuhHO68lwrM3N8LaIvOHIvfUTNBK_-PyxGPBS2DPIeG9eWz2-4k2ckJlrQFQxAQshlK7r-TzsQs4VECdCLoVqm6RT5LfBYT-B7jHEf1qvxcHZbOIXHEceBM-HW2Ke6OIjNZVKNm89WULbdO-zjWtog==\" target=\"_blank\" style=\"color: #0000ff; font-weight: bold; text-decoration: underline;\">Click Here</a></span> </span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"> </p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"> </p>\r\n<span style=\"font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; color: #000000; margin-left: 0in; font-size: 9pt; font-weight: normal; margin-right: 0in;\">\r\n<p style=\"margin-top: 0px; margin-bottom: 0px; font-size: 9pt;\"><span> </span></p>\r\n</span>\r\n<p style=\"text-align: center; margin-top: 0px; font-family: Verdana,Geneva; margin-bottom: 0px; font-size: 10pt; margin-right: 1pt;\" align=\"center\"><span style=\"font-size: 9pt;\"><strong>Print Friendly Version</strong>: <a href=\"http://r20.rs6.net/tn.jsp?e=001UuhHO68lwrMKrYt_F62Ax_mLunWfsIKFBP5LZiomScKU-cTkcHLBNKNw8m7IPYKh-BRy3N7rbV9-j8o8MXk_gaTfNB_8q5plCw9GqkiJKjkQnJKbIH9nLR3xI7J1NYeWGPyoeENnqAu5GRPVFsSc0A63r9Z1ydr6\" target=\"_blank\" style=\"color: blue; font-weight: bold; text-decoration: underline;\">Click Here</a> </span></p>\r\n<p style=\"text-align: justify; margin-top: 0px; font-family: Verdana,Geneva; margin-bottom: 0px; font-size: 10pt; margin-right: 1pt;\"> </p>\r\n</td>\r\n<td width=\"10\"><br /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div style=\"text-align: center;\">\r\n<div style=\"text-align: justify;\"><span style=\"font-size: 10pt;\">____________________________________<br /><br />\r\n<div><span style=\"color: #000000; font-size: 9pt;\">Be sure to register and attend the upcoming Freedom Congress Event on June 2 with Lt. Col. (Ret.) Oliver North and other key speakers.</span> <a href=\"http://r20.rs6.net/tn.jsp?e=001UuhHO68lwrMU_4SKEFwOk5GxX5W70rRIEpuEj5_E7-ngBVlduHS3k0upHKC44hyjSdFACIApbBo4QEDD6uwn5nsjQybk3GhfuaGl-NIE9Sh1gJbJAurpodOTlJMvmK-caNDptP30tgtWPED5sfkELXn_e34Lwv21ycikIGFnDHk=\" target=\"_blank\" style=\"color: #0000ff; font-size: 9pt; font-weight: bold; text-decoration: underline;\">Click Here</a><br /><br /></div>\r\n</span><span style=\"color: #000000; font-size: 9pt;\">Oak Chapters and Groups are starting up everywhere. If you have started a group or chapter, we would like to connect <span style=\"color: #000000;\">with you for resources. Call 803-547-8217 for further details. </span></span><span style=\"color: #000000; font-size: 9pt;\"><br /><br />For those who have a group, be sure to <a href=\"http://r20.rs6.net/tn.jsp?e=001UuhHO68lwrNsj3qRqpzlspiStylHy_9mangAW-jdITYykt54vCKv_s9pTkGbNnxYu4wFEvG2U8RlojaCvWVRqc9Gjf-j0C5_AP8-I-m2wiDIxbllKOf8886Q8d_L-Hz-sGJMI4o-HptVo7B74NqUq5W60K25WhiV\" target=\"_blank\" style=\"color: #ff0000; font-weight: bold; text-decoration: underline;\">submit an update online</a>.</span></div>\r\n</div>\r\n<div><span style=\"font-size: 9pt;\"><br /><span style=\"color: #000000;\">In His Service,</span><br /><br /><span style=\"color: #000000;\">Bill NeSmith<br />The Oak Initiative</span></span></div>','',1,20,0,78,'2012-04-21 02:45:53',62,'The Oak Initiative','2012-04-21 03:06:51',62,0,'0000-00-00 00:00:00','2012-04-21 02:45:53','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,46,'','',0,292,'robots=\nauthor='),(559,'Tyranny - An Old Cuban\'s Perspective','tyranny','','<p><strong>\r\n<p>This note was sent to me by a long-time and very close friend, Gabriel Sorzano. Gabriel, and his family, were friends of my wife\'s family in Cuba. Gabriel is one of the \"First Wave\" Cuban exiles who found their way to safety in America after Castro\'s takeover and subsequent efforts to save everyone from evil capitalists and God.</p>\r\n<p>It is interesting to note (for those who may not know) that after Batista fled Cuba, Castro and his \"rebels\" came down from the mountains with rosaries around their necks and a promise to lead the people from darkness to light... Sound familiar anyone?<br /><br />Gabriel is in his late 80’s.</p>\r\n</strong></p>\r\n<hr />\r\n<p>Jack I am trying to translate a paper that you might find interesting.<br /><br />Tirany<br /><br />When one realizas how tirany operates one is surprised because its mechanism is just the opposite of what seems at first.<br /><br />One thinks that the strength of the tirant is in him and in a certain way it may be, but that is not what gives him power. The power is in the many that obey him and also in the ones that fear the others which they believe obey him.<br /><br />Is a positive feed back effect, it begins inocently enough in the admiration of a person whose attitude that may have some risks, seems admirable to a great part of the people, that admiration is mostly emotional, an some people call it histerical, but it comes to a point where it turns violent, it is right there that starts the growth of the tirany.<br /><br />In the life of modern developed countries and also in those not developed that have a suffiently strong media, is fairly easy to that media to make visible everyday in several ways that individual that they want, having chosen one that have qualities that make it easy. continous exposure gives acertain familiarity that does away with fears and that way increases the popularity that eventually culminates in violence.<br /><br />Unluckily for the world fidel found a way to reduce an organized country to complete obedience starting from a government that was original quite popular. He incited part of the people to violence throught some 500 hours of television talk in one year stressing envies and resentment that always exist. And since then we have seen several others go the same way.<br /><br />There are countries that feel superior to this possibility but they dont realize that the media in them is malso more powerfu and dominate the country by forming public opinion.<br /><br />In a very orderly country the very forces of keeping order can be used as the necessary violence, that the media will always cover up with lies.<br /><br />In powerful countries where life level been reduced resentments have increased. Poor education also makes the recognition of these realities difficult but mainly because there is no desire to so.<br /><br />Jack I found this perhaps pertinent gabriel</p>\r\n<p>  \r\n<hr />\r\n</p>\r\n<p> Very pertinent Gabriel. It is unfolding before our eyes and the “useful idiots”, the liberal media, are falling over themselves to make it happen while ignoring the glaring danger. There has been a recent, systematic strengthening of the Executive Branch in the passing of new congressional laws, Executive Orders and/or by the Executive Branch’s blatant and arrogant disregard of Congress. Yet, in spite of this, the Press assures us that there is absolutely nothing to worry about and that all is well in Camelot.<br /><br />Life in the United States in 2012 is not unlike Winston Churchill’s time when he alone (and eventually the Roman Catholic Church) was decrying the danger of Hitler’s Germany while Chamberlain, and, ironically, our very own Joseph Kennedy, was singing Hitler’s praises. Or different than Lenin stirring up 24,000 Bolsheviks (the toiling and exploited masses) to eventually enslave a country of 150,000,000 people. Our Bolsheviks are called “Occupy Wall Streeters” or Trayvon’s Black Panthers or Wisconsin Union Public Employees. And if there is violence, or the threat of violence, the White House and the Media silently approve as did Lenin who said “violence, when it is committed by the toiling and exploited masses, is the kind of violence of which we approve”.<br /><br />It is also interesting to note that Lenin, Hitler, Castro, et al., made it their mission to destroy the Church (competition).<br /><br />No, there is truly nothing new under the sun. It is just so damn frustrating that people fall for the same tricks over and over, and that so few recognize it until thousands are enslaved or killed. It must make you sick Gabriel, after escaping this tyranny once in your lifetime, to possibly experience it again.</p>\r\n<p>{jcomments on}</p>','',1,20,0,78,'2012-04-22 21:05:17',62,'Gabriel Sorzano','2012-05-19 18:01:24',62,0,'0000-00-00 00:00:00','2012-04-22 21:05:17','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',10,0,45,'','',0,2071,'robots=\nauthor='),(560,'Obama\'s \"Catholic Plan\"','obamas-qcatholic-planq','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"315\" src=\"http://www.youtube.com/embed/vVN2MMuiedI\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,20,0,78,'2012-05-01 03:48:17',62,'RealCatholicTV.com','2012-05-01 03:52:20',62,0,'0000-00-00 00:00:00','2012-05-01 03:48:17','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,44,'','',0,271,'robots=\nauthor='),(561,'Kathleen Sebelius to Speak at Georgetown Commencement Ceremony','kathleen-sebelius-to-speak-at-georgetown-commencement-ceremony','','<p><span style=\"color: #000000;\"><span style=\"font-family: Georgia;\"><img src=\"images/stories/cnf.jpg\" border=\"0\" alt=\"Cardnal Newman Society\" /></span></span></p>\r\n<p><span style=\"color: #000000;\"><span style=\"font-family: Georgia;\">In what can only be interpreted as a direct challenge to America\'s Catholic bishops, Georgetown University has announced that \"pro-choice\" Catholic Kathleen Sebelius, Secretary of the Department of Health and Human Services (HHS) and lead architect of the Obama administration\'s assault on religious freedom through the HHS contraception mandate, has been invited to speak at one of Georgetown\'s several commencement ceremonies.<br /><br />The Cardinal Newman Society has posted a petition to protest this outrage here: <a href=\"http://www.georgetownscandal.com\"><strong>GeorgetownScandal.com</strong>. </a>It has also alerted Washington Cardinal Donald Wuerl and sent a letter to Georgetown President John DeGioia urging him to immediately withdraw the invitation.<br /><br />Last week The Cardinal Newman Society released a list of 11 scandalous commencement speakers at Catholic colleges and universities, as well as a report on homosexual \"lavender graduations\" including one at Georgetown.<br /><br />The nation\'s oldest Catholic and Jesuit university has chosen to honor Sebelius by granting her a prestigious platform at its Public Policy Institute commencement ceremony, despite her role as the lead architect of a healthcare mandate that will force Catholic institutions to pay for contraception, abortifacients and sterilization against their religious beliefs. The United States Conference of Catholic Bishops has termed the mandate \"an unwarranted government definition of religion\" that is \"alien both to our Catholic tradition and to federal law,\" \"a violation of personal civil rights\" and \"a mandate to act against our teachings.\"<br /><br />But Secretary Sebelius\' record on abortion is at least as troubling as the mandate. When Governor of Kansas, Sebelius supported abortion rights and vetoed pro-life legislation. In 2008, Archbishop Joseph Naumann of Kansas City reportedly told Sebelius, a Roman Catholic, to stop receiving the Eucharist until she publicly recants her position on abortion and makes a \"worthy sacramental confession.\"</span></span><span style=\"color: #000000; font-size: 14px;\"><span style=\"font-family: Georgia;\"><span style=\"color: #000000; font-size: 14px;\"><br /><br /></span></span></span></p>\r\n<div><strong>PLEASE SHARE THIS EMAIL!</strong></div>\r\n<p><br /><br /></p>\r\n<table style=\"width: 350px; border: #e3e4e4 1px solid;\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n<tbody>\r\n<tr>\r\n<td style=\"font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#68696a\" colspan=\"5\" align=\"center\">\r\n<div style=\"background:#e3e4e4; padding:1px 6px\">SHARE THIS EMAIL:</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#68696a\"><a href=\"http://www.facebook.com/sharer.php?u=http%3a%2f%2fbsfurl.com%2fbmYE/fsT/Gjm&amp;t=Alert%3a+Georgetown+Scandal\" style=\"text-decoration:none; color:#68696a;display:inline-block;margin-right:10px\"><img src=\"http://images.publicaster.com/imagelibrary/social/facebook.gif\" border=\"0\" alt=\"Facebook\" width=\"16\" height=\"16\" style=\"margin-right:1px; vertical-align:middle\" /><span style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#68696a\">Facebook</span></a></td>\r\n<td style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#68696a\"><a href=\"http://twitter.com/intent/tweet?status=Alert%3a+Georgetown+Scandal http%3a%2f%2fbsfurl.com%2fbmYF/fsT/Gjm\" style=\"text-decoration: none; color: #68696a; display:inline-block; margin-right:10px\"><img src=\"http://images.publicaster.com/imagelibrary/social/twitter.gif\" border=\"0\" alt=\"Twitter\" width=\"16\" height=\"16\" style=\"margin-right:1px; vertical-align:middle\" /><span style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#68696a\">Twitter</span></a></td>\r\n<td style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#68696a\"><a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;ro=true&amp;url=http%3a%2f%2fbsfurl.com%2fbmYG/fsT/Gjm&amp;armin=armin&amp;title=Alert%3a+Georgetown+Scandal\" style=\"text-decoration: none; color: #68696a; display:inline-block; margin-right:10px\"><img src=\"http://images.publicaster.com/imagelibrary/social/linkedin.gif\" border=\"0\" alt=\"LinkedIn\" width=\"16\" height=\"16\" style=\"margin-right:1px; vertical-align:middle\" /><span style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#68696a\">LinkedIn</span></a></td>\r\n<td style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#68696a\"><a href=\"http://digg.com/submit?url=http%3a%2f%2fbsfurl.com%2fbmYH/fsT/Gjm&amp;title=Alert%3a+Georgetown+Scandal\" style=\"text-decoration: none; color: #68696a; display:inline-block; margin-right:10px\"><img src=\"http://images.publicaster.com/imagelibrary/social/digg.gif\" border=\"0\" alt=\"Digg\" width=\"16\" height=\"16\" style=\"margin-right:1px; vertical-align:middle\" /><span style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#68696a\">Digg</span></a></td>\r\n<td style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#68696a\"><a href=\"http://www.myspace.com/index.cfm?fuseaction=postto&amp;u=http%3a%2f%2fbsfurl.com%2fbmYI/fsT/Gjm&amp;l=3&amp;title=Alert%3a+Georgetown+Scandal\" style=\"text-decoration: none; color: #68696a; display:inline-block; margin-right:10px\"><img src=\"http://images.publicaster.com/imagelibrary/social/myspace.gif\" border=\"0\" alt=\"MySpace\" width=\"16\" height=\"16\" style=\"margin-right:1px; vertical-align:middle\" /><span style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#68696a\">MySpace</span></a></td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,1,0,1,'2012-05-05 14:22:44',62,'Cardinal Newman Society','2012-05-05 14:58:08',62,0,'0000-00-00 00:00:00','2012-05-05 14:22:44','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,141,'','',0,131,'robots=\nauthor='),(562,'Once-Homeless Teen Headed to Harvard After Working as a Janitor to Get Ahead: ‘It Depends on You and No One Else’','once-homeless-teen-headed-to-harvard-after-working-as-a-janitor-to-get-ahead-it-depends-on-you-and-no-one-else','','<p>In today’s bleak economy, it is good to remember that there are still countless energetic youths in America who will work hard and sacrifice to achieve their dreams. In this so-called “rags-to-riches” tale, the once-homeless 18-year old Dawn Loggins has been accepted to Harvard University on a partial scholarship after, among other things, working as a janitor and taking night classes to get ahead.</p>\r\n<p>“When I was younger, I looked around at my family and I saw the neglect, the drug abuse, the bad choices and I saw my family living from paycheck to paycheck, and I just made a decision that I was not going to end up like my parents,” <a href=\"http://www.wistv.com/story/18121186/from-a-life-of-hell-to-harvard-university\" target=\"_blank\">she told WBTV</a>.</p>\r\n<p><a href=\"http://www.theblaze.com/stories/it-depends-on-you-and-no-one-else-once-homeless-teen-headed-to-harvard-after-working-as-a-janitor-and-taking-night-classes-to-get-ahead/\">Read More on The Blaze &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-05-07 02:30:09',62,'Posted on The Blaze','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-05-07 02:30:09','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,140,'','',0,251,'robots=\nauthor='),(563,'Defense Secretary Leon Panetta declared global warming a national security threat','defense-secretary-leon-panetta-declared-global-warming-a-national-security-threat','','<div id=\"big-wrapper\">\r\n<div class=\"print-header\"><img src=\"http://campaign2012.washingtonexaminer.com/profiles/custom/themes/examiner_theme/images/short_header.png\" border=\"0\" width=\"400\" height=\"90\" /></div>\r\n<div id=\"page-wrapper\">\r\n<div id=\"page\">\r\n<div id=\"global-header\">\r\n<div class=\"tabs-nav\">\r\n<ul>\r\n<li class=\"active\"><a href=\"http://letsrebuildit.com/\">Campaign 2012</a></li>\r\n<li><a href=\"http://washingtonexaminer.com/\">Washington Examiner.com</a></li>\r\n</ul>\r\n</div>\r\n<!--/tabs nav-->\r\n<div class=\"share-search\">\r\n<div class=\"global-share\">\r\n<ul>\r\n<li class=\"title\">Share:</li>\r\n<li class=\"fb\"><a href=\"http://www.facebook.com/washingtonexaminer\">Facebook</a></li>\r\n<li class=\"twitter\"><a href=\"http://twitter.com/#!/dcexaminer\">Twitter</a></li>\r\n<li class=\"rss\"><a href=\"rss-feeds\">RSS</a></li>\r\n</ul>\r\n</div>\r\n<!--/global share-->\r\n<p>Defense Secretary Leon Panetta declared global warming a national security threat yesterday during a speech before an environmentalist group in Washington, D.C.</p>\r\n<p>\"The area of climate change has a dramatic impact on national security,\" Panetta <a href=\"http://www.defense.gov/news/newsarticle.aspx?id=116192\">told the Environmental Defense Fund</a> last night. \"Rising sea levels, severe droughts, the melting of the polar caps, the more frequent and devastating natural disasters all raise demand for humanitarian assistance and disaster relief.\"</p>\r\n<p>The Defense Secretary must have missed <a href=\"http://washingtonexaminer.com/opinion/2012/04/cuddly-symbols-not-coooperating-climate-panic/525971\">Examiner Columnist Mona Charen\'s recent piece</a> on how symbols of global warming aren\'t working out the way environmentalists predicted.</p>\r\n<p>For instance, The United Nations climate change panel \"admitted that the melting Himalayas prediction was not based on science but on a 1999 media interview given by one scientist,\" Charen observed. \"They said they regretted the error. Now, a study in nature, based on satellite imagery, has shown that some melting of lower altitude glaciers is taking place but that higher glaciers have been adding ice.\"</p>\r\n<p>With reference to the story of an apparently-marooned polar bear floating on an ice floe -- puzzling, as polar bears can swim for hundreds of miles -- Charen cited a new Canadian study showing that the polar bear population is on the rise.</p>\r\n<p>\"Oh, and the scientist for the Department of the Interior whose 2004 work on drowning polar bears inspired Al Gore and others has been placed on administrative leave for unspecified wrongdoing,\" she added.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','',1,1,0,1,'2012-05-07 02:53:16',62,'The Examiner','2012-05-07 03:05:55',62,0,'0000-00-00 00:00:00','2012-05-07 02:53:16','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,139,'','',0,270,'robots=\nauthor='),(564,'Cloward-Piven Strategy Working Perfectly — in Europe','cloward-piven-strategy-working-perfectly-in-europe','','<p>The now-infamous “Cloward-Piven Strategy” outlined by Richard Cloward and Frances Fox Piven in 1966 proposed a clear roadmap to socialism: get so many people addicted to government entitlements that the economic system collapses, and in the resulting chaos the populace will demand and vote for a new economic system in which everyone is supported by the state. Sounds logical (if nefarious), and President Obama seems hell-bent on bringing it to fruition in the United States. The problem for Obama’s inner socialist is that he’s also required for appearance’s sake to attempt a rescue of the American economy using Keynesian principles. This self-cancelling combo-strategy is the underlying cause of our economic stagnation, as outlined in <a href=\"http://pjmedia.com/zombie/2010/08/16/the-obama-piven-strategy/?singlepage=true\">“The Obama-Piven Strategy,”</a> an earlier PJM post I made last year that made some waves. What I noted back then remains true:</p>\r\n<p>I propose that President Obama is simultaneously trying to rescue the economy using the Keynesian/Democratic model while at the same time also trying to destroy the economy through the Cloward-Piven Strategy. His two mutually contradictory plans cancel each other out, rendering all his efforts self-negating, and this explains why the American economy has stalled.</p>\r\n<p>I dub this the Obama-Piven Strategy. And it’s the reason why we remain mired in a deep recession. We are neither recovering, as the Keynesian model predicts, nor is capitalism collapsing, as the revolutionaries hope; the Obama-Piven strategy ensures that we remain in suspended animation between the two extremes.</p>\r\n<p><a href=\"http://pjmedia.com/tatler/2012/05/06/cloward-piven-strategy-working-perfectly-in-europe/?singlepage=true\">Continue post on PJMedia &gt;&gt;&gt;</a></p>\r\n<p>Related:  <a href=\"http://www.letsrebuildit.com/index.php?option=com_content&amp;view=article&amp;id=357:obamas-agenda-overwhelm-the-system&amp;catid=74:commentary&amp;Itemid=94\">Obama\'s Agenda: Overwhelm the System</a></p>','',1,1,0,1,'2012-05-08 13:25:34',62,'PJ Media','2012-05-08 13:38:54',62,0,'0000-00-00 00:00:00','2012-05-08 13:25:34','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,138,'','',0,244,'robots=\nauthor='),(565,'Tea Party Fights Back Against IRS Abuses!','tea-party-fights-back-against-irs-abuses','','<p><em><img src=\"images/stories/OAKI-logo.png\" border=\"0\" alt=\"The Oak Initiative\" align=\"left\" />A special news report from Liberty News Network</em></p>\r\n<p>Tea Party organizations are calling out the IRS for coordinated attacks against the groups. The IRS has allegedly hindered the issuance of their tax-exempt status by creating unprecedented stipulations and making obtaining the status virtually impossible – or elongated in time. These coordinated efforts by the IRS were an apparent effort to slow down or thwart the application process.<br /><br />In November, the Grassroots Action Alert reported that Tea Party groups were being conspicuously audited and unfairly charged for access to public facilities. As we now know, that was just one of many orchestrated leftist attacks designed to silence the Tea Party or render the movement ineffective. <br /><br />Taking on the IRS is a daunting task, but now, as evidence of the assaults mounted, the Tea Party has come out “guns blazing” with a lawsuit and the launch of the Liberty Defense Foundation. <br /><br /><strong>ACTION:</strong> The Tea Party\'s counter-offensive against the IRS has taken on a multifaceted approach with their lawsuit and the launch of the Liberty Defense Foundation. Find out more in <a href=\"http://www.grassrootsaction.com/r.asp?U=87251\" target=\"_blank\">Liberty News Network\'s exclusive report: Tea Party Fights Back Against IRS Abuses.</a></p>\r\n<p><img src=\"http://www.grassrootsactionalert.com/images/divider.gif\" border=\"0\" width=\"406\" height=\"24\" /> <br /><strong>2. 500 Million More Reasons to Stop ObamaCare and IRS Expansion</strong><br /><br /><em>A message from Liberty Counsel Founder and President, Matthew D. Staver </em><br /><br />Despite the fact that the Supreme Court has not yet ruled on the constitutionality of ObamaCare…and ignoring the fact that a vast majority of Americans oppose ObamaCare…and turning a deaf ear to the cries of people of faith who vehemently oppose ObamaCare’s “contraceptive and abortifacient” mandate…the Obama administration doggedly continues to push ObamaCare forward.<br /><br />The Hill.com reported this week that ObamaCare is expanding the IRS sooner than later…</p>\r\n<p><a href=\"http://www.theoakinitiative.org/tea-party\">Continue reading on The Oak Initiative &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-05-19 12:02:18',62,'The Oak Initiative','2012-05-19 17:11:03',62,0,'0000-00-00 00:00:00','2012-05-19 12:02:18','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,137,'','',0,316,'robots=\nauthor='),(566,'Charles Krauthammer On Drones In US – ‘Stop It Here, Stop It Now’','charles-krauthammer-on-drones-in-us-stop-it-here-stop-it-now','','<p><img src=\"images/stories/krauthammer-150x150.jpg\" border=\"0\" hspace=\"7\" align=\"left\" />The use of drones in U.S. airspace has been under attack since last year when a Predator drone was used on a man in North Dakota. Earlier this year, April 14, Barack Obama signed HR658 – FAA Reauthorization and Reform Act of 2012, which effectively set forth that the United States will have 30,000 drones in the air by 2020. Of course, one has to wonder where the money is coming from for this. Oh that’s right, taxpayers. Now, Charles Krauthammer has joined the dissenting voices.<br /> <br />Syndicated columnist Krauthammer took off in his interview with Fox News’ Brett Baier, “I’m going to go hard left on you here, I’m going ACLU. I don’t want regulations, I don’t want restrictions, I want a ban on this. Drones are instruments of war. The Founders had a great aversion to any instruments of war, the use of the military inside even the United States. It didn’t like standing armies, it has all kinds of statutes of using the army in the country.”<br /> <br />He continued, “I would say that you ban it under all circumstances and I would predict, I’m not encouraging, but I an predicting that the first guy who uses a Second Amendment weapon to bring a drone down that’s been hovering over his house is going to be a folk hero in this country.”</p>\r\n<p><a href=\"http://frontporchpolitics.com/2012/05/charles-krauthammer-on-drones-in-us-stop-it-here-stop-it-now/\">Continue post on Front Porch Politics &gt;&gt;&gt;</a></p>','',1,13,0,70,'2012-05-19 12:08:47',62,'Front Porch Politics','2012-05-19 12:30:42',62,0,'0000-00-00 00:00:00','2012-05-19 12:08:47','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,17,'','',0,267,'robots=\nauthor='),(567,'Ted Kennedy Let Mary Jo Kopechne Die in the Back Seat of His Car While Mitt Romney Cut a Kid’s Hair','ted-kennedy-let-mary-jo-kopechne-die-in-the-back-seat-of-his-car-while-mitt-romney-cut-a-kids-hair','','<p><img src=\"images/stories/ted-kennedy-kopehcne-220x120.jpg\" border=\"0\" alt=\"Ms_Kopechne_Kenendy\" align=\"right\" />You’ve heard that the <em>Washington Post </em>dredged up a 47-year-old story about Mitt Romney. Supposedly he bullied some kid in high school by cutting his hair. As more of the facts have come out, it’s obvious that the lengthy hit piece was built on a foundation of “we need this story to be true” journalism.</p>\r\n<p>If this is the best the Left can do, Obama is in deep trouble. Of course, the bogus bully story won’t stop Obama and his minions from attempting to dig up more dirt on Romney. When an Obama sycophant Michelle Goldberg compares Ann Romney to Hitler and Stalin, you know the Democrat Party is an asylum run by the crazies.</p>\r\n<p>We all know that there is a liberal double standard but nothing compares to the 47-year-old Romney “bully” story. Consider how many high profile Democrats have had pasts that would sink any Republican.<br /><br /><a href=\"http://godfatherpolitics.com/5203/ted-kennedy-let-mary-jo-kopechne-die-in-the-back-seat-of-his-car-while-mitt-romney-cut-a-kids-hair/#ixzz1vJkeUZaw\">Read more &gt;&gt;</a></p>','',1,1,0,1,'2012-05-19 12:19:59',62,'Godfather Politics','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-05-19 12:19:59','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,136,'','',0,271,'robots=\nauthor='),(568,'Anti-Gun Media Fails To Tell Nation of Conceal Carry Hero Who Saved Lives','anti-gun-media-fails-to-tell-nation-of-conceal-carry-hero-who-saved-lives','','<p>Thursday, April 26, 2012 was just another ordinary day in picturesque Salt Lake City. Just after 5:00 pm, many workers were on the way home from work with some of them stopping at stores to pick up something for dinner. Shoppers on the east side of the city were entering and leaving Smith’s Marketplace.</p>\r\n<p>One particular shopper, Kiet Thanh Ly purchased a knife and asked the clerk at the checkout to help him get the knife out of the plastic packaging. Ly, 34 years old, then left the store and started stabbing a 30 year old man in the abdomen. After stabbing him numerous times, Ly turned his knife to a 45 year old man and stabbed him in the head. The knife blow was so fierce that the knife went through the skull and into the man’s brain.</p>\r\n<p>Ly then turned to find another victim when a shopper just exiting the store saw what was happening and pulled his gun and ordered Ly to get down on the pavement. The gun wielding shopper held Ly at gun point until police arrived. It turned out that the shopper had a conceal carry permit that allowed him to carry the concealed gun in public. He is credited with saving other shoppers from falling victim to Ly’s rampage.</p>\r\n<p>Virtually every media outlet, including local media in Salt Lake City gave little coverage if any to the gun toting hero. In most of the local press accounts I could find, any mention of the hero is confined to one sentence. The <a href=\"http://www.sltrib.com/sltrib/news/54020488-78/police-wrote-stabbed-court.html.csp\">Salt Lake City Tribune’s</a> mention of the heroic save was,<br /><br /><a href=\"http://godfatherpolitics.com/5191/anti-gun-media-fails-to-tell-nation-of-conceal-carry-hero-who-saved-lives/#ixzz1vJmR8yCH\">Read more &gt;&gt;&gt;</a></p>','',1,15,0,72,'2012-05-19 12:28:35',62,'Godfather Politics','2012-05-19 12:31:00',62,0,'0000-00-00 00:00:00','2012-05-19 12:28:35','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,12,'','',0,796,'robots=\nauthor='),(569,'‘Real News From The Blaze:’ Law of the Sea Treaty','real-news-from-the-blaze-law-of-the-sea-treaty','','<div><span style=\"font-family: Arial,Helvetica,Verdana,sans-serif; color: #333333; font-size: x-small;\"><span style=\"LINE-HEIGHT: 20px; FONT-FAMILY: Arial,Helvetica,Verdana,sans-serif; COLOR: #333333; FONT-SIZE: 13px\">L.O.S.T. has nothing to do with the old ABC-TV show. Members of Congress know it as the \"Law of the Sea Treaty\" and Democrats are pushing to ratify this controversial pact. Last night the Real News panel explored the reasons why many in the GOP would prefer that L.O.S.T. remains adrift at sea. Learn more <a href=\"http://www.theblaze.com/stories/real-news-from-the-blaze-law-of-the-sea-treaty/\" target=\"_blank\" style=\"color: #d12020; text-decoration: none;\">HERE</a>. </span></span></div>','',1,1,0,1,'2012-05-19 12:35:17',62,'The Blaze','2012-05-19 13:04:53',62,0,'0000-00-00 00:00:00','2012-05-19 12:35:17','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,135,'','',0,220,'robots=\nauthor='),(570,'53,000 Dead Voters Found in Florida','53000-dead-voters-found-in-florida','','<p>I have learned that Florida election officials are set to announce that the secretary of state has discovered and purged up to 53,000 dead voters from the voter rolls in Florida.</p>\r\n<p>How could 53,000 dead voters have sat on the polls for so long? Simple. Because Florida hadn’t been using the best available data revealing which voters have died. Florida is now using the nationwide Social Security Death Index for determining which voters should be purged because they have died.</p>\r\n<p>Here is the bad news. Most states aren’t using the same database that Florida is. In fact, I have heard reports that some election officials won’t even remove voters even when they are presented with a death certificate. That means that voter rolls across the nation still are filled with dead voters, even if Florida is leading the way in detecting and removing them.</p>\r\n<p>But surely people aren’t voting in the names of dead voters, the voter fraud deniers argue. Wrong.</p>\r\n<p><a href=\"http://pjmedia.com/jchristianadams/2012/05/16/53000-dead-voters-found-in-florida/\">Continue post on PJ Media &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-05-19 13:04:58',62,'PJ Media','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-05-19 13:04:58','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,134,'','',0,231,'robots=\nauthor='),(571,'The Vetting - Exclusive - Obama\'s Literary Agent in 1991 Booklet: \'Born in Kenya and raised in Indonesia and Hawaii\'','the-vetting-exclusive-obamas-literary-agent-in-1991-booklet-born-in-kenya-and-raised-in-indonesia-and-hawaii','','<p>Breitbart News has obtained a promotional booklet produced in 1991 by Barack Obama\'s then-literary agency, Acton &amp; Dystel, which touts Obama as \"born in Kenya and raised in Indonesia and Hawaii.\"</p>\r\n<p>The booklet, which was distributed to \"business colleagues\" in the publishing industry, includes a brief biography of Obama among the biographies of eighty-nine other authors represented by Acton &amp; Dystel.</p>\r\n<p>It also promotes Obama\'s anticipated first book, <em>Journeys in Black and White</em>--which <a href=\"http://www.gq.com/news-politics/politics/200911/barack-obama-writing-books-writer-robert-draper?printable=true\" target=\"_blank\">Obama abandoned</a>, later publishing <em>Dreams from My Father </em>instead.</p>\r\n<p><a href=\"http://www.breitbart.com/Big-Government/2012/05/17/The-Vetting-Barack-Obama-Literary-Agent-1991-Born-in-Kenya-Raised-Indonesia-Hawaii\">Continue post on Breitbart.com &gt;&gt;&gt;</a></p>\r\n<p>Related Articles:</p>\r\n<p><a href=\"http://web.archive.org/web/20040627142700/eastandard.net/headlines/news26060403.htm\"><strong>Kenyan-born Obama all set for US Senate/ AP Article June 27, 2004, Sunday Standard, Nairobi, Kenya</strong></a></p>','',1,1,0,1,'2012-05-19 13:11:23',62,'Breitbart','2012-05-19 17:25:30',62,0,'0000-00-00 00:00:00','2012-05-19 13:11:23','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,133,'','',0,162,'robots=\nauthor='),(572,'Obama’s Lit Agency Used \'Born in Kenya\' Bio Until 2007','obamas-lit-agency-used-born-in-kenya-bio-until-2007','','<p>According to archive.org, a website that caches websites on a regular basis, the Dystel.com website – the official website for Dystel &amp; Goderich, Obama’s literary agents – was using the Barack Obama “born in Kenya” language until April 2007, just two months after then-Senator Obama declared his campaign for the presidency.</p>\r\n<p><a href=\"http://www.breitbart.com/Big-Government/2012/05/17/Obama-pamphlet-in-use-2007\">Continue Post on Breitbart.com &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-05-19 13:15:22',62,'Breitbart','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-05-19 13:15:22','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,132,'','',0,226,'robots=\nauthor='),(573,'Anita Moncrief Takes on Eric Holder on Race, ACORN and Voter Fraud','anita-moncrief-takes-on-eric-holder-on-race-acorn-and-voter-fraud','','<p><em> </em><a href=\"http://www.renewamerica.com/columns/gaynor/111026\"><em>ACORN whistleblower Anita Moncrief</em></a><em> delivered a powerful <a href=\"http://www.youtube.com/watch?v=I-aqb5q_1Qs&amp;feature=player_embedded\">speech</a> that day, and PJ Media has finally been able to obtain it and publish it.)</em></p>\r\n<p><img class=\"caption\" src=\"images/stories/anitamontcreif.jpg\" border=\"0\" alt=\"Anita Moncrief\" title=\"Anita Moncreif\" align=\"right\" />Thank you. It’s an honor to be here today and I’m glad to see that there’s so many of you with your video cameras, because after the mainstream media gets hold of this, it will be “an all-white crowd showed up to protest Eric Holder.” So I’m glad we’ll have a little bit of somebody to combat that.</p>\r\n<p>I speak from the heart and I speak plain, so if I offend some of you I’m sorry. But it’s an honor to be here today, especially to be at the LBJ Library, the father of the Great Society, the father of the social programs and the welfare state, and then the dissolution of the black family and our communities.</p>\r\n<p>When LBJ signed in the Voting Rights Act in 1965, he said: “We’ll have those niggers voting Democrat for the next 40 years.” And that needs to be said. People need to understand that. That’s the legacy that Holder brings here with him tonight by holding his speech here. It’s not just about coming here to talk about voting rights. It’s to talk about how they’ve taken race and turned it in to something that is unrecognizable.</p>\r\n<p><a href=\"http://pjmedia.com/jchristianadams/2012/05/03/anita-moncrief-takes-on-eric-holder-on-race-acorn-and-voter-fraud/?singlepage=true\">Continue post on PJ Media &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-05-19 13:26:59',62,'PJ Media Post','2012-05-23 15:18:07',62,0,'0000-00-00 00:00:00','2012-05-19 13:26:59','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,131,'','',0,202,'robots=\nauthor='),(574,'Alleged Armed Officers Shut Down Mass. Ice Cream Stand Indefinitely','alleged-armed-officers-shut-down-mass-ice-cream-stand-indefinitely','','<p><span style=\"font-family: Arial,Helvetica,Verdana,sans-serif; color: #333333; font-size: x-small;\"><span style=\"LINE-HEIGHT: 20px; FONT-FAMILY: Arial,Helvetica,Verdana,sans-serif; COLOR: #333333; FONT-SIZE: 13px\">After operating his ice cream stand inside a state park for 26 years, Mark Duffy had his business raided and shuttered by EPA Police. When you see why the popular ice cream stand was closed, you might be as mad as the ice cream loving patrons who have been turned away by an armed officer. Get the story <a href=\"http://www.theblaze.com/stories/alleged-armed-officers-shut-down-mass-ice-cream-stand-indefinitely/\" target=\"_blank\" style=\"color: #d12020; text-decoration: none;\">HERE</a>. </span></span></p>','',1,13,0,70,'2012-05-19 13:30:47',62,'The Blaze','2012-05-19 13:33:32',62,0,'0000-00-00 00:00:00','2012-05-19 13:30:47','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,14,'','',0,207,'robots=\nauthor='),(575,'The Restoration of America: McGuffey Eclectic Readers','the-restoration-of-america-mcguffey-eclectic-readers','','<p><img src=\"images/stories/OAKI-logo.png\" border=\"0\" alt=\"The Oak Initiative\" align=\"left\" /> American children of the mid-nineteenth century were essentially educated by the works of one man, William Holmes McGuffey. The McGuffey Eclectic Readers sold 120 million copies between 1836 and 1920. These sales are comparable only to the Bible and Webster\'s Dictionary.</p>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\">William Holmes McGuffey [1800-1873] began his educational profession at the age of fourteen after receiving a teaching certificate from his educator, Reverend William Wick. As instructed, he put an advertisement in the local paper that he would begin a four-month session of classes, six days a week, and eleven hours a day on the first day of September 1814. Forty-eight students assembled from the West Union, Ohio community, now Calcutta, Ohio. McGuffey drew his lessons primarily from the Bible.</p>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\"> </p>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\">A traveling Presbyterian Pastor took notice of McGuffey\'s teaching skills and offered to take him to reside in his home while he attended Old Stone Academy. McGuffey did so for the next four years. He then continued his education at Washington College for the next six years, where he worked the farm to pay for his education, taught, and studied. <a href=\"http://www.theoakinitiative.org/oak-leaf-24\" target=\"_blank\" style=\"font-family: Helvetica,Calibri,Arial,sans-serif; color: #0000ff; font-size: 12pt;\">...read</a></p>','',1,1,0,1,'2012-05-19 13:35:50',62,'The Oak Initiative','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-05-19 13:35:50','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,127,'','',0,371,'robots=\nauthor='),(576,'Why So Many Americans Still Don\'t Know Much of Anything About Barack Obama','why-so-many-americans-still-dont-know-much-of-anything-about-barack-obama','','<p>BEGIN TRANSCRIPT</p>\r\n<p>RUSH: You know, this Reverend Wright stuff with Barack Obama, it\'s back in the news again. Something is happening. It\'s anecdotal, but I happen to think that this might be applicable in a statistical way to the nation at large. We played the audio sound bite from Obama reading from one of his books a couple of weeks ago, in which he admitted bullying a young girl, in which he admitted trying cocaine, admitted that he drank a lot, basically just lollygagged around. I know we\'ve got new listeners to this program. It\'s been documented by the official ratings companies that monitor such things.</p>\r\n<p><img src=\"http://www.rushimg.com/cimages//media/obamamontages/obamariddleralinskywrighthut/961594-1-eng-GB/ObamaRiddlerAlinskyWrightHut.jpg\" border=\"0\" width=\"400\" height=\"86\" /></p>\r\n<p>There are tons and tons of new listeners, but even at that, I\'m overwhelmed by the number of people -- we\'re three-and-a-half years into his regime, and I\'m getting e-mails from people that the first time they\'d heard he\'d done cocaine was in the past two, three weeks. The first time they\'d heard that he had bullied a young girl. They didn\'t know his college transcripts hadn\'t been released. They just assumed all that had happened and they missed it. They didn\'t know any of this.</p>\r\n<p>Now, we know Obama wasn\'t vetted. We know the mainstream media has done everything they can to protect him. But the Reverend Wright stuff was out there. I\'m even getting e-mail from people who had not heard all the Reverend Wright stuff. New listeners, not people who listen to this program regularly. New listeners say they\'re hearing this for the first time. I\'m getting e-mails from people like we got when we were in the first year or first two years of the program. \"My gosh, I found you the other day driving around. I couldn\'t get anything else on the radio, and I\'m hooked now.\" Similar comments from customers at Two If By Tea who are finding the program for the first time and learning stuff about Obama that we\'ve all known for four years. They\'re just now hearing about it.</p>\r\n<p><a href=\"http://www.amazon.com/gp/product/1596987855?ie=UTF8&amp;tag=theofficiw0c2-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1596987855\" target=\"_blank\"><img src=\"http://www.rushimg.com/cimages//media/images/amateur-edward-klein4/961597-1-eng-GB/Amateur-Edward-Klein.jpg\" border=\"0\" align=\"right\" /></a>It\'s driving home the fact that the Drive-Bys didn\'t vet this guy at all. We know it, but I\'m sitting here, I assume everybody knows that Obama did cocaine, and this is the mistake we make. We know it, so we assume everybody else knows it because of word-of-mouth and this kind of thing. Some of the Reverend Wright stuff surfaced again because there\'s some new aspects to the Reverend Wright case. For example, in Ed Klein\'s book, <a href=\"http://www.amazon.com/gp/product/1596987855?ie=UTF8&amp;tag=theofficiw0c2-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1596987855\" target=\"_blank\">The Amateur</a> -- and Klein\'s got this on tape -- a friend of Obama\'s offered Wright 150 grand, a bribe, to stop preaching during the 2008 campaign. Yeah, it was just 150. That\'s probably why Wright didn\'t take it.</p>\r\n<p> </p>\r\n<p><a href=\"http://www.rushlimbaugh.com/daily/2012/05/18/why_so_many_americans_still_don_t_know_much_of_anything_about_barack_obama\">Continue post on RushLimbaugh.com &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-05-19 16:39:59',62,'Rush Limbaugh','2012-05-19 16:48:47',62,0,'0000-00-00 00:00:00','2012-05-19 16:39:59','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,126,'','',0,219,'robots=\nauthor='),(577,'Rep Seeks Navy Ship Named for Gay Activist','rep-seeks-navy-ship-named-for-gay-activist','','<p>A California congressman and several San Francisco officials are asking the Navy to name a ship after assassinated city supervisor and gay activist Harvey Milk, who served as a Navy officer in the early 1950s.</p>\r\n<p><a href=\"http://www.military.com/news/article/rep-seeks-navy-ship-named-for-gay-activist.html?ESRC=dod.nl\">Continue post on Military.com &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-05-19 17:11:13',62,'Military.com','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-05-19 17:11:13','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,128,'','',0,170,'robots=\nauthor='),(578,'Ranger School Considers Going Co-Ed','ranger-school-considers-going-co-ed','','<p>The Army is addressing the specifics of the plan to allow female soldiers to join infantry battalions and – associated with that move – to make the prestigious Ranger School co-ed, Army Chief of Staff Gen. Ray Odierno said Wednesday.</p>\r\n<p>The Army\'s top leader said he wants to give women every opportunity to succeed in infantry battalions since the military reversed the policy barring them from infantry duty earlier this year.</p>\r\n<p><a href=\"http://www.military.com/news/article/ranger-school-considers-going-co-ed.html?ESRC=dod.nl\">Continue post at Military.com &gt;&gt;&gt;</a></p>\r\n<p>Other reading:</p>\r\n<h2 style=\"ZOOM: normal\">Odierno Nominated to be Army Chief of Staff: 6/5/2011</h2>\r\n<div style=\"ZOOM: normal\">\r\n<div id=\"ctl00_PlaceHolderMain_Content__ControlWrapper_RichHtmlField\" style=\"ZOOM: normal; DISPLAY: inline\"><span style=\"ZOOM: normal\"><a href=\"http://www.ausa.org/news/2011/Pages/OdiernoNominated.aspx\">President Barack Obama announced May 30 that he will nominate Gen. Raymond T. Odierno as the next Army chief of staff.</a><br style=\"ZOOM: normal\" /></span></div>\r\n</div>','',1,1,0,1,'2012-05-19 17:14:50',62,'Military.com','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-05-19 17:14:50','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,129,'','',0,221,'robots=\nauthor='),(579,'After Years of War, Taliban Becoming Drug Cartel','after-years-of-war-taliban-becoming-drug-cartel','','<p>After a decade of fighting, the Taliban is transforming from a religion-focused revolutionary group into something that resembles a drug cartel, a senior lawmaker said Wednesday.</p>\r\n<p>And the Taliban’s increased reliance on the drug trade to stay alive is just the beginning of what will likely be a growing trend among embattled terrorist groups around the world, said California Sen. Dianne Feinstein at a hearing of the Senate Caucus on International Narcotics Control.</p>\r\n<p><a href=\"http://www.military.com/news/article/after-years-of-war-taliban-becoming-drug-cartel.html?ESRC=dod.nl\">Continue Post at Military.com &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-05-19 17:35:54',62,'Military.com','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-05-19 17:35:54','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,130,'','',0,179,'robots=\nauthor='),(580,'Obama’s God Complex Changing History and Destroying a Nation','obamas-god-complex-changing-history-and-destroying-a-nation','','<p><a href=\"http://godfatherpolitics.com/5261/obamas-god-complex-changing-history-and-destroying-a-nation/\" title=\"Obama’s God Complex Changing History and Destroying a Nation\"><img src=\"http://godfatherpolitics.com/wp-content/uploads/2012/05/obama-i-am-god-220x120.jpg\" border=\"0\" alt=\"obama-i-am-god\" title=\"obama-i-am-god\" width=\"220\" height=\"120\" align=\"right\" /></a>I’m sixty years old and I’ve seen my share of politicians. I’ve even had the opportunity to sit on committee with some. I’ve seen politicians that I would entrust my life to and I’ve seen others that were so arrogant and self-centered that I wouldn’t trust them with the key to the bathroom.</p>\r\n<p>But there has never been such an arrogant and self-centered politician as Barack Hussein Obama.</p>\r\n<p>For example, last week, ABC’s Robin Roberts had the opportunity to speak with President Obama. During that interview, Obama told her,</p>\r\n<p>“When I think about — those soldiers or airmen or marines or — sailors who are out there fighting on my behalf…”</p>\r\n<p>He didn’t say anything about our service men and women fighting on the nation’s behalf, but on HIS behalf. In his eyes, they are giving up their lives and getting wounded for him, not the nation or the American people.</p>\r\n<p>Last month, the Obama campaign’s Truth Team website posted a list of Republican donor’s names. Behind each name they posted things about them to make them seem to be of ill-repute. The comments for each individual ranged from being successful in a business that was not in sync with Obama’s views or they had out-sourced some of their business. The whole intent of the list was to smear GOP donors, to make the entire Republican Party appear to be as corrupt as the Democrats.</p>\r\n<p>The sad part of this is that some of the individuals whose names appeared on the list are the subject of personal investigations by people of all walks of life, many of which have no other motive except to dig up trash on them. Their private lives are being scrutinized and dissected is such a way that it is interfering with the person’s ability to go about their normal life.</p>\r\n<p>Then earlier this week, President Obama stated that if anyone does not support his policies, it is not because of philosophical differences, but because of his name. Basically, if you don’t agree with him, you’re prejudiced against him and it has nothing to do with your politics or beliefs.</p>\r\n<p>Worst of all, the Obama White House has meticulously gone through a number of the official biographies of former presidents that have been posted on whitehouse.gov and inserted something about Obama into each one. They have also edited out some things about some of the presidents in order to tarnish their history. Here are a few examples,</p>\r\n<p><a href=\"http://www.whitehouse.gov/about/presidents/calvincoolidge\">Calvin Coolidge</a>: “On Feb. 22, 1924 Calvin Coolidge became the first president to make a public radio address to the American people. President Coolidge later helped create the Federal Radio Commission, which has now evolved to become the Federal Communications Commission (FCC). President Obama became the first president to hold virtual gatherings and town halls using Twitter, Facebook, Google+, LinkedIn, etc.”</p>\r\n<p><a href=\"http://www.whitehouse.gov/about/presidents/franklindroosevelt\">Franklin D Roosevelt</a>: “On August 14, 1935, President Roosevelt signed the Social Security Act. Today the Obama Administration continues to protect seniors and ensure Social Security will be there for future generations.”<br /><br /><a href=\"http://godfatherpolitics.com/5261/obamas-god-complex-changing-history-and-destroying-a-nation/#ixzz1vL6BCIyP\">Read more on Godfather Politics &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-05-19 17:53:19',62,'Godfather Politics','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-05-19 17:53:19','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,125,'','',0,187,'robots=\nauthor='),(581,'Did Bank of America make a political move concerning guns?','did-bank-of-america-make-a-political-move-concerning-guns','','<p><img src=\"images/stories/nagr_email.gif\" border=\"0\" width=\"425\" height=\"80\" /></p>\r\n<p>From Dudley Brown</p>\r\n<p>Dear Fellow Patriot:</p>\r\n<p> I’m troubled by the recent news that <a href=\"http://news.bbc.co.uk/2/hi/business/7832484.stm\">Bank of America </a>informed <a href=\"http://mcmillanusa.com/\">McMillan Group International </a>that their bank accounts were no longer welcome at their bank.</p>\r\n<p> So, I reached out directly to the source to find out exactly what happened.</p>\r\n<p> To hear for yourself what really happened, please click on the video below to listen my interview with Kelly McMillan, Director of Operations at McMillan Group International.</p>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"315\" src=\"http://www.youtube.com/embed/9xBpJ9DhcRU\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>\r\n<p><a href=\"http://www.nagr.org/McMillanDonate.aspx?pid=N512b\">Read post at NAGR &gt;&gt;&gt;</a> </p>','',1,15,0,72,'2012-05-20 13:14:02',62,'Dudley Brown, NAGR','0000-00-00 00:00:00',0,62,'2012-05-20 13:31:23','2012-05-20 13:14:02','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,11,'','',0,803,'robots=\nauthor='),(582,'A National Check-Up - The Economic Crisis','a-national-check-up-the-economic-crisis','','<p><strong><span style=\"color: #ff0000;\"><span><img src=\"images/stories/r_joyner_85px.jpg\" border=\"0\" alt=\"Rick Joyner\" align=\"left\" />SPECIAL BULLETIN 10-2012</span></span></strong></p>\r\n<p><img src=\"images/stories/OAKI-logo.png\" border=\"0\" alt=\"The Oak Initiative\" align=\"right\" />This is a brief on the second of seven main crises threatening our country. As a reminder, the Health Meter goes from <strong>1 </strong>being the lowest and most dangerous, to <strong>10</strong> being the highest and healthiest. The Trend Arrow is for a quick reference rating with UP for getting healthier, and DOWN for getting worse. These will be followed by a commentary to explain the ratings.</p>\r\n<p><span style=\"font-size: 18px;\"><strong><span style=\"text-decoration: underline;\">Economic</span></strong> Present State (3) Trend DOWN</span></p>\r\n<p>Our economy may have never been in a weaker and more vulnerable state than it is now, but in this state it has been revealed just how remarkably strong and resilient it is. In spite of all the blows that it has taken and the incomprehensible burdens our government has put on it, it is still chugging along. Even so, we should not presume that this will last. It is vulnerable and little is being done to lead it to a more stable and safe place.</p>\r\n<p>To a large degree, our economy is subject to the faith or doubts people have about it, evidenced by how just a little news can cause large swings in the stock market. This should cause all of us pause. Why is it so fragile? Why does it not have enough substance to stand on its own merit and strength?</p>\r\n<p>You can have an economy without a government, but you cannot have a government without an economy. This is the crisis that could most quickly destroy not only the American Republic but also Western civilization. This is why the economy is the main target of those who would destroy America and Western civilization.</p>\r\n<p><a href=\"http://www.theoakinitiative.org/special-bulletin-10\">Continue Reading on THE OAK INITIATIVE &gt;&gt;&gt;</a></p>','',1,20,0,78,'2012-05-23 13:02:09',62,'Rick Joyner','0000-00-00 00:00:00',0,62,'2012-05-23 13:07:54','2012-05-23 13:02:09','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,43,'','',0,292,'robots=\nauthor='),(583,'WHITE HOUSE - HOLLYWOOD PROPAGANDA MACHINE EXPOSED BY JUDICIAL WATCH','white-house-hollywood-propaganda-machine-exposed-by-judicial-watch','','<p style=\"TEXT-ALIGN: center\" align=\"center\"><strong><em><img src=\"images/stories/judicial_watch.jpg\" border=\"0\" alt=\"Judicial Watch\" /></em></strong></p>\r\n<p style=\"TEXT-ALIGN: center\" align=\"center\"><strong><em>DOD Officials Disclosed to Filmmakers Identity of SEAL Team Six Operator and Commander; Ask Film Director to Withhold Operator’s Name, ‘because he shouldn’t be talking out of school.’</em></strong></p>\r\n<p><strong>(Washington, DC)</strong> – Judicial Watch, the organization that investigates and fights government corruption, announced today that it has obtained records from the U.S. Department of Defense (DOD) and the Central Intelligence Agency (CIA) regarding meetings and communications between government agencies and Kathryn Bigelow, Academy Award-winning director of <em>The Hurt Locker</em>, and screenwriter Mark Boal. According to the records, the Obama Defense Department granted Bigelow and Boal access to a “planner, Operator and Commander of SEAL Team Six,” which was responsible for the capture and killing of Osama bin Laden, to assist Bigelow prepare her upcoming feature film.</p>\r\n<p>The records, obtained pursuant to court order in a Freedom of Information Act <a href=\"http://www.scribd.com/JWatchDC/d/94458821-Stamped-Complaint-and-Summons-Bin-Laden-Movie\">lawsuit filed</a> on January 21, 2012, include <a href=\"http://www.scribd.com/JWatchDC/d/94447718-Judicial-Watch-Bin-Laden-Movie-DoD\">153 pages of records from the DOD</a> and <a href=\"http://www.scribd.com/JWatchDC/d/94447731-Judicial-Watch-Bin-Laden-Movie-CIA\">113 pages of records from the CIA</a> (<em>Judicial Watch v. U.S. Department of Defense</em> (No. 1:12-cv-00049)). The documents were delivered to Judicial Watch late last Friday (May 18). The following are the highlights from the records, which include internal Defense Department email correspondence as well as a transcript from a key July 14, 2011, meeting between DOD officials, Bigelow and Boal:</p>\r\n<ul>\r\n<li><a href=\"http://www.scribd.com/JWatchDC/d/94447718-Judicial-Watch-Bin-Laden-Movie-DoD#page=138\">A transcript of a July 14, 2011</a>, meeting between DOD officials, including Under Secretary of Defense for Intelligence Michael Vickers, Bigelow and Boal indicates that Boal met directly with White House officials on at least two occasions regarding the film: “I took your guidance and spoke to the WH and had a good meeting with Brennan and McDonough and I plan to follow up with them; and they were forward leaning and interested in sharing their point of view; command and control; so that was great, thank you,” Boal said according to the transcript. Vickers asks if the meeting was a follow-up, to which Boal responds, “Yes correct; this was a follow-up.” The documents seemingly reference John O. Brennan, Chief Counterterrorism Advisor to President Obama and Denis McDonough, who serves as President Obama’s Deputy National Security Advisor.</li>\r\n</ul>\r\n<ul>\r\n<li>The July 14, 2011, <a href=\"http://www.scribd.com/JWatchDC/d/94447718-Judicial-Watch-Bin-Laden-Movie-DoD#page=140\">meeting transcript</a> also reveals that the DOD provided the filmmakers with the identity of a “planner, SEAL Team 6 Operator and Commander.” (The name is blacked out in the document.) In proposing the arrangement, Under Secretary of Defense for Intelligence Michael Vickers said: “The only thing we ask is that you not reveal his name in any way as a consultant because . . . he shouldn’t be talking out of school.” Vickers went on to say during the meeting at the Pentagon: “This at least, this gives him one step removed and he knows what he can and can’t say, but this way at least he can be as open as he can with you and it ought to meet your needs.” Boal later responds, “You delivered.”</li>\r\n</ul>\r\n<ul>\r\n<li>A <a href=\"http://www.scribd.com/JWatchDC/d/94447731-Judicial-Watch-Bin-Laden-Movie-CIA&amp;start_page=53\">July 13, 2011, internal CIA email</a> indicates that Bigelow and Boal were granted access to “the Vault,” which is described the CIA building where some of the tactical planning for the bin Laden raid took place: “I was given your name as the POC in [redacted] who could determine the feasibility of having a potential walk-through of…the Vault in the [redacted] building that was used for some of the tactical planning in the Bin Laden Raid [sic]. In consultation with the Office of Public Affairs and as part of the larger chronicling of the Bin Laden raid, OPA will be hosting some visitors sanctioned by ODCIA this Friday afternoon.” (The name of the sender is blacked out.) “Of course this is doable,” an official responds.</li>\r\n</ul>\r\n<ul>\r\n<li>DOD Assistant Secretary for Public Affairs Douglas Wilson told colleagues in a <a href=\"http://www.scribd.com/JWatchDC/d/94447718-Judicial-Watch-Bin-Laden-Movie-DoD#page=39\">June 13, 2011, email</a> to limit media access and that he would follow up with the White House: “I think this looks very good as a way forward, and agree particularly that we need to be careful here so we don’t open the media floodgates on this. I’m going to check with WH to update them on status, and will report back.” A day later, he wrote Department of Defense communications staffers, saying: “Ok to set up the second session with Vickers. I am getting additional guidance from WH.”</li>\r\n</ul>\r\n<ul>\r\n<li>Under Secretary of Defense for Intelligence Michael Vickers told Assistant Secretary for Public Affairs Douglas Wilson and two other DOD communications staffers in a <a href=\"http://www.scribd.com/JWatchDC/d/94447718-Judicial-Watch-Bin-Laden-Movie-DoD#page=41\">June 13, 2011, email</a> that “[DOD] would like to shape the story to prevent any gross inaccuracies, but do not want to make it look like the commanders think it’s okay to talk to the media.” The email went on to say: “For the intelligence case, they are basically using the WH-approved talking points we used the night of the operation.” The talking points called the raid “a ‘Gutsy Decision’ by the POTUS,” adding that “WH involvement was critical.”</li>\r\n</ul>\r\n<ul>\r\n<li>A <a href=\"http://www.scribd.com/JWatchDC/d/94447718-Judicial-Watch-Bin-Laden-Movie-DoD#page=68\">June 9, 2011, email</a> from Commander Bob Mehal, Public Affairs Officer for Defense Press Operations, to Vickers and other DOD staff summarizes a meeting with Boal and notes the release date for the film: “Release date set for 4<sup>th</sup> Qtr 2012…”</li>\r\n</ul>\r\n<ul>\r\n<li>A <a href=\"http://www.scribd.com/JWatchDC/d/94447718-Judicial-Watch-Bin-Laden-Movie-DoD#page=87\">July 13, 2011, email</a> to Commander Bob Mehal, Public Affairs Officer for Defense Press Operations, indicates that Sarah Zukowski, an associate for The Glover Park Group, arranged the July 14, 2011 visit by Bigelow and Boal to the DOD and the CIA. The Glover Park Group is described by <em>Politico</em> as a <a href=\"http://www.politico.com/news/stories/0408/9433.html\" target=\"_blank\">“</a><a href=\"http://www.politico.com/news/stories/0408/9433.html\" target=\"_blank\">Democratic-leaning advocacy firm.”</a></li>\r\n</ul>\r\n<ul>\r\n<li>A <a href=\"http://www.scribd.com/JWatchDC/d/94447718-Judicial-Watch-Bin-Laden-Movie-DoD#page=71\">June 27, 2011</a>, email to an official at the Office of the Secretary of Defense suggests that the request from Bigelow and Boal to meet with Under Secretary of Defense for Intelligence Michael Vickers came via the White House press office. A June 22, 2011, email to Commander Bob Mehal, Public Affairs Officer for Defense Press Operations notes, “The White House does want to engage with Mark but it probably won’t be for a few more weeks. We should provide them a read-out of the session you do with Vickers.” The name of the White House official who forwarded the request is blacked out.</li>\r\n</ul>\r\n<p>Judicial Watch launched its investigation of Bigelow’s meetings with the Obama administration following press reports suggesting that the Obama administration may have leaked classified information to the director as source material for Bigelow’s film.</p>\r\n<p><em>New York Times</em> columnist Maureen Dowd wrote that the information leak was designed to help the Obama 2012 presidential reelection campaign: “The White House is also counting on the Kathryn Bigelow and Mark Boal big-screen version of the killing of Bin Laden to counter Obama’s growing reputation as ineffectual. The Sony film by the Oscar-winning pair who made ‘The Hurt Locker’ will no doubt reflect the president’s cool, gutsy decision against shaky odds. Just as Obamaland was hoping, the movie is scheduled to open on Oct. 12, 2012 — perfectly timed to give a home-stretch boost to a campaign that has grown tougher.”</p>\r\n<p><a href=\"http://www.judicialwatch.org/press-room/press-releases/13421/\">Continue Post at Judicial Watch &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-05-23 15:02:09',62,'Judicial Watch','2012-05-23 15:17:30',62,0,'0000-00-00 00:00:00','2012-05-23 15:02:09','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,124,'','',0,455,'robots=\nauthor='),(584,'Dad saves boy before car plunges down cliff -- and gets pair of traffic tickets','dad-saves-boy-before-car-plunges-down-cliff-and-gets-pair-of-traffic-tickets','','<p>A New Jersey dad got the scare of his life when his 5-year-old son almost ran off a steep embankment, and though the man saved the boy from falling, he couldn\'t stop his Jeep from going over the precipice and into a river below.</p>\r\n<p>The reward for his ordeal? Two traffic tickets from local police.</p>\r\n<p>Frank Roder, a construction worker from the town of Winfield Park, had taken his son, Aidan, down to the Rahway River to feed ducks Thursday. But when he stopped briefly before settling on a parking space, the impatient boy jumped out and took off -- straight toward a ledge 35 feet above the river, Roder recalled.</p>\r\n<p>\"He hopped out, and I thought that was OK, I was just going to park,\" Roder, 38, said, but \"he just took off, made a beeline for the edge.\"</p>\r\n<p> \"Um, Daddy ...\"</p>\r\n<div style=\"display: block;\">\r\n<p>- Aidan, as he watched his dad\'s Jeep roll off an embankment.</p>\r\n</div>\r\n<p>The panic-stricken father jumped out of the cab of his 2006 Jeep Commander and raced after the errant boy, catching him just feet from the edge.</p>\r\n<p>That\'s when Aidan, eyes as big as saucers, looked behind Roder and said, \"Um, Daddy ...\"</p>\r\n<p>Roder turned in time to see the Jeep nosedive down the embankment and land in the muddy water.</p>\r\n<p>Roder hugged the boy and waited as Union County police converged on the scene over the next few hours. A crane pulled the Jeep out, and amazingly, it started right up, though Roder is pretty sure his insurance company will count it as totaled.</p>\r\n<p>He was counting his blessings when a young cop approached him and handed him two tickets. One was for failure to produce the insurance card, which was somewhere in the waterlogged cab. The other was for failing to use his emergency brake.</p>\r\n<p>\"I couldn\'t believe it,\" Roder said. \"He said, \'If you would have taken the five seconds to apply the brake, this never would have happened!\'</p>\r\n<p>\"I say, \'Really? And if I did and my boy stepped over the edge and fell instead of the Jeep, then were would I be?\' He says, \'Jail, for child endangerment.\'\"</p>\r\n<p><br /><a href=\"http://www.foxnews.com/us/2012/05/21/saves-his-kid-loses-his-car-and-gets-ticket/#ixzz1vny4zHh2\">Read more &gt;&gt;&gt; </a></p>\r\n<p>Related: <a href=\"http://frontporchpolitics.com/2012/05/why-you-should-think-twice-before-cooperating-with-police/\" title=\"Permanent Link to Why You Should Think Twice Before Cooperating With Police\" rel=\"bookmark\">Why You Should Think Twice Before Cooperating With Police</a></p>','',1,1,0,1,'2012-05-24 16:23:17',62,'FoxNews.com','2012-05-24 16:29:50',62,0,'0000-00-00 00:00:00','2012-05-24 16:23:17','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,123,'','',0,339,'robots=\nauthor='),(585,'China Now Buying US Debt Direct','china-now-buying-us-debt-direct','','<p><img src=\"images/stories/fpp_logo.jpg\" border=\"0\" /></p>\r\n<p>Well now we see the influx of China more and more into the American way of life. For years we have watched as their cheap products have come into the country and they have received “most favored nation” status. Now they have been given a green light to purchase U.S. Government debt without going through a primary dealer.</p>\r\n<p>The <a href=\"http://www.reuters.com/article/2012/05/21/us-usa-treasuries-china-idUSBRE84K11720120521\" target=\"_blank\">report </a>issued by Reuters on Monday said that China now has direct business status.</p>\r\n<p>The People’s Bank of China now has a direct link into the Treasury’s auction system.</p>\r\n<p>While the Treasury neither confirmed nor denied the report, a spokesman for the Treasury, Matt Anderson, said, “Direct bidding is open to a wide range of investors, but as a matter of general policy we do not comment on individual bidders.”</p>\r\n<p>This is all in addition to the <a href=\"http://frontporchpolitics.com/2012/05/federal-reserve-approve-communist-chinas-first-us-bank-takeover/\" target=\"_blank\">takeover</a> of American banks by China and their <a href=\"http://www.usatoday.com/money/media/story/2012-05-21/china-company-buys-amc-movie-theater-chain/55106114/1\" target=\"_blank\">purchase</a> of AMC Entertainment.</p>\r\n<p>The lingering uneasiness about all of this is how it effects national security. The only person, it seems in the political process, that sees <a href=\"http://frontporchpolitics.com/2012/02/national-security-threatened-by-overspending-on-national-security/\" target=\"_blank\">debt</a> as a national security issue is Ron Paul. While much talk is given by both Barack Obama and Mitt Romney over the national debt, it has been Paul who has led the charge that it is a national security issue and one that needs to be <a href=\"http://frontporchpolitics.com/2012/03/ron-paul-slams-gop-boys-their-toys-in-new-ad/\" target=\"_blank\">dealt with</a> decisively and immediately.</p>\r\n<p><a href=\"http://frontporchpolitics.com/2012/05/china-now-buying-us-debt-direct/\">Front Porch Politics &gt;&gt;&gt;</a></p>\r\n<p>Also from Front Porch Politics: <a href=\"http://frontporchpolitics.com/2012/05/barack-obama-signs-four-new-executive-orders/\" title=\"Permanent Link to Barack Obama Signs Four New Executive Orders\" rel=\"bookmark\">Barack Obama Signs Four New Executive Orders</a></p>','',1,1,0,1,'2012-05-24 16:29:53',62,'Front Porch Politics','2012-05-24 16:36:33',62,0,'0000-00-00 00:00:00','2012-05-24 16:29:53','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,122,'','',0,426,'robots=\nauthor='),(586,'Florida Thinks Their Students Are Too Stupid To Know the Right Answers','florida-thinks-their-students-are-too-stupid-to-know-the-right-answers','','<p>\"Robert Krampf, who runs the web site \'The Happy Scientist,\' recently wrote in his blog about problems with Florida\'s Science FCAT. The Florida Comprehensive Assessment Test is an attempt to measure how smart the students are. Where other states have <a href=\"http://mathandreadinghelp.org/articles/Do_Standardized_Tests_Make_Teachers_Cheat.html\">teachers cheating to help students</a>, Florida decided to grade correct answers as wrong. Mr. Krampf examined the state\'s science answers and found several that clearly listed right answers as wrong. One question had 3 out of 4 answers that were scientifically true. He wrote to the Florida Department of Education\'s Test Development center. They admitted <a href=\"http://thehappyscientist.com/blog/problems-floridas-science-fcat-test\">he was right about the answers, but said they don\'t expect 5th graders to realize they were right</a>. For this reason they marked them wrong. As such, they were not changing the tests. Note: they wouldn\'t let him examine real tests, just the practice tests given out. So we have no idea if FCAT is simply too lazy to provide good practice questions, or too stupid to be allowed to test our children.\"</p>','',1,1,0,1,'2012-05-28 13:48:46',62,'slashdot','2012-05-28 13:50:48',62,0,'0000-00-00 00:00:00','2012-05-28 13:48:46','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,121,'','',0,323,'robots=\nauthor='),(587,'U.S. Bishops Prepare Catholics for Civil Disobedience: ‘We May Need to Witness to the Truth by Resisting the Law’','us-bishops-prepare-catholics-for-civil-disobedience-we-may-need-to-witness-to-the-truth-by-resisting-the-law','','<p><img class=\"caption\" src=\"http://cnsnews.com/sites/default/files/imagecache/medium/images/ST%20THOMAS%20MORE-PORTRAIT%20BY%20HANS%20HOLBEIN.jpg\" border=\"0\" alt=\"St. Thomas More\" title=\"St. Thomas More (Portrait by Hans Hublein the Younger - Wikimedia)\" width=\"220\" height=\"274\" align=\"right\" /></p>\r\n<p>(CNSNews.com) - Having organized 43 plaintiffs—including the archdioceses of New York and Washington and the University of Notre Dame—to file 12 different lawsuits against the Obama administration last Monday alleging the administration is violating the religious freedom of Catholics, the Catholic bishops of the United States are now preparing Catholics for what may be the most massive campaign of civil disobedience in this country since the Civil Rights Movement of the 1950s and early 1960s.</p>\r\n<p>“Some unjust laws impose such injustices on individuals and organizations that disobeying the laws may be justified,” the bishops state <a href=\"http://www.usccb.org/issues-and-action/religious-liberty/conscience-protection/upload/BW-USCCB-Conscience-Bulletin-Insert_ENG.pdf\">in a document</a> developed to be inserted into church bulletins in Catholic parishes around the country in June.</p>\r\n<p>“Every effort must be made to repeal them,” the bishops say <a href=\"http://www.usccb.org/issues-and-action/religious-liberty/conscience-protection/upload/BW-USCCB-Conscience-Bulletin-Insert_ENG.pdf\">in the document</a>, which is already posted on the website of the U.S. Conference of Catholic Bishops. “When fundamental human goods, such as the right of conscience, are at stake, we may need to witness to the truth by resisting the law and incurring its penalties.”</p>\r\n<p>The bulletin insert reminds Catholic parishioners that the bishops have called for “A Fortnight of Freedom”—which they have described as “a special period of prayer, study, catechesis, and public action”—to take place from June 21 to July 4.</p>\r\n<p>  The bishops have noted that June 21, when this fortnight will begin, is the Vigil of the Feast of St. John Fisher and St. Thomas More. Fisher was a Roman Catholic cardinal whom the English monarch Henry VIII beheaded in 1535 after he refused to act against his conscience and take an oath asserting that Henry was the supreme authority over the church in England. That same year, Henry VIII also beheaded Thomas More, his former chancellor, for the same reason.</p>\r\n<p>The sterilization-contraception-abortifacient mandate is set to go into effect for most health-care plans on Aug. 1, about four weeks after the bishops\' \"Fortnight of Freedom.\"</p>\r\n<p>In campaign speeches delivered this week after the Catholic dioceses and organizations filed their 12 lawsuits, both President Barack Obama and First Lady Michelle Obama indicated that the administration intends to move forward and enforce the mandate.</p>\r\n<p><a href=\"http://cnsnews.com/news/article/us-bishops-prepare-catholics-civil-disobedience-we-may-need-witness-truth-resisting-law\">Continue reading on cnsnews.com &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-05-28 14:23:47',62,'cnsnews.com','2012-05-30 12:44:41',62,0,'0000-00-00 00:00:00','2012-05-28 14:23:47','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',8,0,120,'','',0,434,'robots=\nauthor='),(588,'A Measure of Change - Secret ‘Kill List’ Proves a Test of Obama’s Principles and Will','a-measure-of-change-secret-kill-list-proves-a-test-of-obamas-principles-and-will','','<div><span><img src=\"http://graphics8.nytimes.com/images/2012/05/29/world/SUB-SUB-GUIDANCE-1/SUB-SUB-GUIDANCE-1-articleLarge.jpg\" border=\"0\" width=\"420\" height=\"252\" />\r\n<div>Pete Souza/The White House</div>\r\n<p>President Obama in the Oval Office with Thomas E. Donilon, left, the national security adviser, and John O. Brennan, his top counterterrorism adviser.</p>\r\n</span></div>\r\n<p><span>\r\n<h6>By <a href=\"http://topics.nytimes.com/top/reference/timestopics/people/b/jo_becker/index.html\" title=\"More Articles by Jo Becker\" rel=\"author\">JO BECKER</a> and <a href=\"http://topics.nytimes.com/top/reference/timestopics/people/s/scott_shane/index.html\" title=\"More Articles by Scott Shane\" rel=\"author\">SCOTT SHANE</a></h6>\r\n</span></p>\r\n<h6>Published: May 29, 2012</h6>\r\n<div>\r\n<p>WASHINGTON — This was the enemy, served up in the latest chart from the intelligence agencies: 15 Qaeda suspects in Yemen with Western ties. The mug shots and brief biographies resembled a high school yearbook layout. Several were Americans. Two were teenagers, including a girl who looked even younger than her 17 years.</p>\r\n</div>\r\n<div><!--forceinline-->\r\n<div>\r\n<div>\r\n<h3>A Measure of Change</h3>\r\n<p><em>The Shadow War</em></p>\r\n<p>This is the third article in a series assessing President Obama’s record.</p>\r\n<p><a href=\"http://topics.nytimes.com/top/features/timestopics/series/a_measure_of_change/index.html\">Previous Articles in This Series »</a></p>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<p><a href=\"http://topics.nytimes.com/top/reference/timestopics/people/o/barack_obama/index.html?inline=nyt-per\" title=\"More articles about Barack Obama.\">President Obama</a>, overseeing the regular Tuesday counterterrorism meeting of two dozen security officials in the White House Situation Room, took a moment to study the faces. It was Jan. 19, 2010, the end of a first year in office punctuated by terrorist plots and culminating in a brush with catastrophe over Detroit on Christmas Day, a reminder that a successful attack could derail his presidency. Yet he faced adversaries without uniforms, often indistinguishable from the civilians around them.</p>\r\n<p>“How old are these people?” he asked, according to two officials present. “If they are starting to use children,” he said of <a href=\"http://topics.nytimes.com/top/reference/timestopics/organizations/a/al_qaeda/index.html?inline=nyt-org\" title=\"More articles about Al Qaeda.\">Al Qaeda</a>, “we are moving into a whole different phase.”</p>\r\n<p>It was not a theoretical question: Mr. Obama has placed himself at the helm of a top secret “nominations” process to designate terrorists for kill or capture, of which the capture part has become largely theoretical. He had vowed to align the fight against Al Qaeda with American values; the chart, introducing people whose deaths he might soon be asked to order, underscored just what a moral and legal conundrum this could be.</p>\r\n<p>Mr. Obama is the liberal law professor who campaigned against the Iraq war and torture, and then insisted on approving every new name on an expanding “kill list,” poring over terrorist suspects’ biographies on what one official calls the macabre “baseball cards” of an unconventional war. When a rare opportunity for a <a href=\"http://topics.nytimes.com/top/reference/timestopics/subjects/u/unmanned_aerial_vehicles/index.html?inline=nyt-classifier\" title=\"More articles about unmanned aerial vehicles.\">drone</a> strike at a top terrorist arises — but his family is with him — it is the president who has reserved to himself the final moral calculation.</p>\r\n<p>“He is determined that he will make these decisions about how far and wide these operations will go,” said Thomas E. Donilon, his national security adviser. “His view is that he’s responsible for the position of the United States in the world.” He added, “He’s determined to keep the tether pretty short.”</p>\r\n<p>Nothing else in Mr. Obama’s first term has baffled liberal supporters and confounded conservative critics alike as his aggressive counterterrorism record. His actions have often remained inscrutable, obscured by awkward secrecy rules, polarized political commentary and the president’s own deep reserve.</p>\r\n<p>In interviews with The New York Times, three dozen of his current and former advisers described Mr. Obama’s evolution since taking on the role, without precedent in presidential history, of personally overseeing the shadow war with Al Qaeda.</p>\r\n<p>They describe a paradoxical leader who shunned the legislative deal-making required to close the detention facility at Guantánamo Bay in Cuba, but approves lethal action without hand-wringing. While he was adamant about narrowing the fight and improving relations with the Muslim world, he has followed the metastasizing enemy into new and dangerous lands. When he applies his lawyering skills to counterterrorism, it is usually to enable, not constrain, his ferocious campaign against Al Qaeda — even when it comes to killing an American cleric in Yemen, a decision that Mr. Obama told colleagues was “an easy one.”</p>\r\n<p><a href=\"http://www.nytimes.com/2012/05/29/world/obamas-leadership-in-war-on-al-qaeda.html?_r=3&amp;partner=MYWAY&amp;ei=5065\">Continue reading at NY Times &gt;&gt;&gt;</a></p>\r\n</div>','',1,1,0,1,'2012-05-30 02:35:59',62,'NY Times','2012-05-30 03:19:00',62,0,'0000-00-00 00:00:00','2012-05-30 02:35:59','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,119,'','',0,390,'robots=\nauthor='),(589,'The War on Baby Girls: Part 1 - Undercover in Texas ','the-war-on-baby-girls-part-1-undercover-in-texas-','','<p>Related articles:</p>\r\n<p>Front Porch Politics: <a href=\"http://frontporchpolitics.com/2012/05/undercover-video-reveals-planned-parenthood-endorsing-gendercide/\" title=\"Permanent Link to Undercover Video Reveals Planned Parenthood Endorsing Gendercide\" rel=\"bookmark\">Undercover Video Reveals Planned Parenthood Endorsing Gendercide</a></p>\r\n<p>Townhall.com: <a href=\"http://townhall.com/tipsheet/danieldoherty/2012/05/29/video_planned_parenthood_employee_urges_woman_to_seek_a_sexselection_abortion\">Video: Planned Parenthood Employee Urges Woman to Seek a Sex-Selection Abortion</a></p>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"315\" src=\"http://www.youtube.com/embed/U2H3ZDnBtuw\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>\r\n<p><a href=\"http://townhall.com/tipsheet/danieldoherty/2012/05/29/video_planned_parenthood_employee_urges_woman_to_seek_a_sexselection_abortion\"></a></p>','',1,1,0,1,'2012-05-30 12:51:17',62,'LiveAction.org','2012-05-30 13:15:00',62,0,'0000-00-00 00:00:00','2012-05-30 12:51:17','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,118,'','',0,388,'robots=\nauthor='),(590,'Obama Administration Defies Supreme Courts Ruling On GPS Tracking','obama-administration-defies-supreme-courts-ruling-on-gps-tracking','','<p><img src=\"images/stories/fpp_logo.jpg\" border=\"0\" /></p>\r\n<p>In January, the U. S. Supreme Court ruled that the federal government attaching a GPS device to a citizen’s vehicle, without a warrant, to monitor the vehicle’s movements constitutes a search which violates the Fourth Amendment.  Now the Obama administration is <a href=\"http://jurist.org/paperchase/2012/06/doj-defends-warrantless-gps-tracking.php\" target=\"_blank\">informing</a> the Ninth Circuit Court of Appeals that they are going to do it anyway because they have the right and the power to do so.</p>\r\n<p>According to the Obama administration the Supreme Court’s ruling did not specifically mandate obtaining a search warrant in all situations.  According to them that leaves a loophole in the ruling that they can use to mount a tracking device.</p>\r\n<p>The Wall Street Journal <a href=\"http://online.wsj.com/article/SB10001424052702303552104577438570632493222.html?mod=googlenews_wsj\" target=\"_blank\">reports</a>,</p>\r\n<blockquote>\r\n<p>The government maintains “that a warrant is not needed for a GPS search, as the Court…did not resolve that question,” a Justice Department spokeswoman said. Nevertheless, she said, the department has “advised agents and prosecutors going forward to take the most prudent steps and obtain a warrant for new or ongoing investigations” in most cases.</p>\r\n<p>The government’s awkward position—saying search warrants are not needed but advising agents to seek warrants anyway—highlights the unanswered questions about digital tracking techniques that remain in the wake of the court’s privacy decision in U.S. v. Jones in January.</p>\r\n</blockquote>\r\n<p>The government is claiming that a tracking device is not a search, yet wants its agents to get search warrants.  WSJ continues,</p>\r\n<blockquote>\r\n<p>Because of the way the government framed the argument in the lower courts—that GPS tracking wasn’t a search at all—the justices did not consider another Justice Department argument. In that argument, the government said that such tracking is a reasonable search that does not require a warrant, because police could accomplish the same goal through another method that requires no warrant—physically following a suspect’s vehicle around the clock.</p>\r\n</blockquote>\r\n<p>Judge Andrew Napolitano, no doubt, would see this as a violation of the Fourth Amendment.  According to Napolitano, the Founders “used the term <em>security</em>, which meant to them essentially the same thing as our contemporary understanding of privacy.</p>\r\n<p><a href=\"http://frontporchpolitics.com/2012/06/obama-administration-defies-supreme-courts-ruling-on-gps-tracking/\">Continue on Front Porch Politics &gt;&gt;&gt;</a></p>','',1,13,0,70,'2012-06-08 04:33:38',62,'Front Porch Politics','2012-06-08 04:42:58',62,0,'0000-00-00 00:00:00','2012-06-08 04:33:38','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,13,'','',0,231,'robots=\nauthor='),(591,'Greek Neo-Nazi Beats Up A Female Communist On Live TV','greek-neo-nazi-beats-up-a-female-communist-on-live-tv','','<p><span style=\"font-family: Arial, Helvetica, Verdana, sans-serif; line-height: 20px;\">The  video attached here is quite shocking. It shows a member of the Greek Parliament  who represents the Golden Door (Neo-Nazi) political party repeatedly striking a  women in the face during a live tv show. Watch the violent outburst <a href=\"http://email.theblaze.com/gb40/c2.php?THBL/166731459/402138/H/N/V/http://www.theblaze.com/stories/shock-vid-greek-neo-nazi-party-official-beats-female-communist-repeatedly-on-live-tv/\" target=\"_blank\" style=\"color: #d12020; text-decoration: none;\">HERE</a>.</span></p>\r\n<h3>History repeats itself. Welcome to Brown Shirts II, The Sequel. (Comments mine.)</h3>','',1,17,0,74,'2012-06-08 04:43:02',62,'The Blaze','2012-06-08 04:49:01',62,0,'0000-00-00 00:00:00','2012-06-08 04:43:02','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,4,'','',0,875,'robots=\nauthor='),(592,'California Votes FOR Cuts To Public Union Pensions','california-votes-for-cuts-to-public-union-pensions','','<p><span style=\"font-family: Arial, Helvetica, Verdana, sans-serif; color: #333333; font-size: x-small;\"><span style=\"line-height: 20px; font-family: Arial,Helvetica,Verdana,sans-serif; color: #333333; font-size: 13px;\">Lost  in the big news about Scott Walker\'s huge victory in the recall election was the  result of an important vote in California. Two large cities voted to cut the  pension benefits of public unions. Is there a trend against the public unions  starting to build? Read all of the details <a href=\"http://email.theblaze.com/gb40/c2.php?THBL/166731459/402149/H/N/V/http://www.theblaze.com/stories/a-growing-trend-voters-in-major-calif-cities-approve-public-pension-reform/\" target=\"_blank\" style=\"color: #d12020; text-decoration: none;\">HERE</a>. </span></span></p>','',1,21,0,79,'2012-06-08 04:49:49',62,'The Blaze','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-06-08 04:49:49','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,4,'','',0,420,'robots=\nauthor='),(593,'REAL NEWS FROM THE BLAZE: FAST & FURIOUS UPDATE  ','real-news-from-the-blaze-fast-a-furious-update-','','<p><span style=\"font-family: Arial, Helvetica, Verdana, sans-serif; color: #333333; font-size: x-small;\"><span style=\"line-height: 20px; font-family: Arial,Helvetica,Verdana,sans-serif; color: #333333; font-size: 13px;\">Author  Katie Pavlich joined the Real News panel last night to talk about the newly  uncovered evidence that shows the DOJ knew how problematic Fast and Furious was  before it started. Watch the segment <a href=\"http://email.theblaze.com/gb40/c2.php?THBL/166731459/402154/H/N/V/http://www.theblaze.com/stories/katie-pavelich-joins-real-news-from-the-blaze-to-discuss-the-latest-on-fast-and-furious/\" target=\"_blank\" style=\"color: #d12020; text-decoration: none;\">HERE</a>. </span></span></p>','',1,15,0,72,'2012-06-08 04:51:02',62,'The Blaze','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-06-08 04:51:02','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,10,'','',0,411,'robots=\nauthor='),(594,'NAPOLITANO: Big Brother’s all-seeing eye','napolitano-big-brothers-all-seeing-eye','','<h3>Use of military surveillance drones overhead would be un-American</h3>\r\n<p><img src=\"images/stories/napolitano2.jpg\" border=\"0\" alt=\"Judge Andrew Napolitano\" hspace=\"7\" align=\"left\" />For the past few weeks, I have been writing in this column about the government’s use of drones and challenging their constitutionality on <a href=\"http://www.washingtontimes.com/topics/fox-news-channel/\">Fox News Channel</a>, where I work. I once asked on air what <a href=\"http://www.washingtontimes.com/topics/thomas-jefferson/\">Thomas Jefferson</a> would have done if - had they existed at the time - <a href=\"http://www.washingtontimes.com/topics/george-iii/\">King George III</a> had sent drones to peer inside the bedroom windows of <a href=\"http://www.washingtontimes.com/topics/monticello/\">Monticello</a>. I suspect <a href=\"http://www.washingtontimes.com/topics/thomas-jefferson/\">Jefferson</a> and his household would have trained their muskets on the drones and taken them down. I offer this historical anachronism as a hypothetical only, not as someone who is urging the use of violence against the government.</p>\r\n<p><a href=\"http://www.washingtontimes.com/news/2012/jun/7/big-brothers-all-seeing-eye/\">Continue on Washington Times &gt;&gt;&gt;</a></p>','',1,13,0,70,'2012-06-08 04:55:00',62,'Original Post on Drudge Report','2012-06-08 05:10:03',62,0,'0000-00-00 00:00:00','2012-06-08 04:55:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,12,'','',0,223,'robots=\nauthor='),(595,'THE RECALL HEARD AROUND THE WORLD ','the-recall-heard-around-the-world-','','<p> </p>\r\n<div><img src=\"images/stories/ann_coulter.jpg\" border=\"0\" alt=\"Ann Coulter\" hspace=\"7\" align=\"left\" />I watched the Wisconsin returns on MSNBC Tuesday night, and it came right down to the wire between \"the Democrats were outspent 7-to-1\" and \"Republicans are stripping union rights!\" As we go to press it\'s still too close to call.</div>\r\n<p>President Obama wanted to go to Wisconsin, but he just didn\'t have time. He\'s been doing so many campaign fundraisers lately he barely has time to play golf.<br /><br /> The left\'s \"outspent\" argument is ridiculous. Unions take money by force from members, hire hundreds of political operatives and give them salaries to work on campaigns, then call them \"volunteers\" so their work isn\'t reported as a campaign contribution.<br /><br /> Luckily for them, government employees\' non-punishing work schedules leave them plenty of time to be in a constant state of grievance, demanding recalls after any election they lose, and mobilizing voters.<br /><br /> This election had nothing to do with people being paid a fair wage for the work they do. The question is: Do you want a society where the people whose salaries you pay make more than those who pay them?<br /><br /> The Democrats will do anything the government unions ask, because (1) It\'s not their money they\'re spending, it\'s the taxpayers\'; and (2) Government unions reciprocate by making sure the Democrats keep getting re-elected.<br /><br /> Gov. Andrew Cuomo is about to turn New York into Pottersville from \"It\'s a Wonderful Life\" by legalizing gambling so he can keep paying the unions.<br /><br /> All manufacturing has been driven out of the state by high taxes -- and by well-compensated government employees who make it impossible to do business in New York. The state\'s principal cash cow, New York City, is now entirely composed of a tiny slice of Wall Streeters and the people who serve them –- personal trainers, doormen, maids, doctors, lawyers, restaurateurs and Keith Olbermann\'s cat groomer.		<a href=\"http://www.anncoulter.com/columns/2012-06-06.html#read_more\">Read More »</a></p>\r\n<!-- AddThis Button BEGIN -->\r\n<div><a href=\"http://www.anncoulter.com/\" title=\"Send to Facebook\"><span><span>Share on facebook</span></span></a><a href=\"http://www.anncoulter.com/\" title=\"Tweet This\"><span><span>Share on twitter</span></span></a><a href=\"http://www.anncoulter.com/\" title=\"Email\"><span><span>Share on email</span></span></a><a href=\"http://www.anncoulter.com/\" title=\"Print\"><span><span>Share on print</span></span></a><a href=\"http://www.anncoulter.com/\"><span><span>More Sharing Services</span></span></a><a href=\"http://www.anncoulter.com/\" style=\"display: block;\"></a><a href=\"http://www.anncoulter.com/\" title=\"View more services\">7.5K</a><a></a></div>','',1,21,0,79,'2012-06-08 05:10:08',62,'Ann Coulter','2012-06-08 05:16:28',62,0,'0000-00-00 00:00:00','2012-06-08 05:10:08','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,3,'','',0,414,'robots=\nauthor='),(596,'Former Chicago ACORN Official funded with $445 million by Obama Administration ','former-chicago-acorn-official-funded-with-445-million-by-obama-administration-','','<p>Remember the outrage over the exposure of ACORN travesties including voter fraud and offering advice on tax evasion that led to Congress overwhelmingly voting to defund the scandal plagued organization (345-71 in the House, 85-11 in the Senate)?</p>\r\n<p style=\"background-color: white;\">Less salacious, but far more economically disastrous was the \"starring role\" that ACORN played in precipitating the financial meltdown of 2008 initiated by the sub-prime mortgage market meltdown.  According to acclaimed investigative journalist Matthew Vadum, ACORN\'s \"wanton disregard for the economic wellbeing of America\" through the very direct involvement for decades in federal housing policy and programs at Fannie Mae and Freddie Mac, perpetually weakening underwriting standards, and ignoring or even falsifying loan documentation put ACORN squarely at the center of the collapse of the sub-prime mortgage house of cards.</p>\r\n<p style=\"background-color: white;\">Huge numbers of loans that eventually became the problem trace to ACORN originations.  Vadum discovered that ACORN housing brochures openly bragged about how they undermined mortgage loan underwriting standards.</p>\r\n<p style=\"background-color: white;\">Joe McGavin used to be the director of counseling for ACORN housing in Chicago and operations manager for an ACORN offshoot, Affordable Housing Centers of America (ACHOA).   After the scandal-ridden collapse of ACORN, McGavin resurfaced in 2011 as the new director of the Illinois Hardest Hit Program.  The Hardest Hit Fund (HHF) is one of many programs established by the Obama Administration to \"assist homeowners who have experienced an income reduction due to unemployment or substantial underemployment\" during the economic recession.</p>\r\n<p style=\"background-color: white;\">Judicial Watch, the non-partisan Washington based watchdog foundation, discovered that McGavin and IHHF will now be in charge of doling out $445 million thanks to a very generous grant by the Obama Administration.   \"It means the ACORN official (Joe McGavin) will go from operating a corrupt leftist community group that\'s banned by Congress from receiving federal funding to controlling over $445 million in U.S. taxpayer funds,\" says Judicial Watch in a newly released report.  Being remarkably polite, JW opined that McGavin\'s \"strong ties to ACORN make him a suspect candidate to handle such a huge amount of taxpayer dollars.\"</p>\r\n<p style=\"background-color: white;\"><a href=\"http://finance.townhall.com/columnists/bobbeauprez/2012/06/10/former_chicago_acorn_official_funded_with_445_million_by_obama_administration/page/2\">Continue post on Townhall.com &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-06-11 00:15:48',62,'Townhall','0000-00-00 00:00:00',0,62,'2012-06-11 00:19:51','2012-06-11 00:15:48','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,117,'','',0,241,'robots=\nauthor='),(597,'A Word of Warning','a-word-of-warning','','<p><img class=\"caption\" src=\"images/stories/mikeevans.jpg\" border=\"0\" alt=\"Dr. Michael Evans\" title=\"Dr. Michael Evans\" hspace=\"7\" align=\"left\" />Dear Jack, <br /> <br /> I must share this urgent word of warning with you today. <strong>The slow motion collapse of the government of Syria is a critical threat to   Israel’s survival.</strong> Russia is sending attack helicopters to try to prop up   the regime. My sources tell me that Hezbollah terrorists are working overtime   behind the scenes to get their hands on Syria’s massive stockpiles of weapons of   mass destruction—chemical and biological weapons that the Assad government has   amassed. <br /><br /> In my New York Times best-seller <em>Beyond Iraq</em>, I detailed how Saddam   Hussein smuggled much of his WMD capacity into Syria before the war started. Now   the same strategy is being used again…and it will leave some of the most deadly   weapons imaginable in the hands of Israel’s most bitter enemies. This is not a   far-off threat—it is real, and it is today…and we must meet it! We must stand   for Israel and the Jewish people now more than ever.</p>\r\n<p><a href=\"http://jerusalemprayerteam.org/\">Jerusalem Prayer Team &gt;&gt;&gt;</a></p>\r\n<p>Related Articles:</p>\r\n<div>\r\n<p><a href=\"http://online.wsj.com/article/SB10001424052702303901504577462141184957560.html\">Russia Is Sending Attack Helicopters to Syria, U.S. Says - WSJ</a></p>\r\n<h4>Early Warning System: Isaiah 17</h4>\r\n<div>\r\n<p><span id=\"en-KJV-17985\"><span>17 </span>The burden of Damascus. Behold, Damascus is taken away from being a city, and it shall be a ruinous heap.</span></p>\r\n<p><span id=\"en-KJV-17986\"><sup>2 </sup>The cities of Aroer are forsaken: they shall be for flocks, which shall lie down, and none shall make them afraid.</span></p>\r\n<p><span id=\"en-KJV-17987\"><sup>3 </sup>The fortress also shall cease from Ephraim, and the kingdom from Damascus, and the remnant of Syria: they shall be as the glory of the children of Israel, saith the <span style=\"font-variant: small-caps;\">Lord</span> of hosts.</span></p>\r\n</div>\r\n<p>{jcomments on}</p>\r\n</div>','',1,1,0,1,'2012-06-14 04:29:07',62,'Isaiah 17    King James Version (KJV)     The burden of Damascus. Behold, Damascus is taken away from being a city, and it shall be a ruinous heap.  ','2012-06-14 04:39:09',62,0,'0000-00-00 00:00:00','2012-06-14 04:29:07','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,116,'','',0,801,'robots=\nauthor='),(598,'Obama Treats Military Vets To Lunch…Then Leaves Without Paying the Bill','obama-treats-military-vets-to-lunchthen-leaves-without-paying-the-bill','','<p><img src=\"images/stories/bho.jpg\" border=\"0\" hspace=\"7\" width=\"125\" height=\"149\" align=\"left\" />Barack Obama isn’t necessarily known for being <a href=\"http://www.theblaze.com/blog/2012/06/11/debt-bomb-this-new-app-shows-you-exactly-how-the-national-debt-will-affect-you/\" target=\"_self\">fiscally responsible</a>, but it seems he may be a bit oblivious when it comes to personal finances as well as national.</p>\r\n<p>ABC <a href=\"http://abcnews.go.com/blogs/politics/2012/06/white-house-forgets-to-pay-fathers-day-lunch-tab/\" target=\"_blank\">explains</a>:</p>\r\n<blockquote>\r\n<p>Amid the bustle of President Obama’s surprise stop for barbecue Wednesday the White House apparently overlooked one key detail: the bill.</p>\r\n<p>Celebrating Father’s Day early, the president had lunch with two service members and two local barbers at Kenny’s BBQ on Capitol Hill.</p>\r\n<p>As the group chatted about fatherhood, the president enjoyed a steaming plate of pork ribs with hot sauce, collard greens, red beans and rice and cornbread.</p>\r\n<p>The bill for the president and his four guests was $55.58, but was left unpaid at the point of sale, according to pool reports.</p>\r\n</blockquote>\r\n<p>Whoops!</p>\r\n<p>Ironically, the move follows Obama’s declaration that Republicans <a href=\"http://www.youtube.com/watch?v=Ic6k7SAXZAA\" target=\"_blank\">left him the bill for a steak dinner</a> on the economy.</p>\r\n<p>Obama representatives settled this particular debt by the end of the day, and the servicemen (at least during the meal) seemed to be enjoying their time.</p>\r\n<p><a href=\"http://www.theblaze.com/blog/2012/06/15/ha-obamas-unpaid-bill-reeks-of-irony/\" target=\"_self\">(Related: Obama’s Unpaid Bill Reeks of Irony)</a></p>\r\n<p>However, at least if the CBS video of the event is any indication, the president spent a significant percentage of the meal praising the values of barber shops– though perhaps his praise of the military was just not as heavily featured in the clip.</p>\r\n<p><a href=\"http://www.theblaze.com/stories/obama-treats-military-vets-to-lunch-then-leaves-without-paying-the-bill/\">GOTO Blaze Article &gt;&gt;&gt;</a></p>\r\n<p>Comments:</p>\r\n<p>So what\'s the surprise? There is nothing genuine about this man. It\'s all make believe. What an embarassment.</p>\r\n<p>{jcomments on}</p>','',1,1,0,1,'2012-06-16 04:36:50',62,'The Blaze','2012-06-16 15:16:20',62,0,'0000-00-00 00:00:00','2012-06-16 04:36:50','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,115,'','',0,528,'robots=\nauthor='),(599,'Anaheim City Council to Install \"In God We Trust\" in Chambers','anaheim-city-council-to-install-qin-god-we-trustq-in-chambers','','<div id=\"articlecontent\">\r\n<p><em><strong>\"It is a matter of patriotism. It is on our currency… it\'s part of what America means to us.\" -Gail Eastman, Councilwoman</strong></em></p>\r\n<p><img src=\"http://www.breakingchristiannews.com/images/news/inGodwetrustanaheim.jpg\" border=\"0\" alt=\"In God we trust sign\" hspace=\"20\" align=\"left\" />(Anaheim, CA)—The Anaheim City Council recently voted unanimously to install the motto \"In God We Trust\" in the most prominent location they could think of in their building: over the city seal behind the council dais. <em>(Photo: Orange County Register) </em></p>\r\n<p>\"It is a matter of patriotism,\" explained Councilwoman Gail Eastman. \"It is on our currency...it\'s part of what America means to us.\"</p>\r\n<p>According to an <em>Orange County Register </em>report, the motto has already been widely accepted in Orange County, where 16 cities have posted the phrase in their chambers. In addition, it notes, at least 92 California cities have included the motto and 281 counties and cities nationwide.</p>\r\n</div>\r\n<div><a href=\"http://www.ocregister.com/news/motto-356444-city-phrase.html\" target=\"_blank\">Read Full Story...</a></div>','',1,1,0,1,'2012-06-16 15:13:03',62,'BCN - Elijah List','2012-06-16 15:15:06',62,0,'0000-00-00 00:00:00','2012-06-16 15:13:03','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,114,'','',0,246,'robots=\nauthor='),(600,'Sounds Good to Me','sounds-good-to-me','','<p>It\'s going to be an ugly campaign. We all know it and we\'re ready for it<br />but it\'s going to the ugliest and nastiest and dirtiest campaign in history.<br /><br />If the GOP Nominee takes this advice, it will send a clear message to the<br />Republican establishment that conservatives aren\'t going to do business as<br />usual any more. It would shake the establishment and pull together<br />conservative voters.<br /><br />If Romney, adopts this measure, HE would pull together the conservative<br />vote.<br /><br />Here is a little something else this would do...It would shake the Obama<br />campaign to its core.<br /><br />As soon as the 1,144 delegates are in hand, WHOEVER garners them either at<br />the convention or before...put this into motion.<br /><br />Rather than a leisurely march toward a VP nominee or a surprise VP<br />announcement like we got in 2008, vet the possible VPs NOW and stand ready<br />to announce the running mate in a nationally televised press conference the<br />day after the delegates are in hand.<br /><br />Make the VP choice...Allen West.<br /><br />Having Congressman West in the VP slot makes him a TRIPLE THREAT and a VP<br />who WILL redefine the role. Triple threat? As the Vice President he would<br />attend to the regular duties and be a heartbeat away from the presidency. A<br />Vice President West would also act as a second Secretary of State in<br />difficult diplomatic negotiations. AND...A Vice President West would work in<br />concert with the Secretary of Defense to realign our military and redefine<br />its role.<br /><br />Triple threat.<br /><br />Oh but this is just the START of the strategy!!!<br /><br />As soon as the nominee has introduced West as the running mate...THE NOMINEE<br />WOULD THEN INTRODUCE HIS SECRETARY OF STATE NOMINEE...<br /><br />John Bolton. As a former Ambassador to the United Nations there is nobody<br />with a better handle on the world\'s issues or more familiar with the<br />players. John Bolton is tough, straight forward and not likely to appease<br />ANYONE.<br /><br />Now, you have the nominee on stage, the VP choice and the Secretary of State<br />nominee...Let\'s not stop there.</p>\r\n','\r\n<p>Next to walk onto the stage...<br /><br />Sarah Palin...Nominee for Secretary of Energy.<br /><br />Palin\'s directive...Set us on the path toward energy independent in 10<br />years. Can you think of a better choice? Anyone more invested in that goal?<br />Anyone who is more knowledgeable or adept?<br /><br />I don\'t.<br /><br />Can you feel the ground starting to shake?<br /><br />Next out of the wings and onto the stage...<br /><br />The nominee for Secretary of Defense. Enter...General David Petraeus.<br /><br />As great as he was fighting a PC war...Imagine what he\'ll be like once he<br />and West have pressed the reset button on our rules of engagement. In<br />Petraeus we will have a Secretary of Defense whose mission will be to win.<br />PERIOD.<br /><br />Oh...I\'m not done yet.....<br /><br />Next up...The nominee for Attorney General...Pam Bondi.<br /><br />Bondi is a no nonsense fighter who has taken on the current administration<br />over Obamacare and WILL clean out the corruption rampant in that office<br />today.<br /><br />Okay, where are we? Who is now standing on the stage? The nominee...Allen<br />West...John Bolton...Sarah Palin...General Petreaus and Pam Bondi.<br /><br />How about a Secretary of the Treasury? We would need someone who has worked<br />for YEARS in the tax field who understands the overwhelming burden of tax<br />codes and who has, for years fought to restructure those codes.<br /><br />Welcome Michele Bachmann to the stage...The nominee for Secretary of the<br />Treasury.<br /><br />By now, fissures should be opening in the ground, rumbling coming from the<br />sky and the faint odor of brimstone should be in the air.<br /><br />We will need someone new...someone with new ideas to head up the Fed.<br /><br />Please welcome Ron Paul. Yes, I realize this, under Paul, will be a<br />temporary position; but somehow, I doubt Ron Paul wants to make a career of<br />running the Fed.<br /><br />Secretary of the Interior? Governor Bobby Jindal...COME ON DOWN!!!!!<br /><br />And finally...We need someone to head up the Department of Homeland<br />Security. We must have someone who understands the issues we face.<br />Someone who has worked in federal law enforcement. Someone who won\'t take<br />any crap from anybody.<br /><br />Please...a round of applause for...Sheriff Joe Arpaio.<br /><br />Feel free to substitute names...add your own choices, but these are mine.<br />The picks are only a part of the whole picture however. The impact is as<br />important as the names.<br /><br />Were the GOP nominee to do this...call a press conference and make such an<br />announcement...It would be unprecedented. Never before has a presidential<br />nominee entered the full on campaign with a fully assembled team.<br /><br />Can you even IMAGINE the shock-and-awe wave which would be sent through the<br />Obama campaign were the GOP nominee to do this?<br /><br />Think about it.<br /><br />From the word GO it would be unlike any previous presidential campaign.<br /><br />Instead of simply nominee X against Obama we would have Nominee X vs<br />Obama...Congressman Allen West vs Joe Biden...John Bolton vs Hillary<br /><span style=\"text-decoration: underline;\">Clinton</span><span style=\"text-decoration: underline;\">...Sarah Palin vs Stephen Chu...General Petreaus vs Leon<br />Panetta...Pam Bondi vs Eric Holder...Michele Bachmann vs Tim Geitner...Ron<br />Paul vs Ben Bernake...Bobby Jindal vs Ken Salazar and Sheriff Joe Arpaio vs<br />Janet Napolitano.<br /><br />Think about that...Let that sink in...All campaigning at once. There would<br />be no way out for Obama as each and every key player on his team would be<br />exposed and held to account from the word GO. It would be a full on frontal<br />assault and Obama would have no place to hide.<br /><br />By adopting this proposal, Obama would be forced into a pot of boiling water<br />or into the fire. If he tried to rid himself of baggage he would be exposed<br />of running from his own record and that of the very people he\'s been<br />standing behind for political expediency. If he stays with them, he would be<br />forced to defend them. Boiling water or a raging fire...his choice.<br /><br />It\'s bold, brash and completely against the establishment business as usual<br />strategy.<br /><br />It\'s earth shaking.<br /><br />An entire assembled team of key cabinet positions...Each one a pitbull on a<br />T-Bone...hammering their liberal counterparts on every issue, every day,<br />from the word GO until November 6th, 2012.<br /><br />This is the third of my 3-part series this week. Yesterday\'s Standing on the<br />Right Principles and Tuesday\'s Inaugural Address comprising the other 2<br />parts.<br /><br />We will have to play the cards we\'re dealt with the GOP nominee, but tell me<br />THIS strategy wouldn\'t go a LONG way toward bringing the conservative voters<br />together. Tell me this strategy wouldn\'t pull in and appeal to independents.<br /><br />As voters, using THIS strategy, we would be voting for the whole team rather<br />than just the standard, business-as-usual Presidential 2-person ticket.<br /><br />SHARE THIS ARTICLE LINK FAR AND WIDE</span></p>',1,5,0,41,'2012-06-16 15:48:58',62,'Submitted by Helio Rodriguez','2012-06-16 15:51:34',62,0,'0000-00-00 00:00:00','2012-06-16 15:48:58','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,1,'','',0,741,'robots=\nauthor='),(601,'Pipeline Blocked by Massive Clog','pipeline-blocked-by-massive-clog','','<p><img src=\"images/stories/keystone.jpg\" border=\"0\" /></p>','',1,16,0,73,'2012-06-16 15:53:22',62,'Submitted by Helio Rodriguez','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-06-16 15:53:22','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,10,'','',0,646,'robots=\nauthor='),(602,'Obama Attorney’s Desperation Leads Him to Tell Florida Judge He is Not the Democratic Nominee','obama-attorneys-desperation-leads-him-to-tell-florida-judge-he-is-not-the-democratic-nominee','','<p>The case before Florida Judge Terry Lewis claims that Barack Obama does not meet the constitutional requirements for President of the United States. The lawsuit, believe it or not, was filed by a registered Democrat. Just last week I wrote about <a href=\"http://godfatherpolitics.com/5672/sheriff-joe-arpaio-submits-affidavit-florida-case-obama-eligibility/\">Sheriff Joe Arpaio and Cold Case Posse Investigator Mike Zullo filing affidavits</a> in the case.</p>\r\n<p>At that time, Obama’s attorneys had asked Judge Lewis to dismiss the case because Barack Obama met the legal definition of a natural born citizen. Lewis didn’t buy their argument and demanded they provide documented evidence to back up their claim. He pointed to the fact that the claimant’s attorney had provided a Supreme court decision that had defined natural born citizen to mean that both parents were US citizens.</p>\r\n<div id=\"gad-content\">In the latest round before Judge Lewis, Obama’s attorneys evidently could not produce the requested documentation to support their claim that Obama is a natural born citizen. Out of what seemed to be an act of desperation on their part, they tried to divert addressing the central claim in the case by telling Lewis that Obama is not the Democratic nominee and therefore the case is irrelevant.</div>\r\n<p>According to <a href=\"http://www.wnd.com/2012/06/obama-attorneys-argue-hes-not-dem-nominee/\">WND</a>, Judge Lewis challenged Obama’s attorneys by indicating that there was only one name on the Democratic ballot for president and therefore the delegates were bound to that candidate. He also asked them about a letter submitted by the Democratic Party to the Florida Secretary of State that only listed one name.<br /><br />Read more: <a href=\"http://godfatherpolitics.com/5733/obama-attorneys-desperation-leads-them-tell-florida-judge-he-not-democratic-nominee/#ixzz1yIMvDXiE\" style=\"color: #003399;\">http://godfatherpolitics.com/5733/obama-attorneys-desperation-leads-them-tell-florida-judge-he-not-democratic-nominee/#ixzz1yIMvDXiE</a></p>','',1,1,0,1,'2012-06-20 02:08:16',62,'Godfather Politics','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-06-20 02:08:16','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,113,'','',0,331,'robots=\nauthor='),(603,'NYT: Jay Carney Made an ‘Angry Phone Call’ to Fox Exec. Following Anti-Obama Video','nyt-jay-carney-made-an-angry-phone-call-to-fox-exec-following-anti-obama-video','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"400\" height=\"225\" src=\"http://www.youtube.com/embed/zi15OtKquD0\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>\r\n<p>White House press secretary Jay Carney made an “angry phone call” to a Fox News executive after the network <a href=\"http://www.theblaze.com/stories/fox-news-airs-blistering-then-and-now-anti-obama-video-review/\" target=\"_self\">aired a scathing video review</a> last month of President Barack Obama’s first three years in office, the New York Times <a href=\"http://www.nytimes.com/2012/06/21/arts/television/fox-friends-finds-ratings-and-controversy.html?_r=1&amp;pagewanted=all\" target=\"_blank\">reported</a>.</p>\r\n<p>According to the Times, Carney told Michael Clemente, Fox News’ senior vice president for news, that the video had crossed the line even for “Fox &amp; Friends,” the morning show where it aired. Two unnamed Democrats reportedly told the newspaper about the call, described as a “private conversation.”</p>\r\n<p>(<a href=\"http://www.theblaze.com/stories/jay-carney-attacks-fox-reporter-during-presser-youre-engaging-in-selective-listening/\" target=\"_self\">Related: Jay Carney Attacks Fox Reporter During Presser — You‘re Engaging in ’Selective Listening’</a>)</p>\r\n<p>As The Blaze <a href=\"http://www.theblaze.com/stories/fox-news-airs-blistering-then-and-now-anti-obama-video-review/\" target=\"_self\">previously reported</a>, the four-minute clip featured a series of “then and now” comparisons, including the national debt, jobless rate and gas prices. It was met with heavy criticism from both sides of the political spectrum: Media Matters <a href=\"http://mediamatters.org/blog/201205300001\" target=\"_blank\">said</a> it “crossed a new ethical line” while Hot Air’s Ed Morrissey <a href=\"http://hotair.com/archives/2012/05/30/video-foxs-four-years-of-hope-and-change/\" target=\"_blank\">questioned</a> whether “a news organization [should] produce and publish attack ads like this?”</p>\r\n<p>Fox News Executive Vice President for Programming Bill Shine ultimately disavowed the video, which has <a href=\"http://video.foxnews.com/v/1663606480001/four-years-of-hope-and-change/?playlist_id=86912\" target=\"_blank\">been pulled</a> from Fox’s website.</p>\r\n<p>“The package that aired on FOX &amp; Friends was created by an associate producer and was not authorized at the senior executive level of the network,” Shine said in a statement. “This has been addressed with the show’s producers.”</p>','',1,1,0,1,'2012-06-23 04:01:41',62,'The Blaze','2012-06-23 04:09:34',62,0,'0000-00-00 00:00:00','2012-06-23 04:01:41','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,112,'','',0,304,'robots=\nauthor='),(604,'Malkin Unloads on Liberal ‘Hannity’ Guest Over Fast and Furious: ‘The Blood Is on Your People’s Hands!’','malkin-unloads-on-liberal-hannity-guest-over-fast-and-furious-the-blood-is-on-your-peoples-hands','','<p>Last week, Michelle Malkin stoked the conservative fire after she <a href=\"http://www.theblaze.com/stories/real-journalists-are-apologists-for-corrupt-ocracy-michelle-malkin-takes-on-juan-williams-in-tense-segment/\" target=\"_self\">challenged Juan Williams</a> for calling her “just” a blogger. But if that was stoking the fire, what she did Wednesday night on “Hannity” to liberal Tamara Holder was torching the place with napalm.</p>\r\n<p>Malkin was a guest along with Holder on a segment talking about the day’s Fast and Furious news (Obama granting executive privilege and Holder being held in contempt). About three minutes in, Holder tried to use the liberal talking point that the entire operation was really started under the Bush administration (the “blame Bush” mantra is really popular these days). That’s where things first got tense, after Holder scolded Hannity who tried to make a point and told him, “No no, let me finish. Give me the same amount of time you give all your Republican friends.”</p>\r\n<p><a href=\"http://www.theblaze.com/wp-content/uploads/2012/06/malkin-vs-tamara-holder-2.jpg\" target=\"_self\"><img src=\"http://www.theblaze.com/wp-content/uploads/2012/06/malkin-vs-tamara-holder-2.jpg\" border=\"0\" alt=\"Michelle Malkin Tells Tamara Holder The Blood Is on Your Peoples Hands on Hannity\" title=\"malkin vs tamara holder 2\" width=\"477\" height=\"243\" /></a></p>\r\n<p>But after Holder continued to try and use the argument, Malkin eventually had enough.</p>\r\n<p>“Can I just go back to this, the tiresome blame Bush card, because I don‘t think that Tamara knows what she’s talking about when we talk about the difference between Fast and Furious and Operation Wide Receiver and Project Gunrunner,” Malkin said.</p>\r\n<p>“Excuse me!” Malkin shouted back when Holder tried to interrupt. “This is not a partisan thing!”</p>\r\n<p>Holder, clearly offended, took a shot at Malkin: “Sure, sure, I don’t know what I am talking about. No no, to be attacked and say that I don‘t know what I am talking about just because I’m not a New York Times best-selling author–.”</p>\r\n<p><a href=\"http://www.theblaze.com/stories/malkin-unloads-on-liberal-hannity-guest-over-fast-and-furious-the-blood-is-on-your-peoples-hands/\">Continue post on The Blaze &gt;&gt;&gt;</a></p>\r\n<!-- begin ad tag --><!--  Rubicon Project Tag --><!--  Site: TheBlaze.com   Zone: Middle   Size: Medium Rectangle  -->\r\n<p><noscript></noscript></p>\r\n<!-- end ad tag -->','',1,1,0,1,'2012-06-23 04:09:42',62,'The Blaze','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-06-23 04:09:42','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,111,'','',0,787,'robots=\nauthor='),(605,'A Black man\'s point of view.','a-black-mans-point-of-view','','<p><strong><span style=\"text-decoration: underline;\">A BLACK MAN,</span></strong><strong> <span style=\"text-decoration: underline;\">THE</span></strong><strong><span style=\"text-decoration: underline;\"> </span></strong><strong><em><span style=\"text-decoration: underline;\">PROGRESSIVE\'S</span></em></strong> <strong><span style=\"text-decoration: underline;\">PERFECT TROJAN HORSE</span></strong><br /><strong>By Lloyd Marcus</strong><br /><br /></p>\r\n<p><img src=\"images/stories/lloydmarcus.jpg\" border=\"0\" alt=\"Lloyd Marcus\" hspace=\"7\" align=\"left\" /><br /><br />As are millions of my fellow Americans, I am outraged, devastated and extremely angry by the democrat\'s unbelievable arrogance and disdain for We The People. Despite our screaming \"no\" from the rooftops, they forced Obamacare down our throats. Please forgive me for using the following crude saying, but it is very appropriate to describe what has happened. \"Don\'t urinate on me and tell me it\'s raining.\" Democrats say their mission is to give all Americans health care. The democrats are lying. Signing Obamacare into law against our will and the Constitution is tyranny and step one of their hideous goal of having as many Americans as possible dependent on government, thus controlling our lives and fulfilling Obama\'s promise to fundamentally transform America.<br /><br />I keep asking myself. How did our government move so far from the normal procedures of getting things done? Could a white president have so successfully pulled off shredding the Constitution to further his agenda? I think not.<br /><br />Ironically, proving America is completely the opposite of the evil racist country they relentlessly accuse her of being, progressives used America\'s goodness, guilt and sense of fair play against her. In their quest to destroy America as we know it, progressives borrowed a brilliant scheme from Greek mythology. They offered America a modern day Trojan Horse, a beautifully crafted golden shiny new black man as a presidential candidate. Democrat Joe Biden lauded Obama as the first clean and articulate African American candidate. Democrat Harry Reid said Obama only uses a black dialect when he wants.<br /><br />White America relished the opportunity to vote for a black man naively believing they would never suffer the pain of being called racist again. Black Americans viewed casting their vote for Obama as the ultimate Affirmative Action for America\'s sins of the past.<br /><br />Then there were the entitlement loser voters who said, <em>\"I\'m votin\' for the black dude who promises to take from those rich SOBs and give to me.\"</em><br /><br /></p>\r\n','\r\n<p>Just as the deceived Trojans dragged the beautifully crafted Trojan Horse into Troy as a symbol of their victory, deceived Americans embraced the progressive\'s young, handsome, articulate and so called moderate black presidential candidate as a symbol of their liberation from accusation of being a racist nation. Also like the Trojan Horse, Obama was filled with the enemy hiding inside.<br /><br />Sunday, March 21, 2010, a secret door opened in Obama, the shiny golden black man. A raging army of democrats charged out. Without mercy, they began their vicious bloody slaughter of every value, freedom and institution we Americans hold dear; launching the end of America as we know it.<br /><br />Wielding swords of votes reeking with the putrid odor of back door deals, the democrats landed a severe death blow to America and individual rights by passing Obamacare.<br /><br />The mainstream liberal media has been relentlessly badgering the Tea Party movement with accusations of racism. Because I am a black tea party patriot, I am bombarded with interviewers asking me the same veiled question. \"Why are you siding with these white racists against America \'s first African American president?\" I defend my fellow patriots who are white stating, <em>\"These patriots do not give a hoot about Obama\'s skin color. They simply love their country and oppose his radical agenda. Obama\'s race is not an issue.\"</em><br /><br />Recently, I have come to believe that perhaps I am wrong about Obama\'s race not being an issue. In reality, Obama\'s presidency has everything to do with racism, but not from the Tea Party movement. Progressives and Obama have exploited his race from the rookie senator\'s virtually unchallenged presidential campaign to his unprecedented bullying of America into Obamacare. Obama\'s race trumped all normal media scrutiny of him as a presidential candidate and most recently even the Constitution of the United States. Obamacare forces all Americans to purchase health care which is clearly unconstitutional.<br /><br />No white president could get away with boldly and arrogantly thwarting the will of the American people and ignoring laws. President Clinton tried universal health care. Bush tried social security reform. The American people said \"no\" to both presidents\' proposals and it was the end of it. So how can Obama get away with giving the American people the finger? The answer: He is black.<br /><br />The mainstream liberal media continues to portray all who oppose Obama in any way as racist. Despite a list of failed policies, overreaches into the private sector, violations of the Constitution and planned destructive legislation too numerous to mention in this article, many Americans are still fearful of criticizing our first black president. Incredible.<br /><br /><strong>My fellow Americans, you must not continue to allow yourselves to be \"played\" and intimidated by Obama\'s race or the historical context of his presidency. If we are to save </strong><strong>America</strong><strong> , the greatest nation on the planet, Obama\'s progressive agenda must be stopped.</strong><br /><br /><strong>Lloyd Marcus (black) Unhyphenated American, Singer/Songwriter, Entertainer, Author, Artist &amp; <span style=\"text-decoration: underline;\">Tea Party Patriot</span><br /></strong></p>',1,5,0,43,'2012-06-23 16:20:18',62,'Submitted by Matt Krol','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-06-23 16:20:18','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,1,'','',0,923,'robots=\nauthor='),(606,'Feds Jail New Mexico Family, Seize Everything They Own for Being Honest Legal Firearms Dealers','feds-jail-new-mexico-family-seize-everything-they-own-for-being-honest-legal-firearms-dealers','','<h3>This has got to be one of the grossest miscarriages of law enforcement that I’ve read about lately.<img src=\"http://godfatherpolitics.com/wp-content/uploads/2012/06/rick-and-terri-reese-220x120.jpg\" border=\"0\" alt=\"The Reeses\" align=\"right\" /></h3>\r\n<p>Rick and Terri Reese, along with their two sons Ryin and Remington ran a federally licensed gun shop in Deming, New Mexico. They kept meticulous records of all the firearms and ammunition they purchased and which were purchased by customers. They performed the required FBI background checks when necessary. Basically, they ran their gun shop by the letter of the law for 17 years.</p>\r\n<p>Even much of their hired help was legal as the Reeses often hired law enforcement officers who were either retired or off duty, to work in the gun shop. This brought in a substantial amount of business with the law enforcement community and agencies.</p>\r\n<p>In 2011, Terri noticed a customer that had made an unusually large number of purchases. The customer, Penny Torres, told Terri that they were having a family reunion at a ranch in the area and that they all liked to shoot. Terri was suspicious of Torres story and being the law abiding gun dealer she is, she reported her suspicions to one of her friends that worked with the Luna County Sheriff’s Department. Terri told him that she suspected Torres might be a ‘straw buyer’ (someone who purchased guns for illegal purposes such as going over the Mexican border to the drug cartels, kind of like what the US government did with Operation Fast and Furious).</p>\r\n<p>The Luna County Sheriff’s Department officer Terri reported to was someone she trusted and who she always turned to if they had any need for law enforcement. He told her that he would promptly report it to ATF and would let her know what happened with the case.</p>\r\n<p><br />Read more: <a href=\"http://godfatherpolitics.com/5813/feds-jail-new-mexico-family-seize-everything-they-own-being-honest-legal-firearms-dealers/#ixzz1ydnzfi82\">Godfather Politics</a></p>','',1,15,0,72,'2012-06-23 18:07:13',62,'Godfather Politics','2012-06-23 18:15:14',62,0,'0000-00-00 00:00:00','2012-06-23 18:07:13','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,9,'','',0,517,'robots=\nauthor='),(607,'You will not read this in the news, but you urgently need to know it… ','you-will-not-read-this-in-the-news-but-you-urgently-need-to-know-it-','','<p><img class=\"caption\" src=\"images/stories/mikeevans.jpg\" border=\"0\" alt=\"Mike Evans\" title=\"Dr. Michael Evans\" align=\"left\" />President Vladimir Putin of Russia is in Israel today. He is meeting with Prime Minister Benjamin Netanyahu and President Shimon Peres in Jerusalem. This is the question to which no one knows the answer: Why?</p>\r\n<p>My personal friend, Foreign Minister Avigdor Lieberman, with whom I recently had dinner in Jerusalem, met with Putin on December 7, 2011. Now I will tell you what transpired during that meeting. This information was not shared with me by Mr. Lieberman. Obviously, if he had done so in confidence, I would not be in a position to divulge this.</p>\r\n<p>Avigdor Lieberman is a Russian Jew and speaks Russian. He discussed with Putin the serious crisis with Iran and Syria. In the meeting, he said to the Russian leader: “You have the power to resolve the entire crisis in Syria and in Iran. China has agreed, behind the scenes, that if Russia takes the lead, it will follow suit.”</p>\r\n<p>This means that Iran cannot survive without the support of China and Russia. That support could end simply by Putin stepping on the world stage, and as Avigdor Lieberman said, “Being the savior of the world at this present moment.” I don’t like the comparison, but I understand what he meant.</p>\r\n<p>Putin despises both President Obama and Hillary Clinton. Mrs. Clinton has done everything to try to undermine and embarrass the Russian leader. On the other hand, Mr. Lieberman has done everything possible to build bridges with Putin—not because he agrees with him, but because he realizes the seriousness of the situation.</p>\r\n<p>The fact that President Putin is flying to Israel is extremely significant in view of the intelligence information I’ve just given you. You’ll not read about this in the press. Pray hard! If Putin takes the bait, then both the Syrian crisis and the Iranian crisis could end. If the Russian president can get the credit for it, a multitude of lives will be spared.</p>\r\n<p><a href=\"http://jerusalemprayerteam.org/email/2012/0623-2.htm\">Read online &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-06-24 02:20:49',62,'Mike Evans','2012-06-24 02:29:33',62,62,'2012-06-24 02:29:33','2012-06-24 02:20:49','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,110,'','',0,367,'robots=\nauthor='),(608,'A National Check-Up Part III The Political Crisis  ','a-national-check-up','','<table style=\"width: 423px;\" border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: justify;\" width=\"396\">\r\n<div style=\"text-align: center;\">\r\n<p style=\"margin-top: 0px; font-family: Verdana,Geneva; margin-bottom: 0px; font-size: 11pt;\"><span style=\"font-family: Helvetica, Calibri, Arial, sans-serif; color: #ff0000; font-size: 12pt;\"><strong>Special Bulletin</strong></span></p>\r\n<p style=\"text-align: center; margin-top: 0px; font-family: Verdana,Geneva; margin-bottom: 0px;\" align=\"center\"><span style=\"font-family: Helvetica,Calibri,Arial,sans-serif; color: black; font-size: 11pt;\"><em>by Rick Joyner </em></span></p>\r\n<p style=\"margin-top: 0px; font-family: Verdana,Geneva; margin-bottom: 0px;\"><span style=\"font-family: Helvetica,Calibri,Arial,sans-serif; color: black; font-size: 11pt;\"><em> </em></span></p>\r\n</div>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\"><span style=\"color: #000000; font-size: 10pt;\"> </span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-family: Helvetica,Calibri,Arial,sans-serif; color: #000000; font-size: 11pt;\"><img src=\"images/stories/OAKI-logo.png\" border=\"0\" alt=\"The Oak Initiative\" align=\"right\" />This is a brief on the third of seven main crises threatening our country. As a reminder, the Health Meter goes from 1 being the lowest and most dangerous, to 10 being the highest and healthiest. The Trend Arrow is for a quick reference rating with UP for getting healthier, and DOWN for getting worse. These will be followed by a commentary to explain the ratings. </span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-family: Helvetica,Calibri,Arial,sans-serif; color: #000000; font-size: 11pt;\"> </span></p>\r\n<div><span style=\"font-family: Helvetica,Calibri,Arial,sans-serif; color: #000000; font-size: 12pt;\"><span style=\"text-decoration: underline;\"><strong>Political</strong></span> Present State (3) Trend DOWN</span></div>\r\n<div><span style=\"font-family: Helvetica,Calibri,Arial,sans-serif; color: #000000; font-size: 12pt;\"> </span></div>\r\n<div><span style=\"font-family: Helvetica,Calibri,Arial,sans-serif; color: #000000; font-size: 11pt;\">Our economy may have never been in a weaker and more vulnerable state than it is now, but in this state it has been revealed just how remarkably strong and resilient it is. In spite of all the blows that it has taken and the incomprehensible burdens our government has put on it, it is still chugging along. Even so, we should not presume that this will last. It is vulnerable and little is being done to lead it to a more stable and safe place. </span></div>\r\n<div><span style=\"font-family: Helvetica,Calibri,Arial,sans-serif; color: #000000; font-size: 11pt;\">To a large degree, our economy is subject to the faith or doubts people have about it, evidenced by how just a little news can cause large swings in the stock market. This should cause all of us pause. Why is it so fragile? Why does it not have enough substance to stand on its own merit and strength? </span></div>\r\n<div><span style=\"font-family: Helvetica,Calibri,Arial,sans-serif; color: #000000; font-size: 11pt;\">You can have an economy without a government, but you cannot have a government without an economy. This is the crisis that could most quickly destroy not only the American Republic but also Western civilization. This is why the economy is the main target of those who would destroy America and Western civilization. <strong><a href=\"http://www.theoakinitiative.org/special-bulletin-11\" target=\"_blank\" style=\"color: blue; font-weight: bold; text-decoration: underline;\">...Read</a></strong></span></div>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"> </p>\r\n<p style=\"text-align: center; margin-top: 0px; font-family: Verdana,Geneva; margin-bottom: 0px; font-size: 10pt; margin-right: 1pt;\" align=\"center\"><span><span style=\"font-family: Helvetica,Calibri,Arial,sans-serif; color: #000000; font-size: 11pt;\"><strong>Print Friendly Version</strong>:</span><span style=\"font-family: Helvetica,Calibri,Arial,sans-serif; font-size: 11pt;\"> <strong><a href=\"http://www.theoakinitiative.org/pdfs/sb-11-2012-154536.pdf\" target=\"_blank\" style=\"color: blue; font-weight: bold; text-decoration: underline;\">Click Here</a> </strong></span></span></p>\r\n<p style=\"text-align: center; margin-top: 0px; font-family: Verdana,Geneva; margin-bottom: 0px; font-size: 10pt; margin-right: 1pt;\" align=\"center\"><span style=\"font-family: Helvetica, Calibri, Arial, sans-serif; font-size: 11pt;\"><strong> </strong></span></p>\r\n</td>\r\n<td width=\"10\"><br /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><a name=\"LETTER.BLOCK23\"></a></p>\r\n<table id=\"content_LETTER.BLOCK21\" style=\"background-color: #ffcc66; width: 100%;\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td height=\"1\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><a name=\"LETTER.BLOCK29\"></a></p>\r\n<table id=\"content_LETTER.BLOCK21\" style=\"background-color: #ffcc66; width: 100%;\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td height=\"1\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><a name=\"LETTER.BLOCK22\"></a></p>\r\n<table id=\"content_LETTER.BLOCK22\" style=\"width: 100%; margin-bottom: 6px; color: #000000;\" border=\"0\" cellspacing=\"0\" cellpadding=\"5\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: center; font-family: Verdana, Geneva; color: #000000; font-size: 10pt;\" align=\"center\"><a href=\"http://www.theoakinitiative.org/catalog/oak-initiative-memberships\"><span style=\"font-family: Cambria, Georgia, \'Times New Roman\', serif; color: #0000ff; font-size: 14pt;\"><strong><span style=\"text-decoration: underline;\">Become a Member today</span>!</strong></span><br /></a><br />\r\n<div>\r\n<div style=\"text-align: justify;\"><span style=\"font-family: Helvetica,Calibri,Arial,sans-serif; font-size: 11pt;\">Thank you for being a part of the Oak Initiative. Be sure to share these details with your friends and get involved. If you are not a member, </span><a href=\"http://www.theoakinitiative.org/join-initiative\">consider becoming a members today</a><span style=\"font-family: Helvetica,Calibri,Arial,sans-serif; font-size: 11pt;\"><a href=\"http://www.theoakinitiative.org/join-initiative\"> </a>. Also, be sure to remember to </span><a href=\"http://www.theoakinitiative.org/membership-annual-renewal\" target=\"_blank\" style=\"font-family: Helvetica, Calibri, Arial, sans-serif; color: #0000ff; font-size: 11pt;\">renew your membership</a><span style=\"font-family: Helvetica,Calibri,Arial,sans-serif; font-size: 11pt;\"> if necessary so you continue the member resources.</span></div>\r\n</div>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><a name=\"LETTER.BLOCK25\"></a></p>\r\n<table id=\"content_LETTER.BLOCK21\" style=\"background-color: #ffcc66; width: 100%;\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td height=\"1\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><a name=\"LETTER.BLOCK28\"></a></p>\r\n<table id=\"content_LETTER.BLOCK21\" style=\"background-color: #ffcc66; width: 100%;\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td height=\"1\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><a name=\"LETTER.BLOCK7\"></a></p>\r\n<table id=\"content_LETTER.BLOCK7\" style=\"width: 100%; margin-bottom: 6px; height: 209px;\" border=\"0\" cellspacing=\"0\" cellpadding=\"2\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: left; background-color: #d52c2a; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #ffffff; font-size: 14pt;\" align=\"left\" bgcolor=\"#d52c2a\">\r\n<div><span style=\"font-family: Calibri, Helvetica, Arial, sans-serif; font-size: 18pt;\"><strong>News And Updates</strong></span></div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #285685; font-size: 8pt;\" align=\"left\">\r\n<div style=\"text-align: center;\"><span style=\"font-family: Cambria, Georgia, \'Times New Roman\', serif; color: #0000ff; font-size: 14pt;\"><strong><a href=\"http://theoakinitiative.org/\" target=\"_blank\" style=\"color: #0000ff; font-weight: bold;\">Visit our new website!</a></strong></span></div>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,20,0,78,'2012-06-27 20:02:22',62,'Rick Joyner','2012-06-27 20:14:12',62,62,'2012-06-27 20:14:12','2012-06-27 20:02:22','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,42,'','',0,445,'robots=\nauthor='),(609,'‘Allahu Akbar’: Shock Video Shows Muslims Allegedly ‘Stoning’ Christian Protesters in…Michigan','allahu-akbar-shock-video-shows-muslims-allegedly-stoning-christian-protesters-inmichigan','','<h3>More from the tolerant, loving, peaceful religion...</h3>\r\n<p>In a video posted by Gateway Pundit early this morning, protesters were depicted as being battered by a constant hail of thrown debris, including water bottles and possibly even stones. Skip to nine minutes into the following video to see the “stoning” portion where large, grey projectiles that look very much like rocks are tossed into the air at the demonstrators as the crowd screams “Allahu Akbar” and closes in:</p>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"236\" src=\"http://www.youtube.com/embed/vnJBW49afzg\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>\r\n<p>Let me repeat: Christians were allegedly stoned and forced into retreat by an angry mob of Arabs in Dearborn, Michigan. Whether you find the protesters themselves distasteful, it would be alarming indeed to think this reaction was warranted. We can only hope that no one was hurt, and that the people allegedly throwing the items will be brought to justice. However, given the inability of the cameramen to capture the faces of their assailants, we have our doubts.</p>\r\n<p>UPDATE:</p>\r\n<p>Regular readers of The Blaze might recognize one of the police officers identified in the video. At about the 11-minute mark, it appears Deputy Chief Mike Jaafer steps in to talk to the Christian protesters:</p>\r\n<p><a href=\"http://www.theblaze.com/wp-content/uploads/2012/06/mike-jaafar.jpg\" target=\"_self\"><img src=\"http://www.theblaze.com/wp-content/uploads/2012/06/mike-jaafar.jpg\" border=\"0\" alt=\"Muslims Allegedly Stone Christian Protesters in Dearborn Michigan On Camera\" title=\"mike jaafar\" width=\"446\" height=\"195\" /></a></p>\r\n<p>If Jaafer looks familiar, that’s because he was one of the stars of the <a href=\"http://watch.accesshollywood.com/video/mike-angela-jaafar-are-all-american-muslim/1320825278001\" target=\"_blank\">now-cancelled TLC show “All American Muslim.”</a></p>\r\n<p><a href=\"http://www.theblaze.com/stories/allahu-akbar-shock-video-shows-muslims-allegedly-stoning-christian-protesters-in-michigan/\">Goto The Blaze &gt;&gt;&gt;</a></p>','',1,14,0,71,'2012-06-28 02:53:22',62,'The Blaze','2012-06-28 16:14:20',62,0,'0000-00-00 00:00:00','2012-06-28 02:53:22','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,3,'','',0,549,'robots=\nauthor='),(610,'It’s the lie that led to my great-grandfather’s murder ','its-the-lie-that-led-to-my-great-grandfathers-murder-','','<p><img src=\"images/stories/mikeevans.jpg\" border=\"0\" align=\"left\" />My heart broke when I read the report out of Iran of the violently anti-Semitic remarks made by Iran’s vice president. Mohammad-Reza Rahimi claimed the Talmud was responsible for the spread of illegal drugs around the world! Rahimi told stories of gynecologists killing black babies on the orders of the Zionists and claimed the Bolshevik Revolution in 1917 was started by Jews. He falsely claimed that no Jews died in that uprising.  <br /> <br />My gut reaction was, why in the world are we supporting any cooperation with these people?</p>\r\n<p>This is the same lie that led a mob to surround my great-grandfather’s synagogue while he observed the Sabbath, nail the doors shut and set fire to the building. They screamed “Christ-killers!” while he and his congregation burned to death. The ancient lie of anti-Semitism and blaming the Jewish people for all the problems of the world is alive and well in Iran today. When I personally confronted Mahmoud Ahmadinejad in New York City and asked him why he felt the way he did about the Jewish people he replied, “Have you read the Protocols?”</p>\r\n<p>He was referring to “The Protocols of the Learned Elders of Zion” a forgery printed in Czarist Russia more than 100 years ago that claims to reveal a Jewish plot to take over the world. This evil book helped inspire the Holocaust, and it is a best-seller in the Arab world still today. Hatred of the Jewish people is not just historical—it is alive and well in our world and we must fight it.</p>\r\n<p>What we are seeing unfold is a new version of anti-Semitism ... a veiled and disguised form of racism and bigotry that is rendered “acceptable” by virtue of being directed at a state rather than an individual. Anti-Israeli sentiment is the new anti-Semitism.</p>\r\n<p>And, this new version is just as ugly as the hatred that spawned the pogroms and the Holocaust ... and it’s driving Iranian leaders to work to “wipe Israel off the map.”</p>\r\n<p>Jerusalem is Ground Zero for spiritual warfare in our world today. It is the target of the enemy. And it is vital that you and I do our part to not only pray for the peace of Jerusalem but to speak out in support of Israel’s right to her capital city.</p>\r\n<p><a href=\"http://jerusalemprayerteam.org/\">GOTO JerusalemPrayerTeam.org &gt;&gt;&gt;</a></p>','',1,22,0,80,'2012-07-07 15:40:45',62,'Dr. Mike Evans','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-07-07 15:40:45','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,13,'','',0,426,'robots=\nauthor='),(611,'‘You Can Call it Communism, Progressivism, Socialism, Marxism, or Statism’: Rep. West Defends His ‘80 Communists in the House’ Claim','you-can-call-it-communism-progressivism-socialism-marxism-or-statism-rep-west-defends-his-80-communists-in-the-house-claim','','<p><img src=\"images/stories/allenwest.jpg\" border=\"0\" hspace=\"7\" align=\"left\" />During a Fox <a href=\"http://nation.foxnews.com/allen-west/2012/07/05/allen-west-shares-his-american-dream\" target=\"_blank\">July Fourth special</a> featuring Rep. Allen West (R-FL) and political strategist Frank Luntz, an audience member asked the Florida congressman how he expects to heal the America political system when he says <a href=\"http://www.theblaze.com/stories/allen-west-ive-heard-80-house-democrats-are-communists-and-obama-is-too-scared-to-debate-me/\" target=\"_self\">divisive and “absurd”</a> things like there are “70 Communists in the House of Representatives.”<br /><a href=\"http://www.theblaze.com/stories/want-to-see-an-apparently-drunk-heckler-call-allen-west-a-mother-fer-and-give-awful-history-lesson-on-conservatism/\" target=\"_self\"><br />(Related: Watch an apparently drunk heckler curse out Allen West on the 4th of July)</a></p>\r\n<p>“I think one of the things that’s really ruined our politics is rhetoric,” said Aaron, the audience member. “And I think for a congressman to make the accusation that are 70 Communists in the House of Representatives is an absurd statement and it doesn’t really reflect the story you just told.”</p>\r\n<p>Rep. West disagreed.</p>\r\n<p>“But it <em>does</em> reflect the story I just told because it reflects a person that has studied political theory and ideology. I have a Bachelor’s degree and two Master’s degrees in political science, political theory, political ideology. And the thing is you have to be able to understand the two competing principles of philosophies of governance in this country,” Rep. West said.</p>\r\n<p>He continued:</p>\r\n<blockquote>\r\n<p>When you go back and you read the documents, the Declaration of Independence, the <em>full </em>declaration, the <em>full </em>Constitution, you’ll understand limited government, you’ll understand fiscal responsibility, you’ll understand individual sovereignty, free markets … strong national defense.</p>\r\n<p>But there are people on the other side, and you can call them whatever you wish, you can call it Communism, Progressivism, Socialism, Marxism, or <em>Statism</em> …They believe in creating and expanding an entitlement or welfare state.</p>\r\n</blockquote>\r\n<p>“And you can’t tell me that you’re not seeing that in the United States of America right now,” he added.</p>\r\n<p>Watch Rep. West defend his claim [at the 04:07 mark, via <a href=\"http://nation.foxnews.com/allen-west/2012/07/05/allen-west-shares-his-american-dream\" target=\"_blank\">Fox Nation</a>]:</p>\r\n<p><a href=\"http://www.theblaze.com/stories/you-can-call-it-communism-progressivism-socialism-marxism-or-statism-rep-west-defends-his-80-communists-in-the-house-claim/\">GOTO The Blaze &gt;&gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-07-07 15:54:52',62,'The Blaze','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-07-07 15:54:52','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,109,'','',0,289,'robots=\nauthor='),(612,'Obama: Confused About the Declaration','obama-confused-about-the-declaration','','<h2><img src=\"images/stories/bho.jpg\" border=\"0\" hspace=\"7\" width=\"196\" height=\"187\" align=\"left\" />Former President George W. Bush endured any number of insults to his intelligence while in office. It didn\'t matter that he had graduated from both Yale and Harvard, worked in business, ran a Major League Baseball enterprise, or successfully served as a Texas Governor before being elected to a second term with a recording-breaking 69% of the vote. He was forever branded the dim bulb and hick from Texas, out of his league in the Oval Office.</h2>\r\n<p>But that Barack Obama, he was the real deal - a Constitutional scholar, despite his never actually having performed as one. Obama was just another Chicago machine politician before being elected president.</p>\r\n<p>Given <a href=\"http://cnsnews.com/news/article/obama-thanks-those-who-have-defended-god-given-right-life\" target=\"_blank\">recent comments</a> he made from the White House, Obama\'s not much of a student of History, or human rights, either. \'\"In his remarks, Obama suggested that the Declaration (of Independence) was the first time the God-given rights of life, liberty and the pursuit of happiness had been \"put to paper.\"\'</p>\r\n<p>While we may all love and embrace the recently celebrated Declaration of Independence, what Obama said of it simply isn\'t true. It\'s not even close.</p>\r\n<p>As it\'s primary author, Thomas Jefferson, acknowledged, the Declaration was never intended to be based upon original thinking ... or writing. It was meant to express the \"American mind,\" developed from and based upon centuries of thinking and writing, all of it well documented and commonly known.</p>\r\n<p>As Jefferson wrote in 1825, \'\"All its authority rests then on the harmonizing sentiments of the day, whether expressed in conversation, in letters, printed essays, or in the elementary books of public right, as Aristotle, Cicero, Locke, Sidney, &amp;c.\"\'</p>\r\n<p>What it simply was not is the first time the God given rights to life, liberty and the pursuit of happiness were ever \"put to paper,\" as Barack Obama more than implied. So much for the notion liberals would have Americans believe, that we\'ve finally elected some genius who can make all their big government plans and schemes work, despite their having failed miserably every time they\'ve been tried by governments anywhere in the present, or past.</p>\r\n<p><a href=\"http://www.breitbart.com/Big-Government/2012/07/07/So-Much-For-Obama-Being-The-Intelligent-One\">GOTO  Breitbart.com &gt;&gt;&gt;&gt;</a></p>','',1,18,0,75,'2012-07-07 16:06:38',62,'Breitbart.com','0000-00-00 00:00:00',0,62,'2012-07-07 16:12:16','2012-07-07 16:06:38','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,2,'','',0,464,'robots=\nauthor='),(613,'A Tale of Two Kings','a-tale-of-two-kings','','<p><img src=\"images/stories/mikeevans.jpg\" border=\"0\" align=\"right\" />The current Prime Minister of Israel, Binyamin Netanyahu, and Republican presidential candidate, Mitt Romney, met in 1976. They have shared a friendship that has transcended time and distance ever since. Though they came from dissimilar backgrounds, Romney and Netanyahu were brought together by a new endeavor, the Boston Consulting Group. Each had been approached to act as a corporate advisor for the firm.  <br /> <br />Romney was a recent honors graduate from Harvard with dual degrees in law and business administration; Netanyahu, with an architecture diploma in hand, had just enrolled in the Sloan School of Management at Massachusetts Institute of Technology (MIT) to pursue a masters’ degree.</p>\r\n<p>How did these two men—one from a middle class Jewish background, the other a member of a wealthy Mormon family—form such a bond of friendship? When the two future politicians first met, neither Netanyahu nor Romney envisioned a relationship that would endure the test of time. Nonetheless, that chance encounter has led to four decades of personal camaraderie. Having gained age and experience, the men are now poised to lead two of the most prominent countries in the world.</p>\r\n<p>Though they were reared under vastly different circumstances, their views are quite similar on a number of issues. According to a quote from Romney in The New York Times, “We can almost speak in shorthand. We share common experiences and have a perspective and underpinning which is similar.” (To read my full take on this unexpected and important friendship, click here.)</p>\r\n<p>There is no doubt that Israel is under attack today. And the decisions being made by current and potential world leaders are critically important. We MUST be diligent in our prayers for the peace of Jerusalem right now more than ever. <br /> </p>','',1,22,0,80,'2012-07-08 14:31:08',62,'Dr. Mike Evans','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-07-08 14:31:08','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,12,'','',0,413,'robots=\nauthor='),(614,'Outsourced: Obama Campaign Raises Money in China--Again','outsourced-obama-campaign-raises-money-in-china-again','','<p><img src=\"http://cdn.breitbart.com/mediaserver/Breitbart/Big-Government/2012/07/15/Obama-China.png\" border=\"0\" width=\"384\" height=\"245\" /></p>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<hr />\r\n</div>\r\n</div>\r\n<div>The Obama campaign may be attacking Republican rival Mitt Romney for investing abroad, but it is not shy about raising campaign cash overseas. Last week, the campaign <a href=\"http://directorblue.blogspot.com/2012/07/speaking-of-offshoring-why-is-president.html\" target=\"_blank\">held a fundraiser</a> for American expatriates in Shanghai, raking in large sums from those benefiting from the sort of personal and professional investment overseas that President Barack Obama has <a href=\"http://www.washingtonpost.com/blogs/the-fix/post/new-obama-ad-featuring-singing-romney-slams-candidate-on-bain-offshore-accounts/2012/07/14/gJQAVLZEkW_blog.html\" target=\"_blank\">cast as unpatriotic</a> in a recent attack ad against Romney.</div>\r\n</div>\r\n</div>\r\n<div>\r\n<div id=\"content_0_divMainContent\">\r\n<p>It is not the first time the Obama campaign has raised money overseas. In 2008, the campaign held similar events in Shanghai (photo above). Earlier this month, it raised money on July 4th in Paris, and though the new Obama attack ad uses a Swiss flag to denounce Romney\'s foreign investments, the Obama campaign is bringing Hollywood superstar George Clooney to Switzerland next month for a huge fundraising event.</p>\r\n<p>The overseas contributions are legal, as long as they are made by American citizens. But the Obama campaign <a href=\"http://michellemalkin.com/2011/04/20/obamas-crooked-campaign-cash-o-matic-machine/\" target=\"_blank\">had to return</a> a number of overseas contributions from non-citizens in the 2008 cycle, and it has been accused once again of <a href=\"http://www.whitehousedossier.com/2012/04/04/obama-campaign-credit-card-verification/\" target=\"_blank\">being too lax</a> in preventing such contributions in 2012. Regardless, the hypocrisy of attacking Romney for investment abroad, then raising money from those working and investing abroad, is glaring.</p>\r\n<p><em>Photo credit: <a href=\"http://www.myspace.com/woodiealanband/photos/3334718#%7B%22ImageId%22%3A3334718%7D\" target=\"_blank\">Woodie Alan</a></em></p>\r\n</div>\r\n</div>\r\n<p><a href=\"http://www.breitbart.com/Big-Government/2012/07/15/Outsourced-Obama-Campaign-Raises-Money-in-China--Again\">read more Breitbart &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-07-15 22:06:53',62,'Breitbart.com','2012-07-16 13:04:20',62,0,'0000-00-00 00:00:00','2012-07-15 22:06:53','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',8,0,108,'','',0,613,'robots=\nauthor='),(616,'President Obama invites Egyptian President Morsi to Washington ','president-obama-invites-egyptian-president-morsi-to-washington-','','<p><img src=\"images/stories/header_psalm40-1.jpg\" border=\"0\" width=\"415\" height=\"115\" /></p>\r\n<p>Despite the fact that he is a member of the radical terrorist Muslim Brotherhood, Egypt’s new president Mohammed Morsi has been invited to Washington by President Obama. Mr. Obama was one of the first world leaders to congratulate Morsi on his electoral victory, and has pledged that US support for Egypt will continue under the new government. This invitation comes following a visit from Secretary of State Hillary Clinton to Egypt last week.  <br /> <br />I am not surprised by the course events are taking. In fact five years ago I laid out the path the so-called “Arab spring” would follow. It’s the same pattern that we saw in Iran in 1979. There is first a revolution as people seek freedom and a greater voice in the government…and then a hardline Islamic regime takes power and crushes everyone who stands in their path.</p>\r\n<p>I remember well talking to the widow of the Shah of Iran. The grief that remained in her heart over the way her husband was betrayed and abandoned by the West, especially President Jimmy Carter, was still fresh. I have seen America betray our friends for the sake of appeasing our enemies before, and this story does NOT end well. It was interesting to me that even as Secretary of State Clinton was in Egypt to offer billions in American tax dollars to a government now headed by a radical member of a terrorist organization, her motorcade was pelted by shoes (a sign of intense disrespect in the Arab world) as she drove through Alexandria. We will not make these evil terrorists our friends by appeasing them. They still want to see Israel and America destroyed. </p>\r\n<p><a href=\"http://jerusalemprayerteam.org/email/2012/0717-2.htm\">View online &gt;&gt;&gt;</a></p>','',1,22,0,80,'2012-07-18 13:07:01',62,'Dr. Mike Evans','2012-07-18 13:21:29',62,0,'0000-00-00 00:00:00','2012-07-18 13:07:01','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,11,'','',0,401,'robots=\nauthor='),(617,'With Iran Negotiations Failed, What Should the U.S., What Should Israel Do?','with-iran-negotiations-failed-what-should-the-us-what-should-israel-do','','<p>Perhaps you read last week in the Guardian or the New York Times the account of a former general of Iran\'s Revolutionary Guards who called supreme ruler Ayatollah Ali Khamenei\'s claims of a peaceful nuclear program a \"sheer lie.\"</p>\r\n<p>The former military man said in a letter that \"The inspectors of the International Atomic Energy Agency are fooling themselves if they believe that the nuclear facilities on and under the ground are only for peaceful purposes.\" He also asserted that Iran is paying Russia and China billions of dollars so that these nations will support Iran in its international nuclear negotiations.</p>\r\n<p><a href=\"http://www.factsandlogic.org/hotline_archive/FLAME_hotline_071712.html\">Read more  at FLAME &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-07-18 13:21:34',62,'FLAME','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-07-18 13:21:34','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,106,'','',0,246,'robots=\nauthor='),(618,'Comparative Statistical Charts on the Obama Years','statistical-charts-on-the-obama-years','','<p><img src=\"images/stories/charts.jpg\" border=\"0\" alt=\"Charts on the Obama Years\" /></p>','',1,9,0,60,'2012-07-18 14:11:51',62,'Submitted by Carol Basset','2012-07-18 14:49:22',62,0,'0000-00-00 00:00:00','2012-07-18 14:11:51','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,2,'','',0,114,'robots=\nauthor='),(619,'Comparative Statistical Charts on the Obama Years ','statistical-charts-on-the-obama-years-','','<p><a href=\"index.php?option=com_content&amp;view=category&amp;layout=blog&amp;id=60&amp;Itemid=122\"><img src=\"images/stories/experience.jpg\" border=\"0\" alt=\"Experience\" width=\"428\" height=\"253\" /></a></p>\r\n<p><a href=\"index.php?option=com_content&amp;view=category&amp;layout=blog&amp;id=60&amp;Itemid=122\">Click on image or here to view more charts &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-07-18 14:22:11',62,'Submitted by Carol Basset','2012-07-18 14:49:46',62,0,'0000-00-00 00:00:00','2012-07-18 14:22:11','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',8,0,105,'','',0,306,'robots=\nauthor='),(620,'U.S. Bridges, Roads Being Built by Chinese Firms ','us-bridges-roads-being-built-by-chinese-firms-','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"236\" src=\"http://www.youtube.com/embed/fcPnDigSu2M\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>\r\n<p>This video is the shocking truth that we Americans are being overlooked and forgotten.</p>\r\n<p>Does this arise enough disgust that in addition to letting everyone you know,  that you will actually take the time to WRITE and snail mail to the President, to both your Federal Senators and your local State Representatives?  It\'s time WE THE PEOPLE started to TAKE OUR COUNTRY BACK!!!!!</p>\r\n<p>(I-635 in Texas is being rebuilt  with underground tolls  from I-35 to I-45  and is contracted to a  CHINESE firm for over $5 billion.)</p>\r\n<p>Diane Sawyer reporting on U.S. bridge projects going to the Chinese.... NOT Americans.</p>\r\n<p>The bridges are right here in the U.S. and yet Obama has approved for Chinese contractors to come</p>\r\n<p>in and do the work. What about jobs for Americans???</p>\r\n<p><br />Watch this video. It doesn\'t take long to view.</p>\r\n<p><br />This one should be tough for the supporters of the current regime to swallow....AND it comes from ABC NEWS</p>\r\n<p><br />U.S.A. Bridges and Roads Being Built by Chinese Firms</p>\r\n<p> <br />Shocking to say the least! This video is a jaw-dropper that will make you sick.</p>\r\n<p>(It was also shocking that ABC was actually reporting this story.) <br /> </p>\r\n<p>The lead-in with Obama promising jobs in the U.S. by improving our infrastructure is so typical of all his promises!</p>\r\n<p>Our tax dollars are at work - for CHINA!!!<br />I pray all the unemployed see this and cast their votes accordingly in 2012!</p>','',1,1,0,1,'2012-07-18 14:53:41',62,'Submitted by Helio Rodrigez-Ecay','2012-07-18 15:05:08',62,0,'0000-00-00 00:00:00','2012-07-18 14:53:41','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,104,'','',0,361,'robots=\nauthor='),(621,'O\'Keefe Rises: Union Bosses Okay Digging Up–Then Filling Back In–Ditches on Taxpayers\' Dime','okeefe-rises-union-bosses-okay-digging-upthen-filling-back-inditches-on-taxpayers-dime','','<div><img src=\"images/stories/arra.png\" border=\"0\" alt=\"Gonna Get Me some of that Obama Money!\" hspace=\"7\" align=\"left\" />James O’Keefe’s new Project Veritas video (see below) is a stunning exposé of union corruption surrounding so-called “shovel ready” jobs. In typically irreverent Project Veritas style, O’Keefe introduces a new company: Earth Supply and Renewal. What do they do? O’Keefe explains:</div>\r\n<blockquote style=\"PADDING-BOTTOM: 0px; MARGIN: 0px 0px 0px 40px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px\">\r\n<p><span style=\"BACKGROUND-COLOR: #ffffff\">First, our excavation specialists insert their shovels into the ground and remove the soil. This presents the problem of an existing hole in the earth, creating a dangerous situation that could lead to hazards, including but not limited to tripping, falling, and bodily injuries.</span></p>\r\n<p><span style=\"BACKGROUND-COLOR: #ffffff\">Then there is the renewal process. At Earth Supply, we train professional backfillers to renew the soil in place of the existing hole, restoring the earth to its original condition.</span></p>\r\n<p><span style=\"BACKGROUND-COLOR: #ffffff\">Some folks say we’re just digging ditches and filling them back up again. But it’s about more than that. It’s about jobs.</span></p>\r\n</blockquote>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"236\" src=\"http://www.youtube.com/embed/nHYFONbT8EM\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>\r\n<p><a href=\"http://www.breitbart.com/Big-Government/2012/07/18/union-bosses-help-get-tax-money-for-digging-and-filling-ditches\">Read more at breitbart.com &gt;&gt;&gt;</a></p>','',1,21,0,79,'2012-07-19 13:41:38',62,'Breitbart.com','2012-07-19 13:58:52',62,0,'0000-00-00 00:00:00','2012-07-19 13:41:38','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,2,'','',0,492,'robots=\nauthor='),(622,'Your guide to sleazy Democratic Party-backed banks','your-guide-to-sleazy-democratic-party-backed-banks','','<p>By Michelle Malkin • July 18, 2012 09:05 AM</p>\r\n<div>\r\n<p><img src=\"http://s.michellemalkin.com/wp/wp-content/uploads/2010/10/ZZ66049450.jpg\" border=\"0\" /><br /><em>Photoshop credit: Commenter jeffjackie</em></p>\r\n<p>Your guide to sleazy Democratic Party-backed banks<br />by Michelle Malkin<br /><a href=\"http://www.creators.com/\">Creators Syndicate<br /></a>Copyright 2012</p>\r\n<p>Obama campaign adviser David Axelrod and his hatchet people are still yammering about GOP presidential rival Mitt Romney’s overseas investments. It’s time for the Romney campaign to educate voters about all the shady financial institutions embraced by Democrats right here on American soil.</p>\r\n<p>The fat-cat narrative attacks on Republicans won’t go away by making <a href=\"http://michellemalkin.com/2012/07/12/not-such-a-nice-guy-anymore-huh/\">nice</a> with the White House — or by relying on Beltway journalists to drop their double standards and vet the president’s own bad bank entanglements. Indeed, The New York Times admitted this week that their staff and other political journalists from every major media outlet submit their work to the White House for unprecedented review, editing and “veto power.”</p>\r\n<p>Fortunately, the truth manipulators and message massagers haven’t gotten to this column yet. So, let’s talk sleazy Democratic Party-backed banks, shall we?</p>\r\n<p><a href=\"http://michellemalkin.com/\">Continue reading at michellemalkin.com &gt;&gt;&gt;</a></p>\r\n</div>','',1,8,0,55,'2012-07-19 13:58:58',62,'Michelle Malkin','2012-07-19 14:04:49',62,0,'0000-00-00 00:00:00','2012-07-19 13:58:58','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,1,'','',0,281,'robots=\nauthor='),(623,'Author Brad Thor Dishes on His New Thriller: ‘24 Hours a Day, 7 Days a Week, Our Digital Exhaust Is Being Sucked Up by the Government’','author-brad-thor-dishes-on-his-new-thriller-24-hours-a-day-7-days-a-week-our-digital-exhaust-is-being-sucked-up-by-the-government','','<p><img class=\"caption\" src=\"images/stories/blacklist-131x200.jpg\" border=\"0\" alt=\"Black List\" align=\"left\" />All of the surveillance technology found in “Black List” is based upon systems currently deployed, or in the final stages of development by the U.S. government and its partners. Make no mistake, the implications are absolutely terrifying.</p>\r\n<p>“If I had been around with George Orwell back when he wrote ‘1984’ and I knew what I know now, he would have told me I was crazy,” Thor said, chuckling to himself before getting serious again. “Orwell couldn’t have predicted this.”</p>\r\n<p>Flashback to 1975, he explained, when Sen. Frank Church appeared on NBC’s “Meet the Press” and issued a dire warning about America’s invasive surveillance capabilities:</p>\r\n<blockquote>\r\n<p>“[America\'s intelligence gathering] capability at any time could be turned around on the American people and no American would have any privacy left. Such the capability to monitor everything: telephone conversations, telegrams, it doesn’t matter. There would be no place to hide.”</p>\r\n</blockquote>\r\n<p>That was based on the technology of the 1970s. We are now in the high-tech digital world of 2012 and as a result of the attacks on 9/11, the full might of the U.S. government’s surveillance capabilities has been unleashed on its citizens under the guise of “national security,” according to Thor.</p>\r\n<p>“Let me make this very clear: 24 hours a day, 7 days a week, our digital exhaust is being sucked up by the government,” he added. “It is being compiled on big server farms and it’s being analyzed by different computer programs, looking for any hint that you and I are up to no good.”</p>\r\n<p>In fact, the National Security Agency (NSA) has been compelling so much information on U.S. citizens that it actually outgrew its facility in Fort Meade, Md. and had to build a new facility outside of Salt Lake City to the tune of $2 billion, Thor explained.</p>\r\n<p>But that’s just the beginning.</p>\r\n<p><a href=\"http://www.theblaze.com/stories/author-brad-thor-dishes-on-his-new-book-24-hours-a-day-7-days-a-week-our-digital-exhaust-is-being-sucked-up-by-the-government/blacklist/\">Read More on The Blaze &gt;&gt;&gt;</a></p>','',1,13,0,70,'2012-07-23 13:51:42',62,'Posted on The Blaze','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-07-23 13:51:42','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,11,'','',0,308,'robots=\nauthor='),(624,' Israel promises “heavy price” for those involved in Bulgaria attack  ','-israel-promises-heavy-price-for-those-involved-in-bulgaria-attack-','','<p><img src=\"images/stories/israel-80yb.gif\" border=\"0\" hspace=\"7\" align=\"left\" />My heart was broken by last week’s deadly attack on Israeli tourists in Bulgaria. So many times in Israel and other nations, I have knelt and prayed and wept with the families of terror victims. I have seen the deadly results of the hatred and anti-Semitism that drives the terrorists, and I am committed to do everything in my power to stop this ancient evil in its tracks.<br /><br />All of the signs point toward the involvement of Hezbollah and Iran in this attack. The suicide bomber reportedly had fake American identification and was apparently able to obtain a sophisticated explosive device capable of doing massive damage. Though it has not yet been confirmed, some sources say that the bomber had previously been held by the US at Guantanamo Bay in Cuba. <br /><br />Noting that Iran has been plotting and attempting terror attacks around the world on Jewish targets for the past year, my dear friend Prime Minister Netanyahu laid the blame squarely at the feet of the Islamic regime in Tehran. \"The time has come for all countries that know the truth to speak it,\" he said. \"Iran is the one behind the wave of terror. Iran is the number-one exporter of terror in the world.” <br /><br />Though this awful attack happened on the other side of the world, you and I have a very real role to play in response. We must not fail to pray for the protection of Israel and the peace of Jerusalem. We must support Israel in the public arena. And we must build bridges of love and acceptance with the Jewish people.</p>','',1,22,0,80,'2012-07-24 02:18:55',62,'Mike Evans','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-07-24 02:18:55','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,10,'','',0,474,'robots=\nauthor='),(625,'Duh Bro Gotta Go!','duh-bro-gotta-go','','<p><img src=\"images/stories/obrohussein.jpg\" border=\"0\" alt=\"Bro Barry Hussein\" width=\"420\" height=\"300\" /></p>','',1,16,0,73,'2012-07-24 21:53:10',62,'Submitted by Wayne Sauvola','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-07-24 21:53:10','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,9,'','',0,678,'robots=\nauthor='),(626,'The Destiny of a Nation','the-destiny-of-a-nation','','<div id=\"sec\" style=\"margin: 0px; background: #ffffff; clear: both;\">\r\n<div id=\"first\" style=\"width: 440px; height: 80px; max-height: 80px !important;\"><img src=\"http://gallery.mailchimp.com/c037899d9b17946bec5fa2fa4/images/content_bg1.png\" border=\"0\" style=\"margin: 0px; padding: 0px;\" /></div>\r\n<div id=\"sec\" style=\"margin: 0px; background: #ffffff; clear: both;\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#ffffff\">\r\n<tbody>\r\n<tr>\r\n<td width=\"15\" align=\"left\" valign=\"top\"> </td>\r\n<td style=\"text-align: left;\" width=\"425\" align=\"left\" valign=\"top\" bgcolor=\"#ffffff\">\r\n<h1 style=\"text-align: left; margin: 0px; font-family: arial black; font-size: 18px; padding: 0px;\">The Path of Life, <span style=\"text-align: left; font-family: Arial; font-size: 18px; font-weight: normal;\">Part 23</span></h1>\r\n<h2 style=\"text-align: left; margin: 0px; font-family: Arial; font-size: 15px; font-weight: normal; padding: 0px;\">The Destiny of a Nation</h2>\r\n<br />As we are presently discussing, the nations that pursue God’s righteousness will be blessed, and they will lend and not borrow. Those who have to borrow are enslaved, as we read in Proverbs 22:7: <strong>“</strong><strong>the borrower </strong><strong><em>becomes </em></strong><strong>thelender\'s slave.” </strong>If we are Christians, we will certainly believe the Word of God over any politician’s, and what is happening in America now with our deficit spending is that the whole nation is being enslaved.<br /><br />\r\n<div style=\"text-align: right;\"><strong><span style=\"color: #000000;\"><span> </span></span></strong></div>\r\n<div style=\"text-align: center;\"><a href=\"http://www.morningstarministries.org/resources/word-week/2012/destiny-nation-path-life-part-23\" target=\"_blank\" style=\"text-decoration: none;\"><strong><span style=\"color: #000000;\"><span>Click Here to Read More</span></span></strong></a></div>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>','',1,20,0,78,'2012-07-24 22:34:15',62,'Rick Joyner','0000-00-00 00:00:00',0,62,'2012-07-24 22:36:47','2012-07-24 22:34:15','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,41,'','',0,348,'robots=\nauthor='),(627,'A National Check-Up','a-national-check-up','','<div style=\"text-align: center;\">\r\n<p style=\"margin-top: 0px; margin-bottom: 0px; color: black; font-size: 12pt;\">\r\n<p style=\"margin-top: 0px; margin-bottom: 0px; color: black; font-size: 12pt;\"><span style=\"font-family: Helvetica,Calibri,Arial,sans-serif; font-size: 18pt;\"><strong> </strong></span></p>\r\n<span style=\"font-family: Helvetica,Calibri,Arial,sans-serif; font-size: 16pt;\"><strong><span style=\"color: #000000;\"><em>The Media Crisis</em></span> </strong></span></p>\r\n<p style=\"margin-top: 0px; font-family: Verdana,Geneva; margin-bottom: 0px; font-size: 11pt;\"><span style=\"font-family: Helvetica, Calibri, Arial, sans-serif; color: #ff0000; font-size: 12pt;\"><strong>Special Bulletin</strong></span></p>\r\n<p style=\"text-align: center; margin-top: 0px; font-family: Verdana,Geneva; margin-bottom: 0px;\" align=\"center\"><span style=\"font-family: Helvetica,Calibri,Arial,sans-serif; color: black; font-size: 11pt;\"><em>by Rick Joyner </em></span></p>\r\n<p style=\"margin-top: 0px; font-family: Verdana,Geneva; margin-bottom: 0px;\"><span style=\"font-family: Helvetica,Calibri,Arial,sans-serif; color: black; font-size: 11pt;\"><em> </em></span></p>\r\n</div>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\"><span style=\"color: #000000; font-size: 10pt;\"> </span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\"><span style=\"font-family: Helvetica,Calibri,Arial,sans-serif; color: #000000; font-size: 11pt;\">This is a brief on the fourth of seven main crises threatening our country, the U.S.A. As a reminder, the Health Meter goes from <strong>1</strong> being the lowest and most dangerous, to <strong>10</strong> being the highest and healthiest. The Trend Arrow is for a quick reference rating with UP for getting healthier, DOWN for getting worse, and NEUTRAL for no change. These will be followed by a commentary to explain the ratings. <br /><br /><br /><span style=\"text-decoration: underline;\"><strong>Media</strong></span> Present State (3) Trend UP<br /><br />If we were just judging this on the traditional, institutional media it would be a 2 with the trend going down. The reason for the higher rating with the positive trend is because the meltdown of credibility of the traditional media has opened the door wide for new media sources. These new sources continue to gain market share, especially those that are devoted to integrity and resist political bias. These are not only getting better at their craft, they are also bringing more accountability to all media. It is not surprising that \"alternative\" news sources are now the number one source of news and information for Americans. There are few countries in the world where their national news media is the main source of the people\'s news and information because of obvious bias. <br /><br />In the golden age of journalism, reporters and anchors were expected to keep their own prejudices out of the story, but now spin is the norm. As this has progressed the credibility of journalism has spun downward. This indicates an important fact traditional media has been slow to grasp-with all of the information sources available like the Internet, people are far more informed and independently minded, and journalists have lost their credibility as authorities to tell them what to believe. This is evidenced by how America remains a center-right nation in spite of the overwhelming spin of the left in traditional media.</span><span style=\"font-family: Helvetica,Calibri,Arial,sans-serif; color: #000000; font-size: 10pt;\"><strong> <a href=\"http://www.theoakinitiative.org/oak-special-bulletins\" target=\"_blank\" style=\"color: blue; font-weight: bold; text-decoration: underline;\">...Read</a></strong></span></p>','',1,20,0,78,'2012-07-25 11:55:51',62,'Rick Joyner','2012-07-25 12:20:47',62,62,'2012-07-25 12:20:48','2012-07-25 11:55:51','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,40,'','',0,362,'robots=\nauthor='),(628,'Gingrich Stands with Bachmann: Investigate Muslim Brotherhood\'s Influence ','gingrich-stands-with-bachmann-investigate-muslim-brotherhoods-influence-','','<h1><img src=\"http://cdn.breitbart.com/mediaserver/Breitbart/Big-Peace/2012/07/25/bachmann-gingrich.jpg\" border=\"0\" width=\"390\" height=\"285\" /></h1>\r\n<div id=\"content_0_headlineimage_0_divImageShareStatic\">\r\n<div>\r\n<div>\r\n<div>Since first asking U.S. intelligence and security agencies to look into possible ties between Huma Abedin and the Muslim Brotherhood, the personal attacks on Rep. Michele Bachmann (R-MN) have been relentless. First from Senator John McCain (R-AZ), and then from Rep. Keith Ellison (D-MN). Bachmann quickly indicated he too should be <a href=\"http://www.breitbart.com/Big-Peace/2012/07/21/Rep-Bachmann-Doubles-Down-Alleges-Rep-Ellison-Has-Ties-to-Muslim-Brotherhood-As-Well\">under investigation</a> along with Abedin.</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<div id=\"content_0_divMainContent\">\r\n<p>In the middle of this spat, former House Speaker Newt Gingrich has emerged in Bachmann\'s defense and is literally striking down the arguments against her in broad daylight.</p>\r\n<p>For example, whereas McCain had described Bachmann\'s question about Abedin as an \"attack,\" Gingrich made it clear that it wasn\'t an attack, nor was it an \"<a href=\"http://thinkprogress.org/security/2012/07/24/572601/gingrich-defends-bachmanns-attack-on-top-clinton-aide/\">allegation</a>,\" rather it was simply a \"question.\" And as Gingrich pointed out, \"the question ought to be asked across the board. What\'s the role of the Muslim Brotherhood, what are its various networks and to what degree does it now influence the United States?\"</p>\r\n<p>Gingrich recognizes that \"political correctness\" has caused even some high-ranking Republicans to distance themselves from Bachmann. He warns that this must be rooted out, for \"political correctness\" is fostering an \"elite\" circle in the GOP that will not listen to questions about Islamists or consider what kind of influence they might have on our government.</p>\r\n<p> </p>\r\n<p><a href=\"http://www.breitbart.com/Big-Peace/2012/07/24/Gingrich-Stands-With-Bachmann-Investigate-Muslim-Brotherhood-s-Influence-In-US-Gov\">GOTO BREITBART &gt;&gt;&gt;</a></p>\r\n</div>\r\n</div>','',1,14,0,71,'2012-07-26 14:04:26',62,'Breitbart.com','2012-07-26 14:08:29',62,0,'0000-00-00 00:00:00','2012-07-26 14:04:26','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,2,'','',0,448,'robots=\nauthor='),(629,'DOJ: Family Can’t Run Their Business as Catholics','doj-family-cant-run-their-business-as-catholics','','<p><img src=\"images/stories/obey_obama.jpg\" border=\"0\" alt=\"Barack Hussein Obama\" hspace=\"7\" align=\"left\" />William, Paul and James Newland and their sister, Christine Ketterhagen, who together own Hercules Industries, have no right to conduct their family business in a manner that comports with their Catholic faith.</p>\r\n<p>The federal government can and will compel them to either surrender their business or to engage in activities the Catholic faith teaches are intrinsically immoral.</p>\r\n<p>This is exactly what President Barack Obama’s Justice Department told a U.S. district court in a formal filing last week.</p>\r\n<p><a href=\"http://visiontoamerica.com/11149/doj-family-cant-run-their-business-as-catholics/\">GOTO VISION TO AMERICA &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-07-26 14:08:34',62,'Vision to America','2012-07-26 21:18:29',62,62,'2012-07-26 21:18:30','2012-07-26 14:08:34','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,103,'','',0,775,'robots=\nauthor='),(630,'Troops March in Gay Parade -- in Uniform','troops-march-in-gay-parade-in-uniform','','<table style=\"width: 212px;\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td align=\"right\"><img src=\"http://military.com/pics/gay-pride-parade-200.jpg\" border=\"0\" alt=\"Troops March in Gay Parade -- in Uniform\" width=\"202\" height=\"132\" align=\"left\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"line-height: 17px; margin: 0px 0px 3px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; padding: 0px;\"><a href=\"http://www.military.com/daily-news/2012/07/23/troops-march-in-gay-parade-in-uniform.html?ESRC=dod.nl\" style=\"font-weight: bold; text-decoration: none;\">Troops March in Gay Parade -- in Uniform</a><br />Some of the loudest cheers at San Diego\'s gay pride parade were for active-duty troops marching in military dress, the first time that U.S. servicemembers participated in such an event while in full uniform. <a href=\"http://www.military.com/daily-news/2012/07/23/troops-march-in-gay-parade-in-uniform.html?ESRC=dod.nl\" style=\"text-decoration: none;\">Read More</a></p>\r\n<p style=\"line-height: 17px; margin: 0px 0px 3px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; padding: 0px;\"> </p>\r\n<p style=\"line-height: 17px; margin: 0px 0px 3px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; padding: 0px;\"> </p>\r\n<p style=\"line-height: 17px; margin: 0px 0px 3px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; padding: 0px;\">Additional Reading:</p>\r\n<p style=\"line-height: 17px; margin: 0px 0px 3px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; padding: 0px;\"> <a href=\"index.php?option=com_content&amp;view=article&amp;id=358:homosexuality-and-the-nazi-party&amp;catid=74:commentary&amp;Itemid=94\">Homosexuality and The Nazi Party</a></p>','',1,1,0,1,'2012-07-28 15:52:08',62,'Military.com','2012-07-28 16:36:01',62,0,'0000-00-00 00:00:00','2012-07-28 15:52:08','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,102,'','',0,411,'robots=\nauthor='),(631,'Opening prayer by Fr. Andrew (Saint Thomas More)  at Colorado Republican Convention!!!','opening-prayer-by-fr-andrew-saint-thomas-more-at-colorado-republican-convention','','<p>Fr. Andrew was invited to lead the opening prayer at the 2012 Colorado Republican State Assembly and Convention in the Magness Arena at the University of Denver. The moral challenges facing our country are not caused by political affiliation, but rather by attacks on religious freedom. He invites all people of conscience to uphold religious freedom.</p>\r\n<p>\"The Church has rejected the totalitarian and atheistic ideologies associated in modem times with \'communism\' or \'socialism\'.\" - Catechism of the Catholic Church 2425</p>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"236\" src=\"http://www.youtube.com/embed/xG0x3NsCw3Y\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>\r\n<p><a href=\"http://www.stthomasmore.org/parish-clergy/video/invocation\">Go to St. Thomas More Parish website &gt;&gt;&gt;</a></p>','',1,20,0,78,'2012-07-28 16:36:08',62,'Submitted by Carol Bassett','2012-07-28 16:46:23',62,0,'0000-00-00 00:00:00','2012-07-28 16:36:08','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,38,'','',0,2779,'robots=\nauthor='),(632,'Check your cell phone bill at the bottom','check-your-cell-phone-bill-at-the-bottom','','<p>Check your Cell phone bill at the bottom........... You\'re gonna<br />need some blood pressure pills after watching this one!!</p>\r\n<p>{source}<br />&lt;iframe width=\"420\" height=\"315\" src=\"http://www.youtube.com/embed/LjAjAvxDkfk\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;<br />{/source}</p>','',1,1,0,1,'2012-07-30 14:47:03',62,'Submitted by Helio Rodriguez-Ecay','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-07-30 14:47:03','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,101,'','',0,602,'robots=\nauthor='),(633,'What Will Owners of AK-47?s Do If They Are Outlawed?','what-will-owners-of-ak-47s-do-if-they-are-outlawed','','<p>While some have expressed surprise at Supreme Court Justice Antonin Scalia’s response to the issue of regulating arms, what he said should really be no surprise. In fact, he has said much the same thing in the past. In light of the response to the Aurora shooting and the current talk in the media over gun control, especially involving AK-47s, it makes me wonder what owners of such weapons would do if they were suddenly outlawed.<br /> <br />Scalia was on to speak about his new book Reading Law: The Interpretation of Legal Texts. In doing so, he took on several issues, including a two and a half minute segment to speak in regards to whether the U.S. Constitution will allow for regulations or gun control laws.</p>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"235\" src=\"http://www.youtube.com/embed/g3oxckyicBY?feature=player_embedded\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>\r\n<p><br />Read more: <a href=\"http://freedomoutpost.com/2012/07/what-will-owners-of-ak-47s-do-if-they-are-outlawed/#ixzz22A0ZFxcL\">http://freedomoutpost.com/2012/07/what-will-owners-of-ak-47s-do-if-they-are-outlawed/#ixzz22A0ZFxcL</a></p>','',1,15,0,72,'2012-07-31 01:46:41',62,'Freedom Outpost','2015-12-15 23:58:02',62,0,'0000-00-00 00:00:00','2012-07-31 01:46:41','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,8,'','',0,635,'robots=\nauthor='),(634,'What Will Owners of AK-47?s Do If They Are Outlawed?','what-will-owners-of-ak-47s-do-if-they-are-outlawed','','<p>While some have expressed surprise at <a href=\"http://freedomoutpost.com/?p=1530\" target=\"_blank\">Supreme Court Justice Antonin Scalia’s response</a> to the issue of regulating arms, what he said should really be no surprise. In fact, he has said much the same thing in the past. In light of the response to the Aurora shooting and the current talk in the media over gun control, especially involving AK-47s, it makes me wonder what owners of such weapons would do if they were suddenly outlawed.</p>\r\n<p>Scalia was on to speak about his new book <em><a href=\"http://www.amazon.com/Reading-Law-Interpretation-Legal-Texts/dp/031427555X/ref=sr_1_1?ie=UTF8&amp;qid=1343659170&amp;sr=8-1&amp;keywords=scalia\" target=\"_blank\">Reading Law: The Interpretation of Legal Texts</a></em>. In doing so, he took on several issues, including a <a href=\"http://freedomoutpost.com/2012/07/justice-antonin-scalia-speaks-out-on-fox-news-sunday/\" target=\"_blank\">two and a half minute segment</a> to speak in regards to whether the U.S. Constitution will allow for regulations or gun control laws.</p>\r\n<p>Chris Wallace had asked in regards to regulations such as high capacity magazine or other assault weapons whether they could be regulated Constitutionally. The National Journal<a href=\"http://www.nationaljournal.com/scalia-guns-may-be-regulated-20120729\" target=\"_blank\"> reports</a>,</p>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"235\" src=\"http://www.youtube.com/embed/g3oxckyicBY?feature=player_embedded\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}<br /><br />Read more: <a href=\"http://freedomoutpost.com/2012/07/what-will-owners-of-ak-47s-do-if-they-are-outlawed/#ixzz22A3bALcy\" style=\"color: #003399;\">http://freedomoutpost.com/2012/07/what-will-owners-of-ak-47s-do-if-they-are-outlawed/#ixzz22A3bALcy</a></p>','',1,15,0,72,'2012-07-31 02:17:15',62,'Freedom Outpost','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-07-31 02:17:15','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,7,'','',0,477,'robots=\nauthor='),(635,'What Will Owners of AK-47?s Do If They Are Outlawed?','what-will-owners-of-ak-47s-do-if-they-are-outlawed','','<p>While some have expressed surprise at Supreme Court Justice Antonin Scalia’s response to the issue of regulating arms, what he said should really be no surprise. In fact, he has said much the same thing in the past. In light of the response to the Aurora shooting and the current talk in the media over gun control, especially involving AK-47s, it makes me wonder what owners of such weapons would do if they were suddenly outlawed.<br /> <br />Scalia was on to speak about his new book Reading Law: The Interpretation of Legal Texts. In doing so, he took on several issues, including a two and a half minute segment to speak in regards to whether the U.S. Constitution will allow for regulations or gun control laws.<br /> <br />Chris Wallace had asked in regards to regulations such as high capacity magazine or other assault weapons whether they could be regulated Constitutionally. The National Journal reports,<br /> “It will have to be decided in future cases,” Scalia said on Fox News Sunday. But there were legal precedents from the days of the Founding Fathers that banned frightening weapons which a constitutional originalist like himself must recognize. There were also “locational limitations” on where weapons could be carried, the justice noted...   <a href=\"http://freedomoutpost.com/2012/07/what-will-owners-of-ak-47s-do-if-they-are-outlawed/\">Read More &gt;&gt;&gt;</a></p>','',1,15,0,72,'2012-07-31 02:22:19',62,'Freedom Outpost','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-07-31 02:22:19','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,6,'','',0,351,'robots=\nauthor='),(636,'Levin Pounds GOP Leadership In Defense Of Palin','levin-pounds-gop-leadership-in-defense-of-palin','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"235\" src=\"http://www.youtube.com/embed/hJiO7e_RtP4?feature=player_embedded\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>\r\n<p><a href=\"http://www.breitbart.com/Breitbart-TV/2012/07/30/Levin-Punds-GOP-In-Defense-Of-Palin\">GOTO Breitbart.com -&gt;-&gt;-&gt;</a></p>','',1,1,0,1,'2012-07-31 14:22:29',62,'Posted on Breitbart.com','0000-00-00 00:00:00',0,62,'2012-07-31 14:25:57','2012-07-31 14:22:29','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,100,'','',0,278,'robots=\nauthor='),(637,'Holder to be Slapped With Fast and Furious Lawsuit During August Recess','holder-to-be-slapped-with-fast-and-furious-lawsuit-during-august-recess','','<p><img src=\"images/stories/eric_holder_fast_and_furious_contempt.jpg\" border=\"0\" alt=\"Eric Holder in Contempt of Congress\" title=\"Eric Holder\" hspace=\"7\" align=\"left\" /></p>\r\n<p>Congress may be heading out for recess today but that isn\'t stopping the House Republicans from moving forward with a civil contempt of Congress lawsuit against Attorney General Eric Holder.</p>\r\n<p>\"We\'ll be filing a civil case during the break,\" Issa told NBC, \"We will expect a day in court before a federal judge, which we have a 100 percent chance that the judge will hold that these documents should be delivered.\"<br /> <br />The lawsuit will be reviewed by a judge who will assess whether Holder has an obligation to comply with a 22-part Congressional subpoena that was issue in October 2011. The judge will also review whether President Obama\'s assertion of executive privilige surrounding Fast and Furious documents was warranted.</p>\r\n<p><br />\"The idea that you would withhold based on some executive privilege the documents related to a cover up of a crime is absurd, but that\'s the claim that the attorney general is hiding behind,\" Issa said.</p>\r\n<p> \"We\'re seeking a remedy and the remedy is an order to compel,\" Issa said. \"Nixon didn\'t respond to Congress, he responded to federal judges, ultimately the Supreme Court, ordering that he had no such privilege to cover up the tapes. And these are no different than the Nixon tapes, we\'re asking for documents related to a cover up of lying to Congress.\"</p>\r\n<p><a href=\"http://townhall.com/tipsheet/katiepavlich/2012/08/03/holder_to_be_slapped_with_fast_and_furious_lawsuit_during_august_recess\">Read more at Townhall.com-&gt;-&gt;-&gt;</a></p>','',1,15,0,72,'2012-08-04 21:51:58',62,'Katey Pavlich - Townhall.com','2012-08-05 13:05:47',62,0,'0000-00-00 00:00:00','2012-08-04 21:51:58','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,5,'','',0,568,'robots=\nauthor='),(638,'Terrorist Freed After Obama Admin Denies Gitmo Entrance','terrorist-freed-after-obama-admin-denies-gitmo-entrance','','<div>\r\n<div id=\"content_0_divMainContent\">\r\n<h2><img src=\"http://cdn.breitbart.com/mediaserver/Breitbart/Big-Peace/2012/08/03/Screen%20Shot%2020120803%20at%2022551%20PM.png\" border=\"0\" width=\"408\" height=\"234\" /></h2>\r\n<h2>Judicial Watch <a href=\"http://www.judicialwatch.org/blog/2012/08/iraqi-court-absolves-terrorist-freed-by-u-s-after-killing-soldiers/\" target=\"_blank\">reports</a> that Hezbollah commander Ali Mussa Daqduq, who <a href=\"http://online.wsj.com/article/SB10001424052702304203604577393883518448946.html\" target=\"_blank\">tortured</a> and killed 5 U.S. soldiers in Iraq and was detained by U.S. forces in early 2007, will be freed by an Iraqi court--the inevitable, and <a href=\"http://www.breitbart.com/Big-Peace/2012/05/19/iraqi-court-likely-to-release-hezbollah-commander-transferred-by-obama-admin\" target=\"_blank\">predictable</a>, result of an Obama administration decision to hand him over to Iraqi authorities rather than bring him to Guantanamo Bay.</h2>\r\n<p>Judicial Watch summarizes the pathetic abdication of justice by the Obama administration:</p>\r\n<blockquote>\r\n<p>We all knew this would happen back in December when the commander-in-chief handed over the Lebanese militant, Ali Mussa Daqduq, to Iraqi officials. A mainstream newspaper presented it as a “dilemma” for the president as American troops prepared to exit Iraq. Daqduq had been in U.S. military custody in Iraq since 2007 for his involvement in a carefully orchestrated plot that killed, kidnapped and tortured American military officers.</p>\r\n<p><a href=\"http://www.breitbart.com/Big-Peace/2012/08/03/Thank-You-Obama-Terrorist-Who-Killed-US-Soldiers-Freed-Because-Obama-Would-Not-Bring-to-Gitmo\">Continue Post at Breitbart.com &gt;&gt;&gt;</a></p>\r\n</blockquote>\r\n</div>\r\n</div>','',1,1,0,1,'2012-08-04 22:14:33',62,'Breitbart.com','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-08-04 22:14:33','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,99,'','',0,303,'robots=\nauthor='),(639,'OBAMA\'S SIGNATURE MOVE: UNSEALING PRIVATE RECORDS','obamas-signature-move-unsealing-private-records','','<p><img src=\"images/stories/ann_coulter.jpg\" border=\"0\" alt=\"Ann Coulter\" hspace=\"7\" align=\"left\" />Mitt Romney presents one enormous problem for Barack Obama\'s campaign: No divorce records. That\'s why the media are so hot to get their hands on Romney\'s tax records for the past 25 years. They need something to \"pick through, distort and lie about\" -- as the Republican candidate says.<br /><br />Obama\'s usual campaign method, used in 100 percent of his races, has been to pry into the private records of his opponents.<br /><br />Democrats aren\'t going to find any personal dirt on the clean-cut Mormon, so they need complicated tax filings going back decades in order to create the illusion of scandal out of boring financial records.<br /><br />Romney has already released his 2010 tax return and is about to release his 2011 return. After all the huffing and puffing by the media demanding those returns, the follow-up story vanished remarkably quickly when the only thing the return showed was that Romney pays millions of dollars in taxes and gives a lot of money to charity.<br /><br />Let\'s take a romp down memory lane and review the typical Obama campaign strategy. Obama became a U.S. senator only by virtue of David Axelrod\'s former employer, the Chicago Tribune, ripping open the sealed divorce records of Obama\'s two principal opponents.<br /><br />One month before the 2004 Democratic primary for the U.S. Senate, Obama was down in the polls, about to lose to Blair Hull, a multimillionaire securities trader. But then the Chicago Tribune leaked the claim that Hull\'s second ex-wife, Brenda Sexton, had sought an order of protection against him during their 1998 divorce proceedings.<br /><br />Those records were under seal, but as The New York Times noted: \"The Tribune reporter who wrote the original piece later acknowledged in print that the Obama camp had \'worked aggressively behind the scenes\' to push the story.\" Many people said Axelrod had \"an even more significant role -- that he leaked the initial story.\"<br /><br />Both Hull and his ex-wife opposed releasing their sealed divorce records, but they finally relented in response to the media\'s hysteria -- 18 days before the primary. Hull was forced to spend four minutes of a debate detailing the abuse allegation in his divorce papers, explaining that his ex-wife \"kicked me in the leg and I hit her shin to try to get her to not continue to kick me.\" <a href=\"http://www.anncoulter.com/columns/2012-08-01.html#read_more\">Read More »</a></p>','',1,15,0,72,'2012-08-04 22:22:01',62,'Ann Coulter','2012-08-04 22:24:26',62,0,'0000-00-00 00:00:00','2012-08-04 22:22:01','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,4,'','',0,977,'robots=\nauthor='),(640,'Disarming Americans?','disarming-americans','','<p><span style=\"font-size: medium;\"><span style=\"font-family: times new roman,times;\">The US Government armed Muslim fanatic citizens in and around Libya as rebels in order for them to kill people and <span id=\"IL_AD2\">break</span> things so they could to get their way. <a href=\"http://www.independent.co.uk/news/world/middle-east/americas-secret-plan-to-arm-libyas-rebels-2234227.html\">[1]</a></span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: times new roman,times;\">The US Government is arming Muslim fanatic citizens in and around Syria as guerrillas iin order for them to kill people and break things so they can to get their way. [<a href=\"http://www.nytimes.com/2012/06/21/world/middleeast/cia-said-to-aid-in-steering-arms-to-syrian-rebels.html?pagewanted=all\">2</a>]</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: times new roman,times;\">The US Government is assisting Muslim fanatic citizens in and around Burkina Faso, South Sudan, Ethiopia, Djibouti, Uganda and Kenya as guerrillas in order for them to kill people and break things so they can to get their way. [<a href=\"http://reason.com/blog/2012/06/14/americas-secret-wars-in-africa\">3</a>]</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: times new roman,times;\">The US Government through Fast and Furious armed Mexican drug cartels (in particular the Sinaloa Cartel) creating a real and present national <span id=\"IL_AD3\">security</span> threat to US citizens even as the same US Government makes a complete muddle of it\'s border policies and enforcement compounding the national security threat to lawful US citizens [<a href=\"http://www.hstoday.us/blogs/the-kimery-report/blog/fast-furious-guns-should-have-been-tracked-by-gps-report-of-gop-investigation-says/eefd1a9748b265530c342edc2baa8796.html\">4</a>] [<a href=\"http://dosfan.lib.uic.edu/ERC/arms/freedom_war.html\">5</a>]...</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: times new roman,times;\">... but the US Government is determined to disarm lawful American Citizens from exercising their 2nd Amendment Rights which We The People reserved unto ourselves to begin with.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"font-family: times new roman,times;\">Have I got that about right?</span></span></p>\r\n<p><br /><br /><a href=\"http://www.americanthinker.com/blog/2012/08/disarming_americans.html#ixzz22cShwc3j\">Read entire post atThe American Thinker &gt;&gt;&gt;</a></p>','',1,15,0,72,'2012-08-04 22:31:41',62,'Michael Geer - American Thinker','2012-11-14 02:01:34',62,0,'0000-00-00 00:00:00','2012-08-04 22:31:41','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,3,'','',0,552,'robots=\nauthor='),(641,'It\'s up to Cuban-Americans to save Hispanics from las mentiras, or the lies of the Dem left.','its-up-to-cuban-americans-to-save-hispanics-from-las-mentiras-or-the-lies-of-the-dem-left','','<p><img src=\"images/stories/at_logo.gif\" border=\"0\" alt=\"American Thinker\" width=\"420\" height=\"110\" /></p>\r\n<p>Ted Cruz\'s victory in Texas, as well as the success of Marco Rubio, put Cuban-Americans on the front page of American politics. These wins also give us an opportunity to craft a message to Hispanics -- a message that emphasizes individual freedom, self-reliance, a skepticism of the state, and the value of family in our culture.</p>\r\n<p>We hear it over and over again that Cuban-Americans are different. We are often called the \"other\" Hispanics. The media calls us \"reactionaries\" or \"right-wingers\" or makes fun of our disdain for communism.</p>\r\n<p>In fact, Cuban-Americans are the Hispanic group that best understands freedom and liberty. We lost both under the banner of \"change\" and another charlatan preaching \"social justice\" years ago.</p>\r\n<p>As my mother said: \"We saw this movie before, and it did not end well.\"</p>\r\n<p><a href=\"http://www.americanthinker.com/2012/08/its_up_to_cuban-americans_to_save_hispanics_from_las_mentiras_or_the_lies_of_the_dem_left.html#ixzz22cU5YS5n\">Read entire post at The American Thinker &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-08-04 22:37:35',62,'Silvio Canto - American Spectator','2012-08-05 14:23:30',62,0,'0000-00-00 00:00:00','2012-08-04 22:37:35','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',8,0,98,'','',0,214,'robots=\nauthor='),(645,'Democrats Versus Military Voters: Not the First Time','democrats-versus-military-voters-not-the-first-time','','<p><img src=\"http://cdn.breitbart.com/_res/img/logo.png\" border=\"0\" alt=\"Breitbart Logo\" hspace=\"7\" width=\"93\" height=\"72\" align=\"left\" /></p>\r\n<h3>Last Thursday, Breitbart News\' Mike Flynn <a href=\"http://www.breitbart.com/Big-Government/2012/08/02/obama-campaign-sues-to-restrict-military-voting\" target=\"_blank\">broke the news</a> that the Obama campaign was suing in the swing state of Ohio to block a law that extends early voting for members of the military for an additional three days. A fierce battle erupted, with Democrats (and <a href=\"http://hotair.com/archives/2012/08/03/obama-democrats-suing-to-block-military-voting-in-ohio/\" target=\"_blank\">a few conservatives</a>) arguing that Obama campaign was simply trying to extend the military\'s privilege to everyone else. Regardless of the remedy they seek, Flynn points out, they are suing to end an exemption for military voters. It would not be the first time Democrats--who pretend, in their fight against voter ID, to want more ballot access--have tried to stop the military\'s votes from counting.</h3>\r\n<p>In 2008, for example, the State of Virginia (a critical swing state in 2012) had <a href=\"http://www.thenextright.com/soren-dayton/is-the-fairfax-county-va-registrar-suppressing-the-military-vote\" target=\"_blank\">failed</a> to send absentee ballots to members of the military on active duty in time for them to complete the ballots and return them before the election. When the campaign of Republican nominee Sen. John McCain sued to compel the state to count military ballots that had arrived after election day, the State Board of Elections--then run by Democrats, appointed by a Democratic governor--argued, effectively, that it could send absentee ballots to the military a day before the election and still be in compliance with the law.</p>\r\n<p><a href=\"http://www.breitbart.com/Big-Government/2012/08/05/Democrats-Versus-Military-Voters-Not-the-First-Time\">Continue post at Brietbart.com &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-08-06 15:05:30',62,'Breitbart.com','2012-08-06 15:20:56',62,0,'0000-00-00 00:00:00','2012-08-06 15:05:30','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,97,'','',0,286,'robots=\nauthor='),(642,'Official White House Pace Car','official-white-house-pace-car','','<p>The next time <a href=\"http://www.theblaze.com/stories/did-michelle-obama-and-jill-biden-get-booed-at-a-nascar-race-sunday/\">Michelle Obama speaks at a NASCAR event </a>she can bring her official pace car.</p>\r\n<p><img src=\"images/stories/obamacare_pace_car_420.jpg\" border=\"0\" alt=\"Obama Pace Car\" /></p>','',1,16,0,73,'2012-08-05 11:44:53',62,'Submitted by Tom Brake','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-08-05 11:44:53','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,8,'','',0,388,'robots=\nauthor='),(643,'Conservatives Have a Secret','conservatives-have-a-secret','','<p>Excerpted from the above article.</p>\r\n<p><img src=\"images/stories/at_logo.gif\" border=\"0\" alt=\"The American Thinker\" hspace=\"7\" width=\"150\" height=\"45\" align=\"left\" />As many have noted, the declared goal of \"fundamentally transforming\" America clearly implies a basic distaste for America and Americans. Obama\'s \"You didn\'t build that\" is an open spit in the face to the most time-honored notion of national self-identity, the American Dream; Nancy Pelosi\'s \"Are you serious?\" when asked where Congress gets the constitutional authority to force citizens to purchase health insurance displays an open disregard for the principle of limited government; the media\'s knee-jerk search for law-abiding Tea Partiers behind every act of mass murder reveals the left\'s hatred of people who care about their freedom.<br /><br /><a href=\"http://www.americanthinker.com/2012/08/conservatives_have_a_secret.html#ixzz22fudxyQu\">Read entire post at American Thinker -&gt;-&gt;-&gt;</a></p>','',1,1,0,1,'2012-08-05 12:41:39',62,'Daren Jonescu - The American Thinker','2012-08-09 01:45:39',62,0,'0000-00-00 00:00:00','2012-08-05 12:41:39','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,96,'','',0,328,'robots=\nauthor='),(644,'John Wayne on Liberals','john-wayne-on-liberals','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"236\" src=\"http://www.youtube.com/embed/btvSE6tVHzQ\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,20,0,78,'2012-08-05 14:02:47',62,'John Wayne','2012-08-09 01:44:38',62,0,'0000-00-00 00:00:00','2012-08-05 14:02:47','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,39,'','',0,322,'robots=\nauthor='),(646,'70 Facts About Our Economy Obama Probably Doesn’t Want You To See','70-facts-about-our-economy-obama-probably-doesnt-want-you-to-see','','<p>A stunning collection of <a href=\"http://theeconomiccollapseblog.com/archives/the-u-s-economy-by-the-numbers-70-facts-that-barack-obama-does-not-want-you-to-see\" target=\"_blank\">70 facts about the U.S. economy</a> just posted on the web is probably not going to make it into the next campaign ad from the folks at <a href=\"http://www.barackobama.com/\" target=\"_blank\">Obama for America</a>. However, <em>you</em> might want to read it.</p>\r\n<p><img src=\"images/stories/th.jpg\" border=\"0\" alt=\"Barack Husein Obama\" align=\"left\" />TheBlaze has culled 10 from the list of 70 here:</p>\r\n<ul>\r\n<li><strong>The price of gas </strong>– When Obama took office, a gallon of gas cost you $1.85.<a href=\"http://gasbuddy.com/gb_retail_price_chart.aspx?time=3\" target=\"_blank\"> Today, it’s up to $3.59 per gallon</a> (July’s rise was 17 cents a gallon).</li>\r\n</ul>\r\n<ul>\r\n<li><strong>71% of small business owners believe we’re still in a recession</strong> — Despite government claims that the recession actually ended years ago, a <a href=\"http://www.businessweek.com/articles/2012-05-30/what-we-talk-about-when-we-talk-about-recession\" target=\"_blank\">majority of small business owners feel very differently</a>.</li>\r\n</ul>\r\n<ul>\r\n<li><strong>You have to work 107 days each year just to pay Federal, State, &amp; Local taxes</strong> – That means <a href=\"http://money.cnn.com/2012/04/02/pf/taxes/tax-freedom-day/index.htm?iid=Lead\" target=\"_blank\">you don’t earn a penny until April 18th</a>.</li>\r\n</ul>\r\n<ul>\r\n<li><strong>More than 30% of unemployed Americans have been out of work for more than a year</strong> – <a href=\"http://www.financialarmageddon.com/2012/02/one-ugly-picture-a-few-sad-words.html\" target=\"_blank\">In 2007, that number was 10%</a>.</li>\r\n</ul>\r\n<ul>\r\n<li><strong>Low income America – </strong>According to NBC News, <a href=\"http://usnews.nbcnews.com/_news/2011/12/15/9461848-dismal-prospects-1-in-2-americans-are-now-poor-or-low-income\" target=\"_blank\">virtually half of all Americans are considered to be “low income” or living in poverty</a>.</li>\r\n</ul>\r\n<ul>\r\n<li><strong>Propping up the economy by monetizing our massive debt</strong> — In 2008, the Federal Reserve bought “negligible” amounts of our debt, last year <a href=\"http://www.moneynews.com/Headline/fed-debt-Treasury/2012/03/28/id/434106\" target=\"_blank\">the Fed purchased 61% of the government debt</a> issued by the Treasury Dept.</li>\r\n</ul>\r\n<ul>\r\n<li><strong>Speaking of “no faith in the US Dollar”</strong> – The price of gold when Obama was inaugurated, $850 an ounce. <a href=\"http://www.goldprice.org/\" target=\"_blank\">Today, gold is over $1500</a>.</li>\r\n</ul>\r\n<ul>\r\n<li><strong>The disappearing family farm </strong>– In the mid-1930s, America had an estimated 6.8 million farms. Today, the <a href=\"http://www.epa.gov/agriculture/ag101/demographics.html\" target=\"_blank\">EPA estimates that number to be right around two million</a> (and getting squeezed more and more by constricting regulation).</li>\r\n</ul>\r\n<ul>\r\n<li><strong>Another (bad) trade record set with China</strong> – In 2011, <a href=\"http://www.usatoday.com/money/economy/story/2012-05-10/march-trade-deficit/54871710/1\" target=\"_blank\">our trade deficit with China was almost $300 billion</a> dollars. That is the single highest deficit that one country has had with another… ever.</li>\r\n</ul>\r\n<ul>\r\n<li><strong>A stunning amount spent on stupid studies like <em>Why do chimps throw their poop?</em></strong> – Almost $600,000 of your tax dollars was sent to the folks who studied chimpanzee poop tossing, plus $198,195 paid to find out if “tweeting” makes people happy… <a href=\"http://www.coburn.senate.gov/public/index.cfm?a=Files.Serve&amp;File_id=b69a6ebd-7ebe-41b7-bb03-c25a5e194365\" target=\"_blank\">It’s all HERE</a>.</li>\r\n</ul>\r\n<p><a href=\"http://www.coburn.senate.gov/public/index.cfm?a=Files.Serve&amp;File_id=b69a6ebd-7ebe-41b7-bb03-c25a5e194365\" target=\"_blank\">The full list, complete with links to the supporting stories, can be found here.</a></p>\r\n<p>h/t <a href=\"http://brianwilsonspeaks.blogspot.com/\" target=\"_blank\">Brian Wilson</a> (not the Beach Boy)</p>','',1,1,0,1,'2012-08-07 02:48:30',62,'The Blaze','2012-08-07 02:55:05',62,0,'0000-00-00 00:00:00','2012-08-07 02:48:30','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,95,'','',0,344,'robots=\nauthor='),(647,'Judging Rightly','judging-rightly','','<h4><img src=\"images/stories/OAKI-logo.png\" border=\"0\" align=\"left\" />Excerpt from an Oak Initiative article by Lloyd Phillips:</h4>\r\n<p>While jury nullification of laws was not new, it had never been accomplished on such a large scale as it was as the result of the Second Great Awakening in the United States. The principle of jury nullification compels citizen juries to rule on both the facts of a case, and the validity of the law being used in the case. The practice of jury nullification in judicial precedents comes through English common law dating back to the Magna Carta and before. It was widely understood that the power of citizen juries was to require the government to prove its case against a defendant, as well as the validity of the law in question. Without the leadership of the church and the enlightenment of the juries, this could not have had such effect.</p>\r\n<p style=\"MARGIN-LEFT: 0.5in\"><em>If a juror feels that the statute involved in any criminal offence is unfair, or that it infringes upon the defendant\'s natural God-given unalienable or constitutional rights, then it is his duty to affirm that the offending statute is really no law at all and that the violation of it is no crime at all, for no one is bound to obey an unjust law.\"</em> ~U.S. Chief Justice Harlan F. Stone, 1941-46</p>\r\n<p style=\"MARGIN-LEFT: 0.5in\"><em>If the jury feels the law is unjust, we recognize the undisputed power of the jury to acquit, even if its verdict is contrary to the law as given by a judge, and contrary to the evidence.</em> ~4th Circuit Court of Appeals, US v Moylan, 1969</p>\r\n<p style=\"MARGIN-LEFT: 0.5in\"><em>I know of no safe depository of the ultimate powers of society but the people themselves and if we think them not enlightened enough to exercise their control with a wholesome discretion, the remedy is not to take it from them, but to inform them.</em> ~Thomas Jefferson</p>\r\n<p>Jury nullification was a common practice in our nation from the ratification of the Constitution until 1895 when the U.S. Supreme Court ruled that juries <em>were not to be informed </em>of principle of nullification by defense attorneys, nor were judges required to tell them about it. While the right remains, it has almost been forgotten since that time.</p>\r\n<p>It has been confirmed a number of times, and since that time it has become almost a safeguard that is hidden from the people. If a great treasure is hidden it cannot be used, but there seems to be a change in the wind.</p>\r\n<p><a href=\"http://www.theoakinitiative.org/oak-leaf-27\">Read entire post at Oak Initiative &gt;&gt;&gt;</a></p>','',1,20,0,78,'2012-08-08 15:40:12',62,'Lloyd Phillips - The Oak Initiative','2012-08-09 01:44:19',62,0,'0000-00-00 00:00:00','2012-08-08 15:40:12','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,37,'','',0,273,'robots=\nauthor='),(648,'Look At What Allen West Did To Tick Off The Black Caucus!','look-at-what-allen-west-did-to-tick-off-the-black-caucus','','<p><img src=\"images/stories/allenwest.jpg\" border=\"0\" alt=\"Allen West\" hspace=\"7\" align=\"left\" />Rep. Allen West (R-FL) is someone I really like. I like that he says what he thinks and doesn’t mind if it ticks off the left. Apparently he made a nice gesture of providing free food for the Black Caucus. Instead of the Black Caucus being thankful that someone else provided food for them, they were offended. Why? Because what Rep. West sent them were Chick-Fil-A biscuits!</p>\r\n<p>Rep. Alcee Hastings (D-FL) said that it was a deliberate attempt to offend the members of the Congressional Black Caucus.</p>\r\n<p>“We have a rotation in the Congressional Black Caucus where every member provides the lunch one of the weeks when we meet,” Hastings told Huffington Post on Monday.</p>\r\n<p>“We have fried chicken. And we have catfish and BBQ. We do not have watermelon, although sometimes people will have fruit. We serve a full course meal with collard greens. We have Jamaican beans and rice,” he continued. “But West ”sent Chick-fil-A with biscuits. Ok?”</p>\r\n<p>“That was an ‘in your face.’ Every member of the Congressional Black Caucus that was there was offended,” he added.</p>\r\n<p>So let’s get this straight (pun intended, since the controversy over Chick-Fil-A deals with homosexual ‘marriage). Mr. Hastings and his Democrat colleagues are ok with chicken just as long as it isn’t chicken from Chick-Fil-A. they are such thin skinned, little people that they could not respond graciously and thank Rep. West for providing such wonderful food for their meeting. No, they had to go and get their dander up about what brand of Chicken was provided.<br /><br />Read more: <a href=\"http://freedomoutpost.com/2012/08/look-at-what-allen-west-did-to-tick-off-the-black-caucus/#ixzz230XMOGvo\" style=\"color: #003399;\">http://freedomoutpost.com/2012/08/look-at-what-allen-west-did-to-tick-off-the-black-caucus/#ixzz230XMOGvo</a></p>','',1,1,0,1,'2012-08-09 01:18:07',62,'Tim Brown for Freedom Outpost','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-08-09 01:18:07','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,94,'','',0,298,'robots=\nauthor='),(649,'Gingrich: Sebelius Is “Waging War On The Catholic Church”','gingrich-sebelius-is-waging-war-on-the-catholic-church','','<p><img src=\"images/stories/newt.jpg\" border=\"0\" alt=\"Newt Gingrich\" hspace=\"7\" align=\"left\" />On Wednesday Former Speaker of the House Newt Gingrich said that Health and Human Services Secretary Kathleen Sebelius was “waging war on the Catholic Church.” His statement was in reference to the new mandate that health plans will be regulated to provide sterilizations, contraceptives and abortion-inducing drugs free of charge.</p>\r\n<p>“This secretary of HHS is a radical. She is waging war on the Catholic Church. She’s adopted radical positions on a range of issues,” Gingrich said.</p>\r\n<p>CNS News <a href=\"http://cnsnews.com/news/article/gingrich-sebelius-she-waging-war-catholic-church\" target=\"_blank\">reports</a>,</p>\r\n<p>In its lawsuit against the HHS and Sebelius, the Archdiocese of New York cited similar comments made by Sebelius herself at a NARAL fundraising event. According to the lawsuit, Sebelius told NARAL “we are in a war” with institutions that, like the Catholic Church, believe both abortion and contraception are wrong.</p>\r\n<blockquote>\r\n<p>“Defendant Sebelius has long supported abortion rights and criticized Catholic teachings and beliefs regarding abortion and contraception,” the Catholic lawsuit states. “NARAL Pro-Choice America is a pro-abortion organization that likewise opposes many Catholic teachings. At that fundraiser, Defendant Sebelius said, ‘We are in a war,’ and criticized individuals and entities whose beliefs differed from those held by her and the other attendees of the NARAL Pro-Choice America fundraiser.”</p>\r\n<p>“She added: ‘Wouldn’t you think that people who want to reduce the number of abortions would champion the cause of widely available, widely affordable contraceptive services? Not so much,’” reads the lawsuit.</p>\r\n</blockquote>\r\n<p>Gingrich was asked how HHS was defining “work” in its policy on “welfare-to-work”. He responded, “I think this is part of what confuses some people in the media about the intensity of our reaction. George Orwell wrote a great essay called ‘Politics In the English Language,’ in which he said you could tell when someone is truly a scoundrel by the language they use to hide being a scoundrel. This secretary of HHS is a radical. She is waging war on the Catholic Church. She’s adopted radical positions on a range of issues.”</p>\r\n<p><br /><br />Read more: <a href=\"http://freedomoutpost.com/2012/08/gingrich-sebelius-is-waging-war-on-the-catholic-church/#ixzz230a6pz3Q\" style=\"COLOR: #003399\">http://freedomoutpost.com/2012/08/gingrich-sebelius-is-waging-war-on-the-catholic-church/#ixzz230a6pz3Q</a></p>','',1,1,0,1,'2012-08-09 01:30:13',62,'Freedom Outpost','2012-08-09 01:42:06',62,0,'0000-00-00 00:00:00','2012-08-09 01:30:13','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,93,'','',0,275,'robots=\nauthor='),(650,'Articles','articles','','<h2><a href=\"http://www.breitbart.com/Big-Government/2012/08/07/Body-Count-Rises-in-Obama-s-War-on-Coal\">Body Count Rises in Obama\'s War on Coal --- Breitbart</a></h2>\r\n<h2><a href=\"http://www.smartmoney.com/borrow/student-loans/grandmas-new-financial-problem-college-debt-1344292084111/\">For Unpaid College Loans, Feds Dock Social Security -- SmartMoney</a></h2>\r\n<h2><a href=\"http://www.theblaze.com/stories/high-ranking-mexican-drug-cartel-member-makes-explosive-allegation-fast-and-furious-is-not-what-you-think-it-is/\">High-Ranking Mexican Drug Cartel Member Makes Explosive Allegation: ‘Fast and Furious’ Is Not What You Think It Is --  The Blaze</a></h2>','',1,1,0,1,'2012-08-09 15:05:15',62,'Various','2012-08-09 15:44:55',62,0,'0000-00-00 00:00:00','2012-08-09 15:05:15','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,92,'','',0,671,'robots=\nauthor='),(651,'The Second Amendment: Gone','the-second-amendment-gone','','<p>If we as a <em>free nation </em>do not stand together, fight the attack going on right now against our Second Amendment to the Constitution, this will be the next headline news!</p>\r\n<p>Politicians will say: Now that the Second Amendment is gone, I think we should do away with the search and seizure part of the Constitution. The Fourth Amendment stands in our way and makes it harder for the government, police, FBI, and CIA to do their jobs properly. While officers and government officials are waiting on an approved search warrant to go into and search a person’s private home, or business, the criminal could be getting rid of the evidence we need to prove them guilty. On many occasions we (the police, and government) try to obtain a search warrant and are not given one due to lack of evidence. When we know they(civilians) are doing illegal activities. How are we (the police, the government) going to catch the murderer, drug dealer, rapist, thief, gun holder, if we are not given the extra power to go into their (civilians) homes, places of business, to get the evidence we need? It should be up to law enforcement and government officials discretion whether or not to enter into the home or place of business. The following people would be exempt from this law: The President of the United States, FBI, CIA, Homeland Security, Supreme Court Justices, Judges, and any and all law enforcement (state or local).<br /><br />Read more: <a href=\"http://freedomoutpost.com/2012/08/the-second-amendment-gone/#ixzz23F6hBAeL\" style=\"color: #003399;\">http://freedomoutpost.com/2012/08/the-second-amendment-gone/#ixzz23F6hBAeL</a></p>','',1,15,0,72,'2012-08-11 13:07:11',62,'Lorri Anderson - Freedom Outpost','0000-00-00 00:00:00',0,62,'2012-08-11 13:09:29','2012-08-11 13:07:11','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,2,'','',0,501,'robots=\nauthor='),(652,'The Second Amendment: Gone','the-second-amendment-gone','','<p>If we as a <em>free nation </em>do not stand together, fight the attack going on right now against our Second Amendment to the Constitution, this will be the next headline news!</p>\r\n<p>Politicians will say: Now that the Second Amendment is gone, I think we should do away with the search and seizure part of the Constitution. The Fourth Amendment stands in our way and makes it harder for the government, police, FBI, and CIA to do their jobs properly. While officers and government officials are waiting on an approved search warrant to go into and search a person’s private home, or business, the criminal could be getting rid of the evidence we need to prove them guilty. On many occasions we (the police, and government) try to obtain a search warrant and are not given one due to lack of evidence. When we know they(civilians) are doing illegal activities. How are we (the police, the government) going to catch the murderer, drug dealer, rapist, thief, gun holder, if we are not given the extra power to go into their (civilians) homes, places of business, to get the evidence we need? It should be up to law enforcement and government officials discretion whether or not to enter into the home or place of business. The following people would be exempt from this law: The President of the United States, FBI, CIA, Homeland Security, Supreme Court Justices, Judges, and any and all law enforcement (state or local).<br /><br />Read more: <a href=\"http://freedomoutpost.com/2012/08/the-second-amendment-gone/#ixzz23F6hBAeL\" style=\"color: #003399;\">http://freedomoutpost.com/2012/08/the-second-amendment-gone/#ixzz23F6hBAeL</a></p>','',-2,15,0,72,'2012-08-11 13:07:11',62,'Lorri Anderson - Freedom Outpost','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-08-11 13:07:11','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,0,'','',0,0,'robots=\nauthor='),(653,'The Second Amendment: Gone','the-second-amendment-gone','','<p>If we as a <em>free nation </em>do not stand together, fight the attack going on right now against our Second Amendment to the Constitution, this will be the next headline news!</p>\r\n<p>Politicians will say: Now that the Second Amendment is gone, I think we should do away with the search and seizure part of the Constitution. The Fourth Amendment stands in our way and makes it harder for the government, police, FBI, and CIA to do their jobs properly. While officers and government officials are waiting on an approved search warrant to go into and search a person’s private home, or business, the criminal could be getting rid of the evidence we need to prove them guilty. On many occasions we (the police, and government) try to obtain a search warrant and are not given one due to lack of evidence. When we know they(civilians) are doing illegal activities. How are we (the police, the government) going to catch the murderer, drug dealer, rapist, thief, gun holder, if we are not given the extra power to go into their (civilians) homes, places of business, to get the evidence we need? It should be up to law enforcement and government officials discretion whether or not to enter into the home or place of business. The following people would be exempt from this law: The President of the United States, FBI, CIA, Homeland Security, Supreme Court Justices, Judges, and any and all law enforcement (state or local).<br /><br />Read more: <a href=\"http://freedomoutpost.com/2012/08/the-second-amendment-gone/#ixzz23F6hBAeL\" style=\"color: #003399;\">http://freedomoutpost.com/2012/08/the-second-amendment-gone/#ixzz23F6hBAeL</a></p>','',-2,15,0,72,'2012-08-11 13:07:11',62,'Lorri Anderson - Freedom Outpost','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-08-11 13:07:11','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,0,'','',0,0,'robots=\nauthor='),(654,'Firm that Paid WH Advisor Linked To War Criminal','firm-that-paid-wh-advisor-linked-to-war-criminal','','<p><img src=\"images/stories/logo-foxnews.png\" border=\"0\" alt=\"FoxNews\" hspace=\"7\" align=\"left\" />A South African company in the spotlight for paying $100,000 in speaking fees to White House adviser David Plouffe is also in business with a Liberian official under U.N. sanctions for his ties to convicted war criminal and former Liberian dictator Charles Taylor.</p>\r\n<p>That\'s among the latest details to emerge on the connections involving MTN Group, a subsidiary of which paid President Obama\'s former campaign manager for engagements in late 2010, shortly before he joined the White House.<br /><br />Read more: <a href=\"http://www.foxnews.com/politics/2012/08/11/firm-that-paid-white-house-adviser-in-business-with-charles-taylor-tied/#ixzz23F90LM7R\" style=\"color: #003399;\">http://www.foxnews.com/politics/2012/08/11/firm-that-paid-white-house-adviser-in-business-with-charles-taylor-tied/#ixzz23F90LM7R</a></p>','',1,1,0,1,'2012-08-11 13:51:42',62,'FoxNews','2012-08-11 13:56:23',62,0,'0000-00-00 00:00:00','2012-08-11 13:51:42','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,91,'','',0,351,'robots=\nauthor='),(655,'What Will It Take To Make Some Americans Wake Up?','what-will-it-take-to-make-some-americans-wake-up','','<p><img src=\"http://cnsnews.com/sites/default/files/imagecache/thumbnail/photos/Charlie Daniels7585.jpg\" border=\"0\" hspace=\"7\" width=\"75\" height=\"85\" align=\"left\" />I sometimes wonder how far some Americans are going to stick their heads in the sand and pretend that the policies liberals are putting in place will actually bring the American economy back to prosperity. I wonder if some people even really care about what we have already done to the generations to follow, what kind of future they will have, burdened with the debt being left to them.</p>\r\n<p>I can\'t help but ponder why people are still gullible enough to totally blame the ruinous state of the economy on George W. Bush after three and a half years of Obama\'s total and abject fiscal failure even after holding power over the White House and both houses of Congress for two full years.</p>\r\n<p>It\'s a mystery to me why the American public believes or respects anything Harry Reid ever says after his outrageous remark about the surge not working while we still had military in the field executing it, and knowing that his statement was hurtful to America and our military, simply putting his petulant political interests ahead of his country and the people who protect him from being murdered in his bed by terrorists.</p>\r\n<p>How can anybody ever again take seriously the inane remarks of a congresswoman who says they have to pass a bill to find out what\'s in it?</p>\r\n<p>How long will it take America to recognize the folly of turning down desperately needed oil from our best friends in the world just north of our continental border and sending billions of dollars to Brazil for oil exploration, telling them we want to be their best customer?</p>\r\n<p>How long will it take for the citizens of this nation to grasp the fact that cutting back our military is tantamount to national suicide, and that the incredible scientific and technological advances made as a benefit of the space program will be no more?</p>\r\n<p>How about a president who totally took the word \"reform\" out of welfare and whose policies have lead to a larger number of the workforce applying for disability than for jobs?</p>\r\n<p>How long will the citizens of America support a media that does not represent their values, morals, ideals or even their tastes?</p>\r\n<p>Will we continue turn a blind eye to the destructive and dehumanizing effect violent video games have on impressionable youth who vicariously kills dozens of people before he even goes to school in the morning?</p>\r\n<p>Will we continue to allow an educational system that is based more on political power than learning, and that turns out semi-literate graduates who can repeat the lyrics to the latest hip-hop hit - but couldn\'t name the capitals of the 50 states if their lives depended on it?</p>\r\n<p>I sometimes fear that America has gone past the point of no return, that we\'ve developed a national \"play now, pay later\" mentality, that too many people have decided that living off the dole is better than working and believe that morals should change with the times and \"if it feels good, do it \" should set the bar.</p>\r\n<p>I sometimes fear that the work ethic is being conditioned out of America, that too many people are starting to look at the federal government for all their needs and all their guidance, swallowing whole whatever the propaganda du jour happens to be.</p>\r\n<p>It\'s a pretty depressing thought.</p>\r\n<p>Then I ride through the heartland and see a farmer working in the dark with his tractor lights on trying to get the hay baled before the coming rain, or glance at a highway paving crew sweating it out in the 100-degree weather, or notice the guys manhandling the big rigs across the highways of America.</p>\r\n<p>When I look into the fresh faces and clear eyes of the young ladies who brought me the watermelon they were so proud of at the county fair we played the other night, or pass a churchyard filled with Sunday morning worshippers, I know that the battle may be going badly, but the war is still up for grabs.</p>\r\n<p>“If My people who are called by My Name, will humble themselves and pray and seek My Face and turn from their wicked ways, then will I hear from heaven and will forgive their sins and will heal their land.” – 2 Chronicles 7:14</p>\r\n<p>What do you think?</p>\r\n<p>Pray for our troops, and for our county.</p>\r\n<p>God Bless America</p>\r\n<p>Charlie Daniels</p>\r\n<p><a href=\"http://cnsnews.com/blog/charlie-daniels/what-will-it-take-make-some-americans-wake\">Read post on CNSNews.com &gt;&gt;&gt;</a></p>','',1,20,0,78,'2012-08-12 04:38:08',62,'Charlie Daniels  - CNSNews','2012-08-12 04:57:34',62,0,'0000-00-00 00:00:00','2012-08-12 04:38:08','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,36,'','',0,454,'robots=\nauthor='),(656,'Most Transparent Administration Hasn\'t Fielded Question from WH Press in Seven Weeks','most-transparent-administration-hasnt-fielded-question-from-wh-press-in-seven-weeks','','<p><img src=\"http://cdn.breitbart.com/mediaserver/Breitbart/Columnists/Headshots-80x100/contributor-80x100-dloesch.png\" border=\"0\" hspace=\"7\" align=\"left\" style=\"width: 80px; height: 100px;\" /></p>\r\n<h3>Despite giving numerous interviews while overseas, the <a href=\"http://newsbusters.org/blogs/randy-hall/2012/08/02/press-whines-about-limited-access-romney-during-international-tour\" target=\"_blank\">press complained</a> about limited access to Mitt Romney while he traveled to England, Poland, and Israel. That same media hasn\'t so much as whispered after President <a href=\"http://www.whitehousedossier.com/2012/08/06/wh-press-corps-weeks-question/\" target=\"_blank\">Obama hasn\'t answered a single question from the White House pool for seven weeks</a>.</h3>\r\n<blockquote style=\"margin: 0px 0px 0px 40px; padding: 0px;\">\r\n<p>The last substantive question Obama took from a White House reporter was during a June 20 press conference following the G20 Summit in Los Cabos, Mexico. Obama allowed only six questions during the event, which was nearly guaranteed to keep him out of political hot water as the focus was on foreign policy.</p>\r\n</blockquote>\r\n<p>Even if Romney were to shut out some members of the press, it\'s understandable considering they exist only to offer buoyancy to Obama. After screaming like Beliebers during a wreath laying ceremony at Poland\'s Tomb of the Unknown Soldier they demanded consideration; yet no outcry when they are barred from asking questions at a presser featuring both the President Calderón and Prime Minister Harper (at the height of both the Fast and Furious and Keystone controversies).</p>\r\n<p>The administration has a seemingly <a href=\"http://dailycaller.com/2011/11/29/holder-lashes-out-at-the-daily-caller-while-refusing-to-address-growing-calls-for-his-resignation/\" target=\"_blank\">abusive</a> relationship with the press. They lambaste the ones who do actual reporting and shrug off even those whose practice isn\'t so much as \"journalism\" but propaganda -- and it\'s accepted with virtually zero complaints.</p>\r\n<p>When will the admin field another question from the press pool, and when, if ever, will he answer on Fast and Furious or Keystone?</p>\r\n<p><img src=\"http://cdn.breitbart.com/mediaserver/Breitbart/Big-Government/2012/Obamas/Obama-golf-closeup.png\" border=\"0\" width=\"257\" height=\"192\" /></p>\r\n<p><a href=\"http://www.breitbart.com/Big-Journalism/2012/08/09/Most-Transparent-Administration-Hasnt-Fielded-Question-From-WH-Press-In-7-Weeks\">Read post at Breitbart.com &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-08-12 04:57:53',62,'Dana Loesch -  Breitbart.com','2012-08-12 05:11:17',62,0,'0000-00-00 00:00:00','2012-08-12 04:57:53','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,90,'','',0,360,'robots=\nauthor='),(657,'Saudi Arabia threatens Israel if attack on Iran is launched','saudi-arabia-threatens-israel-if-attack-on-iran-is-launched','','<p><img src=\"images/stories/mikeevans.jpg\" border=\"0\" hspace=\"7\" align=\"left\" />The government of Saudi Arabia has reportedly threatened Israel if they attempt to cross Saudi airspace as part of an attack on Iran’s nuclear program. Israel faces enormous logistical challenges in launching a strike to stop the mullahs of Tehran from achieving the means to annihilate the Jewish state, and the route over Saudi Arabia presents a number of tactical advantages.</p>\r\n<p>It is unclear whether Saudi Arabia actually means this; the rulers of the House of Saud are no fans of the radical Iranian government. It may be that this statement is merely for public consumption, while a different message is being sent privately. I have met a number of highly placed Saudi officials, and while the Gulf Kingdom is not a great friend of Israel and there are those who are violently anti-Semitic, the general tone there is that Israel would be doing Saudi Arabia a great favor if they delayed or halted Iran’s nuclear ambitions.</p>\r\n<p>As I speak to world leaders and my contacts in various military and intelligence operations, it is easy to discern a growing consensus that war is coming soon. I have been in Israel for every major war in the last forty years, and I know the toll that this war will take. We must be faithful to continue to pray for God to deliver His Chosen People.</p>\r\n<p><a href=\"http://jerusalemworldnews.com/\">JerusalemWorldNews.com &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-08-13 02:21:21',62,'Dr. Michael Evans','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-08-13 02:21:21','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,89,'','',0,355,'robots=\nauthor='),(658,'Michelle, Who You Calling a ‘Knucklehead’?','michelle-who-you-calling-a-knucklehead','','<p><img src=\"http://godfatherpolitics.com/wp-content/uploads/2012/08/Paul-Winchell-220x120.jpg\" border=\"0\" alt=\"Godfather Politics\" hspace=\" border=\" align=\"right\" /></p>\r\n<p>First Ladies should be rarely seen and never heard from. We didn’t elect First Ladies. That goes for conservatives, too. While appearing on the Tom Joyner morning radio program, “Michelle Obama called undecided voters confused’ and ‘knuckleheads,’ according to a video posted at <a href=\"http://www.breitbart.com/Breitbart-TV/2012/08/10/Michelle-Obama-To-Black-Radio-Get-Out-There-And-Convince-This-Confused-Knuckleheads-to-Vote-Obama\">Breitbart.com</a>.”</p>\r\n<p style=\"padding-left: 30px;\">“All of us know that one person in our lives . . . that one knucklehead nephew that’s not registered to vote . . . That one neighbor that’s not really paying attention, or that one person in your office that’s confused about how Barack’s tax plan will benefit . . . that individual.”</p>\r\n<p>The real knuckleheads are liberals who try the same failed policies over and over again and expect a different result. Liberals are like Paul Winchell’s ventriloquist dummy Knucklehead Smiff. No matter how many times Winchell told Knucklehead Smiff something, he never got it. His head was as hard as concrete.</p>\r\n<p>Here are some tax truisms that Knucklehead liberals can’t get through their thick skulls:</p>\r\n<p style=\"padding-left: 30px;\">1. “Socialism is a philosophy of failure, the creed of ignorance, and the gospel of envy, its inherent virtue is the equal sharing of misery.” — Winston Churchill</p>\r\n<p style=\"padding-left: 30px;\">2. “We contend that for a nation to try to tax itself into prosperity is like a man standing in a bucket and trying to lift himself up by the handle.” ? Winston Churchill</p>\r\n<p style=\"padding-left: 30px;\">3. You cannot legislate the poor into prosperity by legislating the wealth out of prosperity.</p>\r\n<p style=\"padding-left: 30px;\">4. What one person receives without working another person must work without receiving.</p>\r\n<p style=\"padding-left: 30px;\">5. The government cannot give to anybody anything that the government does not first take from somebody else.</p>\r\n<p style=\"padding-left: 30px;\">6. You cannot multiply wealth by dividing it.</p>\r\n<p style=\"padding-left: 30px;\">7. When half of the people get the idea that they do not have to work because the other half is going to take care of them; and when the other half gets the idea that it does no good to work because somebody else is going to get what they work for, that is the beginning of the end of any nation.</p>\r\n<p style=\"padding-left: 30px;\">8. “To compel a man to furnish funds for the propagation of ideas he disbelieves and abhors is sinful and tyrannical.” ? Thomas Jefferson</p>\r\n<p style=\"padding-left: 30px;\">9. “You can’t tax business. Business doesn’t pay taxes. It collects taxes.” ? Ronald Reagan</p>\r\n<p style=\"padding-left: 30px;\">10. “There is no worse tyranny than to force a man to pay for what he does not want merely because you think it would be good for him.” ? Robert A. Heinlein (1907–1988), author of <em>The Moon is a Harsh Mistress</em> and<em> Starship Troopers<br /></em></p>\r\n<p style=\"padding-left: 30px;\">11. The power to tax is the power to destroy.” ? Supreme Court Justice John Marshall (1755–1835)</p>\r\n<p style=\"padding-left: 30px;\">12. “A democracy . . . can only exist until the people discover they can vote themselves largess out of the public treasury. From that moment on, the majority always votes for the candidate promising the most benefits from the public treasury, with the result that democracy always collapses over a loose fiscal policy —to be followed by a dictatorship.”</p>\r\n<p>If you can’t get these truths through your head, then you are a knucklehead.</p>\r\n<p><br /><br />Read more: <a href=\"http://godfatherpolitics.com/6558/michelle-who-calling-a-knucklehead/#ixzz23OGJwM00\" style=\"color: #003399;\">http://godfatherpolitics.com/6558/michelle-who-calling-a-knucklehead/#ixzz23OGJwM00</a></p>','',1,17,0,74,'2012-08-13 02:43:23',62,'Gary DeMar - Godfather Politics','2012-08-13 03:20:54',62,0,'0000-00-00 00:00:00','2012-08-13 02:43:23','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,3,'','',0,455,'robots=\nauthor='),(659,'Police cameras quietly capture license plates, collect data','police-cameras-quietly-capture-license-plates-collect-data','','<p>Police in Minnesota and across the country are increasingly using small car-mounted cameras to scan thousands of license plates and pinpoint -- in real time -- stolen vehicles, suspended drivers and criminals.</p>\r\n<p>Those same cameras also record the time, date and location of every car they see and store the information. That disturbs privacy advocates, who want more details about the cameras and are calling for standards to govern how police classify and retain plate-reader data.</p>\r\n<p>Without a state law, departments in Minnesota are free to set their own policies on how long they keep the information. The State Patrol deletes location data after 48 hours, St. Paul police erase it in 14 days and Minneapolis retains it for a year.</p>\r\n<p>Minneapolis cops captured data on 805,000 license plates in June alone, and 4.9 million so far this year. When a Star Tribune reporter requested data on his own license plate under Minnesota\'s open records law, the Minneapolis Police Department responded with <a href=\"https://maps.google.com/maps/ms?msid=200203856994297696125.0004c660f4f7ccd75b930&amp;msa=0\">a list of dates, times and coordinates of his car that illustrated his daily routine</a>.</p>\r\n<p>Over the course of a year, cameras in squad cars logged him heading to work on W. Franklin Avenue at 8:07 a.m. one day, returning home on Portland Avenue S. at 6:17 p.m. on another, and parking three times late at night outside a friend\'s house in Uptown. Police had captured the car\'s license plate seven times.</p>\r\n<p><a href=\"http://www.startribune.com/local/minneapolis/165680946.html?refer=y\">Continue post at Minnesota Star &gt;&gt;&gt;</a></p>','',1,13,0,70,'2012-08-13 12:02:45',62,'Star Tribune - Minnesota','2012-08-13 12:06:44',62,0,'0000-00-00 00:00:00','2012-08-13 12:02:45','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,10,'','',0,410,'robots=\nauthor='),(660,'Ridin\' Along the Border with Janet N','ridin-along-the-border-with-janet-n','','<p><img src=\"images/stories/boarder_vote.jpg\" border=\"0\" alt=\"Ridin\' With Janet\" /></p>','',1,16,0,73,'2012-08-13 15:29:05',62,'Submitted by Wayne Sauvola','2012-08-13 15:55:07',62,0,'0000-00-00 00:00:00','2012-08-13 15:29:05','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,7,'','',0,612,'robots=\nauthor='),(661,'Fast and Furious Bombshell Explodes','fast-and-furious-bombshell-explodes','','<p><img class=\"attachment-220x220 wp-post-image\" src=\"http://freedomoutpost.com/wp-content/uploads/2012/08/vicente-zambada-niebla-220x220.jpg\" border=\"0\" alt=\"vicente-zambada-niebla\" title=\"vicente-zambada-niebla\" hspace=\"7\" width=\"220\" height=\"220\" align=\"right\" /></p>\r\n<p>According to a high-ranking Mexican drug cartel operative, who is currently in U.S. custody, there are some things that the American people are not being told about Fast and Furious. We obviously knew something was not being told behind the scenes because of Barack Obama issuing executive privilege and Holder being in contempt of Congress for failing to comply. But this makes even the sleepiest of people perk up their ears and pay attention.</p>\r\n<p>Jesus Vicente Zambada-Niebla, known as the Sinaloa Cartel’s “logistics coordinator,” has brought allegations that the gunwalking operation had nothing to do with tracking guns and everything to do with supplying them. According to Zambada-Niebla it was part of an elaborate agreement between the U.S. and Mexico’s Sinaloa Cartel to take down rival cartels.<br /><br />Read more: <a href=\"http://freedomoutpost.com/2012/08/fast-and-furious-bombshell-explodes/#ixzz23Ticqqxg\" style=\"color: #003399;\">http://freedomoutpost.com/2012/08/fast-and-furious-bombshell-explodes/#ixzz23Ticqqxg</a></p>','',1,15,0,72,'2012-08-14 01:05:22',62,'Tim Brown - Freedom Outpost','2012-09-05 02:34:03',62,0,'0000-00-00 00:00:00','2012-08-14 01:05:22','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,14,'','',0,513,'robots=\nauthor='),(662,'China and Government Motors','china-and-government-motors','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"236\" src=\"http://www.youtube.com/embed/Lvl5Gan69Wo\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,1,0,1,'2012-08-14 02:55:48',62,'Submitted by Helio Rodriguez-Ecay','2012-08-14 03:01:19',62,0,'0000-00-00 00:00:00','2012-08-14 02:55:48','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,88,'','',0,319,'robots=\nauthor='),(663,'Developing A Trustworthy Media - The Path of Life, Part 26','developing-a-trustworthy-media-the-path-of-life-part-26','','<p>Week 33, 2012</p>\r\n<div>\r\n<div><a href=\"http://morningstarministries.org/biographies/rick-joyner\" title=\"Rick Joyner is the founder and executive director of MorningStar Ministries and Heritage International Ministries and is the Senior Pastor of MorningStar Fellowship Church. He is the author of more than forty books, including The Final Quest, A Prophetic History, and Church History. He is also the president of The Oak Initiative, an interdenominational movement that is mobilizing thousands of Christians to be engaged in the great issues of our times, being the salt and light that they are called to be. Rick and his wife, Julie, have five children: Anna, Aaryn, Amber, Ben, and Sam.\" rel=\"tag\"><img src=\"images/stories/r_joyner_85px.jpg\" border=\"0\" alt=\"Rick Joyner - Morningstar Ministries\" hspace=\"7\" align=\"left\" />Rick Joyner</a></div>\r\n</div>\r\n<p style=\"text-align: justify;\">If you are a student of history, you see how civilization fluctuates between extremes just like people do. The story of our U.S. government is fairly consistent, moving politically from the left and then back to the right. This is not necessarily a bad thing—an eagle needs both a left wing and a right wing to fly. Even so, if you are trending in one direction, moving to the left a little more each time than you do to the right, you will end up turning left overall. The same is true if you trend to the right.</p>\r\n<p style=\"text-align: justify;\">If you put the United States on a 1 to 10 scale politically with 1 being extreme left and 10 being extreme right, we are about a 6 as a nation. This is why you often hear that we are a center-right nation. This is remarkable with about 85% of the media and 80% of educators being left-center or even further left. After we have been pushed hard to the left such as we have been recently, expect a hard push back to the right. When these trends become more and more extreme, they create very serious dangers, some of which we must understand to understand the times.</p>\r\n<p style=\"text-align: justify;\">About 30% of the people identify themselves as liberal or progressives in America, and about the same percentage identify themselves as conservatives. Usually, political battles are for the 40% in the middle. That middle can drift just a little in either direction and affect its outcome. Barack Obama won the election by about 6% of the vote, which means that if there had been just a 3% swing in the other direction, he would have lost. If you follow the public opinion polls during election cycles, you will quickly learn that a swing that small can happen in a day.</p>\r\n<p style=\"text-align: justify;\">Other signs can be illuminating barometers of where a nation is. When the Cordoba Mosque was seeking support for building near the site of the 9/11 World Trade Center attack, 70% of Americans stated opposition to it. When the charges of Islamaphobia were spewed out by the media, the percentage opposing did not cave to the accusation, but rose further to 73% or 74%. This would be remarkable on any issue, indicating that the entire center and some of the hard core left even opposed it. Why?</p>\r\n<p><a href=\"http://www.morningstarministries.org/resources/word-week/2012/developing-trustworthy-media-path-life-part-26?utm_source=The+MorningStar+Ministries+eNewsletter&amp;utm_campaign=2f94196cd1-eNewsletter_August_14+_2012&amp;utm_medium=email\">Continue reading at Morningstar &gt;&gt;&gt;</a></p>','',1,20,0,78,'2012-08-15 13:11:47',62,'Rick Joyner - Morningstar Ministries','2012-08-15 13:22:32',62,0,'0000-00-00 00:00:00','2012-08-15 13:11:47','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,35,'','',0,701,'robots=\nauthor='),(664,'US message to Israel: \'Don\'t rely on us to finish the job\'','us-message-to-israel-dont-rely-on-us-to-finish-the-job','','<p><img src=\"images/stories/mikeevans.jpg\" border=\"0\" hspace=\"7\" align=\"left\" />The nation of Israel is reeling from the news report that the Obama Administration has sent the Netanyahu government an unmistakable message—“Don’t rely on us to finish the job” with Iran. With the election now less than three months away, preventing war in the Middle East is outweighing all other considerations with Washington because of the impact on the economy. This is a tragic and short-sighted decision. Iran’s nuclear program is a threat to far more than just Israel. For the radical Islamic terrorist-sponsoring mullahs of Tehran to have these weapons of mass destruction is a lethal threat to the entire world. If the world and the US will not take the necessary steps, then Israel will be forced to do what is necessary to halt Iran’s evil work.<br /><br />My old friend Prime Minister Netanyahu will be meeting President Obama in Washington next month in what many observers believe is the last-ditch effort to prevent the horrors of open war that will fall on the Jewish people if they are forced to do what the world will not to stop Iran from getting nuclear weapons. This is an urgent moment in the history of the Jewish people, and we must do our part to help deliver them from destruction.</p>','',1,22,0,80,'2012-08-16 14:38:01',62,'Dr. Michael Evans','0000-00-00 00:00:00',0,62,'2012-08-16 14:43:10','2012-08-16 14:38:01','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,9,'','',0,447,'robots=\nauthor='),(665,'AP: US Economic \'Recovery\' Weakest Since Great Depression','ap-us-economic-recovery-weakest-since-great-depression','','<p><img src=\"images/stories/townhalllogo.jpg\" border=\"0\" alt=\"Townhall.com\" align=\"left\" />I\'ll just let the <em>Associated Press</em> <a href=\"http://news.yahoo.com/economic-recovery-weakest-since-world-war-ii-152031546--finance.html\">do the explaining</a>:</p>\r\n<blockquote>\r\n<p id=\"yui_3_5_1_21_1345051304869_394\">The <span id=\"lw_1345050657_4\">recession</span> that ended three years ago this summer has been followed by <strong>the feeblest economic recovery since the Great Depression</strong>. Since World War II, 10 U.S. recessions have been followed by a recovery that lasted at least three years. An Associated Press analysis shows that by just about any measure, the one that began in June 2009 is the weakest. <strong>The ugliness goes well beyond unemployment, which at 8.3 percent is the highest this long after a <span id=\"lw_1345050657_5\">recession</span> ended.</strong> Economic growth has never been weaker in a postwar recovery. Consumer spending has never been so slack. Only once has job growth been slower. More than in any other post-World War II recovery, people who have jobs are hurting: Their paychecks have fallen behind inflation.</p>\r\n</blockquote>\r\n<p><br />The report slogs through a <a href=\"http://news.yahoo.com/economic-recovery-weakest-since-world-war-ii-152031546--finance.html\">roster of malaise</a> with sub-sections entitled, \"feeble growth,\" \"exhausted consumers,\" \"the jobs hole,\" and \"shrinking paychecks.\" CBS News rendered a strikingly similar <a href=\"http://www.youtube.com/watch?v=axfTmFdPpP0\">verdict</a> last month:</p>\r\n<p><a href=\"http://townhall.com/tipsheet/guybenson/2012/08/15/ap_us_economic_recovery_weakest_since_great_depression\">Continue post on Townhall.com &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-08-17 14:01:13',62,'Guy bBenson - Townhall.com','2012-08-17 14:08:19',62,62,'2012-08-17 14:08:21','2012-08-17 14:01:13','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,87,'','',0,228,'robots=\nauthor='),(666,'What If ‘A Majority of Americans Support Slavery’?','what-if-a-majority-of-americans-support-slavery','','<p><a href=\"http://www.godfatherpolitics.com\"><img src=\"images/stories/godfather_politics_masthead_2.jpg\" border=\"0\" alt=\"Godfather Politics\" width=\"420\" height=\"70\" /></a>.</p>\r\n<p>An <a href=\"http://www.crainsnewyork.com/article/20111017/POLITICS/111019892?template=smartphone\" target=\"_blank\">article</a> I read carried this headline: “Big NY voter majority favors ‘millionaire tax.’” Articles like this one are designed to show that people with money should pay more taxes. If given the chance to vote on the issue, the majority of the people in the state of New York would vote to confiscate the money of other people. Here’s the opening paragraph from the article</p>\r\n<p style=\"padding-left: 30px;\">Almost three-quarters of New York voters favor a tax on <a href=\"http://www.crainsnewyork.com/article/20111017/POLITICS/111019892?template=smartphone\" title=\"Powered by Text-Enhance\">millionaires</a>, a poll found, days after several hundred people marched to the homes of some of New York City’s richest financiers to protest economic inequality.</p>\r\n<p style=\"padding-left: 30px;\">Support for taxing wealthier people breached party lines, with 83% of Democrats and 55% of Republicans in favor, according to the Siena College Research Institute poll released Monday. A separate poll released by Quinnipiac University showed New York City voters support an extension of the tax by 61% to 28% percent, with Republicans favoring it by 55% to 38%.</p>\r\n<p>Let’s go back 160 years and conduct a similar poll among non-slaves. “Do you believe that we should keep existing laws regarding slavery?” I’m sure the Occupy Movement, Democrats, some Republicans, and union members would object to the claim that there’s moral (or immoral) equivalence in slavery and taxation. But a slave owner benefits from the labor of the slave in the same way that people who believe it is right to tax the rich at a higher rate benefit from the labor and property of others that is not their own.</p>\r\n<p>This means that if an article reported that ‘A Majority of Americans Support Slavery,’ where is the foundational moral outrage to be found?</p>\r\n<p>Robert Ingersoll said it best:</p>\r\n<p style=\"padding-left: 30px;\">“Every man is dishonest who lives upon the labor of others, no matter if he occupies a throne.”</p>\r\n<p>Let me bring Ingersoll’s truism up to date:</p>\r\n<p style=\"padding-left: 30px;\">“Every man is dishonest who lives upon the labor of others, no matter if he gains the fruit of a person’s labor and property by majority vote.”<br /><br />Read more: <a href=\"http://godfatherpolitics.com/6664/a-majority-of-americans-support-slavery/#ixzz242lFVLek\" style=\"color: #003399;\">http://godfatherpolitics.com/6664/a-majority-of-americans-support-slavery/#ixzz242lFVLek</a></p>','',1,20,0,78,'2012-08-20 00:55:43',62,'Gary DeMar - Godfather Politics','2012-08-20 01:04:47',62,0,'0000-00-00 00:00:00','2012-08-20 00:55:43','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,34,'','',0,265,'robots=\nauthor='),(667,'Michigan School District Lies to Christians and Jews Then Sells School Building to Muslims','michigan-school-district-lies-to-christians-and-jews-then-sells-school-building-to-muslims','','<p>There is no question that the Detroit suburbs have become the Muslim capital of America. First they moved in and took over Dearborn and now they seem to be exerting their influence in Farmington.</p>\r\n<p>Located about seventeen miles northwest of Dearborn, <a href=\"http://en.wikipedia.org/wiki/Farmington,_Michigan\">Farmington</a> is a community of just over 10,000 people. Founded in 1824 by a New York Quaker named Arthur Power, the city was originally named Quakertown. Two years later, the name was changed to Farmington after Power’s hometown in New York.</p>\r\n<p>After what Farmington Public Schools did, they may want to consider changing the name of the town to Muslimtown.</p>\r\n<p>Apparently, the school district had a vacant school property that was valued at $2 million back in 2008. A <a href=\"http://www.onenewsnow.com/Culture/Default.aspx?id=1654246\">Christian church and a Jewish learning center</a> both inquired into the availability to purchase the property and they were both told by the school district that it was not for sale. Then the school district turned right around and sold the vacant property to the Islamic Cultural Association for $1.1 million.</p>\r\n<p>The school district not only lied to the Christian and Jewish parties interested in the property, they also did not open the sale to outside bids. Evidently, the school district said it took this action in fear of the Islamic group. <a href=\"http://www.onenewsnow.com/Culture/Default.aspx?id=1654246\">Erin Mersino</a>, an attorney representing the Thomas More Law Center, explained it saying:<br /><br />Read more: <a href=\"http://godfatherpolitics.com/6651/michigan-school-district-lies-to-christians-and-jews-then-sells-school-building-to-muslims/#ixzz242rpNnCR\" style=\"color: #003399;\">http://godfatherpolitics.com/6651/michigan-school-district-lies-to-christians-and-jews-then-sells-school-building-to-muslims/#ixzz242rpNnCR</a></p>','',1,1,0,1,'2012-08-20 01:22:05',62,'Godfather Politics','2012-08-20 01:25:24',62,0,'0000-00-00 00:00:00','2012-08-20 01:22:05','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,86,'','',0,241,'robots=\nauthor='),(668,'Obama is Killing the Internet','obama-is-killing-the-internet','','<h2><img src=\"images/stories/breitbart_logo.png\" border=\"0\" hspace=\"7\" align=\"left\" />Bad policy after bad policy. Often illegally imposed. As a result, the Tech Sector, 1/6 of our nation\'s economy, as big as health care, is hemorrhaging jobs.<a href=\"http://news.cnet.com/8301-1001_3-57473046-92/tech-layoffs-hit-3-year-high-of-51529-in-first-half-of-2012/\" target=\"_blank\" title=\"Seton Motley | Breitbart.com\'s Big Government\"><em> Tech Layoffs Hit 3-year High in First Half of 2012</em></a></h2>\r\n<p>And our Internet service would be better, faster and cheaper were it not for this Administration.</p>\r\n<p>The damage done by taxes and regulations is often unseen. The money wasted - either sent to government or spent complying with ridiculous over-regulation - could have instead been invested in improving and expanding existing service, nd hiring people to make it all happen.</p>\r\n<p>The worst gig-and-progress-killing Administration Internet power grab of all was the December 2010 illegal imposition of <a href=\"http://www.youtube.com/watch?v=oLVAj-S1cvQ&amp;playnext=1&amp;list=PLABA31D4F1E5191C3&amp;feature=results_video\" target=\"_blank\" title=\"Seton Motley | Breitbart.com\'s Big Government\">Network Neutrality</a>. Net Neutrality eviscerates private sector investment in the infrastructure necessary to maintain and continue building the World Wide Web â€“ exactly as ObamaCare does to private sector health care.</p>\r\n<p>Which ultimately leaves us with the government as our sole Internet Service Provider</p>\r\n<p><a href=\"http://www.breitbart.com/Big-Government/2012/08/19/The-Obama-Administration-is-Killing-the-Internet\">Continue post on Breitbart.com &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-08-20 16:26:22',62,'Breitbart','2012-08-20 16:42:12',62,0,'0000-00-00 00:00:00','2012-08-20 16:26:22','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,85,'','',0,202,'robots=\nauthor='),(669,'Union Guy: Our Goal Is to ‘Overthrow the Capitalist System and Build Communism’','union-guy-our-goal-is-to-overthrow-the-capitalist-system-and-build-communism','','<p>Former Amalgamated Transit Union local 689 president Mike Golash, now an “Occupy” movement organizer, was caught on tape Sunday revealing his political goals: overthrowing capitalism in the United States and instituting a communist government.</p>\r\n<p>“Progressive labor is a revolutionary communist organization,” Golash said during an Occupy DC “People’s Assembly” on August 19.</p>\r\n<p>“Its objective,” he added, “is to make revolution in the United States, overthrow the capitalist system and build communism.”</p>\r\n<p><a href=\"http://conservativebyte.com/2012/08/union-guy-our-goal-is-to-overthrow-the-capitalist-system-and-build-communism/\">Continue post at ConservativeByte.com&gt;&gt;&gt;</a></p>','',1,21,0,79,'2012-08-21 01:41:16',62,'ConservativeByte.com - DailyCaller','0000-00-00 00:00:00',0,62,'2012-08-21 01:44:32','2012-08-21 01:41:16','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,1,'','',0,314,'robots=\nauthor='),(670,'W.A. Mozart: Agnus Dei (Coronation Mass in C-major)','wa-mozart-agnus-dei-coronation-mass-in-c-major','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/aRwhkBAeheM\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;</span></span></p>\r\n<p><span style=\"font-family: courier new, courier, monospace;\"></span>{/source}</p>','',1,23,0,81,'2012-08-21 04:46:19',62,'Mozart','2015-12-20 05:26:00',62,0,'0000-00-00 00:00:00','2012-08-21 04:46:19','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,4,'','',0,345,'robots=\nauthor='),(671,'Insight','insight','','<h4><a href=\"http://www.theblaze.com/stories/i-dont-take-these-folks-too-seriously-obama-dismisses-seal-group-attacks/\">‘I Don’t Take These Folks Too Seriously’: Obama Dismisses SEAL Group Attacks</a>  --- Posted on the Blaze</h4>\r\n<h4><a href=\"http://godfatherpolitics.com/6683/black-bishop-calls-for-all-christians-to-leave-democratic-party/\">Black Bishop Calls For All Christians To Leave Democratic Party</a> --- Godfather Politics</h4>\r\n<h4><a href=\"http://www.anncoulter.com/columns/2012-08-15.html\">WHY LIBERALS BEHAVE THE WAY THEY DO</a>  --- Ann Coulter</h4>\r\n<h4><a href=\"http://michellemalkin.com/2012/08/22/journo-tools-for-obama/\">Journo-Tools For Obama</a>  --- Michelle Malkin</h4>\r\n<h4><a href=\"http://townhall.com/columnists/thomassowell/2012/08/22/a_powerful_movie\">Thomas Sowell: A Powerful Movie (2016)</a> ---  Townhall</h4>','',1,1,0,1,'2012-08-22 13:30:55',62,'Various','2012-08-24 12:21:34',62,62,'2012-08-24 12:21:35','2012-08-22 13:30:55','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,84,'','',0,324,'robots=\nauthor='),(672,'Detroit Has No Horses But Pays $56K for Horseshoer — Union Boss Says It‘s ’Not Possible’ to Eliminate Positions','detroit-has-no-horses-but-pays-56k-for-horseshoer-union-boss-says-its-not-possible-to-eliminate-positions','','<p>The Detroit Water and Sewerage Department (DWSD) pays a “horseshoer” $29,245 in salary and roughly $27,000 in benefits. There’s only one problem — Detroit has no horses for the horseshoer to shoe.<img src=\"images/stories/horseshoer.jpg\" border=\"0\" alt=\"Union Horseshoer\" hspace=\"7\" align=\"right\" /></p>\r\n<p>Some critics argue that the department has been turned into some sort of a government jobs program. Meanwhile, the local union president says it is “not possible” to eliminate positions, <a href=\"http://www.michigancapitolconfidential.com/17404\" target=\"_blank\">the Michigan Capitol Confidential reports</a>.</p>\r\n<p>The horseshoer’s job description, which was last updated in 1967 (Lyndon B. Johnson was president), is “to shoe horses and to do general blacksmith work… and to preform related work as required,” according to the department’s <a href=\"http://www.michigancapitolconfidential.com/archives/2012/Horseshoer_-_71-31-31_-_May.26.1967%5B1%5D.pdf\" target=\"_blank\">website</a>.</p>\r\n<p>With a large amount of debt, DWSD has struggled with rising water prices and inefficient services. They use roughly twice the number of employees per gallon as comparable cities like <a href=\"http://www.mackinac.org/17370\" target=\"_blank\">Chicago</a>.</p>\r\n<p><a href=\"http://www.michigancapitolconfidential.com/17404\" target=\"_blank\">The Michigan Capitol Confidential</a> has more details:</p>\r\n<blockquote>\r\n<p>A <a href=\"http://www.freep.com/article/20120809/NEWS05/308090260/Detroit-water-department-cut-81-workers-under-new-proposal\" target=\"_blank\">recent independent report</a> about the DWSD recommends that the city trim more than 80 percent of the department’s workforce. The consultant who wrote the report found 257 job descriptions, including a horseshoer. <em>Capitol Confidential</em> sent a Freedom of Information Act request to the department for the salary, benefits and job description of the horseshoer position.</p>\r\n<p>In response to the report, John Riehl, president of the American Federation of State, County and Municipal Employees Local 207, which represents many of the DWSD employees, told the <em>Detroit Free Press</em> that the department needs more workers.</p>\r\n<p>“They don’t have enough people as it is right now,” Riehl said. “They are just dreaming to think they can operate that plant with less.”</p>\r\n<p>But critics say this is just another example of city departments operating as a jobs program for union employees.</p>\r\n</blockquote>\r\n<p><a href=\"http://www.theblaze.com/stories/detroit-has-no-horses-but-pays-horseshoer-56k-union-boss-says-its-not-possible-to-eliminate-positions/\">Continue post on The Blaze &gt;&gt;&gt; </a></p>','',1,21,0,79,'2012-08-22 13:54:11',62,'Jason Howerton -- The Blaze','2012-09-05 02:33:10',62,0,'0000-00-00 00:00:00','2012-08-22 13:54:11','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,9,'','',0,454,'robots=\nauthor='),(673,'Humor','humor','','<p><img src=\"images/stories/parker_.jpg\" border=\"0\" alt=\"Parker\" /></p>','',1,16,0,73,'2012-08-23 03:44:20',62,'Submitted by Bill Brake','2012-08-23 12:25:50',62,62,'2012-08-23 12:25:53','2012-08-23 03:44:20','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,6,'','',0,801,'robots=\nauthor='),(674,'Netanyahu Determined to Strike Iran Before U.S. Elections','netanyahu-determined-to-strike-iran-before-us-elections','','<h3><img src=\"images/stories/breitbart_logo.png\" border=\"0\" alt=\"Breitbart\" hspace=\"7\" align=\"left\" />Israel Prime Minister Benjamin Netanyahu is <a href=\"http://www.timesofisrael.com/netanyahu-determined-to-attack-iran-before-us-elections-claims-israels-channel-10/\">determined</a> to strike Iran before the 2012 election. A report from Israel’s Channel 10 news claims that since the harsher international sanctions have yielded nothing from Iran, the time to act cannot be delayed. There was talk that Netanyahu would meet with Barack Obama after the late September UN General Assembly meeting in New York, but that meeting seems to have been scuttled.</h3>\r\n<p>In the last week, Hezbollah MP Walid Sakariya <a href=\"http://www.timesofisrael.com/irans-nuclear-program-designed-to-finish-off-israel-hezbollah-mp-says/\">said</a> that the nuclear weapon Iran is allegedly developing is specifically to eradicate Israel. The retired general said that, once Iran had nuclear weapons, their use would benefit Syria as well as Iran: “This nuclear weapon is intended to create a balance of terror with Israel, to finish off the Zionist enterprise, and to end all Israeli aggression against the Arab nation. The entire equation in the Middle East will change.”</p>\r\n<p>Of course, Iranian officials always state that their nuclear program is only meant to be used peacefully. But now, Egypt’s president Mohammed Morsi, the virulent Muslim Brotherhood’s leader, is visiting Iran, which is the first time since the Camp David accords that the ties between the two countries have been reestablished.</p>\r\n<p><a href=\"http://www.breitbart.com/Big-Peace/2012/08/21/Netanyahu-determined-to-strike-Iran-before-elections\">Continue post on Breitbart.com &gt;&gt;&gt;</a></p>\r\n<p>More from Breitbart:</p>\r\n<h4><a href=\"http://www.breitbart.com/Big-Government/2012/08/23/david-plouffe-iran\">White House Aide David Plouffe Takes Money Indirectly from Iran -- and Nobody Seems to Notice</a></h4>','',1,22,0,80,'2012-08-23 13:09:05',62,'Breitbart','2012-09-05 02:32:17',62,0,'0000-00-00 00:00:00','2012-08-23 13:09:05','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,15,'','',0,411,'robots=\nauthor='),(675,'Will Obama Keep Power \'by Any Means Necessary\'?','will-obama-keep-power-by-any-means-necessary','','<p><strong>By</strong> <a href=\"http://www.americanthinker.com/stella_paul/\"><strong>Stella Paul</strong></a></p>\r\n<p><img src=\"images/stories/at_logo.gif\" border=\"0\" alt=\"American Thinker\" hspace=\"7\" width=\"313\" height=\"83\" align=\"left\" /> Let\'s go there: if Obama thinks he\'s losing, will he allow safe and fair elections on November 6? And if he does lose, will he peacefully turn over power to Mitt Romney on January 20, 2013? Or will he cling to power \"by any means necessary,\" as a highly placed insider alleges?</p>\r\n<p>Now, I\'m truly sorry to raise such disgusting, un-American, crazy-sounding questions, but, alas, they\'re not crazy, and I\'ve got a disquieting amount of evidence. The Democrats have already accused Romney of murdering a woman with cancer, financial felonies, and not <span id=\"IL_AD1\">filing taxes for ten years -- the last charge delivered by Senate Majority Leader Harry Reid on the Senate floor, on the basis of absolutely no evidence whatsoever.</span></p>\r\n<p>By Democrat standards, I\'ve got enough proof to put away Obama, et al. for life without parole.</p>\r\n<p><br /><a href=\"http://www.americanthinker.com/2012/08/will_obama_keep_power_by_any_means_necessary.html\">Read more &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-08-24 12:01:42',62,'Stella Paul -- American Spectator','2012-08-24 12:20:29',62,0,'0000-00-00 00:00:00','2012-08-24 12:01:42','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,83,'','',0,371,'robots=\nauthor='),(676,'http://politicaloutcast.com/2012/08/12-year-old-girl-tased-by-police-at-victorias-secret/','httppoliticaloutcastcom20120812-year-old-girl-tased-by-police-at-victorias-secret','','<p>In St. Louis, a 12-year-old girl, Dejamon Baker, was at a Victoria’s Secret with her mother, Charlene Bratton, when police arrived with warrants for Bratton’s arrest. Baker apparently got physically involved when her mother was tackled to the floor, and <a href=\"http://www.ksdk.com/news/article/330258/3/Cop-tases-12-year-old-in-Victorias-Secret\" target=\"_blank\">she was tased twice</a>. The original reason for the arrest: unpaid parking tickets.<br /><br />Read more: <a href=\"http://politicaloutcast.com/2012/08/12-year-old-girl-tased-by-police-at-victorias-secret/#ixzz24hiMtbz1\" style=\"COLOR: #003399\">http://politicaloutcast.com/2012/08/12-year-old-girl-tased-by-police-at-victorias-secret/#ixzz24hiMtbz1</a></p>\r\n<p>Related:</p>\r\n<h4><a href=\"http://www.theblaze.com/stories/all-9-bystanders-wounded-in-empire-state-shooting-were-hit-by-police-bullets-not-gunmans/\">All 9 Bystanders Wounded in Empire State Shooting Were Hit by Police Bullets, Not Gunman’s</a></h4>','',1,13,0,70,'2012-08-27 01:01:32',62,'Michael Minkoff','2012-08-27 01:34:11',62,62,'2012-08-27 01:34:12','2012-08-27 01:01:32','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,9,'','',0,858,'robots=\nauthor='),(677,'Obama Disses America’s Pope, Cardinal Timothy Dolan','obama-disses-americas-pope-cardinal-timothy-dolan','','<p><img src=\"images/stories/obey_obama.jpg\" border=\"0\" alt=\"Obey Me\" width=\"100\" height=\"175\" align=\"left\" />If Obama were wise he would really ramp up his misinformation machine. He should start giving away free weed, beer, hookers, tanks of gas, kazoos, Vaseline, stretch pants, whirly hats, Flowbees and ShamWows to anyone who promises to vote for him because he just ticked off stacks of Catholics even further by <a href=\"http://www.nypost.com/p/news/local/cardinal_sin_bam_blew_off_blessing_aLYqq7VnyqG8maCqZaui2K?utm_source=SFnewyorkpost&amp;utm_medium=SFnewyorkpost\">dissing Cardinal Dolan</a> for the DNC.<a href=\"http://townhall.com/columnists/douggiles/2012/08/26/obama_disses_americas_pope_cardinal_timothy_dolan/page/full/\"><img src=\"images/stories/cardinal_dolan.png\" border=\"0\" alt=\"Cardinal Dolan\" hspace=\"7\" width=\"100\" height=\"110\" align=\"right\" /></a></p>\r\n<p>Say “buh-bye” to a big ol’ voting block, Mr. Anti-Catholic-In-Chief.</p>\r\n<p>Just like I can’t imagine any evangelical who can read and who remotely takes their faith seriously ever voting for BHO, I can’t imagine a sober Catholic giving this anti-biblical, anti-Constitution president the time of day.</p>\r\n<p>Obama’s admin rages against pretty much everything Christians hold sacred. Stevie Wonder can see that.</p>\r\n<p><a href=\"http://townhall.com/columnists/douggiles/2012/08/26/obama_disses_americas_pope_cardinal_timothy_dolan/page/full/\">Read More &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-08-27 14:55:07',62,'Doug Giles -- Townhall.com','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-08-27 14:55:07','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,82,'','',0,416,'robots=\nauthor='),(678,'Stacking the Deck','stacking-the-deck','','<p><img src=\"images/stories/dudley_brown_nagr.jpg\" border=\"0\" alt=\"Dudley Brown NAGR\" hspace=\"7\" align=\"left\" /><span style=\"color: #ff0000;\"><span style=\"font-size: large;\"><strong><span style=\"font-size: x-small;\"><span style=\"text-decoration: line-through;\">ALERT ---- ACTION REQUIRED 08-28-2012</span></span></strong></span></span></p>\r\n<p><span style=\"color: #ff0000;\"><span style=\"font-size: large;\"><strong><span style=\"font-size: x-small;\">UPDATE 8-29-2012  PASSED \"UNANIMOUSLY\" EVEN THOUGH DISSENT VOICES WERE LOUDER THAN YEA\'S. REMEMBER THIS WHEN CONSIDERING WHETHER OR NOT THERE SHOULD BE A VIABLE 3RD PARTY.</span></strong></span></span></p>\r\n<p>John,<br /><br />As you may know, I am a Republican delegate from Colorado at the RNC in Tampa this week. I was selected by my peers to represent our delegation on the RNC\'s Rules Committee. <br /><br /><span style=\"text-decoration: underline;\">The actions I have witnessed from the Republican Party establishment (led by Washington, D.C. insider lawyer Ben Ginsberg) are nothing short of outrageous</span>. <br /><br />The party establishment rammed through new party rules designed to lessen the impact of gun owners, conservatives and Tea-Party-types of all kinds. <br /><br />Tomorrow, I will be leading the fight to overturn these dangerous rules by making a motion on the convention floor on live television (C-SPAN).</p>\r\n','\r\n<p><br /><span style=\"text-decoration: underline;\">I need you to do two things to help me overturn these rules</span>:<br /><br />1. Read the note below from Republican rules expert Morton Blackwell.<br /><br />2. <a href=\"http://paracom.paramountcommunication.com/ct/9538604:12956433252:m:1:177854183:B2682209EF4F387FC67EADD818F408EB:r\"><strong>Call your state Republican Party</strong></a> right now and demand they encourage their delegation to adopt the Minority Reports on Rules and to call for a roll-call vote on all Rules-related votes. <br /><br /><a href=\"http://paracom.paramountcommunication.com/ct/9538604:12956433252:m:1:177854183:B2682209EF4F387FC67EADD818F408EB:r\"><strong>Please CLICK HERE to get the phone number for your state Republican Party headquarters.</strong></a> If you do not get someone live on the phone, please leave a message and call back first-thing in the morning.<br /><br />These rule changes are a move by the Republican Party establishment to silence you and other gun rights activists.<br /><br />It\'s a Washington, D.C. power grab that could virtually eliminate the power of conservatives at national conventions in the future. <br /><br />Please take action by making your call at once.<br /><br />-- Dudley<br /><br /></p>\r\n<hr />\r\n<div><strong>From</strong>: Morton C. Blackwell <br /><strong>Sent</strong>: Monday, August 27, 2012 8:08 AM<br />\r\n<div>\r\n<div>\r\n<hr />\r\n<div><br /><img src=\"http://paracom.paramountcommunication.com/cimages/8dbac5d3199a7199c9b1055e59e9e768/morton%20letterhead.jpg\" border=\"0\" /><br /><br />Dear fellow delegate,<br /><br />On Tuesday of this week, as Republican National Convention delegates, you and I will be voting on rules changes that could fundamentally change our Republican Party -- and not for the better. <br /><br />Over the years, I\'ve served on the Louisiana and Virginia GOP Rules Committees. I currently serve on both the Republican National Committee\'s Standing Committee on Rules and on the National Convention\'s Committee on Rules and Order of Business. <br /><br />I was Barry Goldwater\'s youngest elected delegate in 1964, I was honored to serve on President Ronald Reagan\'s White House Staff from 1981-1984, and I have attended every Republican National Convention Rules Committee meeting since 1972. My wife and I have contributed major donations to the Romney-Ryan campaign. <br /><br />These rule changes are the most awful I\'ve ever seen come before any National Convention. <br /><br />I\'m writing you today to urge you to join the growing effort to stop the worst-ever changes in this Rules Committee\'s Report and to vote in favor of amendments to Rules 12 and 15. The Minority Reports will restore important rights and protections which state parties and grassroots Republicans would lose under the Rules Committee Report as written. <br /><br />These amendments to Rules 12 and 15 are contained in Minority Reports supported by at least 25% of the members of this convention\'s Committee on Rules and Order of Business. <br /><br />It\'s rare for Minority Reports to come before our national convention, but the issues involved here are vital to the future of our party. <br /><br />I must tell you there is tremendous arm-twisting now to peel signers off of the Minority Reports. <br /><br />Finally, whether on Minority Reports or on voting down the Rules, it will require at least six states\' delegations to insist upon a roll call vote. <br /><br />I will not pretend that the deck is not stacked against us. <br /><br />But many state leaders, liberty-minded activists, and grass-roots conservatives are up-in-arms as word of this power grab spreads. <br /><br />Our convention will make this important decision Tuesday as some of our first work. Many folks skip these procedural sessions thinking nothing of importance occurs. <br /><br />This year, that is far from the truth. <br /><br />If the Rules Committee Report were to pass without adoption of the Minority Reports, it would amount to a power grab by Washington, D.C. party insiders and consultants designed to silence the voice of state party activists and Republican grassroots by:\r\n<p>*** <span style=\"text-decoration: underline;\">Handing national party officials the power to change national party rules adopted by state and grassroots leaders at the Republican National Convention</span>. For generations, the prohibition of manipulated changes in the national Rules of the Republican Party between national conventions has served as one of the crown jewels of our party. It\'s a power grab which opens the door to many future power grabs.</p>\r\n<p>*** <span style=\"text-decoration: underline;\">Stripping state parties in all states with binding primaries of the power of choosing who will represent their states as national delegates and alternate delegates</span>. This outrageous change would empower presidential campaigns to disapprove and remove delegates and alternate delegates selected by rules adopted by state Republican parties. Rather than grassroots activists who won delegate and alternate delegate slots by following state party rules, a large majority of positions would be handed to top donors of the winning campaign.</p>\r\n<p>*** <span style=\"text-decoration: underline;\">Gutting the great and successful reform adopted in the current election cycle to stop the dangerous trend to front-load the selection of national convention delegates</span>. Our party would move again toward a national primary which would deny grassroots Republicans the opportunity to vet presidential candidates in a nomination contest of reasonable length. This reform must not be abandoned.</p>\r\nLike most of us delegates to this convention, I\'ve spent years gladly battling in the trenches for our Republican Party. <br /><br />And as the President of the Leadership Institute -- which specializes in training thousands of conservative activists, students, and leaders to fight for our country\'s future -- I can\'t tell you how disheartened I am to see these rules changes even considered. <br /><br />These rule changes would give good folks like you less of a say over our Republican Party in favor of insiders and consultants in Washington, D.C. <br /><br />At a time when Tea Party activists have re-invigorated our Republican Party -- leading to massive gains in the U.S. House, the Senate, and many state legislatures in the 2010 elections -- why would we want to discourage activism? <br /><br />Thanks to their efforts, you and I have a new generation of exciting conservative leaders in Washington, D.C., who -- in many instances -- were elected despite the opposition of establishment-backed opponents. <br /><br />Certainly this is not to say GOP leaders are always wrong. <br /><br />But history shows that our Republican Party grows when we welcome newly active participants and treat them fairly. <br /><br />Our Republican Party is strongest when we listen to the wishes of grassroots conservatives. <br /><br />Instead of strengthening our party, these insider power grabs will weaken it. <br /><br />For these reasons, I urge you to join the growing effort to adopt the Minority Reports when the Rules Committee Report comes up for consideration by the convention. <br /><br /><strong>Cordially,</strong><br /><img src=\"http://paracom.paramountcommunication.com/cimages/8dbac5d3199a7199c9b1055e59e9e768/mortonsig.jpg\" border=\"0\" width=\"200\" /><br /><strong>Morton Blackwell<br />National Committeeman,Virginia</strong><br /><br />P.S. Some of the most important work of the convention will take place on Tuesday where you and I will be voting on rules that could fundamentally change our Republican Party for the worse. <br /><br />New rules will be voted on that have been designed to silence state Republican parties and Republican grassroots in favor of party insiders and Washington, D.C.-based consultants. <br /><br />The vote will take place at Tuesday\'s convention session, and I\'m counting on you join the growing effort to defeat these new rules. <br /><br />Please vote to adopt the Minority Reports on Rules and urge your delegation to call for a roll call vote on all Rules-related votes. <br /><br />This fight is too important for us not to make a stand. <br /><br /><a href=\"http://paracom.paramountcommunication.com/ct/9538604:12956433252:m:1:177854183:B2682209EF4F387FC67EADD818F408EB:r\"><strong>Please CLICK HERE to get the phone number for your state Republican Party headquarters.</strong></a> If you do not get someone live on the phone, please leave a message and call back first-thing in the morning.</div>\r\n</div>\r\n</div>\r\n</div>',1,20,0,78,'2012-08-28 01:04:47',62,'Dudley Brown NAGR','2012-08-29 13:42:31',62,0,'0000-00-00 00:00:00','2012-08-28 01:04:47','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,33,'','',0,577,'robots=\nauthor='),(615,'Ask Harry Reid About Chinese Solar Panels','ask-harry-reid-about-chinese-solar-panels','','<p><img src=\"https://eb9aa10c16-custmedia.vresp.com/be038d940e/TP_email2.jpg\" border=\"0\" alt=\"TheTeaParty.net\" title=\"TheTeaParty.net\" hspace=\"0\" width=\"420\" height=\"65\" /></p>\r\n<table style=\"width: 420px;\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"5\" bgcolor=\"#091432\"> </td>\r\n<td width=\"640\" bgcolor=\"#ffffff\">\r\n<table style=\"width: 420px;\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td align=\"left\" valign=\"top\" bgcolor=\"#ffffff\"><br />Dear Patriot,<br /><br />OK, the uniforms the US Olympic Team will be wearing in the London Games were made in <a href=\"http://cts.vresp.com/c/?TheTeaParty.net/b3d110cf9c/c471d3b4f1/1ad39a3ff8/initiativekey=8ZYKPKD4EMCF\"><img src=\"https://eb9aa10c16-custmedia.vresp.com/b3d110cf9c/gadsden.jpg\" border=\"0\" alt=\"gadsden\" title=\"gadsden\" hspace=\"3\" vspace=\"3\" width=\"167\" height=\"251\" align=\"right\" style=\"width: 167px; height: 251px;\" /></a>China. They were not paid for with tax dollars but instead by Ralph Lauren who designed them and had them produced in one of his factories. It would have been nice to have them made here but thanks to overreaching unions, America really does not have much of a garment industry left.<br /><br />In an obvious pandering play to the union powers, Harry Reid was \"outraged\" by such a travesty. <em>“The USOC should be embarrassed, they should be humiliated. ... Our athletes should not wear clothes manufactured in China.” </em>He went on to say,<em> \"they should be placed in a pile and burned\".</em><br /><br /><strong>Forget for a moment how you feel about the uniform issue itself and consider Reid\'s record on foreign manufacturing. </strong><br /><br /><strong>Fact 1.</strong> The government gave now bankrupt solar panel manufacturer, Solyndra, nearly half a billion dollars for nothing. <br /><br /><em><strong>Fact 2. </strong></em>When Harry Reid pushed through funding and sweetheart land deals for a huge solar power generating facility near his home town in Nevada, the solar panels were purchased from his good friend, and Chinese manufacturing billionaire, Wang Yusuo. You guessed it, the panels installed in Nevada were made in China!<em> </em><strong>I am sure it is a mere coincidence that Harry Reid\'s son, Rory Reid, is employed as a lobbyist for the solar venture!</strong><br /><br />Folks, this is the sort of corruption and deceit we are fighting. We know that most in the mainstream media will not touch a story like this. Our fight is to educate enough voters about what elected politicians are really doing behind the fake anger.<br /><br />Help us place Harry Reid into the MINORITY PARTY in November with a generous contribution <a href=\"http://cts.vresp.com/c/?TheTeaParty.net/b3d110cf9c/c471d3b4f1/c73e3c4aae/initiativekey=8ZYKPKD4EMCF\">--here--</a><br /><br />\r\n<div style=\"TEXT-ALIGN: center\"><a href=\"http://cts.vresp.com/c/?TheTeaParty.net/b3d110cf9c/c471d3b4f1/7a226a1407/initiativekey=8ZYKPKD4EMCF\"><span style=\"FONT-SIZE: 12pt\"><img src=\"https://eb9aa10c16-custmedia.vresp.com/227b549d42/Contribute%20button.jpg\" border=\"0\" alt=\"Contribute button\" title=\"Contribute button\" hspace=\"0\" width=\"181\" height=\"41\" style=\"width: 181px; height: 41px;\" /></span></a></div>\r\nSincerely,<br /><br /><em>Todd Cefaratti</em><br />Freedom Organizer<br /><br /><br /><span style=\"FONT-SIZE: 12pt\">P.S. Our strength is in numbers. Please help our efforts by forwarding this message to a friend.</span><br /><br /><br /><br />\r\n<div style=\"TEXT-ALIGN: center\"><span style=\"font-size: 14px; font-weight: bold;\"><small>TheTeaParty.net | 1701 Pennsylvania Ave. NW,</small></span><br style=\"FONT-WEIGHT: bold\" /><span style=\"font-size: 14px; font-weight: bold;\"><small>Suite 300, PMB #433 | Washington, DC 20006</small></span></div>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,1,0,1,'2012-07-16 12:48:30',62,'TeaParty.net','2012-07-16 13:00:32',62,0,'0000-00-00 00:00:00','2012-07-16 12:48:30','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,107,'','',0,319,'robots=\nauthor='),(679,'Families of Fallen SEALs Allegedly Sent Form Letters With President’s Electronic Signature','families-of-fallen-seals-allegedly-sent-form-letters-with-presidents-electronic-signature','','<p><img src=\"images/stories/blaze_logo.png\" border=\"0\" alt=\"The BLAZE\" hspace=\"7\" align=\"left\" />Thirty U.S. service members were killed on August 6, 2011, when a CH-47 Chinook was shot down in Afghanistan’s Wardak province. As <a href=\"http://www.thegatewaypundit.com/2012/08/obama-honored-fallen-seals-by-sending-their-parents-a-form-letter-signed-by-electric-pen/\" target=\"_blank\">Gateway Pundit’s</a> Jim Hoft reminds us, it is the <a href=\"http://www.usatoday.com/news/world/afghanistan/2011-08-06-nato-helicopter-crash_n.htm\" target=\"_blank\">deadliest single loss</a> of U.S. forces in the Afghanistan campaign.</p>\r\n<p>Among those killed in the crash were <a href=\"http://cnsnews.com/news/article/portraits-navy-seals-killed-helicopter-crash\" target=\"_blank\">17 members</a> of the U.S. Navy SEALs. And although the deadly attack was over a year ago, it wasn’t until yesterday that, apparently, parents of fallen SEALs revealed that were sent stock letters with President Obama’s electronic signature.</p>\r\n<p>“Yesterday, Karen and Billy Vaughn, parents of <a href=\"http://cnsnews.com/news/article/portraits-navy-seals-killed-helicopter-crash\" target=\"_blank\">Aaron Carson Vaughn</a>, spoke at the <a href=\"http://www.thegatewaypundit.com/2012/08/defending-the-defenders-tea-party-patriots-salute-the-us-military/\" target=\"_blank\">Defending the Defenders</a> forum sponsored by the <a href=\"http://www.teapartypatriots.org/\" target=\"_blank\">Tea Party Patriots</a> outside the RNC Convention in Tampa. Karen brought a copy of the form letter they were sent following their son’s death,” Hoft reports.</p>\r\n<p>A form letter?</p>\r\n<p>But wait. There’s more.</p>\r\n<p>“Karen Vaughn reached out to the parents of the other SEALs killed in that crash,” Hoft adds. “Their letters were all the same. Form letters — signed by an electric pen.”</p>\r\n<p>After a closer inspection of the letter sent to the parents of <a href=\"http://www.wavy.com/dpp/military/navy/nicholas-heath-null-bio\" target=\"_blank\">Chief Petty Officer Nicholas H. Null</a>, it would appear that it’s exactly the same as the others:</p>\r\n<p><a href=\"http://www.theblaze.com/stories/families-of-fallen-seals-sent-form-letters-with-presidents-electronic-signature/\">View the letters on The Blaze &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-08-30 19:55:36',62,'The Blaze','2012-08-30 20:08:49',62,62,'2012-08-30 20:08:49','2012-08-30 19:55:36','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,81,'','',0,463,'robots=\nauthor='),(680,'Halftime Rule Change','halftime-rule-change','','<p><span style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small;\"><img src=\"images/stories/focus.jpg\" border=\"0\" alt=\"Focus on the Family\" width=\"421\" height=\"42\" /></span></p>\r\n<p style=\"text-align: justify;\">Dear Friend,<br /><br />As you may recall, earlier this year the federal government issued a new rule as part of the recently upheld healthcare law, requiring almost all religious employers to provide insurance that pays for contraceptives and possible abortion-causing drugs. Employers can\'t opt out of paying for the coverage, and employees can\'t refuse it. The only exceptions to the rule are churches.<br /><br />Scores of other religious employers—including Catholic hospitals and Christian universities—objected to the rule, pointing out how it forces them to violate their conscience and their faith. As a result, in January the government announced it was revising the rule to create a so-called \"safe harbor\" for them: instead of being forced to comply in August, as all secular business owners were, they would have an extra year to find a way to make their faith coordinate with the mandate.<br /><br />Wheaton College, a Christian university in Illinois, didn\'t qualify for the \"safe harbor\" extension. So administrators sued the federal government, saying the mandate violates the First Amendment of the Constitution.<br /><br />And the federal government responded, not by backing away from the mandate, but by revising the rule yet again: Under a revision that took effect on Aug. 15, Wheaton College now qualifies for the deadline extension.<br /><br />As a result, the federal court that was hearing the case dismissed it last Friday, saying that because no one at Wheaton has yet been forced to violate their faith, no harm has been done.<br /><br />This is a brilliant piece of gamesmanship by the government. By revising the rule, the lawsuit disappears for another year—without a decision determining whether religious freedom trumps the edicts of federal health officials, and without dominating the headlines to remain in people\'s minds.<br /><br />The only problem is that the issue at the heart of the case can\'t be dismissed quite so easily. Either the First Amendment actually means something—including the public expression of one\'s personal faith—or it doesn\'t. And by punting the decision, the court has allowed a wrong to continue<a href=\"https://connect.focusonthefamily.com/aprimo/etrack.aspx?DSN=b9ca57b2fbe8cb42458807853387983f6a0f6be5ccdab113&amp;FORMID=73f001951d4db42565455b0f3282e685&amp;AUDID=762e0b4d1027e9c635494eb13059823c&amp;EMAILID=c0c6dcd8184f00d6c979114b87cd2710635947470a9cb178&amp;DECODE=1&amp;R=1ff778b315c61d38e0cdd0fb646ca951&amp;URL=http://www.focusonthefamily.com/donate.aspx?refcd=127106\"></a>.<br /><br />This then, is the heart of the struggle for religious liberty that is fast building to a crisis in our country. May God grant perseverance and courage to those religious employers who are taking their stand against the heavy hand of government.<br /><br />For faith and family,<br /><img src=\"http://link.focusonthefamily.com/email/CRM/05/signature_tomminnery2.gif\" border=\"0\" alt=\"Signed: Tom Minnery\" width=\"148\" height=\"50\" /><br />Tom MinnerySenior Vice President, Government &amp; Public Policy</p>','',1,1,0,1,'2012-09-01 14:13:07',62,'Focus on the Family','2012-09-01 14:20:14',62,62,'2012-09-01 14:20:14','2012-09-01 14:13:07','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,80,'','',0,487,'robots=\nauthor='),(681,'Politician Lie Detector Test - Johnny Carson','politician-lie-detector-test-johnny-carson','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"315\" src=\"http://www.youtube.com/embed/ZROO60VRauw\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,16,0,73,'2012-09-02 12:12:38',62,'Johnny Carson','2012-09-02 13:30:20',62,0,'0000-00-00 00:00:00','2012-09-02 12:12:38','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,5,'','',0,903,'robots=\nauthor='),(682,'Runnin\' on Empty','articles','','<p><a href=\"http://www.breitbart.com/Big-Government/2012/09/03/Democrats-Air-Frustrations-with-Obama-Cockiness-Narcissism\"><span style=\"font-family: arial black,avant garde;\"><img src=\"images/stories/running_on_empty.jpg\" border=\"0\" alt=\"Running on Empty\" hspace=\"7\" width=\"140\" height=\"140\" align=\"left\" />Democrats Air Frustrations with Obama \'Cockiness\' </span></a><span style=\"font-family: arial black,avant garde;\">-- Breitbart</span></p>\r\n<p><a href=\"http://www.breitbart.com/Big-Government/2012/09/04/dem-platform-obama\"><span style=\"font-family: arial black,avant garde;\">Narcissist-in-Chief: Obama Most Cited Term in Dem Platform </span></a><span style=\"font-family: arial black,avant garde;\">-- Breitbart</span></p>\r\n<p><a href=\"http://dailycaller.com/2012/08/31/obama-speech-to-soldiers-met-with-silence/\"><span style=\"font-family: arial black,avant garde;\">Obama speech to soldiers met with silence</span></a><span style=\"font-family: arial black,avant garde;\"> -- The Daily Caller</span></p>','',1,1,0,1,'2012-09-04 10:53:38',62,'Various','2012-09-04 12:19:53',62,0,'0000-00-00 00:00:00','2012-09-04 10:53:38','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,79,'','',0,353,'robots=\nauthor='),(683,'PAPER DETAILS OBAMA ADMIN’S ALLEGED SECRET NOTE SENT TO IRAN: IF ISRAEL ATTACKS, WE WON’T GET INVOLVED','paper-details-obama-admins-alleged-secret-note-sent-to-iran-if-israel-attacks-we-wont-get-involved','','<p><img src=\"images/stories/israel-80yb.gif\" border=\"0\" alt=\"Those Who Bless Israel I Will Bless and Those Who Curse Israel, I will Curse\" hspace=\"7\" align=\"left\" />The Israeli newspaper Yediot Ahronot published a startling report Monday detailing a message it says was conveyed by the Obama administration – via two European countries – to Iranian officials. The request: if Israel decides to strike Iranian nuclear facilities, the U.S. will not support it and the Islamic Republic should refrain from retaliating on U.S. military installations in the Persian Gulf.</p>\r\n','\r\n<p> </p>\r\n<p> </p>\r\n<p style=\"text-align: left; line-height: 22px; font-style: normal; margin: 0px 0px 18px; font-family: inherit; font-size: 14px; font-weight: normal; border-width: 0px; padding: 0px;\">From the report by the well-connected diplomatic correspondent Shimon Schiffer [translated via hard copy by TheBlaze in Israel]:</p>\r\n<blockquote style=\"text-align: left; line-height: 24px; font-style: normal; margin: 0px 0px 18px 30px; font-family: inherit; color: #555555; font-size: 14px; font-weight: normal; border-width: 0px; padding: 0px;\">\r\n<p style=\"text-align: left; padding-bottom: 9px; line-height: 24px; font-style: normal; margin: 0px; padding-left: 0px; padding-right: 0px; font-family: inherit; color: #555555; font-size: 14px; font-weight: normal; padding-top: 0px; border-width: 0px;\">The message that the U.S. conveyed to Iran via the most sensitive secret channels is unequivocal: if Israel attacks, we won’t stand behind her and we won’t be drawn into war.</p>\r\n<p style=\"text-align: left; padding-bottom: 9px; line-height: 24px; font-style: normal; margin: 0px; padding-left: 0px; padding-right: 0px; font-family: inherit; color: #555555; font-size: 14px; font-weight: normal; padding-top: 0px; border-width: 0px;\">In recent days, senior American administration officials turned to their Iranian counterparts via two countries in Europe which act as a back-channel during times of crisis. They made clear to the Iranians that the U.S. does not intend to be sucked into a campaign if Israel decides to strike unilaterally and without advance coordination [with the U.S.], and they said that they expect from Iran that it will not attack strategic American targets in the Persian Gulf. That means, among other things, Army bases, Navy ships and aircraft carriers sailing in the region.</p>\r\n<a href=\"http://www.theblaze.com/stories/paper-details-obama-admins-alleged-secret-note-sent-to-iran-if-israel-attacks-we-wont-get-involved/\"><span style=\"color: #0000ff;\"><strong>Continue Reading on The Blaze &gt;&gt;&gt;</strong></span></a></blockquote>\r\n<p> </p>',1,22,0,80,'2012-09-04 11:52:43',62,'Posted on The Blaze','2012-09-14 00:18:25',62,62,'2012-09-14 00:18:26','2012-09-04 11:52:43','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,8,'','',0,605,'robots=\nauthor='),(684,'The Fantastic Romney Video You Probably Didn\'t See','the-fantastic-romney-video-you-probably-didnt-see','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br />&lt;iframe width=\"420\" height=\"236\" src=\"http://www.youtube.com/embed/J_cGyPwt5UI\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;<br /></span>{/source}</p>\r\n<p><a href=\"http://townhall.com/tipsheet/guybenson/2012/09/03/the_fantastic_romney_video_you_probably_didnt_see\"><span style=\"color: #0000ff;\"><strong>Read Townhall.com Post &gt;&gt;&gt;</strong></span></a></p>','',1,1,0,1,'2012-09-04 12:10:47',62,'Posteed on Townhall.com','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-09-04 12:10:47','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,78,'','',0,275,'robots=\nauthor='),(685,'New Law Lets Reservists Respond to Disasters','new-law-lets-reservists-respond-to-disasters','','<p><img src=\"images/stories/military_dot_com.jpg\" border=\"0\" alt=\"Military.com\" align=\"left\" />BELLEVUE, Wash. -- As hurricane season arrives, governors have a new resource to call upon in the event of a major disaster: military reservists.</p>\r\n<p>Historically, there\'s been no mechanism under federal law to order reservists to duty in response to a domestic emergency except in limited circumstances. But the 2012 National Defense Authorization Act changed that, giving governors, who already can mobilize National Guard troops, the ability to request the help of the nation\'s 380,000 reservists in the event of a hurricane, earthquake, flood, terrorist attack or other disaster.</p>\r\n<p><a href=\"http://www.military.com/daily-news/2012/08/31/new-law-lets-reservists-respond-to-disasters.html?ESRC=dod_B.nl\"><span style=\"font-family: arial black,avant garde;\"><span style=\"color: #0000ff;\">Continue post on Military.com &gt;&gt;&gt;</span></span></a></p>\r\n<p><span style=\"font-family: arial black,avant garde;\">Other Military.com Articles:</span></p>\r\n<p><a href=\"http://www.military.com/daily-news/2012/08/27/gop-decries-social-experimentation-in-military.html?ESRC=dod_B.nl\"><span style=\"font-family: arial black,avant garde;\"><span style=\"color: #0000ff;\"><span style=\"font-family: arial black,avant garde;\">GOP Plank Decries Military Social Experimentation</span></span></span></a></p>\r\n<p><a href=\"http://www.military.com/spouse/relationships/i-cant-adjust-to-gay-pride.html?ESRC=dod_B.nl\" style=\"color: #1155cc; font-weight: normal; text-decoration: none;\"><span style=\"font-family: arial black,avant garde;\"><span style=\"color: #0000ff;\"><span style=\"font-family: arial black,avant garde;\">Ms. Vicki: I Can\'t Adjust to Gay Pride in the Military</span></span></span></a></p>\r\n<p><span style=\"font-family: arial black,avant garde;\">            Related:  </span><a href=\"index.php?option=com_content&amp;view=article&amp;id=358:homosexuality-and-the-nazi-party&amp;catid=74:commentary&amp;Itemid=94\"><span style=\"color: #0000ff;\"><span style=\"font-family: arial black,avant garde;\">Homosexuality and the Nazi Party</span></span></a></p>','',1,13,0,70,'2012-09-04 12:46:50',62,'Military.com','2012-09-04 13:39:34',62,0,'0000-00-00 00:00:00','2012-09-04 12:46:50','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,7,'','',0,542,'robots=\nauthor='),(686,'Living By Faith Instead of Fear - The Path of Life, Part 29','living-by-faith-instead-of-fear-the-path-of-life-part-29','','<h1 style=\"text-align: left; margin: 0px; font-family: arial black; font-size: 18px; padding: 0px;\"><span style=\"font-size: 14px;\"><span style=\"font-family: Arial, sans-serif;\"><img class=\"caption\" src=\"images/stories/r_joyner_85px.jpg\" border=\"0\" alt=\"Rick Joyner\" title=\"Rick Joyner\" align=\"left\" />I want to address three major thrusts we are now seeing that are taking place in the body of Christ. The first is unity, and this is making unprecedented possibilities unfold for the church. Those with faith will seize the possibilities. We can expect those who live by fear instead of faith to begin fading away.</span></span><br /><strong></strong></h1>\r\n<h1 style=\"text-align: left; margin: 0px; font-family: arial black; font-size: 18px; padding: 0px;\"><strong><a href=\"http://www.morningstarministries.org/resources/word-week/2012/living-faith-instead-fear-path-life-part-29?utm_source=The+MorningStar+Ministries+eNewsletter&amp;utm_campaign=e83e3f718f-eNewsletter_September_04+_2012&amp;utm_medium=email\" target=\"_blank\" style=\"outline-style: none; text-decoration: none;\"><span style=\"font-size: 14px;\"><span style=\"color: #0000ff;\"><span style=\"font-family: arial black,avant garde;\">Click Here to Read More</span></span></span></a></strong></h1>','',1,19,0,76,'2012-09-05 00:00:44',62,'Rick Joyner','2012-09-05 00:04:31',62,0,'0000-00-00 00:00:00','2012-09-05 00:00:44','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,1,'','',0,393,'robots=\nauthor='),(687,'Signs of A Great Awakening','signs-of-a-great-awakening','','<div style=\"text-align: center;\">\r\n<p style=\"margin-top: 0px; margin-bottom: 0px; color: black; font-size: 12pt;\"><span style=\"font-family: Arial, Helvetica, sans-serif; color: #ff0000; font-size: 12pt;\"><strong>Special Bulletin</strong></span></p>\r\n<p style=\"text-align: center; margin-top: 0px; font-family: Verdana,Geneva; margin-bottom: 0px;\" align=\"center\"><span style=\"font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 12pt;\"><em>By Rick Joyner </em></span><span style=\"font-family: \'Times New Roman\'; color: #000000; font-size: 10pt;\"> </span></p>\r\n</div>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\"><span style=\"font-family: \'Times New Roman\'; color: #000000; font-size: 10pt;\"> </span></p>\r\n<p style=\"margin-top: 0px; font-family: Helvetica, Calibri, Arial, sans-serif; margin-bottom: 0px; color: #000000; font-size: 11pt;\"><span><img src=\"images/stories/OAKI-logo.png\" border=\"0\" alt=\"The Oak Initiative\" align=\"left\" />For the next three months the eyes of the nation and much of the world will be on the U.S. elections. Seldom has there been a more clear distinction between the candidates for President or our two main political parties. This election will be the most important in our lifetime, but there is something even greater on the radar screen-the signs of another Great Awakening can now be seen. We do not want to distract from such an important election, but what is building will trump any election in importance. </span></p>\r\n','\r\n<p style=\"margin-top: 0px; font-family: Helvetica, Calibri, Arial, sans-serif; margin-bottom: 0px; color: #000000; font-size: 11pt;\"> </p>\r\n<p style=\"margin-top: 0px; font-family: Helvetica, Calibri, Arial, sans-serif; margin-bottom: 0px; color: #000000; font-size: 11pt;\"><span> </span></p>\r\n<p style=\"margin-top: 0px; font-family: Helvetica, Calibri, Arial, sans-serif; margin-bottom: 0px; color: #000000; font-size: 11pt;\"><span> </span></p>\r\n<p style=\"margin-top: 0px; font-family: Helvetica, Calibri, Arial, sans-serif; margin-bottom: 0px; color: #000000; font-size: 12pt;\"><strong>As the Eagle Flies</strong></p>\r\n<p style=\"margin-top: 0px; font-family: Helvetica, Calibri, Arial, sans-serif; margin-bottom: 0px; color: #000000; font-size: 11pt;\"><span> </span></p>\r\n<p style=\"margin-top: 0px; font-family: Helvetica, Calibri, Arial, sans-serif; margin-bottom: 0px; color: #000000; font-size: 11pt;\"><span>An eagle must have a left and right wing to fly, and so must America. Over the last four years we have been pulled hard to the left, and the country is going to swing back to the right now. This is shaping up to be the most brutal U.S. election in a century, but who would have thought one of the defining moments would be centered around a fast food restaurant chain owner? </span></p>\r\n<p style=\"margin-top: 0px; font-family: Helvetica, Calibri, Arial, sans-serif; margin-bottom: 0px; color: #000000; font-size: 11pt;\"> </p>\r\n<p style=\"margin-top: 0px; font-family: Helvetica, Calibri, Arial, sans-serif; margin-bottom: 0px; color: #000000; font-size: 11pt;\"><span>Dan Cathy declared that he was not for same-sex marriage and the outrage from the left was immediate, loud, and threatening. He did not back down or compromise his convictions as so many other corporations have done. So the Gay Agenda threatened his restaurant chain, Chick-fil-A, with the biggest kiss-in demonstration in history, resolving to drive Cathy into the ground. Cathy stood his ground. The kiss-in was not only the biggest fizzle of a demonstration in recent memory, but on the day of the threatened \"kiss-in,\" Chick-fil-A broke all sales records. It seemed that the entire nation rose up in Cathy\'s support and voted with their feet by going to Chick-fil-A.</span><span style=\"font-size: 9pt;\"> </span><span style=\"font-family: Arial, Helvetica, sans-serif; color: #0000ff; font-size: 11pt;\"><a href=\"http://www.theoakinitiative.org/special-bulletin-14-2012\" target=\"_blank\" style=\"color: #0000ff; font-weight: bold; text-decoration: underline;\">...Read</a></span></p>',1,20,0,78,'2012-09-05 00:05:00',62,'The Oak Initiative','2012-09-14 00:16:30',62,0,'0000-00-00 00:00:00','2012-09-05 00:05:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,32,'','',0,624,'robots=\nauthor='),(690,'I cannot tell you the name of the Israeli leader, but I can tell you what he said… ','i-cannot-tell-you-the-name-of-the-israeli-leader-but-i-can-tell-you-what-he-said-','','<p><img src=\"images/stories/mikeevans.jpg\" border=\"0\" hspace=\"7\" align=\"left\" />Shalom from Jerusalem.  <br /> <br />I had a breakfast meeting with a very powerful leader in Israel. I cannot say his name, but he and I have been friends for thirty years. He told me, “Iran will cross the red line in a matter of weeks. They now have thousands of centrifuges spinning in a virtually impenetrable facility near Qom. The more time elapses, the more it becomes a zero-sum game. As we prepare for the High Holy Days, we are distributing gas masks to the population and preparing bomb shelters.</p>\r\n<p>“Your president is spending all his time and force attacking us. He is saying he does not trust us, and he has downgraded our joint military exercise called Challenger 12. And while Iran threatens to exterminate us daily, your top military officer says the US does not want to be ‘complicit’ in an attack on Iran. The mullahs are dancing in the streets of Tehran.</p>\r\n<p>“We may have to stand against the entire world. If we don’t, our children will experience Armageddon…and yours will, too, in another decade. What will the world do when there are dozens of atomic reactors in the 200-mile gulf region and more than 1.7 billion Shi’ite and Sunni Muslims trying to usher in the Islamic messiah?”</p>\r\n<p><a href=\"http://jerusalemprayerteam.org/email/2012/0905.htm?dn=1032&amp;source=10036&amp;id=566928&amp;commid=324549196&amp;CFID=15356742&amp;CFTOKEN=37052796\"><span style=\"color: #0000ff;\"><strong>Read post at JerusalemPrayerTeam.org &gt;&gt;&gt;</strong></span></a></p>\r\n<p> </p>\r\n<p><span style=\"font-size: small;\"><strong><span style=\"color: #ff0000;\">URGENT Intelligence Update from Jerusalem 09-06-2012</span></strong> </span></p>\r\n<p>Shalom from Jerusalem.  <br /> <br />Israel’s security cabinet—the group that will make the final decision regarding a strike on Iran’s nuclear facilities—met for more than ten hours yesterday to receive intelligence updates and assessments. The meeting was top secret. Only the ministers directly involved were part of it. Even their top aides were not allowed into the room. The group in the meeting is believed to have discussed the “zone of immunity,” the point at which Iran will be so advanced that a military strike will no longer be an option, as well as the worsening situations in Syria and Egypt.</p>\r\n<p>The briefings were conducted by the heads of Mossad (the intelligence agency), Shin Bet (the security agency), and IDF Military Intelligence. Very little information is available, but reports indicate that a message was approved to send to Washington regarding Israel’s “red line”—the point at which it will have no choice but to act.</p>\r\n<p>I am planning to meet with my dear friend Prime Minister Netanyahu today. Please pray very hard for Israel and for me. The hand of God needs to be active to guard and guide His Chosen People at this critical moment.<br /> </p>\r\n<p><br /> </p>','',1,22,0,80,'2012-09-05 15:19:06',62,'Dr. Michael Evans','2012-09-14 00:17:54',62,0,'0000-00-00 00:00:00','2012-09-05 15:19:06','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,7,'','',0,473,'robots=\nauthor='),(691,'Shariah Compliant Finance ','shariah-compliant-finance-','','<p><a href=\"http://theoakinitiative.org/\"><img src=\"images/stories/OAKI-logo.png\" border=\"0\" alt=\"The Oak Initiative\" align=\"left\" /></a>Shariah Compliant Finance <br />From Shariah Finance Watch - a project of The Center for Security Policy <br />06/26/12    </p>\r\n<p>The most common requests we receive here at SFW are questions as to whether banks or brokerage houses \"are Shariah-compliant?\" </p>\r\n<p> As a result of these numerous inquiries, for the past several weeks, we have carefully compiled a list of financial institutions active in the USA that have some form of tie to Shariah Compliant Finance.</p>\r\n<p> In some cases, the entire institution is Shariah-compliant. In other cases, the overall institution is not Shariah-compliant but it has a division or subsidiary that is, or it offers a product that is Shariah-compliant. In still more cases, some of the entities listed below do not offer financial products at all, but play key roles in enabling Shariah Compliant Finance in the West.</p>\r\n<p> They went to great lengths to confirm each of the names listed below. However, there may be institutions that we have overlooked. We encourage readers to contact us with questions, comments and criticisms via the Comments section below:</p>\r\n<p> Accounting and Auditing Organization for Islamic Financial Institutions ...<a href=\"http://www.shariahfinancewatch.org/blog/2012/06/26/does-your-financial-institution-participate-in-shariah-compliant-finance/\"><span style=\"color: #0000ff;\"><strong>Read More</strong></span></a></p>\r\n<p><a href=\"http://theoakinitiative.org/catalog/oak-initiative-memberships\"><span style=\"color: #0000ff;\"><strong>Join the Oak Initiative &gt;&gt;&gt;</strong></span></a></p>','',1,14,0,71,'2012-09-06 22:59:14',62,'Posted on The Oak Initiative','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-09-06 22:59:14','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,1,'','',0,520,'robots=\nauthor='),(692,'The Alinsky Method','the-alinsky-method','','<p>Jon Voight shares his insights on America and the current efforts to enact what he called \'<strong>The Alinsky Method</strong>\'. Watch this video and then check our the links further below and learn about the efforts of Saul Alinsky and the current administration.</p>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br />&lt;iframe width=\"420\" height=\"236\" src=\"http://www.youtube.com/embed/253PiA7zIl4\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;<br /></span>{/source}</p>\r\n<p style=\"MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px\"><span style=\"FONT-FAMILY: Trebuchet MS,Geneva; COLOR: #0000cb; FONT-SIZE: 10pt\"><strong> </strong></span></p>\r\n<p style=\"MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px\"><span style=\"FONT-FAMILY: Trebuchet MS,Geneva; COLOR: #0000cb; FONT-SIZE: 10pt\"><strong>Reference Links: </strong></span></p>\r\n<p style=\"MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px\"><span style=\"FONT-FAMILY: Trebuchet MS,Geneva; COLOR: #000000; FONT-SIZE: 10pt\"><a href=\"http://r20.rs6.net/tn.jsp?e=001QGXGCjxW11UpH2COCEThmGAC_rA7-6mTGV4yTbUCFxtH9MTB0EV7W8QJQWdLVEv6VAdAvs_QRNr3aLxnFHN612YeoZo8F21QBnRiFORTpjrxNIQ6NcGJzSNGxGkx9aLDPs9DWx3tHH1SBh60SJalF7KlEq7-e6OK94uJlmIGiNxGwI-q9wq8ZwZuIvGlYbI2\" target=\"_blank\" style=\"COLOR: #000000; FONT-WEIGHT: bold; TEXT-DECORATION: underline\">Rules for Radicals<span style=\"COLOR: #ff0000\"> PDF</span></a> - Read it yourself</span></p>\r\n<p style=\"MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px\"><a href=\"http://r20.rs6.net/tn.jsp?e=001QGXGCjxW11U3bvs5agej7jkDysK_q0bbu5prG092HAijYE3ixZpcS4YvURgaGzlFr9zL26utUaEB72g0cEcgxQQSgauDnlXKQiXSQ7oemTgBxRNjor8g5VmJAW40CzaXbmo6-ryw7yFALiN6r84UlH0f8oDUInFV\" target=\"_blank\" style=\"COLOR: #000000; FONT-WEIGHT: bold; TEXT-DECORATION: underline\">More Quotes from \'Rules for Radicals\' Book</a></p>\r\n<p style=\"MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px\"><span style=\"FONT-FAMILY: Trebuchet MS,Geneva; COLOR: #000000; FONT-SIZE: 10pt\"><a href=\"http://r20.rs6.net/tn.jsp?e=001QGXGCjxW11XWvjP5VEZj_8N8dY4IsbkgVgD5aOH8pbuFLGh4j8M7OGRdd0JLoAyFNiaSUl8girtVKNXumlyDD4wAyYvY8PuG_q46c_YtDkpfPnSB7hDRjNA-Vw9tOHnzCGv2vCWGfNx8g-B_1svfdQsWbSUSSMDtSq3SvWlzJWPUo7D-hQ__dA==\" target=\"_blank\" style=\"COLOR: #000000; FONT-WEIGHT: bold; TEXT-DECORATION: underline\">Saul Alinsky\'s 12 Rules for Radicals</a> - Beck </span></p>\r\n<p style=\"MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px\"><span style=\"FONT-FAMILY: Trebuchet MS,Geneva; COLOR: #000000; FONT-SIZE: 10pt\"><a href=\"http://r20.rs6.net/tn.jsp?e=001QGXGCjxW11Vp7TkP4G7FkLc2se2wccMBXNaDGerZsMeWw_cU1UtKA8FrG0IZ4uSjJz3n3Nv7iKNvkxuUY4EBlRYHR1Ik0qnTX8MZNlqbhLAVjB61DnPhDMsyz2wJYtgzqgr4RWcvsrcwS2nsCFpe1KOPdbPGqOpznBbCAwvo1ifiRgTxguIOmb15zUQSQeafqZsoBjL27hbn5Lsel1PlgQ==\" target=\"_blank\" style=\"COLOR: #000000; FONT-WEIGHT: bold; TEXT-DECORATION: underline\">Rules for Revolution <span style=\"color: #ff0000; text-decoration: underline;\">PDF</span></a></span><span style=\"FONT-FAMILY: Trebuchet MS,Geneva; COLOR: #000000; FONT-SIZE: 10pt\"> - David Horowitz (2009) </span></p>\r\n<p style=\"MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px\"><span style=\"FONT-FAMILY: Trebuchet MS,Geneva; COLOR: #000000; FONT-SIZE: 10pt\"> </span></p>\r\n<p style=\"MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px\"><span style=\"FONT-FAMILY: Trebuchet MS,Geneva; COLOR: #000000; FONT-SIZE: 10pt\"><a href=\"http://campaign.r20.constantcontact.com/render?llr=6blbffdab&amp;v=001hS7OD_IhnlGR-iJ-KF1jl0ZsTRoFBsU5yKQ30x_4V1adRfBgq3lGpNNbZAWnbdRafSGNUPiZ9n1rOFRyjHTNDEkBOGYAsTkj8xvSBCRaQLos_0-WeU887uV6r5eCUGMP20soxV58EMSGKd7aIRGJ5OTptYxJtGVaRAhueDXP3xRBk2HKAyJ9167lyZ9tIy-foZpb_mkcGwCy0m4nHHIYGlBK3c6sOX7cRhoCUpucYtHzH4ywbRpL-g%3D%3D\"><span style=\"color: #0000ff;\"><strong>Go to The Oak Initiative &gt;&gt;&gt;</strong></span></a></span></p>','',1,20,0,78,'2012-09-06 23:09:43',62,'Posted on The Oak Initiative','2012-09-20 15:05:30',62,0,'0000-00-00 00:00:00','2012-09-06 23:09:43','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,31,'','',0,483,'robots=\nauthor='),(711,'American Flag With Campaign ‘O’ Logo','american-flag-with-campaign-o-logo','','<h3><img src=\"images/stories/blaze_logo.png\" border=\"0\" alt=\"The Blaze\" hspace=\"7\" align=\"left\" />The Obama Campaign\'s Newest Flag Distresses Many Folks </h3>\r\n<p>If you go to barackobama.com right now, you can buy your very own limited edition American flag print. But this isn\'t any ordinary American flag; this is an American flag that replaces the 50 stars representing the 50 states with President Obama\'s campaign logo. See the flag <a href=\"http://www.theblaze.com/stories/obama-campaign-actually-replaces-50-stars-on-american-flag-with-campaign-o-logo/\" target=\"_blank\"><span style=\"color: #ff0000;\">HERE<br /></span></a></p>\r\n<p>More articles from The Blaze:  <a href=\"http://www.theblaze.com/stories/war-on-football-tx-school-district-bans-christian-banners-at-football-games-but-students-arent-backing-down/\" target=\"_blank\" style=\"text-decoration: none;\"><span style=\"font-family: Arial,Helvetica,Verdana,sans-serif; color: #333333; font-size: medium;\"><span style=\"LINE-HEIGHT: 22px; FONT-FAMILY: Arial,Helvetica,Verdana,sans-serif; COLOR: #333333; FONT-SIZE: 14px\"><strong><span style=\"color: #0000ff;\">War On Football: TX Schools Ban Christian Banners At Games</span></strong></span></span></a></p>','',1,1,0,1,'2012-09-21 01:12:24',62,'The Blaze','2012-09-23 12:40:25',62,0,'0000-00-00 00:00:00','2012-09-21 01:12:24','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',10,0,68,'','',0,238,'robots=\nauthor='),(693,'Weekly Enewsletter: An Executive Order You Should Know About','weekly-enewsletter-an-executive-order-you-should-know-about','','<p><img src=\"images/stories/weekly-enewsletter_-an-executive-order-you-should-know-about-_-congresswoman-1.jpg\" border=\"0\" alt=\"Yet another Executive Order\" /></p>\r\n<p>With all that is going in Washington these days some things don’t make the news the way they should. Fourteen days ago President Obama issued an Executive Order that you should know about. This order gives an unprecedented level of authority to the President and the federal government to take over all the fundamental parts of our economy - in the name of national security - in times of national emergency.</p>\r\n<p>This means all of our water resources, construction services and materials (steel, concrete, etc.), our civil transportation system, food and health resources, our energy supplies including oil and natural gas – even farm equipment – can be taken over by the President and his cabinet secretaries. The Government can also draft U.S. citizens into the military and force U.S. citizens to fulfill \"labor requirements\" for the purposes of \"national defense.\" There is not even any Congressional oversight, only briefings are required.</p>\r\n','\r\n<p> </p>\r\n<p>By issuing this as an Executive Order the President puts the federal government above the law, which, in a democracy, is never supposed to happen.<br /><br />As President and Commander in Chief of the Armed Forces, he has the Constitutional authority to issue executive orders. And while similar orders have been made before by presidents from Eisenhower and Reagan to Clinton and George Bush – it has never been done to this extent.<br /><br />It is still unclear why this order was signed now, and what the consequences are for our nation – especially during times of peace. This type of Martial Law imposes a government takeover on U.S. citizens that is typically reserved for national emergencies, not in a time of relative peace.</p>\r\n<p><a href=\"http://kaygranger.house.gov/weekly-enewsletter-executive-order-you-should-know-about\"><span style=\"color: #0000ff;\"><strong><span style=\"font-size: small;\">Read...</span></strong></span></a></p>',1,20,0,78,'2012-09-07 13:25:46',62,'Submitted by Matt Krol','2012-09-14 00:14:59',62,0,'0000-00-00 00:00:00','2012-09-07 13:25:46','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,30,'','',0,515,'robots=\nauthor='),(694,'The Path of Life, Part 30 -- Kingdom Economics','the-path-of-life-part-30-kingdom-economics','','<p>Week 37, 2012</p>\r\n<div>\r\n<div><a href=\"http://morningstarministries.org/biographies/rick-joyner\" title=\"                                        Rick Joyner is the founder and executive director of MorningStar Ministries and Heritage International Ministries and is the Senior Pastor of MorningStar Fellowship Church. He is the author of more than forty books, including The Final Quest, A Prophetic History, and Church History. He is also the president of The Oak Initiative, an interdenominational movement that is mobilizing thousands of Christians to be engaged in the great issues of our times, being the salt and light that they are called to be. Rick and his wife, Julie, have five children: Anna, Aaryn, Amber, Ben, and Sam.                \" rel=\"tag\"><img src=\"images/stories/r_joyner_85px.jpg\" border=\"0\" alt=\"Rick Joyner\" align=\"left\" />Rick Joyner</a></div>\r\n</div>\r\n<p>Three major thrusts are now taking place in the body of Christ. The first is unity, and this is making unprecedented possibilities unfold for the church. Those with faith seize possibilities. Those who live by fear instead of faith get left behind. On His last night on earth, Jesus prayed earnestly for the unity of His people. We can be sure that the prayer of the Son of God will be answered. The body of Christ will come into unity.</p>\r\n<p>Benjamin Franklin exhorted the original colonies before the Revolutionary War in America to “join or die.” This is now true for the church. Those with the faith and confidence in their own calling and relationship to the Lord are building bridges with other parts of the body of Christ. Those who are too insecure to do this are fading away. We are in another “join or die” situation, but the positive of this implies, “join and live!” The blessings of unity are truly limitless even to the degree that whatever we ask of the Lord, it will be granted.  <a href=\"http://www.morningstarministries.org/resources/word-week/2012/kingdom-economics-path-life-part-30?utm_source=The+MorningStar+Ministries+eNewsletter&amp;utm_campaign=9688ba1e3f-eNewsletter_September_11+_2012&amp;utm_medium=email\">Read more &gt;&gt;&gt;</a></p>','',1,20,0,78,'2012-09-12 00:24:45',62,'Morningstar Ministries','2012-09-12 00:36:32',62,0,'0000-00-00 00:00:00','2012-09-12 00:24:45','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,29,'','',0,456,'robots=\nauthor='),(695,'9/11/2012: American Killed, Consulate Burned, Embassy Overrun, U.S. Apologizes','9112012-american-killed-consulate-burned-embassy-overrun-us-apologizes','','<h2><a href=\"http://www.breitbart.com/system/wire/TX-PAR-PGW50\" target=\"_blank\"><img class=\"caption\" src=\"images/stories/contributor-80x100-dloesch.png\" border=\"0\" alt=\"Dana Loesch\" title=\"Dana Loesch\" align=\"left\" /><img src=\"images/stories/breitbart_logo.png\" border=\"0\" alt=\"Breitbart\" hspace=\"7\" align=\"left\" />An American has been killed</a> on the 11th anniversary of 9/11 as Islamist mobs attacked and burned the U.S. consulate in Libya.</h2>\r\n<blockquote style=\"margin: 0px 0px 0px 40px; padding: 0px;\">\r\n<p>A US official was killed and another wounded on Tuesday as an armed mob protesting over a film they said offended Islam attacked the US consulate in Benghazi, an official told AFP.</p>\r\n<p>Libya\'s deputy interior minister Wanis al-Sharef said: \"One American official was killed and another injured in the hand. The other staff members were evacuated and are safe and sound.\"</p>\r\n<p>He could not say if the dead man was a diplomat.</p>\r\n</blockquote>\r\n<p>It is so far the only death from mob attacks in Libya and Egypt over <a href=\"http://www.breitbart.com/Big-Peace/2012/09/11/Islamists-Storm-US-Egyptian-Embassy-US-Apologizes\" target=\"_blank\">Islamist anger at an alleged film</a> in production by Coptic Christians focusing on Islam. <a href=\"http://www.breitbart.com/Big-Peace/2012/09/11/Islamists-Storm-US-Egyptian-Embassy-US-Apologizes\" target=\"_blank\">The United States spent 9/11 apologizing</a> <a href=\"http://www.politico.com/politico44/2012/09/after-attack-us-embassy-in-cairo-apologizes-for-unspecified-135222.html\" target=\"_blank\">for hurting Islamists\' feelings in Egypt</a> which incited protesters to desecrate our flag and storm the walls of the U.S. embassy. <a href=\"http://www.breitbart.com/Big-Peace/2012/09/11/American-Killed-on-911-In-Libyan-Consulate-Attack\">Continue post on Breitbart &gt;&gt;&gt;</a></p>','',1,1,0,1,'2012-09-12 00:44:10',62,'Dana Loesch -- Breitbart','2012-09-12 00:58:56',62,0,'0000-00-00 00:00:00','2012-09-12 00:44:10','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,77,'','',0,466,'robots=\nauthor='),(696,'Angry Black Author Speaks Out','angry-black-author-speaks-out','','<p>\r\n<object classid=\"clsid:6bf52a52-394a-11d3-b153-00c04f79faa6\" width=\"420\" height=\"350\" codebase=\"http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701\">\r\n<param name=\"autostart\" value=\"false\" />\r\n<param name=\"url\" value=\"media/ANGRY_BLACK_MAN.wmv\" />\r\n<param name=\"bgcolor\" value=\"#0716f7\" />\r\n<param name=\"vspace\" value=\"3\" />\r\n<param name=\"hspace\" value=\"3\" />\r\n<param name=\"src\" value=\"media/ANGRY_BLACK_MAN.wmv\" /><embed type=\"application/x-mplayer2\" width=\"420\" height=\"350\" src=\"media/ANGRY_BLACK_MAN.wmv\" url=\"media/ANGRY_BLACK_MAN.wmv\" autostart=\"false\" bgcolor=\"#0716f7\" vspace=\"3\" hspace=\"3\"></embed>\r\n</object>\r\n</p>\r\n<p><a href=\"http://www.amazon.com/Whatever-Happen-To-Common-Sense/dp/0615546943\">Amazon -- Whatever Happened To Common Sense?: Just Tell It Like It Is</a></p>','',1,1,0,1,'2012-09-12 15:59:10',62,'E.T. Williams','2012-09-12 18:37:49',62,0,'0000-00-00 00:00:00','2012-09-12 15:59:10','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,76,'','',0,107,'robots=\nauthor='),(697,'US Disowns Israel Over Iran Strike: No Weapons Or Military Backup ','us-disowns-israel-over-iran-strike-','','<div><img src=\"images/stories/OAKI-logo.png\" border=\"0\" alt=\"The Oak Initiative\" hspace=\"7\" align=\"left\" />September 1, 2012</div>\r\n<p style=\"margin-top: 0px; font-family: Helvetica,Calibri,Arial,sans-serif; margin-bottom: 0px; font-size: 11pt;\"><em>DEBKAfile Exclusive Analysis</em></p>\r\n<p style=\"margin-top: 0px; font-family: Helvetica,Calibri,Arial,sans-serif; margin-bottom: 0px; font-size: 11pt;\"> </p>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\"><span style=\"font-size: 11pt;\">US Gen. Martin Dempsey\'s assertion Thursday, Aug. 30 that the US would not be \"complicit\" in an Israel strike against Iran, together with the drastic reduction in the scale of next month\'s joint US-Israeli war game disclosed by TIME, add up to a blunt message from US President Barack Obama to Israel: You are on your own! See how you manage without special US weapons and US military backup, including a shield against missile counter-attack, if you decide to defy us and go through with a military operation against Iran.</span></p>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\"><br />Instead of the 5,000 US troops originally assigned for Austere Challenge 12, the annual joint exercise, the Pentagon will send only 1,200 to 1,500 service members. The missile interception systems at the core of the joint exercise will be reduced in number and potency: Patriot anti-missiles will come without crews and maybe one instead of two Aegis Ballistic Missile Defense warships, according to the magazine.</p>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\"> </p>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\"><strong>DEBKAfile\'s</strong> military sources: The Obama administration has put Israel on harsh notice that an attack on Iran to disrupt or delay its nuclear armament will be refused US missile backup - both in the course of the operation and to cover Israel\'s back in the event of a counter-strike widening into a general Middle East conflict. The Netanyahu government will bear full and exclusive responsibility for the consequences of attacking Iran.</p>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\"> </p>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\">Obama, who has repeatedly pledged his commitment to Israeli security, is the first American president to cut Israeli adrift against a major threat to its security explicitly posed by Iran.</p>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\"> </p>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\">The US president has put his campaign for reelection next month at great albeit calculated risk. His rival Mitt Romney will not doubt follow up on the charges he made during his acceptance speech to the Republican convention Thursday that Obama threw \"allies like Israel under the bus\" and failed utterly to stop Iran\'s centrifuges spinning.</p>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\"> </p>\r\n<p style=\"text-align: justify; margin-top: 0px; margin-bottom: 0px;\" align=\"justify\"><a href=\"http://campaign.r20.constantcontact.com/render?llr=6blbffdab&amp;v=001X6jYJeFlGfIIlKbS37fY0xFew6VoIBo7Ccps0aeAoYO5n2HK2okGbmvyPonKKXAk36_XCpLhhQfy1Ug-UHrSBcGs3sodo4aucrTvJI80znjyTYPqZAVsH09NzngrD9IaZchhrJOSYqykb70gnikc-v4hE7SIOAbb5RcoIqJL7V6vqRXHm6XMxRbLuq5pgmDe6VsSpizNpEYejFx6Hjhmyww7_YFiiedrB8nDtn2Kw_CpwSEpKABJ5Q%3D%3D\"><strong><span style=\"color: #0000ff;\">Read more &gt;&gt;&gt;</span></strong></a></p>','',1,1,0,1,'2012-09-12 18:39:31',62,'The Oak Initiative','2012-09-12 18:46:45',62,0,'0000-00-00 00:00:00','2012-09-12 18:39:31','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,75,'','',0,459,'robots=\nauthor='),(698,' More than 20 years before the 9/11 attacks he told me why it would happen ','-more-than-20-years-before-the-911-attacks-he-told-me-why-it-would-happen-','','<p><img class=\"caption\" src=\"images/stories/mikeevans.jpg\" border=\"0\" alt=\"Dr. Michael Evans\" title=\"Dr. Michael Evans\" hspace=\"7\" align=\"left\" />More than 3,000 Egyptian demonstrators tore down the Stars and Stripes at the US Embassy in Cairo on the anniversary of 9/11 and replaced it with a black Al Qaeda flag. In response to this outrageous act of war, US Embassy officials in Cairo issued a cowardly statement condemning “the continuing efforts by misguided individuals to hurt the religious feelings of Muslims as we condemn efforts to offend believers of all religions.” Later another Islamic mob stormed the US consulate in Benghazi, Libya killing the US Ambassador and three other Americans. Most recently, another protest at the embassy in Yemen again breached security walls, but no US personnel were injured there.  <br /> <br />Why is this happening right now? The answer lies in our attitude toward the world and the threat of terrorism. On September 23, 1980, during the Carter-Reagan presidential race, I met with the head of Israeli intelligence, Isser Harel, who told me that America was developing a dangerous tolerance for terror. He said, “America has the power but not the will to fight terrorism. Terrorists have the will but not the power.” He further said all that would change with time because Arab oil could buy more than tents. Harel prophetically predicted that the first terrorist attack on American soil would be on New York City’s tallest building.</p>\r\n','\r\n<p> </p>\r\n<p>Today the same Liberal Left pied-pipers are playing the same song they played more than thirty years ago. Rather than believe that those who wage war against us are evil, they would have us believe that we are the evil ones for retaliating—or worse, preemptively striking to prevent danger to regional or world security. We see this mindset on display when a modern-day Hitler on steroids—Mahmoud Ahmadinejad—is invited to address the United Nations on Yom Kippur, and the Prime Minister of Israel cannot even get a meeting with the President of the United States.</p>\r\n<p>This attitude of appeasement is deadly. It places the United States, Israel, and all those who have not yet bowed to the will of Islamic sharia law in great danger. There is a literal life and death struggle taking place on the world stage today. And you and I must be more than spectators to these prophetic events.</p>\r\n<p>God has spoken an eternal promise of blessing for those who bless the children of Abraham. God has spoken an eternal promise of judgment for those who curse the children of Abraham.</p>\r\n<p><a href=\"http://jerusalemprayerteam.org/email/2012/0913-2.htm?dn=1032&amp;source=10051&amp;id=566928&amp;commid=327175614&amp;CFID=15407593&amp;CFTOKEN=62187151\">Read at Jerusalem Prayer Team &gt;&gt;&gt;</a></p>',1,22,0,80,'2012-09-13 22:41:24',62,'Dr. Michael Evans','2012-09-14 00:06:11',62,0,'0000-00-00 00:00:00','2012-09-13 22:41:24','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,6,'','',0,489,'robots=\nauthor='),(699,'What\'s The Real Reason For The Embassy Attacks?','whats-the-real-reason-for-the-embassy-attacks','','<p><img src=\"images/stories/blaze_logo.png\" border=\"0\" alt=\"The Blaze\" hspace=\"7\" align=\"left\" />According to Middle East and foreign policy experts interviewed by TheBlaze, there is a more sinister motivation at play for these bloody acts of aggression than meets the eye. Learn the genesis for Tuesday\'s deadly attacks<span style=\"LINE-HEIGHT: 20px; FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif; COLOR: #333333; FONT-SIZE: 13px\"> </span><a href=\"http://www.theblaze.com/stories/more-than-a-movie-experts-claim-real-reason-for-u-s-embassy-attacks-is-much-more-sinister/\" target=\"_blank\" style=\"line-height: 20px; font-family: Arial, Helvetica, Verdana, sans-serif; color: #d12020; font-size: 13px; text-decoration: none;\">HERE</a><span style=\"LINE-HEIGHT: 20px; FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif; COLOR: #333333; FONT-SIZE: 13px\">.</span></p>','',1,17,0,74,'2012-09-13 23:19:58',62,'','2012-09-13 23:26:05',62,0,'0000-00-00 00:00:00','2012-09-13 23:19:58','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,2,'','',0,553,'robots=\nauthor='),(700,'Colonel: Hillary Responsible For Unarmed Security, Vulnerable Embassies','colonel-hillary-responsible-for-unarmed-security-vulnerable-embassies','','<p><img src=\"images/stories/breitbart_logo.png\" border=\"0\" alt=\"Breitbart\" hspace=\"7\" align=\"left\" /><a href=\"http://www.breitbart.com/Breitbart-TV/2012/09/13/Colonel-Hillary-Responsible-For-Unarmed-Security-Vulnerable-Embassies\">Colonel David Hunt appeared on the Howie Carr Show today to discuss the latest news from the Middle East.</a></p>\r\n<p> </p>\r\n<p> <strong>MORE FROM BREITBART:  </strong><a href=\"http://www.breitbart.com/Big-Government/2012/09/12/Obama-Expands-Civil-Forfeiture-So-ATF-Can-Seize-Your-Guns\"><strong><span style=\"color: #0000ff;\"><span style=\"font-size: small;\">Obama Expands ATF\'s Right to Seize Guns Without Due Process</span></span></strong></a></p>','',1,1,0,1,'2012-09-13 23:41:49',62,'Breitbart','2012-09-14 00:04:02',62,0,'0000-00-00 00:00:00','2012-09-13 23:41:49','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,74,'','',0,473,'robots=\nauthor='),(701,'Unreal: On Day Following Libya Assassinations, Obama Skips Another Intel Briefing','unreal-on-day-following-libya-assassinations-obama-skips-another-intel-briefing','','<p><img src=\"images/stories/townhalllogo.jpg\" border=\"0\" alt=\"Townhall\" align=\"left\" />Is anyone surprised by <a href=\"http://www.washingtonpost.com/opinions/marc-thiessen-obama-alone-this-president-does-not-need-intel-briefers/2012/09/13/c11e1a52-fda5-11e1-b153-218509a954e1_story.html\">this revelation</a>? Our <span style=\"text-decoration: line-through;\">Commander</span> Campaigner-in-Chief has made <a href=\"http://www.washinghttp//townhall.com/tipsheet/guybenson/2012/09/12/libya_aftermath_commanderinchief_attends_vegas_campaign_rallytonpost.com/opinions/why-is-obama-skipping-more-than-half-of-his-daily-intelligence-meetings/2012/09/10/6624afe8-fb49-11e1-b153-218509a954e1_story.html\">his priorities</a> crystal clear:</p>\r\n<p><a href=\"http://townhall.com/tipsheet/guybenson/2012/09/13/unreal_obama_skipped_daily_intel_briefing_immediately_following_assassination_of_us_ambassador\"><strong><span style=\"font-size: small;\">Read more at Townhall &gt;&gt;&gt;</span></strong></a></p>\r\n<p><span style=\"color: #0000ff;\"><strong><span style=\"color: #333333;\">MORE FROM TOWNHALL:</span> Report: </strong><a href=\"http://townhall.com/tipsheet/guybenson/2012/09/14/report_us_warned_of_embassy_attack_but_did_nothing\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff;\"><strong>US \"Warned of Embassy Attack But Did Nothing\"</strong></span></span></a></span></p>','',1,1,0,1,'2012-09-14 14:46:51',62,'Guy Benson - Townhall','2012-09-14 15:02:14',62,0,'0000-00-00 00:00:00','2012-09-14 14:46:51','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,73,'','',0,878,'robots=\nauthor='),(702,'Loveland school seizes rosary beads from student, says they’re ‘gang symbol’','loveland-school-seizes-rosary-beads-from-student-says-theyre-gang-symbol','','<p><img src=\"images/stories/logo-foxnews.png\" border=\"0\" alt=\"Fox News\" hspace=\"7\" align=\"left\" />LOVELAND, Colo. — A student is questioning whether his faith or his fashion is under fire at his high school in Loveland.</p>\r\n<p>Thompson Valley High School officials have confiscated his rosary beads twice since school started three weeks ago.</p>\r\n<p><a href=\"http://kdvr.com/2012/09/14/loveland-school-seizes-rosary-beads-to-fight-gangs/\" target=\"_blank\"><strong><span style=\"text-decoration: underline;\"><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">Read</span></span></span></strong></a></p>','',1,13,0,70,'2012-09-16 16:02:18',62,'Fox Denver','2012-09-23 12:42:31',62,0,'0000-00-00 00:00:00','2012-09-16 16:02:18','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,6,'','',0,538,'robots=\nauthor='),(703,'Israeli Foreign Ministry: U.S. ignored Arab radicalization','israeli-foreign-ministry-us-ignored-arab-radicalization','','<p><img src=\"images/stories/haaretz.jpg\" border=\"0\" alt=\"Ha\'Aretz\" hspace=\"7\" align=\"left\" />Foreign Ministry official on signs of \'radicalization\' in Arab world: ‘We knew what was happening, but the Americans preferred to find excuses.’ <strong><span style=\"text-decoration: underline;\"><span style=\"font-size: small;\"><span style=\"color: #0000ff;\"> </span></span></span></strong><a href=\"http://www.haaretz.com/news/diplomacy-defense/israeli-foreign-ministry-u-s-ignored-arab-radicalization.premium-1.465210\"><strong><span style=\"text-decoration: underline;\"><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">Read</span></span></span></strong></a></p>','',1,1,0,1,'2012-09-16 16:06:13',62,'Haaretz','2012-09-16 16:12:54',62,0,'0000-00-00 00:00:00','2012-09-16 16:06:13','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,72,'','',0,454,'robots=\nauthor='),(704,'Armada of international naval power massing in the Gulf as Israel prepares an Iran strike','armada-of-international-naval-power-massing-in-the-gulf-as-israel-prepares-an-iran-strike','','<p><img src=\"images/stories/Telegraph.jpg\" border=\"0\" alt=\"The Telegrapg\" align=\"left\" />An armada of US and British naval power is massing in the Persian Gulf in the belief that Israel is considering a pre-emptive strike against Iran’s suspected nuclear weapons programme.  <a href=\"http://www.telegraph.co.uk/news/worldnews/middleeast/iran/9545597/Armada-of-international-naval-power-massing-in-the-Gulf-as-Israel-prepares-an-Iran-strike.html\"><strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">READ</span></span></strong></a></p>','',1,22,0,80,'2012-09-17 14:31:58',62,'The Telegraph','2012-09-17 14:55:56',62,0,'0000-00-00 00:00:00','2012-09-17 14:31:58','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,5,'','',0,500,'robots=\nauthor='),(705,'Very Urgent Prayer Request—Massive Troop Movements Reported in Israel  ','very-urgent-prayer-requestmassive-troop-movements-reported-in-israel-','','<p><img src=\"images/stories/mikeevans.jpg\" border=\"0\" alt=\"Dr. Michael Evans\" hspace=\"7\" align=\"left\" />I have received an email from a friend and supporter of the Jerusalem Prayer Team who lives in Jerusalem with an urgent message about massive troop movements underway in Israel. The scale of the mobilization is like nothing this family has seen in more than twenty years in the Jewish state. They have seen massive armored columns being moved toward the front lines, additional air and missile defense batteries being put in place, and buses filled with soldiers making the trip to the Western Wall for prayers prior to being deployed.   <a href=\"http://jerusalemprayerteam.org/email/2012/0917.htm?dn=1032&amp;source=10056&amp;id=566928&amp;commid=328050089&amp;CFID=15422367&amp;CFTOKEN=67502563\"><strong><span style=\"color: #0000ff;\"><span style=\"font-size: small;\">READ MORE</span></span></strong></a></p>\r\n<p><strong>Also read: Countdown to Armageddon</strong></p>\r\n<p>A nuclear-armed Iran would undermine US interests and power, but it would not constitute an unbearable threat to the United States. The Iranian bomb constitutes an existential threat to Israel, not to America. So Israel has good reasons to suspect that the current US Administration is bluffing when it says that all options are on the table to prevent Iran from getting the bomb. The US badly wants out of the Middle East. The war in Iraq is over, and the war in Afghanistan will be over soon. The US does not want to be part of another war. </p>\r\n','\r\n<p>Many of the US Muslim allies in the region have been overthrown thanks to a US policy of supporting “human rights” groups, many of which are nothing of the sort such as the radical Muslim Brotherhood. We made this same mistake in Iran paving the way for Ayatollah Khomeini to come to power. Israel is now encircled by Muslim fanatics and even worse, a Muslim Hitler whose threats to exterminate the Jewish people are being ignored by the world. Once Iran goes nuclear, a trillion-dollar atomic arms race will begin in the Gulf oil states—with Russia being the contractor. This will bring about Armageddon in a decade for sure...Jesus said, “When you see these things, look up for your redemption draweth nigh!”</p>\r\n<p>I am not discouraged despite all of this. Today I want to challenge you to enlarge your faith and expect God\'s supernatural provision in your life. Genesis 24:1 says that Abraham was blessed in every way. I love that! What were his blessings?</p>\r\n<p>Abraham was very wealthy in livestock, silver, and gold. He wasn’t rich when God first called him, but he became rich because of the blessing of God upon his life (Genesis 13:2, Deut. 8:18). Abraham also had great favor. The people said to him, “You are a mighty prince among us.” God can supernaturally elevate you to places of favor and influence. Psalm 75:6 says that promotion comes from God.</p>\r\n<p>Abraham’s son was abundantly blessed. When Abraham died, he left everything to Isaac, but the Bible says that God blessed Isaac in his own right. In one year, he reaped 100-fold on his crops, and he became very wealthy. You can pass the blessings down, but God also has additional blessings for your children. He wants them to increase even more (Genesis 25:5, 26:12–14)!</p>\r\n<p>Abraham even received material blessings that he didn’t have to work for. Psalm 105:44 says, “Abraham fell heir to what others had toiled for.” We’ve got to get ahold of this! The Bible says the wealth of the sinner is passed on to the just (Proverbs 13:22)! God can bless you with things that you don’t even have to work for. Deuteronomy 6:11 says that He will give you houses that you did not build, wells that you did not dig, and vineyards that you did not plant.</p>',1,22,0,80,'2012-09-17 15:19:11',62,'Dr. Michael Evans','2012-09-18 14:17:20',62,0,'0000-00-00 00:00:00','2012-09-17 15:19:11','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,4,'','',0,637,'robots=\nauthor='),(706,'Romney: \"Palestinians have no interest whatsoever in establishing peace,\"','romney-qpalestinians-have-no-interest-whatsoever-in-establishing-peaceq','','<p><span id=\"ctl00_ContentPlaceHolder1_article_control_lblTeaser\"><img src=\"images/stories/jerusalem_post.jpg\" border=\"0\" alt=\"The Jerusalem Post\" hspace=\"7\" align=\"left\" />US Republican presidential candidate filmed at fundraising dinner saying Palestinians \"have no interest whatsoever in establishing peace,\" adding Iran would use nuclear capability to blackmail US. <strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\"> </span></span></strong><a href=\"http://www.jpost.com/USPresidentialrace/Article.aspx?id=285410\"><strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">READ</span></span></strong></a></span></p>','',1,1,0,1,'2012-09-18 14:23:14',62,'Jerusalem Post','2012-09-18 14:37:16',62,0,'0000-00-00 00:00:00','2012-09-18 14:23:14','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,71,'','',0,325,'robots=\nauthor='),(707,'A Word About Freedom','a-word-about-freedom','','<p><img src=\"images/stories/OAKI-logo.png\" border=\"0\" alt=\"The Oak Initiative\" align=\"left\" />President Reagan once said, “Freedom is never more than one generation away from extinction. We didn’t pass it to our children in the bloodstream. It must be fought for, protected, and handed on for them to do the same, or one day we will spend our sunset years telling our children and our children\'s children what it was once like in the United States where men were free.”<br /> <br />            Furthermore, the noted British philosopher Edmund Burke reminded us over 200 years ago that “those who don\'t know history are destined to repeat it.\" If we are to pass the freedoms we’ve enjoyed as Americans to the next generation of children and grandchildren, who will only inherit the America we give them, we would be wise to heed the warnings given by Ronald Reagan, Edmund Burke, and countless others throughout history.<br /> <br />            Freedom is not free. To sustain it, someone must be willing to pay the price for it—just like our fathers, grandfathers, and great grandfathers did for us, and like many of our sons, daughters, and neighbors are proudly willing to do today. Shockingly, while some cannot accept that socialism and its nearest kin, communism, is a present threat to America, others seem all too willing to sit by while the liberties and principles as defined in the Constitution are slowly being replaced with a political system most know little about. Let’s briefly examine this further.   <a href=\"http://www.theoakinitiative.org/oak-leaf-29\"><strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">READ</span></span></strong></a></p>','',1,20,0,78,'2012-09-18 19:50:50',62,'David White for The Oak Initiative','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-09-18 19:50:50','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,28,'','',0,621,'robots=\nauthor='),(708,'Obama In 1998: \"I Actually Believe In Redistribution\" ','obama-in-1998-qi-actually-believe-in-redistributionq-','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"315\" src=\"http://www.youtube.com/embed/ge3aGJfDSg4\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,18,0,75,'2012-09-19 13:38:47',62,'Barack Hussein Obama','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-09-19 13:38:47','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,1,'','',0,274,'robots=\nauthor='),(709,'CRS report: number of able-bodied adults on food stamps doubled after Obama suspended work requirement','crs-report-number-of-able-bodied-adults-on-food-stamps-doubled-after-obama-suspended-work-requirement','','<p><img src=\"images/stories/TheExaminer.jpg\" border=\"0\" alt=\"The Examiner\" hspace=\"7\" align=\"left\" />Obama administration officials have insisted that their decision to grant states waivers to redefine work requirements for welfare recipients would not “gut” the landmark 1996 welfare reform law. But a <a href=\"http://www.scribd.com/doc/106346145/CRS-Memo-ABAWD\">new repor</a>t from the Congressional Research Service obtained by the Washington Examiner suggests that the administration’s suspension of a separate welfare work requirement has already helped explode the number of able-bodied Americans on food stamps. <strong><span style=\"color: #0000ff;\"><span style=\"font-size: small;\"> </span></span></strong><a href=\"http://washingtonexaminer.com/crs-report-number-of-able-bodied-adults-on-food-stamps-doubled-after-obama-suspended-work-requirement/article/2508430#.UFm26o1lREN\" target=\"_blank\"><strong><span style=\"color: #0000ff;\"><span style=\"font-size: small;\">READ</span></span></strong></a></p>','',1,1,0,1,'2012-09-19 13:41:55',62,'Phillip Klein -- The Examiner','2012-09-23 12:41:36',62,0,'0000-00-00 00:00:00','2012-09-19 13:41:55','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,70,'','',0,291,'robots=\nauthor='),(710,'Libyan President: Attack Premeditated, Al-Qaeda Involved, US Warned Beforehand','libyan-president-attack-premeditated-al-qaeda-involved-us-warned-beforehand','','<p><img src=\"images/stories/breitbart_logo.png\" border=\"0\" alt=\"Breitbart\" hspace=\"7\" align=\"left\" />Libya\'s highest politician says the United States government was warned about a pending attack on its diplomatic staff three days before it took place.  <a href=\"http://www.breitbart.com/Big-Peace/2012/09/18/Libyan-President-Attack-Was-Premeditated-Al-Qaeda-Involved-US-Warned-Beforehand\" target=\"_blank\"><strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">READ</span></span></strong></a></p>','',1,1,0,1,'2012-09-19 14:17:32',62,'Awr Hawkins -- Breitbart','2012-09-23 12:40:49',62,0,'0000-00-00 00:00:00','2012-09-19 14:17:32','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,69,'','',0,363,'robots=\nauthor='),(712,'Why The Polls Understate Romney Vote','why-the-polls-understate-romney-vote','','<p><img class=\"caption\" src=\"images/stories/dick_morris.jpg\" border=\"0\" alt=\"Dick Morris\" title=\"Dick Morris\" hspace=\"7\" align=\"left\" />Republicans are getting depressed under an avalanche of polling suggesting that an Obama victory is in the offing. They, in fact, suggest no such thing! Here’s why:</p>\r\n<p><strong>1.</strong> All of the polling out there uses some variant of the 2008 election turnout as its model for weighting respondents and this overstates the Democratic vote by a huge margin.  <a href=\"http://www.dickmorris.com/why-the-polls-under-state-romney-vote/\" target=\"_blank\"><strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">READ</span></span></strong></a></p>','',1,1,0,1,'2012-09-22 18:45:59',62,'Dick Morris -- DickMorris.com','2012-09-23 12:39:52',62,0,'0000-00-00 00:00:00','2012-09-22 18:45:59','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,67,'','',0,288,'robots=\nauthor='),(713,'Bishop Calls On All Christians to Leave Democratic Party','bishop-calls-on-all-christians-to-leave-democratic-party','','<div style=\"text-align: left;\">\r\n<p style=\"margin-top: 0px; margin-bottom: 0px; color: black; font-size: 12pt;\"><span style=\"font-family: Arial, Helvetica, sans-serif; font-size: 18pt;\"><strong><img src=\"images/stories/OAKI-logo.png\" border=\"0\" alt=\"The Oak Initiative\" align=\"left\" /> </strong></span></p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px; color: black;\"><span style=\"font-family: Arial, Helvetica, sans-serif; color: #ff0000; font-size: 12pt;\"><strong>Special Bulletin<img src=\"images/stories/Jackson.jpg\" border=\"0\" alt=\"E.W. Jackson\" align=\"right\" /></strong></span></p>\r\n<p style=\"text-align: left; margin-top: 0px; font-family: Verdana,Geneva; margin-bottom: 0px;\" align=\"left\"><span style=\"font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 12pt;\"><em>By Bishop E.W. Jackson </em></span></p>\r\n<p style=\"margin-top: 0px; font-family: Verdana,Geneva; margin-bottom: 0px;\"><strong>Bishop E.W. Jackson is making a war cry: \"Let God\'s People Go!\"</strong></p>\r\n</div>\r\n<p style=\"text-align: center; margin-top: 0px; font-family: Helvetica, Calibri, Arial, sans-serif; margin-bottom: 0px; color: #000000; font-size: 11pt;\" align=\"center\"><span style=\"text-align: justify; font-size: 11pt;\"> </span></p>\r\n<p> <span style=\"color: #000000; font-size: 11pt;\">Jackson, a Marine Corps veteran, graduate of Harvard Law School and adjunct professor of la</span><span style=\"font-size: 11pt;\">w, is echoing the words of Moses in a campaign to persuade Christians of all races that the time has come for a wholesale exodus of Christians from the Democrat Party.   </span> <a href=\"http://www.theoakinitiative.org/special-bulletin-15-2012\" target=\"_blank\" style=\"color: #0000cb; font-weight: bold; text-decoration: underline;\"><span style=\"font-size: small;\">READ</span></a></p>','',1,20,0,78,'2012-09-23 00:48:38',62,'The Oak Initiative -- E.W. Jackson','2012-09-23 01:05:33',62,0,'0000-00-00 00:00:00','2012-09-23 00:48:38','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',8,0,27,'','',0,359,'robots=\nauthor='),(714,'Whoa: Devastating CBS News Benghazi Report Slams Obama Administration','whoa-devastating-cbs-news-benghazi-report-slams-obama-administration','','<p><img src=\"images/stories/townhalllogo.jpg\" border=\"0\" alt=\"Townhall\" align=\"left\" />There were so many critical elements of this <a href=\"http://www.youtube.com/watch?v=TGMlnBkUztM&amp;feature=player_embedded\">CBS News report</a> on Libya, I wasn\'t sure which one to highlight in a juicy headline. Just watch:  <strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">GO TO TOWNHALL</span></span></strong></p>','',1,1,0,1,'2012-09-23 01:25:01',62,'Guy Benson -- Townhall','2012-09-26 02:15:56',62,0,'0000-00-00 00:00:00','2012-09-23 01:25:01','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,66,'','',0,302,'robots=\nauthor='),(715,'CNN Admits Finding Slain Ambassador’s Personal Journal in Libya…And Using it for ‘Tips’','cnn-admits-finding-slain-ambassadors-personal-journal-in-libyaand-using-it-for-tips','','<h2><img src=\"images/stories/blaze_logo.png\" border=\"0\" alt=\"The Blaze\" hspace=\"7\" align=\"left\" /></h2>\r\n<h2><br />State Department spokesman Philippe Reines called CNN\'s actions \"indefensible.\"  <span style=\"color: #0000ff;\"><strong><a href=\"http://www.theblaze.com/stories/cnn-admits-finding-slain-ambassadors-personal-journal-in-libya-and-using-it-for-tips/\" target=\"_blank\"><span style=\"color: #0000ff;\"><span style=\"font-size: small;\">Read More »</span></span></a></strong></span><strong><br /></strong></h2>','',1,1,0,1,'2012-09-23 01:42:42',62,'The Blaze','2012-09-23 12:39:04',62,0,'0000-00-00 00:00:00','2012-09-23 01:42:42','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,65,'','',0,248,'robots=\nauthor='),(716,'Regime Runs Apology Ad on Pakistani TV','regime-runs-apology-ad-on-pakistani-tv','','<p><img src=\"images/stories/rush_limbaugh_show.jpg\" border=\"0\" alt=\"The Rush Limbaugh Show\" hspace=\"7\" align=\"left\" />Speaking of, folks, you gotta hear this. Let me find it. Sound bite 12. I mentioned this to you <a href=\"http://www.rushlimbaugh.com/daily/2012/09/20/the_regime_s_libya_lies\" target=\"_self\">yesterday</a> on the program, and then last night I finally got the audio. You\'re not gonna get everything listening to this, but you\'ll get enough. There\'s some graphics on the screen, a little translation, but for the most part this a 42-second commercial. It\'s an Obama regime ad apologizing to the Muslim world in Pakistan for the video.  <a href=\"http://www.rushlimbaugh.com/daily/2012/09/21/regime_runs_apology_ad_on_pakistani_tv\" target=\"_blank\"><strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">READ / VIEW</span></span></strong></a></p>\r\n<h2><span style=\"font-size: small;\">More from Rush Limbaugh: </span> The Coming Internet Kill Switch</h2>\r\n<p>It says here, \"The White House began to explore an executive order last month after Senate Republicans blocked\" the bill. Yep. Republicans said (summarized), \"What do you mean the president\'s gonna have the power to turn off the Internet? We\'re not gonna do that!\" So Obama said, \"To hell with you guys. We\'ll just bypass you.\" Obama is again set to bypass Congress, which has rejected any attempt to pass this kind of legislation. <a href=\"http://www.rushlimbaugh.com/daily/2012/09/21/the_coming_internet_kill_switch\" target=\"_blank\"><strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">READ</span></span></strong></a></p>','',1,13,0,70,'2012-09-23 11:56:40',62,'Rush Limbaugh Show','2012-09-23 12:42:09',62,0,'0000-00-00 00:00:00','2012-09-23 11:56:40','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,5,'','',0,422,'robots=\nauthor='),(717,'LA Times: Why We Won\'t Release The Khalidi Video','la-times-why-we-wont-release-the-khalidi-video','','<p><img src=\"images/stories/breitbart_logo.png\" border=\"0\" alt=\"Breitbart\" hspace=\"7\" align=\"left\" />This week, Breitbart News offered a $100,000 reward to anyone who produced the infamous 2003 tapes of Barack Obama at an event honoring Palestinian anti-Israel radical Rashid Khalidi. And today, James Rainey of the <em>Los Angeles Times</em> took to his keyboard today to write a diatribe defending the <em>Times</em>’ refusal to make public those tapes.  <a href=\"http://www.breitbart.com/Big-Journalism/2012/09/21/LA-Times-Fights-Back-Against-Breitbart-News-Offer-Khalidi-Video\" target=\"_blank\"><strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">READ</span></span></strong></a></p>','',1,1,0,1,'2012-09-23 12:13:47',62,'Ben Shapiro -- Breitbart','2012-09-23 12:43:10',62,0,'0000-00-00 00:00:00','2012-09-23 12:13:47','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,64,'','',0,560,'robots=\nauthor='),(718,'Romney Can Still Overcome Obama\'s Dishonest, Divisive Campaign','romney-can-still-overcome-obamas-dishonest-divisive-campaign','','<p><img src=\"images/stories/us_news.jpg\" border=\"0\" alt=\"U.S. News and World Report\" hspace=\"7\" align=\"left\" />He can get by his \'47 percent\' problem and beat Obama by outlining how he will get America back to work. <a href=\"http://www.usnews.com/opinion/articles/2012/09/21/romney-can-still-overcome-obamas-dishonest-divisive-campaign\" target=\"_blank\"> <strong><span style=\"color: #0000ff;\"><span style=\"font-size: small;\">READ</span></span></strong></a></p>','',1,1,0,1,'2012-09-23 12:56:14',62,'Mortimer Zuckerman -- U.S. News','2012-09-23 13:07:49',62,0,'0000-00-00 00:00:00','2012-09-23 12:56:14','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,63,'','',0,499,'robots=\nauthor='),(719,'Time for Whoopi Goldberg, But He Doesn’t Have Time for World Leaders?’','time-for-whoopi-goldberg-but-he-doesnt-have-time-for-world-leaders','','<p><img src=\"images/stories/blaze_logo.png\" border=\"0\" alt=\"The Blaze\" hspace=\"7\" align=\"left\" />Senior Obama campaign adviser Robert Gibbs on Sunday defended the president‘s plan to appear on ABC’s “The View” while skipping any private meetings with world leaders gathered in New York this week for the United Nations General Assembly.  <a href=\"http://www.theblaze.com/stories/foxs-chris-wallace-to-robert-gibbs-obama-has-time-for-whoopi-goldberg-but-he-doesnt-have-time-for-world-leaders/\" target=\"_blank\"><strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">READ</span></span></strong></a></p>','',1,1,0,1,'2012-09-24 01:31:01',62,'The Blaze','2012-09-24 01:34:45',62,0,'0000-00-00 00:00:00','2012-09-24 01:31:01','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,62,'','',0,498,'robots=\nauthor='),(720,'British papers show no mercy','british-papers-show-no-mercy','','<p><img src=\"images/stories/humor/O_bummer.jpg\" border=\"0\" alt=\"Obummer\" width=\"636\" height=\"1979\" /></p>','',1,16,0,73,'2012-09-24 18:00:44',62,'Submitted by Ed G','2012-09-24 18:08:58',62,0,'0000-00-00 00:00:00','2012-09-24 18:00:44','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,3,'','',0,1967,'robots=\nauthor='),(721,'Obamalogic','obamalogic','','<p><img src=\"images/stories/humor/o2.jpg\" border=\"0\" alt=\"Obama \" width=\"425\" height=\"177\" /></p>','',0,16,0,73,'2012-09-24 18:09:08',62,'Submitted by Ed G','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-09-24 18:09:08','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,2,'','',0,3,'robots=\nauthor='),(722,'Thief in the night','thief-in-the-night','','<p><img src=\"images/stories/thief_in_the_night.jpg\" border=\"0\" alt=\"Thief in the night\" /></p>','',1,16,0,73,'2012-09-25 13:10:46',62,'Submitted by Elsie DeLuca -- facebook','2012-09-25 13:20:21',62,62,'2012-09-25 13:20:22','2012-09-25 13:10:46','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,1,'','',0,617,'robots=\nauthor='),(723,'Michigan Billboard','michigan-billboard','','<div style=\"MARGIN-BOTTOM: 5pt\">\r\n<div>\r\n<div>\r\n<div>\r\n<div style=\"BACKGROUND: whitesmoke\"><span style=\"COLOR: #17375e; FONT-SIZE: 14pt\">This photo was taken at the intersection of M-40 near Saugatuck, MI</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"MARGIN-BOTTOM: 5pt\">\r\n<div>\r\n<div>\r\n<div>\r\n<div style=\"BACKGROUND: whitesmoke\"><span style=\"COLOR: #17375e; FONT-SIZE: 14pt\">It\'s the best comparison yet (ought to be in all cities)!.</span></div>\r\n<div style=\"BACKGROUND: whitesmoke\"><span style=\"COLOR: #17375e; FONT-SIZE: 14pt\"> </span></div>\r\n<div style=\"BACKGROUND: whitesmoke\"><span style=\"COLOR: #17375e; FONT-SIZE: 14pt\"><img src=\"images/stories/billboard.jpg\" border=\"0\" alt=\"Obamanonomics\" /></span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','',1,1,0,1,'2012-09-26 15:14:27',62,'Submitted by J. Schulz','0000-00-00 00:00:00',0,62,'2012-09-26 15:21:16','2012-09-26 15:14:27','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,61,'','',0,862,'robots=\nauthor='),(724,'Religious Liberty, Hate & Every American\'s Rights ','religious-liberty-hate-a-every-americans-rights-','','<p><span style=\"color: #000000;\"><em>  <span style=\"color: #000000;\"><em><img src=\"images/stories/OAKI-logo.png\" border=\"0\" alt=\"The Oak Initiative\" align=\"left\" /></em></span></em></span></p>\r\n<p><span style=\"color: #000000;\"><em></em></span><span style=\"color: #000000;\"><em>By <a>Tony Perkins</a>, William G. Boykin, J. Kenneth Blackwell</em></span></p>\r\n<p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\">Published September 17, 2012</p>\r\n<p style=\"margin-top: 0px; margin-bottom: 0px;\">FoxNews.com</p>\r\n</p>\r\n<p style=\"text-align: justify; margin-top: 0px; font-family: Arial, Helvetica, sans-serif; margin-bottom: 0px; color: #000000; font-size: 11pt;\" align=\"justify\"><span style=\"text-align: left; font-size: 11pt;\">Chick-fil-A sales have broken all records after being threatened by ultra-left wing activists. The restaurant chain, attacked for its CEO\'s affirmation of marriage as an institution between a man and a woman, became a rallying cry for freedom of speech and religious expression. <a href=\"http://campaign.r20.constantcontact.com/render?llr=6blbffdab&amp;v=001KY-bJ3gW3XctXX_WeHa_p-DXI4Edt7Yl8x_3KCsWwz-JOHrqNH7DKVJnn51ecMUVtvWhUjgPi5VL8A6a8voYmKaGqpwtlwr8HuI-irLWU_aBd3l-SCCL33on5P2pQx0OAtcKIUA1QyrT1jf0Zxb8iW-oLMaxcp8Op_Sn7ZZ5Z6Zxt3VpsLffATcTLwebQhzL9RysZRl088_MK2QgDSFKEZl7ejgFQ4qGm_hoA3FoGOpUSTsQtWcym3ZqwQ0Q42CbTE0ZM96zAJo%3D\"><span style=\"color: #0000ff;\"><strong><span style=\"font-size: small;\">READ</span></strong></span></a></span></p>','',1,20,0,78,'2012-09-26 15:28:29',62,'Submitted by The Oak Initiative','2012-09-26 15:32:48',62,0,'0000-00-00 00:00:00','2012-09-26 15:28:29','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,26,'','',0,493,'robots=\nauthor='),(725,'Allen West not backing down from calling Dems \"communists\" ','allen-west-not-backing-down-from-calling-dems-qcommunistsq-','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"236\" src=\"http://www.youtube.com/embed/dXi4l4q6Aho\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,20,0,78,'2012-09-26 15:35:09',62,'Submitted by the Oak Initiative','2012-09-26 15:39:26',62,0,'0000-00-00 00:00:00','2012-09-26 15:35:09','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,25,'','',0,454,'robots=\nauthor='),(726,'Rachel Corrie Died for Her Parents\' Sins','rachel-corrie-died-for-her-parents-sins','','<div style=\"line-height: 17px; font-family: Arial, Verdana, Helvetica; color: #000; font-size: 13px;\">\r\n<p><strong style=\"font-size: 16px; font-weight: bold;\"><img src=\"images/stories/flame.jpg\" border=\"0\" alt=\"Flame\" hspace=\"7\" align=\"left\" />Rachel Corrie Died for Her Parents\' Sins</strong><br />by Abraham H. Miller, <em>PJ Media</em>, September 3, 2012</p>\r\n<p><strong>After a lengthy trial, an Israeli court</strong><strong> found that the death of International Solidarity Movement activist Rachel Corrie was an accident.</strong> Rachel Corrie\'s death was an accident, but it was not a tragedy. The tragedy is to be seen in the deaths of all the other Rachels — there are about a dozen of them — and the hundreds of other innocents who died at the hands of the people Rachel Corrie was trying to protect. Rachel Corrie was a willing and active accomplice helping people bent on committing mass murder. If her intended victims were not Jews, the world would not be beatifying her as some sort of saintly peace activist.</p>\r\n','\r\n<p> </p>\r\n<p>The entire Rachel Corrie episode is an encounter with the absurd. Corrie joined the anarchist International Solidarity Movement (ISM), which takes naïve leftists like Corrie and puts them in dangerous situations with the hope that their death or injury will make them poster children for the Palestinian cause. The ISM does not support a two-state solution. The only outcome it envisages to the Palestinian/Israeli conflict is the destruction of the Jewish state and, of course, with it, the Jews. The ISM makes no secret of its goals and aspirations. When Corrie signed on to go to the war zone known as Gaza and stand in front of Israeli bulldozers that were destroying tunnels and homes being used to smuggle and store arms and munitions designed to kill Jews, she knew she was helping mass murderers.</p>\r\n<p>Corrie stood in front of a bulldozer whose uplifted blade made it impossible for the driver to see her. She was simply too close to the bulldozer to be in the field of vision, like being too close to an SUV backing up in reverse. By the time Corrie realized that the bulldozer was not going to stop, she started moving backward and fell into a trench, which the bulldozer drove over causing her to be crushed by the falling dirt. Her death was exactly the kind of event the ISM wanted: an American student dying at the hands of a bulldozer operated by the Israeli Defense Forces.</p>\r\n<p><strong>Since her death, Corrie\'s activist, militant, and Israeli-bashing parents</strong> have transformed her death into a cottage industry. The Corries can be seen making the rounds of the liberal churches talking about the Palestinian cause and how the Israelis maliciously killed their daughter. For audiences predisposed to hate Israel and support the Palestinians as an oppressed people, the Corries and their \"martyred\" daughter comprise a saga that reinforces their jaundiced views.</p>\r\n<p>It is not just the liberal churches that venerate the Corries. Yasser Arafat, too, showered them with adulation for donating their daughter to the cause. Just as their daughter put her life at risk to help mass murderers, the parents stand for photo ops with people who speak of past crimes against Jews and openly boast of those they are about to commit.</p>\r\n<p>The Corries have learned nothing from their daughter\'s experience. Mrs. Corrie openly brags of two nieces who are active members of the ISM, and she hopes their activism will emulate her daughter\'s.</p>\r\n<p>Clearly, the Corries are trying to expiate their own guilt. What parents encourage their daughter to go into a war zone to stand before bulldozers that are trying to protect innocent people by destroying tunnels and buildings used to transfer munitions for suicide bombers? What parents encourage their child to join an anarchist organization that thrives on placing the naïve in harm\'s way while lusting after the inevitable and ensuing propaganda benefit from their death and injury? Did the Corries hate Jews more than they loved their child?</p>\r\n<p>It is as if through speaking engagements and appearance at cinema and stage performances about their daughter, the Corries have not only helped perpetuate the myth of Saint Rachel, the peace activist, but also absolved themselves of any responsibility for their daughter\'s death.</p>\r\n<p><strong>Rachel\'s parents filed a suit in Israeli court against the Israeli Defense Forces</strong> for being responsible for their daughter\'s death. Now, let\'s think a moment about this picture. Is there any other country in the Middle East, or in the world for that matter, where your daughter can stand in a war zone and have no expectation that harm will come to her? The ISM has sent no one to Syria to protect its citizens from the murderous Bashar Assad. The ISM has sent no one to Egypt to protect Christians and secularists from the murderous zealotry of the Muslim Brotherhood. The ISM does not stand in the streets of Saudi Arabia and campaign for an end to gender apartheid. The ISM is not standing in the streets of Tehran demonstrating against Iran\'s nuclear program. Only in Israel does the ISM believe it has a right to enter a war zone and interfere with a country\'s military operations. And only in Israel does it somehow have a right to go into court and sue the state for conduct that would earn it a bullet in most Middle East countries. To add insult to injury, it is Hillary Clinton\'s State Department that is assisting the Corries in this exercise in the absurd.</p>\r\n<p>I doubt if the Corries ever thought they had a case. The trial and the verdict were merely a means for the Corries to do what they do best — to mobilize the Israel-bashing left and its sycophants in the press to further attack the Jewish state. If an Israeli court ruled against the IDF, which it indeed has done in some cases, then that would have been a further testimony to the beatification of Rachel Corrie. And if, as predicted, the court ruled against the Corries, that would have provided a means to further push Saint Rachel into the headlines and for such rags as the Guardian to spill their anti-Semitic bile. Indeed, the Guardian condemned the verdict, calling it a further whitewash of the tragedy. The Guardian\'s Harriet Sherwood brought to her analysis the fatuous, progressive cliché about the cycle of violence, as if destroying a house that stores weapons and munitions for killing civilians is the moral equivalent of using those weapons and munitions to blow up a pizza parlor.</p>\r\n<p>It would seem to me that if you go out in a combat zone and stand in front of a bulldozer, especially one with its blade raised, maybe you\'re responsible for your own stupidity and the harm that comes to you. And, perhaps, the militant and activist parents who encouraged you to be there are also responsible.</p>\r\n<p><strong>What are the Corries due? They\'re due the same concern and compassion</strong> they have shown to the victims of the suicide bombers their daughter was enabling. To date, that has been nothing, not so much as an iota of regret, compassion, or condolence. And of the dozen or so Jewish Rachels that have been killed by suicide bombers, the leftist media has not found one worthy of the adulation that it has conferred on the naïve girl who stood in front of a bulldozer to enable mass murderers to carry out their operations.</p>\r\n<p>If the Corries want to comprehend who really is responsible for their daughter\'s death, they should start by first looking in the mirror and then convincing their nieces not to follow in Rachel\'s footsteps. Of course, we know that would be terribly unlike the Corries, for it would deny them the veneration they have discovered for themselves and which they so desperately need to give some meaning to the death of a daughter who sought to enable mass murderers.</p>\r\n<p><em>Abraham H. Miller is an emeritus professor of political science and a former head of the Intelligence Studies Section of the International Studies Association.</em></p>\r\n<!-- End Featured Article Copy --></div>\r\n<!-- End Featured Article --><!-- Print Document Link -->\r\n<p style=\"line-height: 17px; font-family: Arial,  Verdana, Helvetica; color: black; font-size: 12px;\"><span style=\"font-style: normal; font-size: 16px; font-weight: bold;\"><span style=\"color: #ff3300;\">PRINTER FRIENDLY VERSION</span></span><br />If you\'d like a printer-friendly, text version of this newsletter click the button below.<br /><br /><a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000267/!x-usc:http:/wec.bulldogreporter.com/t/18683136/110750721/3570217/2016/\"><img src=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000267/!x-usc:http:/www.factsandlogic.org/_images/button_text_ed.gif\" border=\"0\" alt=\"text\" width=\"97\" height=\"24\" /></a></p>\r\n<!-- Print Document Link -->\r\n<p style=\"line-height: 17px; font-family: Arial,  Verdana, Helvetica; color: black; font-size: 12px;\"><span style=\"font-style: normal; font-family: Arial, Verdana, Helvetica; font-size: 16px; font-weight: bold;\"><span style=\"color: #ff3300;\">DONATE</span></span><br />How many times have you heard someone lament that Israel doesn\'t have good public relations? By supporting FLAME, you help one of the world\'s most powerful information efforts to spread the truth about Israel and the Middle East conflict. Please note that because FLAME is a non-profit 501(c)(3) corporation, your donation is tax-deductible.<br /><br /><a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000267/!x-usc:http:/wec.bulldogreporter.com/t/18683136/110750721/2289518/2017/\"><img src=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000267/!x-usc:http:/www.factsandlogic.org/_images/button_donate.gif\" border=\"0\" alt=\"donate\" width=\"70\" height=\"24\" /></a></p>\r\n<p><img src=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000267/!x-usc:http:/www.factsandlogic.org/_images/pixel.gif\" border=\"0\" width=\"15\" height=\"6\" /></p>\r\n<!-- Forward to Friend Link -->\r\n<table style=\"width: 500px;\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#ffffff\">\r\n<tbody>\r\n<tr>\r\n<td width=\"500\">\r\n<p style=\"line-height: 17px; font-family: Arial,  Verdana, Helvetica; color: black; font-size: 12px;\"><span style=\"font-style: normal; font-family: Arial, Verdana, Helvetica; font-size: 16px; font-weight: bold;\"><span style=\"color: #ff3300;\">FORWARD TO A FRIEND</span></span><br />If you know of a friend or colleague who would appreciate learning more Facts and Logic About the Middle East, please forward this issue of the FLAME HOTLINE to them using the link below.</p>\r\n<!-- ECONNECT FORWARD TO FRIEND --><a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000267/!x-usc:http:/wec.bulldogreporter.com/invite/3/0/110750721/18683136/4077423/33003/530/\"><img src=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000267/!x-usc:http:/www.factsandlogic.org/_images/button_forward.gif\" border=\"0\" width=\"87\" height=\"24\" /></a> <!-- ECONNECT FORWARD TO FRIEND --></td>\r\n</tr>\r\n<!-- Forward to Friend Link -->\r\n<tr>\r\n<td width=\"500\"><img src=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000267/!x-usc:http:/www.factsandlogic.org/_images/pixel.gif\" border=\"0\" width=\"15\" height=\"6\" />\r\n<p style=\"line-height: 17px; font-family: Arial,  Verdana, Helvetica; color: black; font-size: 12px;\"><span style=\"font-style: normal; font-family: Arial, Verdana, Helvetica; font-size: 16px; font-weight: bold;\"><span style=\"color: #ff3300;\">SUBSCRIBE TO THE FLAME HOTLINE</span></span><br />If you have received this issue of the FLAME HOTLINE from a friend or colleague and you\'d like to subscribe, please use the link below.</p>\r\n<a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000267/!x-usc:http:/wec.bulldogreporter.com/t/18683136/110750721/2649187/2018/\"><img src=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000267/!x-usc:http:/www.factsandlogic.org/_images/button_subscribe_free.gif\" border=\"0\" width=\"119\" height=\"25\" /></a>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>',1,22,0,80,'2012-09-26 15:53:15',62,'Submitted by The Flame','2012-09-26 16:01:45',62,0,'0000-00-00 00:00:00','2012-09-26 15:53:15','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,3,'','',0,649,'robots=\nauthor='),(727,'To Vote or Not To Vote?','to-vote-or-not-to-vote','','<div>If you are thinking of not voting because your favorite Conservative (or in my case, Ron Paul) didn\'t win the nomination, consider the following:</div>\r\n<div>1. Justice Scalia is 76.</div>\r\n<div>2. Justice Kennedy is 76.</div>\r\n<div>3. Justice Breyer is 74.</div>\r\n<div>4. Justice Ginsburg is 79.</div>\r\n<div>The next president could appoint as many as 4 new Justices over the next four years.<br /><br /></div>\r\n<div>This election is about much more than the ObamaCare Tax. Whoever we elect as president in November is almost certainly going to choose many other life-tenured, federal judges, all of whom will be making momentous decisions about our lives for decades to come. If you don\'t think it matters whether the guy making those calls is Mitt Romney or Barack Obama, <strong>THINK AGAIN.</strong><br /><br /></div>\r\n<div>So, for anybody who is thinking of not voting because your favorite Republican didn\'t get nominated, or writing in a candidate who can\'t win, imagine this:</div>\r\n<div><strong><span style=\"font-size: medium;\"><span style=\"color: #ff0000;\">SUPREME COURT JUSTICE ERIC HOLDER</span>. HELLO? Anyone HOME?</span></strong></div>','',1,20,0,78,'2012-09-29 14:23:23',62,'Submitted by Matt Krol','2012-09-29 18:52:00',62,62,'2012-09-29 18:52:01','2012-09-29 14:23:23','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,24,'','',0,526,'robots=\nauthor='),(728,'Anxiety Rising Among Troops as Sequestration Nears','anxiety-rising-among-troops-as-sequestration-nears','','<p><img src=\"images/stories/military_dot_com.jpg\" border=\"0\" alt=\"Military.com\" hspace=\"7\" align=\"left\" />WASHINGTON -- With Congress having left town until after the November elections and the threat of sequestration looming, servicemembers are growing anxious about just how deeply defense cuts will hit the military community, defense contractors and the larger economy.  <a href=\"http://www.military.com/daily-news/2012/09/26/anxiety-rising-among-troops-as-sequestration-nears.html?ESRC=dod_c.nl\" target=\"_blank\"><strong><span style=\"color: #0000ff;\"><span style=\"font-size: small;\">READ</span></span></strong></a></p>\r\n<hr />\r\n<p> <strong>More from Military.com:</strong>  <strong><span style=\"font-size: small;\">Army Uniform Designed for Women Now for All</span></strong></p>\r\n<p>It may comfort you to know that the Army is designing \"Unisex\" uniforms.  <a href=\"http://www.military.com/daily-news/2012/09/28/army-uniform-designed-for-women-now-for-all.html?comp=7000023317843&amp;rank=7\" target=\"_blank\"><strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">READ</span></span></strong></a> </p>\r\n<hr />\r\n<p><span style=\"font-size: small;\"><strong>Aging Gitmo Captives Get Cardio Care Unit </strong></span></p>\r\n<p>The investment is part of a Pentagon program offering the detainees healthcare that\'s comparable to what U.S. troops receive. <span style=\"font-size: small;\"><a href=\"http://www.military.com/daily-news/2012/09/29/aging-gitmo-captives-get-cardio-care-unit.html?comp=7000023317843&amp;rank=3\" target=\"_blank\"><strong><span style=\"color: #0000ff;\">READ</span></strong></a></span></p>','',1,1,0,1,'2012-09-29 18:44:13',62,'Stars and Stripes --- Joyce Tsai','2012-09-30 13:32:21',62,0,'0000-00-00 00:00:00','2012-09-29 18:44:13','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,60,'','',0,473,'robots=\nauthor='),(729,'Obama Administration to Defense Contractors: No Layoff Notices Until After Election, Please','obama-administration-to-defense-contractors-no-layoff-notices-until-after-election-please','','<p><img src=\"images/stories/townhalllogo.jpg\" border=\"0\" alt=\"Townhall\" align=\"left\" />In an effort to make the economy look a little rosier than it is, the Obama administration is basically coercing defense contractors so as to prevent news of layoffs hitting voters before the election.  <a href=\"http://townhall.com/tipsheet/katehicks/2012/09/29/obama_administration_to_defense_contractors_no_layoff_notices_until_after_election_please\" target=\"_blank\"><span style=\"color: #0000ff;\"><strong><span style=\"font-size: small;\">READ</span></strong></span></a></p>','',1,1,0,1,'2012-09-30 13:36:09',62,'Townhall -- Kate Hicks','2012-09-30 13:39:37',62,0,'0000-00-00 00:00:00','2012-09-30 13:36:09','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,59,'','',0,820,'robots=\nauthor='),(730,'Previews of Coming Attractions?','previews-of-coming-attractions','','<p><img src=\"images/stories/news.gif\" border=\"0\" alt=\"The Guardian\" hspace=\"7\" align=\"left\" />Spain reels at violent tactics by riot police</p>\r\n<p id=\"stand-first-first-alone\">Officers lash out at passengers and austerity protesters as they storm into Madrid rail station. <a href=\"http://www.guardian.co.uk/world/2012/sep/29/spain-riot-police\" target=\"_blank\"><strong><span style=\"font-size: small;\">READ</span></strong></a></p>','',1,13,0,70,'2012-09-30 13:48:30',62,'The Guardian UK','2012-09-30 14:05:29',62,0,'0000-00-00 00:00:00','2012-09-30 13:48:30','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,4,'','',0,443,'robots=\nauthor='),(731,'Benghazi-Gate: A Timeline of Government Deceit, Deception, and Outright Lies ','benghazi-gate-a-timeline-of-government-deceit-deception-and-outright-lies-','','<p><strong><img src=\"images/stories/breitbart_logo.png\" border=\"0\" alt=\"Breitbart\" hspace=\"7\" align=\"left\" />\"</strong><strong style=\"LINE-HEIGHT: 13.25pt\">Al-Qaeda is on the path to defeat.\"</strong><span style=\"LINE-HEIGHT: 13.25pt\"> -- President Barack Obama: Sept 6th, 2012, at the Democratic Convention.</span>   <a href=\"http://www.breitbart.com/Big-Government/2012/09/29/Benghazi-Gate-Timeline-What%20Government-Knew-What-they-Said\" target=\"_blank\"><strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">READ</span></span></strong></a></p>','',1,1,0,1,'2012-09-30 14:05:33',62,'Breitbart -- John Nolte','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-09-30 14:05:33','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,58,'','',0,285,'robots=\nauthor='),(732,'Live Outside the Boat ','live-outside-the-boat-','','<p>\r\n<p><em>\r\n<p><img src=\"images/stories/johnElliott.jpg\" border=\"0\" alt=\"John Elliott\" width=\"102\" height=\"91\" align=\"left\" />“In this world you will have trouble, but be of good cheer, I have overcome the world”</p>\r\n(John 16:33).<span> </span></em></p>\r\n</p>\r\n<p><em>“For our light affliction, which is but for a moment, is working for us a far more exceeding and eternal weight of glory”</em> (II Corinthians 4:17)</p>\r\n<p>When one of my daughters was about five years old, she asked me the question: “Daddy, where do babies come from?”<span> </span>Of course, I realized that a complete answer of what causes conception and pregnancy would be quite beyond the scope of her young mind.<span> </span>I gave her a very vague and general explanation which seemed to partially appease her curiosity.<span> </span>Years later, when a fuller explanation of human anatomy and biology was presented, her response was “that sounds yucky, daddy!”<span> </span>I smiled and realized that the time would someday arrive when her perception of the entire process would most certainly take on new dimensions in her thinking.</p>\r\n<p>Trouble, in all its various forms, angles and manifestations, is certainly perplexing.<span> </span>At the heart of our dilemma is the simple fact: <em>we are still too young</em>. We haven’t lived long enough to see the Architect’s plan unfold.<span> </span>\r\n','\r\n</p>\r\n<p>When trouble strikes, it is a rare person of faith who quickly comes to grips with the eternal values that can be derived from perplexing circumstances;<span> </span>who immediately contemplates how the difficulty will work in the direction of good.<span> </span>Regretfully, I still find myself lingering too long in the basement of doubt and self-pity before I take the staircase of promise upward to the picture window on the top floor.<span> </span>Too easily I lose the big picture and the vast panorama of God’s magnificent plans while I focus my near sighted eyes on my temporary obstacles and pain.<span> </span>Oh!<span> </span>That I would pass from this childhood of blurred understanding into the maturity of faith that steadily “sees” into the realities of the eternal unseen realm where God is vitally tangible.<span> </span>Oh! That I would <em>fix</em> my eyes upon the Master Who stands upon the sea of impossibility and welcomes me to adjust my feet to the constant up and down turbulence of the waves and weather.<span> </span>He welcomes me to “live outside the boat.”<span> </span></p>\r\n<p>It is amazing what can happen when we get our attention fixated upon the goal of <em>Him</em>!<span> </span>The destructive weather that threatens our un-doing can become the building block of our transformation.<span> </span>Come, let us live outside the boat where He speaks the words,<span> </span>“Be encouraged and have good cheer, I have overcome the threats, the weaknesses, the obstacles, the set-backs, the grief, pain and trouble of this world.”<span> </span>Our wise heavenly Father smiles at us and upon us as we grow in understanding.<span> </span>The good news is that we will eventually, in His time, come into complete fullness.<span> </span>He promised.</p>\r\n<p>2012 Galestorm Music Inc</p>\r\n<p><span style=\"COLOR: #0070c0; FONT-SIZE: 14px\"><strong><strong><span style=\"COLOR: #000000; FONT-SIZE: 12px\">Go to</span> <span style=\"COLOR: #4f81bd\"><a href=\"wlmailhtml:{A3BC50DA-54F8-48CB-8154-8EF261BD04ED}mid:/00000066/!x-usc:http:/johngelliott.com/CampaignProcess.aspx?A=Link&amp;VID=6941227&amp;KID=184497&amp;LID=415532&amp;O=http%3a%2f%2fjohngelliott.com\" target=\"_blank\" title=\"http://johngelliott.com\">www.JohnGElliott.com</a></span></strong></strong></span><span><strong><br /></strong></span></p>',1,23,0,81,'2012-09-30 19:36:12',62,'John Elliott','2012-09-30 19:56:01',62,0,'0000-00-00 00:00:00','2012-09-30 19:36:12','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,3,'','',0,583,'robots=\nauthor='),(733,'‘Absolutely Uncertain’ Video That’s Gotten 650K Hits in Three Days','absolutely-uncertain-video-thats-gotten-650k-hits-in-three-days','','<p>A roughly 20-minute YouTube video analyzing President Obama’s relationship with Israel, narrated by a 23-year-old former Obama supporter, has gone viral. In just three days, the little-reported on video “Absolutely Uncertain” has logged roughly 650,000 hits.</p>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br />&lt;iframe width=\"420\" height=\"236\" src=\"http://www.youtube.com/embed/jgvMGLdc908\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;<br /></span>{/source}</p>\r\n<p><a href=\"http://www.theblaze.com/stories/obama-and-the-threat-to-israel-see-the-absolutely-uncertain-video-thats-gotten-650k-hits-in-three-days/\" target=\"_blank\"><strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">Read commentary on The Blaze</span></span></strong></a></p>','',1,1,0,1,'2012-09-30 19:56:10',62,'Posted on The Blaze','2012-09-30 20:03:45',62,62,'2012-10-02 01:35:06','2012-09-30 19:56:10','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,57,'','',0,333,'robots=\nauthor='),(734,'Fox News','fox-news','','<h3><img src=\"images/stories/logo-foxnews.png\" border=\"0\" hspace=\"7\" align=\"left\" />PROTECTION DENIED?</h3>\r\n<p>U.S. diplomats in Libya repeatedly asked the Obama administration for more security in Benghazi in the run-up to the Sept. 11 attack on the consulate — but were \'denied these resources,\' two congressional lawmakers say.  <a href=\"http://www.foxnews.com/politics/2012/10/02/diplomats-asked-repeatedly-for-more-security-before-libya-attack-lawmakers/\" target=\"_blank\"><strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">READ</span></span></strong></a></p>\r\n<hr />\r\n<h3>Republicans rip White House for putting tax dollars on line over possible defense layoff</h3>\r\n<p>If a $16 trillion debt wasn\'t enough for taxpayers to lose sleep over, the Obama administration has offered to pick up the check -- at taxpayer expense -- for legal costs associated with defense industry layoffs should automatic Pentagon cuts be triggered.  <a href=\"http://www.foxnews.com/politics/2012/10/02/republicans-rip-white-house-for-putting-tax-dollars-on-line-over-possible/#ixzz28AKMV1AL\" target=\"_blank\"><span style=\"color: #0000ff;\"><span style=\"font-size: small;\"><strong>READ</strong></span></span></a></p>\r\n<h4>SIMILAR: <a href=\"http://www.theblaze.com/stories/what-move-by-the-obama-admin-has-sen-lindsey-graham-labeling-it-patently-illegal/\" target=\"_blank\"><strong>What Move By the Obama Admin. Has Sen. Lindsey Graham Labeling It ‘Patently Illegal’  -- The Blaze </strong></a></h4>\r\n<hr />\r\n<h3> Border Agent Shot, Killed Near Major Drug Corridor</h3>\r\n<p>Border Patrol agent killed, one other wounded, in shooting near major drug-smuggling corridor in Arizona  <a href=\"http://www.foxnews.com/us/2012/10/02/2-us-border-agents-shot-1-killed-near-major-drug-cooridor-in-arizona/\" target=\"_blank\"><span style=\"font-size: small;\"><span style=\"color: #0000ff;\"><strong>READ</strong></span></span></a></p>','',1,1,0,1,'2012-10-02 17:50:12',62,'Fox -- Various','2012-10-03 02:13:54',62,0,'0000-00-00 00:00:00','2012-10-02 17:50:12','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,56,'','',0,356,'robots=\nauthor='),(735,'This Penn. Judge’s Ruling Could Have a Major Impact on the Election (Update: Controversial Ruling Made)','this-penn-judges-ruling-could-have-a-major-impact-on-the-election-update-controversial-ruling-made','','<p><img src=\"images/stories/blaze_logo.png\" border=\"0\" alt=\"The Blaze\" hspace=\"7\" align=\"left\" />HARRISBURG, Pa. (AP) — A judge postponed Pennsylvania’s controversial voter identification requirement on Tuesday, ordering the state not to enforce it in this year’s presidential election but allowing it to go into full effect next year.  <a href=\"http://www.theblaze.com/stories/this-penn-judges-ruling-could-have-a-major-impact-on-the-election/\" target=\"_blank\"><span style=\"color: #0000ff;\"><span style=\"font-size: small;\"><strong>READ</strong></span></span></a></p>','',1,1,0,1,'2012-10-02 18:07:57',62,'The Blaze','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-10-02 18:07:57','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,55,'','',0,318,'robots=\nauthor='),(736,'Madison Rising - The Star Spangled Banner ','madison-rising-the-star-spangled-banner-','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"236\" src=\"http://www.youtube.com/embed/c8C7i9kdEf8\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,23,0,81,'2012-10-03 01:55:03',62,'Submitted by Carey Latour','0000-00-00 00:00:00',0,62,'2012-10-03 01:56:43','2012-10-03 01:55:03','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,2,'','',0,464,'robots=\nauthor='),(737,'Marvin Gaye sings the american national anthem at 1983 NBA All Star Game','marvin-gaye-sings-the-american-national-anthem-at-1983-nba-all-star-game','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"315\" src=\"http://www.youtube.com/embed/QRvVzaQ6i8A\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,23,0,81,'2012-10-03 02:05:02',62,'Marvin Gaye','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-10-03 02:05:02','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,1,'','',0,439,'robots=\nauthor='),(738,'Gunny & Glock - Wrong Diner','gunny-a-glock-wrong-diner','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"236\" src=\"http://www.youtube.com/embed/vsVCHE7ayPE\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,15,0,72,'2012-10-03 03:15:24',62,'Submitted by Carey Latour','2012-10-03 03:22:08',62,0,'0000-00-00 00:00:00','2012-10-03 03:15:24','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,1,'','',0,557,'robots=\nauthor='),(739,'Romney lands punches against subdued Obama in first debate','romney-lands-punches-against-subdued-obama-in-first-debate','','<p><strong><span style=\"font-size: small;\"><span style=\"font-size: medium;\">Uh</span> </span><span style=\"font-size: x-large;\">O</span></strong></p>\r\n<p><img src=\"images/stories/bg_headhill.jpg\" border=\"0\" alt=\"The Hill\" align=\"left\" />Mitt Romney dominated the critical first presidential debate Wednesday night, landing punch after punch on a noticeably subdued President Obama.  <a href=\"http://thehill.com/video/campaign/260147-aggressive-romney-blasts-obama-for-his-qtrickle-down-governmentq\" target=\"_blank\"><strong><span style=\"color: #0000ff;\"><span style=\"font-size: small;\">READ</span></span></strong></a></p>','',1,1,0,1,'2012-10-04 04:26:02',62,'Drudge as posted on The Hill','2012-10-04 04:41:09',62,62,'2012-10-04 04:41:09','2012-10-04 04:26:02','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,54,'','',0,351,'robots=\nauthor='),(740,'Have You Heard of the \'Secretary of State Project\'?','have-you-heard-of-the-secretary-of-state-project','','<p><span style=\"FONT-SIZE: 14px\"><span style=\"FONT-FAMILY: arial, helvetica, sans-serif\"><img src=\"images/stories/blaze_logo.png\" border=\"0\" alt=\"The Blaze\" hspace=\"7\" align=\"left\" />Glenn Beck provides details on this subversive, George Soros-funded organization whose mission is to secure progressives in the role of SOS in key swing states. Find out more</span></span><span style=\"font-family: Arial,Helvetica,Verdana,sans-serif; color: #333333; font-size: x-small;\"><span style=\"LINE-HEIGHT: 20px; FONT-FAMILY: Arial,Helvetica,Verdana,sans-serif; COLOR: #333333; FONT-SIZE: 13px\"> <a href=\"theblaze.com/gb40/c2.php?THBL/247312680/602140/H/N/V/http:/www.theblaze.com/stories/glenn-beck-asks-if-you-have-heard-about-the-secretary-of-state-project/\" target=\"_blank\" style=\"text-decoration: none;\"><span style=\"color: #0000ff;\"><strong><span style=\"font-size: small;\">HERE</span></strong></span></a>.</span></span></p>','',1,1,0,1,'2012-10-04 11:36:36',62,'The Blaze','2012-10-04 11:41:13',62,0,'0000-00-00 00:00:00','2012-10-04 11:36:36','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,53,'','',0,267,'robots=\nauthor='),(741,'Report Slams DHS Fusion Centers: No Terrorists Nabbed, Civil Rights Violated','report-slams-dhs-fusion-centers-no-terrorists-nabbed-civil-rights-violated','','<p><img src=\"images/stories/slashdot.jpg\" border=\"0\" alt=\"Slashdot\" hspace=\"7\" align=\"left\" />PolygamousRanchKid writes with news of a Senate report on just <em>how</em> ineffective those DHS \"<a href=\"http://www.dhs.gov/state-and-major-urban-area-fusion-centers\">Fusion centers</a>\" have proven to be. From the article: <em>\"The lengthy, bipartisan report is a scathing evaluation of what the Department of Homeland Security has held up as a crown jewel of its security efforts. ... Because of a convoluted grants process set up by Congress, Homeland Security officials don\'t know how much they have spent in their decade-long effort to set up so-called fusion centers in every state. ... \'The subcommittee </em><a href=\"http://www.nctimes.com/news/national/intelligence-effort-named-citizens-not-terrorists/article_2fc79bd3-3ed7-55e9-b21d-5f04527775a2.html\"><em>investigation could identify no reporting which uncovered a terrorist threat</em></a><em>, nor could it identify a contribution such fusion center reporting made to disrupt an active terrorist plot,\' the report said. When fusion centers did address terrorism, they sometimes did so in ways that infringed on civil liberties. The centers have made headlines for circulating information about Ron Paul supporters, the ACLU, activists on both sides of the abortion debate, war protesters, and advocates of gun rights.\"  </em><a href=\"http://yro.slashdot.org/story/12/10/03/1224226/report-slams-dhs-fusion-centers-no-terrorists-nabbed-civil-rights-violated\" target=\"_blank\"><strong><span style=\"color: #0000ff;\"><span style=\"font-size: small;\">SLASHDOT</span></span></strong></a></p>','',1,13,0,70,'2012-10-05 13:15:14',62,'Slashdot','2012-10-05 13:21:16',62,0,'0000-00-00 00:00:00','2012-10-05 13:15:14','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,3,'','',0,577,'robots=\nauthor='),(742,'Obama Raises $150M in September, Tries to Block \'Blockbuster\' Donor Scandal','obama-raises-150m-in-september-tries-to-block-blockbuster-donor-scandal','','<p><img src=\"images/stories/breitbart_logo.png\" border=\"0\" alt=\"Breitbart\" hspace=\"7\" align=\"left\" />President Barack Obama’s campaign <a href=\"http://online.wsj.com/article/SB10000872396390443768804578036744247901504.html\">raised</a> more than $150 million in September, which was a record haul for the 2012 cycle, but the campaign may be actively trying to block a story in the works about a “blockbuster donor scandal” that could put its fundraising numbers under intense scrutiny. <a href=\"http://www.breitbart.com/Big-Government/2012/10/04/Report-Obama-Campaign-Trying-To-Block-Story-About-Blockbuster-Donor-Scandal-After-Raising-Over-150-Million-In-September\" target=\"_blank\"><strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">READ</span></span></strong></a></p>','',1,1,0,1,'2012-10-05 13:50:27',62,'Tony Lee -- Breitbart','2012-10-05 14:03:16',62,0,'0000-00-00 00:00:00','2012-10-05 13:50:27','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,52,'','',0,577,'robots=\nauthor='),(743,'Al Gore: Obama Debated Poorly Because of the Altitude!','al-gore-obama-debated-poorly-because-of-the-altitude','','<p><img src=\"images/stories/townhalllogo.jpg\" border=\"0\" alt=\"Townhall\" align=\"left\" />Look, I get it. Obama got his hat handed to him in the debate last night, and there are a whole lot of pundits on the Left who don\'t want to admit defeat. Pride is hard to swallow. But this...<a href=\"http://www.washingtonpost.com/blogs/erik-wemple/post/gore-on-obamas-denver-flop-it-was-the-altitude/2012/10/04/90994d7e-0e36-11e2-bd1a-b868e65d57eb_blog.html\">this is just embarrassing</a>:   <a href=\"http://townhall.com/tipsheet/katehicks/2012/10/04/al_gore_obama_debated_poorly_because_of_the_altitude\" target=\"_blank\"><span style=\"font-size: small;\"><span style=\"color: #0000ff;\"><strong>TOWNHALL</strong></span></span></a></p>','',1,1,0,1,'2012-10-05 14:03:25',62,'Kate Hicks  --  Townhall','2012-10-05 14:10:51',62,0,'0000-00-00 00:00:00','2012-10-05 14:03:25','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,51,'','',0,444,'robots=\nauthor='),(744,'Analysis: Failure to communicate','analysis-failure-to-communicate','','<p><span id=\"ctl00_ContentPlaceHolder1_article_control_lblTeaser\"><img src=\"images/stories/jerusalem_post.jpg\" border=\"0\" alt=\"The Jerusalem Post\" hspace=\"7\" align=\"left\" />Obama\'s usually-robust ability to communicate proved his greatest shortcoming in the first presidential debate.   <a href=\"http://www.jpost.com/USPresidentialrace/Article.aspx?id=286708\" target=\"_blank\"><span style=\"color: #0000ff;\"><strong><span style=\"font-size: small;\">READ</span></strong></span></a></span></p>','',1,1,0,1,'2012-10-05 14:10:55',62,'Jerusalem Post','2012-10-05 14:13:49',62,62,'2012-10-05 14:13:50','2012-10-05 14:10:55','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,50,'','',0,450,'robots=\nauthor='),(745,'An  Issue  of  Conscience','an-issue-of-conscience','','<p><span style=\"font-family: Verdana,  Arial,  Helvetica,  sans-serif; font-size: x-small;\"><img src=\"images/stories/focus.jpg\" border=\"0\" alt=\"Focus on the Family\" width=\"430\" height=\"55\" align=\"left\" /></span></p>\r\n<p><span style=\"font-family: Verdana,  Arial,  Helvetica,  sans-serif; font-size: x-small;\"> </span></p>\r\n<p><span style=\"font-family: Verdana,  Arial,  Helvetica,  sans-serif; font-size: x-small;\"> </span></p>\r\n<p style=\"text-align: justify;\">As you know by now, the federal government is requiring both religious and secular employers to fund possible abortion-inducing drugs as part of most companies\' employee health plans. This has created a national outcry over the blatant disregard for religious liberty under the new federal healthcare law.<br /><br />With more than 30 lawsuits from some 80 businesses, religious organizations and individuals over the mandate, various initial court decisions are beginning to emerge. Some are encouraging, such as the decision from Denver saying the Catholic owners of a secular business do not have to comply with the mandate while their lawsuit proceeds.<br /><br />Others, however, are discouraging.<span style=\"font-family: Verdana,  Arial,  Helvetica,  sans-serif; font-size: x-small;\">   <a href=\"https://connect.focusonthefamily.com/aprimo/OutboundMessage.aspx?O=cb99e9c17cf21e32ef853797c5de44f4&amp;T=8be45211f056cdd1&amp;D=b9ca57b2fbe8cb42458807853387983f6a0f6be5ccdab113&amp;M=b333208886639fd5&amp;MSGID=8bfae219f89aa53b0edd149ae819f99a21b61edaadc45e5f&amp;A=762e0b4d1027e9c635494eb13059823c&amp;R=16b9a1d21b495d4dbbdaada013d89410\" target=\"_blank\"><span style=\"color: #0000ff;\"><span style=\"font-size: small;\"><strong>READ</strong></span></span></a></span></p>','',1,20,0,78,'2012-10-06 02:02:05',62,'Focus On the Family','2012-10-06 02:12:42',62,62,'2012-10-06 02:12:43','2012-10-06 02:02:05','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,23,'','',0,942,'robots=\nauthor='),(746,'The Dinner Table ','the-dinner-table-','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br />&lt;iframe width=\"420\" height=\"236\" src=\"http://www.youtube.com/embed/m_1ZT1hwpng\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;<br /></span>{/source}</p>\r\n<p><a href=\"http://americansforprosperity.org/\" target=\"_blank\"><span style=\"font-size: small;\"><span style=\"color: #0000ff;\"><strong>AMERICANS FOR PROSPERITY</strong></span></span></a></p>','',1,1,0,1,'2012-10-06 14:25:05',62,'AFP -- Americans for Prosperity','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-10-06 14:25:05','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,48,'','',0,546,'robots=\nauthor='),(747,'Number of Executive Orders Herbert Hoover to Barack Hussein Obama','number-of-executive-orders-hoover-to-present','','<p style=\"text-align: justify;\">This past year we have received several emails (many of them erroneous) concerning which President issued the most Executive Orders. Below is a list of U.S. Presidents, from Hoover to present, and the number of Executive Orders issued by each. Although most \"EO\'s\" are benign, with respect to the rights of U.S. citizens, <a href=\"index.php?option=com_content&amp;view=article&amp;id=693:weekly-enewsletter-an-executive-order-you-should-know-about&amp;catid=78:sounding-the-alarm&amp;Itemid=53\" target=\"_blank\"><span style=\"color: #0000ff;\">some may not be</span></a><span style=\"color: #0000ff;\">.<strong> </strong></span></p>\r\n<p><img src=\"images/stories/EOs.jpg\" border=\"0\" alt=\"Executive Orders of U.S. Presidents\" /></p>\r\n<h2>RECENT PRESIDENTS AND THE VERY FIRST EXECUTIVE ORDERS THEY ISSUED</h2>\r\n<p><strong>Ronald Reagan\'s 1st Executive Order:  </strong><a href=\"http://www.archives.gov/federal-register/codification/executive-order/12287.html\" target=\"_blank\"><span style=\"color: #0000ff;\"><strong>EO 12287</strong></span></a><strong> -- Decontrol of crude oil and refined petroleum products (January 28, 1981 -- 6th day in office)</strong></p>\r\n<p><strong>George H.W. Bush\'s 1st Executive Order:  </strong><a href=\"http://www.archives.gov/federal-register/executive-orders/1989-bush.html\" target=\"_blank\"><span style=\"color: #0000ff;\"><strong>EO 12668</strong></span></a><strong> -- President\'s Commission on Federal Ethics Law Reform (January 25, 1989 -- 4th day in office)</strong></p>\r\n<p><strong>William Jefferson Clinton\'s 1st Executive Order:  </strong><a href=\"http://www.archives.gov/federal-register/codification/executive-order/12268.html\" target=\"_blank\"><strong><span style=\"color: #0000ff;\">EO 12834</span> </strong></a><strong>-- Ethics Commitments by Executive Branch Appointees  (January 20, 1990 -- Inauguration Day)</strong></p>\r\n<p><strong>George W. Bush\'s 1st Executive Order:  </strong><a href=\"http://www.gpo.gov/fdsys/pkg/FR-2001-01-31/pdf/01-2851.pdf\" target=\"_blank\"><span style=\"color: #0000ff;\"><strong>EO 13198</strong></span></a><strong> -- Established agency responsibilities with respect to faith-based and community initiatives (January 29, 2001  --8th day in office)</strong></p>\r\n<p><strong>Barack Hussein Obama\'s 1st Executive Order:   </strong><a href=\"http://www.archives.gov/about/laws/appendix/13489.html\" target=\"_blank\"><span style=\"color: #0000ff;\"><strong>EO 13489</strong></span></a><strong> -- Establishes procedure for access to Presidential Records  (January 21, 2009 -- 1st day in office)</strong></p>\r\n<p>\r\n<p><strong>\r\n<hr />\r\n<p>SOURCES:</p>\r\n<a href=\"http://www.archives.gov/federal-register/executive-orders/disposition.html\"><span style=\"color: #0000ff;\"><span style=\"font-size: x-small;\">http://www.archives.gov/federal-register/executive-orders/disposition.html</span></span></a></strong></p>\r\n</p>\r\n<p><a href=\"http://en.wikipedia.org/wiki/List_of_United_States_federal_executive_orders\"><span style=\"color: #0000ff;\"><span style=\"font-size: x-small;\">http://en.wikipedia.org/wiki/List_of_United_States_federal_executive_orders</span></span></a></p>','',1,1,0,1,'2012-10-07 13:26:56',62,'LetsRebuildit','2012-10-07 16:19:12',62,0,'0000-00-00 00:00:00','2012-10-07 13:26:56','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',13,0,49,'','',0,508,'robots=\nauthor='),(748,'Quotes','quotes','','<h2>Patriotism is the last refuge of the scoundrel.</h2>\r\n<p><strong>--  Samuel Johnson, April 1775</strong></p>\r\n<p><img src=\"images/stories/samuel_johnson.png\" border=\"0\" alt=\"Samuel Johnson\" hspace=\"7\" align=\"left\" />I am listening to Mark Levin talking about Obama\'s touting \"patriotism\" (with regard to higher taxes) to yet another university crowd and was reminded of the above quote. Having read it many years ago, I could not remember who said this,  so \"Binging\" produced Samuel Johnson as the source.  Tried to forward to Levin through his website, but no \"contact\" link.</p>','',1,1,0,1,'2012-10-08 01:10:02',62,'Samuel Johnson','2012-10-25 01:30:49',62,0,'0000-00-00 00:00:00','2012-10-08 01:10:02','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,47,'','',0,491,'robots=\nauthor='),(749,'Enter At Your Own Risk: Police Union Says ‘War-Like’ Detroit Is Unsafe For Visitors','enter-at-your-own-risk-police-union-says-war-like-detroit-is-unsafe-for-visitors','','<p><strong>DETROIT (WWJ) – </strong>The men and women of the Detroit Police Department believe the city is too dangerous to enter, and they want citizens to know it.  <a href=\"http://detroit.cbslocal.com/2012/10/06/enter-at-your-own-risk-police-union-says-war-like-detroit-is-unsafe-for-visitors/\" target=\"_blank\"><strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">READ</span></span></strong></a></p>','',1,1,0,1,'2012-10-08 01:34:52',62,'CBS','2012-10-08 01:40:51',62,62,'2012-10-08 01:40:52','2012-10-08 01:34:52','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,46,'','',0,538,'robots=\nauthor='),(750,'Urgent alert!','archbishop-lori','','<p><img src=\"http://images.publicaster.com/ImageLibrary/account3109/images/CNS%20logo%20white.gif\" border=\"0\" alt=\"Cardinal Newman Society\" width=\"138\" height=\"75\" align=\"left\" style=\"margin-right: 7px;\" /> <br /><span style=\"font-size: 16px; font-family: &quot;Georgia&quot;;\"><span style=\"color: #0c0c0c;\">Archbishop William Lori has written The Cardinal Newman Society, urging your help. Please, I ask you to respond immediately and show how much you appreciate the bishops\' defense of our religious freedoms!<br /><br />Archbishop Lori is chairman of the U.S. bishops\' Committee for Religious Liberty. He asks two things:</span><br /></span></p>\r\n','\r\n<p> </p>\r\n<blockquote><br /><span style=\"font-size: 16px; font-family: &quot;Georgia&quot;; color: #0c0c0c;\">1. Every Cardinal Newman Society member should be registered for the bishops\' text alerts on religious liberty. Sign up by texting \"Freedom\" (or \"Libertad\" for Spanish) to 377377.<br /><br />2. Can you get to Washington, D.C., this coming Sunday, October 14? The faithful will gather at Noon for a special Mass and Pilgrimage for Life and Liberty. This will be a very important celebration of unity around the Eucharist.</span><br /><br /></blockquote>\r\n<p><span style=\"font-size: 16px; font-family: &quot;Georgia&quot;;\"><span style=\"color: #0c0c0c;\">And also: please pray for Archbishop Lori and his fellow bishops; pray for our nation; pray for The Cardinal Newman Society.<br /><br />The Church must preserve the freedom to maintain faithful Catholic schools and colleges. I know that you will do what you can to defend them!<br /><br />Sincerely,<br /><img src=\"http://images.publicaster.com/ImageLibrary/account3109/images/patrick_reilly_sig_small.jpg\" border=\"0\" alt=\"Patrick J. Reilly\" /><br />Patrick J. Reilly<br />President<br /><br />P.S. Our hard work to promote and defend faithful Catholic education depends on your prayers and donations. (Click</span> <a id=\"LID46665\" href=\"http://cl.publicaster.com/ClickThru.aspx?pubids=8654%7c91110%7c615436%7c19897&amp;digest=I5oCOWMrmSaxNGyPnRQ6hA&amp;sysid=1\">here</a> <span style=\"color: #0c0c0c;\">to make a gift.) Thank you, and may God bless you!</span></span><span style=\"font-size: 16px; font-family: &quot;Georgia&quot;;\"><br /><br /><span style=\"color: #0070c0;\"><br /></span></span>\r\n<p> </p>\r\n</p>\r\n<p align=\"center\"><span style=\"font-size: 12px; font-family: &quot;Georgia&quot;; color: #000000;\"><strong><a id=\"LID46666\" href=\"http://cl.publicaster.com/ClickThru.aspx?pubids=8654%7c91111%7c615436%7c19897&amp;digest=NBLwDE6EWCDHm1Oom6jFjg&amp;sysid=1\">The Cardinal Newman Society</a><br /></strong>9720 Capital Court, Suite 201<br />Manassas, VA 20110<br /><span style=\"font-size: 12px;\">alert</span><span style=\"font-size: 12px;\">@CardinalNewmanSociety.org</span><br /></span><span style=\"color: #000000;\"><span style=\"font-size: 12px; font-family: &quot;Georgia&quot;;\">Ph: 703-367-0333 Fx: 703-396-8668<br /><br /><a id=\"LID46667\" href=\"http://cl.publicaster.com/ClickThru.aspx?pubids=8654%7c91112%7c615436%7c19897&amp;digest=dc0WdYFVato0UsO5YhJhxA&amp;sysid=1\">TheNewmanGuide.com</a><br /><a id=\"LID46668\" href=\"http://cl.publicaster.com/ClickThru.aspx?pubids=8654%7c91113%7c615436%7c19897&amp;digest=1U3617BWA1wqRuf3fFfFxg&amp;sysid=1\">CatholicHigherEd.org</a></span></span></p>',0,20,0,78,'2012-10-09 15:14:55',62,'The Cardinal Newman Society','2012-10-09 19:34:43',62,0,'0000-00-00 00:00:00','2012-10-09 15:14:55','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,22,'','',0,17,'robots=\nauthor='),(752,'We are in danger of moving from the place of blessing to the place of cursing','we-are-in-danger-of-moving-from-the-place-of-blessing-to-the-place-of-cursing','','<p><img src=\"images/stories/mikeevans.jpg\" border=\"0\" alt=\"Dr. Michael Evans\" hspace=\"7\" align=\"left\" />The awful historical record shows that Jews have been the targets of fierce discrimination and even persecution in “Christian lands” over the centuries. The Vatican-inspired Crusaders deliberately murdered Jewish people during the Middle Ages. The Roman Catholic Inquisitions were directed against the Jews in Spain and elsewhere, leaving many dead or in prison. The pogroms of Russia and Eastern Europe forced Jews from their homes and left untold numbers dead.  <br /> <br />As evil as these anti-Semitic assaults were, they all pale in comparison to the Holocaust of World War II. Some six million Jews perished in “Christian” Europe, at least one million of them children. They were the victims of a cruel regime that had sprung up in the very land where Martin Luther sparked the Protestant Reformation. A full one-third of the entire Jewish race was wiped off the face of God’s green earth by Hitler’s Nazi forces. The utter horror of the hideous Holocaust, as revealed by the testimonies of death-camp survivors, cannot be overstressed.</p>\r\n<p>Too late, many Germans recognized the blessings that the Jewish people brought to their society before Hitler’s tragic rise to power. Jewish composers, scientists, doctors, teachers, writers, and others contributed their significant talents and intelligence to the land of Luther and were repaid with Hitler’s death chambers. American Christians should be the first to welcome the many contributions and blessings brought to this great land by our Jewish citizens.</p>\r\n','\r\n<p>During one of my first trips to Israel nearly three decades ago, I spent an afternoon with a brilliant Jewish scholar. He was researching and writing a book on the Spanish Inquisition. We talked for hours about his findings. Have you ever wondered why Columbus sailed in search of a new land in 1492? Queen Isabella and King Ferdinand had issued an edict of ejection regarding the Jews. It stated that every person of Jewish descent had to leave Spain or be executed. Jewish businessmen went to Christopher Columbus, an Italian Jew, and pledged to finance his efforts to discover a new land. They purchased the ships that carried Columbus across the ocean to the shores of what would become America.</p>\r\n<p>In 1776, when the 13 Colonies were fighting the British during the American Revolution, the colonial soldiers were poorly armed, starving to death, and on the verge of defeat. A Jewish banker from Philadelphia, Hyman Solomon, went to the Jews in America and Europe and gathered a gift of one million dollars. He gave the money to George Washington to buy clothes and arms to outfit the American troops. Life, liberty, and the pursuit of happiness were born on American soil as a result of that gift.</p>\r\n<p><img src=\"http://tool.donation-net.net/Images/Email/1032/us_one_dollar_bill_reverse.jpg\" border=\"0\" /></p>\r\n<p>To show his appreciation, George Washington had the engravers of the U.S. one-dollar bill include a memorial to the Jewish people over the head of the American eagle. Look closely. You will find 13 stars of the Mogen David, the Star of Israel. Around that star is the cloudburst of the glory in the tabernacle. Our God-fearing President, George Washington, decreed that there must be a memorial to the Jewish people for the contributions they made to further this nation.  <br /> <br />America has been blessed because she has blessed the nation of Israel (Genesis 12:1-3). But America is in danger of moving away from the place of blessing to the place of cursing. The land-for-peace deals of recent years have placed Israel and the Jewish people in grave danger. Will you stand with me today in standing for Israel? </p>\r\n<p><a href=\"http://jerusalemprayerteam.org/email/2012/1011-2.htm?dn=1032&amp;source=10101&amp;id=566928&amp;commid=336311738&amp;CFID=15671114&amp;CFTOKEN=86547869\" target=\"_blank\"><strong><span style=\"font-size: small;\">Go To Jerusalem Parayer Center &gt;&gt;</span></strong></a></p>',1,20,0,78,'2012-10-12 13:43:58',62,'Dr. Michael Evans','2012-10-12 13:56:51',62,0,'0000-00-00 00:00:00','2012-10-12 13:43:58','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,21,'','',0,584,'robots=\nauthor='),(751,'Romney, Republicans want to save America','romney-republicans-want-to-save-america','','<p><strong><img src=\"images/stories/Sun_Sentinel..jpg\" border=\"0\" alt=\"Sun Sentinel\" hspace=\"7\" align=\"left\" /></strong></p>\r\n<p><strong>Thursday\'s letters to the editor </strong></p>\r\n<p>This is in reply to the letter entitled \"Imagine if the GOP wins\" posted in the Aug. 28 Sun Sentinel and written by a citizen who just doesn\'t understand how bad our economy is and what President Obama has in store for us if re-elected.</p>\r\n<p>Obama has made our economy worse in the last 3 1/2 years and should be removed. The writer seems more concerned about the survival of fish than American families, our economy and job creation. I suggest he see the movie \"2016 Obama\'s America\" that will open his eyes to Obama\'s plans for America.</p>\r\n<p>Like the writer, I am also an ex-New Yorker. I am a married senior citizen, a Jew, a father of 3, grandfather of 6 and an active businessman. I pray that Mitt Romney wins and the Republicans take both houses.</p>\r\n','\r\n<p> </p>\r\n<p>If that happens. Romney\'s administration will accomplish, at least, the following: Reform Medicare; strengthen border security; reduce federal spending; lower taxes across the board; repeal Obamacare and improve our health care system; expand domestic exploration for oil and gas; stimulate job creation in the private sector; strengthen and support our military; rein in government employees\' unions; and be a true ally to the state of Israel.</p>\r\n<div style=\"line-height: 1px; height: 1px; clear: both;\"><img src=\"images/pixel.gif\" border=\"0\" width=\"1\" height=\"1\" /></div>\r\n<div id=\"mod-a-body-after-second-para\">\r\n<p>The Republicans are not looking for the \"good old bad days,\" they are looking to save America from Obama by courageous and innovative actions.</p>\r\n<p><em>Richard Nicoll, <a href=\"http://www.sun-sentinel.com/community/news/bocaraton?track=tax-bocaraton\">Boca Raton</a></em></p>\r\n</div>',0,1,0,1,'2012-10-09 19:20:13',62,'Sun Sentinel -- August 30, 2012','2012-10-09 19:45:33',62,0,'0000-00-00 00:00:00','2012-10-09 19:20:13','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,45,'','',0,14,'robots=\nauthor='),(753,'Will The Election Results Cause Massive Riots To Erupt All Over America?','will-the-election-results-cause-massive-riots-to-erupt-all-over-america','','<p>Will the most divisive campaign in modern American history culminate in massive riots in our major cities? Right now, supporters of Barack Obama and supporters of Mitt Romney are both pinning all of their hopes on a victory on November 6th. The race for the presidency is extremely tight, and obviously the side that loses is going to be extremely disappointed when the election results are finalized. But could this actually lead to violence?  <a href=\"http://theeconomiccollapseblog.com/archives/will-the-election-results-cause-massive-riots-to-erupt-all-over-america\" target=\"_blank\"><strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">READ</span></span></strong></a></p>','',0,1,0,1,'2012-10-14 13:27:08',62,'Michael Snyder','2012-10-14 13:46:07',62,0,'0000-00-00 00:00:00','2012-10-14 13:27:08','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,44,'','',0,10,'robots=\nauthor='),(754,'ATF Whistleblower Fired in Denny\'s Parking Lot For Exposing Corruption','atf-whistleblower-fired-in-dennys-parking-lot-for-exposing-corruption','','<p><img src=\"images/stories/townhalllogo.jpg\" border=\"0\" alt=\"Townhall\" hspace=\"7\" align=\"left\" />Special Agent Vince Cefalu has worked for the Bureau of Alcohol Tobacco and Firearms for more than 25 years. On top of successfully placing dozens of hard criminals behind bars throughout his career, Cefalu has received promotions and consistently positive evaluations. When he started raising his voice about ATF corruption and illegal wiretapping in 2005, things changed. Tuesday evening, Cefalu was asked to meet Special Agent in Charge of the San Francisco Field Division Joseph Riehl at a Denny\'s Restaurant near Lake Tahoe. When he arrived, he was served termination papers in the parking lot.<em> Classy move</em>. The exchange was secretly recorded by a confidential source. <a href=\"http://www.examiner.com/article/atf-whistleblower-cefalu-parking-lot-termination-secretly-recorded?CID=examiner_alerts_article\">David Codrea </a>has more:   <a href=\"http://townhall.com/tipsheet/katiepavlich/2012/10/12/atf_whistleblower_fired_in_dennys_parking_lot\" target=\"_blank\"><strong><span style=\"color: #0000ff;\"><span style=\"font-size: small;\">READ</span></span></strong></a></p>','',1,1,0,1,'2012-10-14 13:41:50',62,'Katie Pavlich --Townhall','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-10-14 13:41:50','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,43,'','',0,387,'robots=\nauthor='),(755,'Rupert Murdoch Predicts Nightmare for Israel if Obama Wins,‘ Accuses White House of ’Still Lying About Benghazi’','obama-wins-accuses-white-house-of-still-lying-about-benghazi','','<p><img src=\"images/stories/blaze_logo.png\" border=\"0\" alt=\"The Blaze\" hspace=\"7\" align=\"left\" />News Corp. CEO Rupert Murdoch went on a bit of a Twitter tear Saturday morning, <a href=\"https://twitter.com/rupertmurdoch/status/257138181168824321\" target=\"_blank\">predicting</a> a “nightmare for Israel if Obama wins” re-election and <a href=\"https://twitter.com/rupertmurdoch/status/257136026219315200\" target=\"_blank\">accusing</a> the White House of “still lying about Benghazi.”  <a href=\"http://www.theblaze.com/stories/rupert-murdoch-predicts-nightmare-for-israel-if-obama-wins-accuses-white-house-of-still-lying-about-benghazi/\" target=\"_blank\"><strong><span style=\"color: #0000ff;\"><span style=\"font-size: small;\">READ</span></span></strong></a></p>','',1,1,0,1,'2012-10-14 13:49:18',62,'The Blaze','2012-10-14 14:02:45',62,62,'2012-10-14 14:02:53','2012-10-14 13:49:18','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,42,'','',0,366,'robots=\nauthor='),(756,'Iran\'s defense minister touts UAV as sign of strength','irans-defense-minister-touts-uav-as-sign-of-strength','','<p><img src=\"images/stories/jerusalem_post.jpg\" border=\"0\" alt=\"The Jerusalem Post\" hspace=\"7\" align=\"left\" />Speaking at a military ceremony, Ahmad Vahidi proclaims Iran\'s \"natural right\" to fly drones over Israel, says Hezbollah drone has \"shown the weakness of the Zionist Regime\'s Iron Dome.\" <a href=\"http://www.jpost.com/Defense/Article.aspx?id=287766\" target=\"_blank\"><span style=\"color: #0000ff;\"><span style=\"font-size: small;\"><strong>READ</strong></span></span></a></p>','',1,22,0,80,'2012-10-14 13:53:23',62,'The Jerusalem Post','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-10-14 13:53:23','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,2,'','',0,442,'robots=\nauthor='),(757,'Top 5 Reasons','top-5-reasons','','<p><em><span style=\"font-size: small;\">Janet Porter strikes fear in the hearts of Democrats and Republicans alike for her no compromise, straight to the point speech.</span></em></p>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br />&lt;iframe width=\"420\" height=\"236\" src=\"http://www.youtube.com/embed/eILPwSOtXxI\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;<br /></span>{/source}</p>\r\n<p><img src=\"images/stories/OAKI-logo.png\" border=\"0\" alt=\"The Oak Initiative\" align=\"left\" /></p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p><a href=\"http://www.theoakinitiative.org/top-5-reasons\" target=\"_blank\"><strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">View on The Oak Initiative &gt;&gt;&gt;</span></span></strong></a></p>','',0,20,0,78,'2012-10-24 02:28:23',62,'Oak Initiative','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-10-24 02:28:23','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,20,'','',0,8,'robots=\nauthor='),(758,'‘People Will Go to Prison’: Beck Breaks Down Obama’s ‘Lying’ on Libya in Fiery Segment','people-will-go-to-prison-beck-breaks-down-obamas-lying-on-libya-in-fiery-segment','','<p><img src=\"images/stories/blaze_logo.png\" border=\"0\" alt=\"The Blaze\" hspace=\"7\" align=\"left\" />Glenn Beck took to his radio show Wednesday morning for a fiery denouncement of the administration’s handling of the crisis in Libya.</p>\r\n<p>“This president is <em>lying</em> to you about Benghazi in such [a] spectacular fashion that I believe people will go to prison. This is impeachable. The <em>president</em> might go to prison for this one,” he said. “What’s happening in Benghazi is so far beyond lying, it is <em>staggering</em>.”  <a href=\"http://www.theblaze.com/stories/treason-and-possible-prison-beck-breaks-down-obamas-lying-on-libya-in-fiery-segment/\" target=\"_blank\"><span style=\"color: #0000ff;\"><span style=\"font-size: small;\"><strong>READ</strong></span></span></a></p>','',1,1,0,1,'2012-10-24 20:35:47',62,'The Blaze','2012-10-24 20:38:57',62,0,'0000-00-00 00:00:00','2012-10-24 20:35:47','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,41,'','',0,320,'robots=\nauthor='),(759,'Why the Sudden Swing in the Polls to Romney?','why-the-sudden-swing-in-the-polls-to-romney','','<p><img src=\"images/stories/godfather_politics_masthead_2.jpg\" border=\"0\" alt=\"Godfather Politics\" hspace=\"7\" width=\"266\" height=\"71\" align=\"left\" />A lot of voters have not been following the presidential election. As the election nears, more people are beginning to pay attention.<br /><br /><strong><span style=\"color: #0000ff;\"><span style=\"font-size: small;\">READ</span></span></strong></p>','',0,1,0,1,'2012-10-25 01:09:16',62,'Gary Demar -- Godfather Politics','2012-10-25 01:15:55',62,0,'0000-00-00 00:00:00','2012-10-25 01:09:16','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,40,'','',0,4,'robots=\nauthor='),(760,'*EXCLUSIVE* Anti-Mormon Bigot Behind Obama/Allred \'October Surprise\'','exclusive-anti-mormon-bigot-behind-obamaallred-october-surprise','','<p><img src=\"images/stories/breitbart_logo.png\" border=\"0\" alt=\"Breitbart\" hspace=\"7\" align=\"left\" />As I write this, Barack Obama\'s <a href=\"http://nation.foxnews.com/gloria-allred/2012/10/24/exclusive-gloria-allred-met-obama-two-weeks-october-surprise\">gal-pal</a> Gloria Allred and the <em>Boston Globe</em> <a href=\"http://www.breitbart.com/Big-Journalism/2012/10/24/Boston-Globe-Joins-Obama-Dirty-Truck-Brigade\">have aligned themselves with the Chicago Machine</a> in a partisan crusade to launch an October Surprise against Mitt Romney. That we all know. What you might not know is that Allred\'s client, Maureen Sullivan, the woman pushing to unseal the gag order on her own divorce records, is an embittered leftie, a Huffington Post \"Super User,\" and a vicious anti-Mormon bigot.  <a href=\"http://www.breitbart.com/Big-Government/2012/10/24/Allreds-Client-Anti-Mormon-Bigot-Seeking-Money\" target=\"_blank\"><strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">READ</span></span></strong></a></p>','',0,1,0,1,'2012-10-25 01:18:06',62,'Breitbart -- John Nolte','2012-10-25 01:28:38',62,0,'0000-00-00 00:00:00','2012-10-25 01:18:06','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,39,'','',0,4,'robots=\nauthor='),(761,'New Ad: Clint Eastwood Returns','new-ad-clint-eastwood-returns','','<p>Conservative SuperPAC American Crossroads will bombard battleground state airwaves over the final two weeks of the campaign, releasing a string of new ads aimed to sway undecided voters. The first spot stars iconic movie star and director Clint Eastwood, who\'s already made an <a href=\"http://www.youtube.com/watch?v=yoqKdWY692k\">indelible mark</a> on the 2012 campaign:<br />{source}<span style=\"font-family: courier new, courier, monospace;\"><br />&lt;iframe width=\"420\" height=\"236\" src=\"http://www.youtube.com/embed/klXTb-s7d9A\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;</span>{/source}</p>\r\n<p><span style=\"color: #0000ff;\"><span style=\"font-size: small;\"><a href=\"http://townhall.com/tipsheet/guybenson/2012/10/24/new_ad_clint_eastwood_returns\" target=\"_blank\"><strong><span style=\"color: #0000ff;\"><img src=\"images/stories/townhalllogo.jpg\" border=\"0\" alt=\"Townhall\" align=\"left\" />READ</span></strong></a></span></span></p>','',0,1,0,1,'2012-10-25 01:38:48',62,'Townhall  -- Guy Benson','2012-10-25 01:44:20',62,0,'0000-00-00 00:00:00','2012-10-25 01:38:48','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,38,'','',0,5,'robots=\nauthor='),(762,'Carney: \'Everyone\' Knew About Terrorist Claims \'Instantaneously\'','carney-everyone-knew-about-terrorist-claims-instantaneously','','<p><img src=\"images/stories/breitbart_logo.png\" border=\"0\" alt=\"Breitbart\" hspace=\"7\" align=\"left\" />Today, at the White House press gaggle, Jay Carney was asked one – really, just one – question about the emails regarding the terrorist attack in Benghazi. Those emails, to refresh, showed that within two hours of the attacks, the White House had been informed that the action on the ground was a terrorist attack. There was no mention of a YouTube video or a spontaneous demonstration in the emails.  <a href=\"http://www.breitbart.com/Big-Peace/2012/10/24/Carney-everyone-knew-terrorist-claims-instantaneously\" target=\"_blank\"><span style=\"color: #0000ff;\"><strong><span style=\"font-size: small;\">READ</span></strong></span></a></p>','',1,1,0,1,'2012-10-25 13:52:29',62,'Breitbart -- Ben Shapiru','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-10-25 13:52:29','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,37,'','',0,330,'robots=\nauthor='),(763,'These Are the 15 Wealthiest Members of the 112th Congress','these-are-the-15-wealthiest-members-of-the-112th-congress','','<p><img src=\"images/stories/dollar.jpg\" border=\"0\" alt=\"Dollar and No Sense\" hspace=\"7\" align=\"left\" />The rankings are based on minimum net worth based on assets and liabilities that are cited in broad ranges, so the actual net worth of each representative is not precise.</p>\r\n<p>Roll Call determines net worth by consulting the annual financial disclosure reports from all House and Senate lawmakers, and for each one, subtracts the total minimum value of all liabilities from the total minimum value of their assets.</p>\r\n<p> 1. Rep. Michael McCaul (R-Texas)   $305.46 million<br /> 2. Sen. John Kerry (D-Mass.)   $195.65<br /> 3. Rep. Darrell Issa (R-Calif.)   $140.55 million<br /> 4. Sen. Mark Warner (D-Va.)   $85.81 million<br /> 5. Sen. Jay Rockefeller (D-W.Va.)   $83.08 million<br /> 6. Sen. Dick Blumenthal (D-Conn.)   $79.11 million<br /> 7. Rep. Jared Polis (D-Colo.)   $72.09 million<br /> 8. Sen. Frank Lautenberg (D-N.J.)   $56.8 million<br /> 9. Sen. Dianne Feinstein (D-Calif)   $41.78 million<br />10. Rep. Jim Renacci (R-Ohio)   $36.67 million<br />11. Rep. Vern Buchanan (R-Fla.)   $36.49 million<br />12. Rep. Chellie Pingree (D-Maine)   $28.58 million<br />13. Rep. Nancy Pelosi (D-Calif.)   $26.43 million<br />14. Rep. Diane Black (R-Tenn.)  $24.79 million <br />15. Rep. Rick Berg, (R-N.D.)   $23.78 million</p>\r\n<p>Of the richest, 60% are Democrat, 40% Republican.</p>\r\n<p><a href=\"http://www.theblaze.com/stories/these-are-the-15-wealthiest-members-of-the-112th-congress/\" target=\"_blank\"><span style=\"color: #0000ff;\"><strong><span style=\"font-size: small;\">READ</span></strong></span></a></p>','',1,1,0,1,'2012-10-26 03:36:51',62,'The Blaze as posted on CNBC','2012-10-26 03:52:37',62,62,'2012-10-26 03:52:38','2012-10-26 03:36:51','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,36,'','',0,321,'robots=\nauthor='),(764,'Father of Slain SEAL: Who Made the Decision Not to Save My Son? ','father-of-slain-seal-who-made-the-decision-not-to-save-my-son-','','<h2><img src=\"images/stories/weekly_standard.jpg\" border=\"0\" alt=\"The Weekly Standard\" hspace=\"7\" align=\"left\" />On meeting Obama: “Could not look me in the eye … like shaking hands with a dead fish.”</h2>\r\n<p>6:18 PM, Oct 25, 2012 • By <a href=\"author/daniel-halper\">DANIEL HALPER</a>    <a href=\"http://www.weeklystandard.com/blogs/father-slain-seal-who-made-decision-not-save-my-son_657782.html\" target=\"_blank\"><span style=\"color: #0000ff;\"><span style=\"font-size: small;\"><strong>READ</strong></span></span></a></p>','',1,1,0,1,'2012-10-27 00:54:54',62,'The Weekly Standard','0000-00-00 00:00:00',0,62,'2012-10-27 01:02:40','2012-10-27 00:54:54','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,35,'','',0,335,'robots=\nauthor='),(765,'SHADES OF THE BAY OF PIGS ','shades-of-the-bay-of-pigs-','','<p>Recent news alleging that help solicited by CIA agents in Benghazi, Libya was denied and others asking permission to assist were told to “stand down”, brought back sad memories from the Bay of Pigs. While waiting to disembark, our ship was delayed by fortuitous circumstances; we heard the pleas for the promised air cover by our fellow members of Brigade 2506, and the anguished response from the US Navy nearby telling them that the “big chief” was denying it. Equally brave to our meager Air Force trainers who flew, disobeying orders, to Cuba in what amounted to a suicide mission, out of shame and rage, a couple of agents in Libya refused to “stand down” costing one heroic man his life. Shades of the Bay of Pigs? Not quite. President Kennedy, after the fiasco, manned up and faced the American people taking full responsibility for the shameful action. On the other hand President Obama’s response, other that contributing to an inept cover up, responded by going to Las Vegas, meeting with Jay C and Beyonce, taking questions in TV shows like Letterman, Comedy Central, Jay Leno, MTV, and the like. This behavior does not bode well coming from a man that aspires to continue to be our Commander in Chief, not Comedian in Chief!</p>\r\n<p>Fernando J Milanes MD</p>','',1,20,0,78,'2012-10-27 15:49:31',62,'Fernando J. Milanes M.D.','2012-11-15 01:45:11',62,0,'0000-00-00 00:00:00','2012-10-27 15:49:31','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,19,'','',0,757,'robots=\nauthor='),(766,'Retired Lt. Col.: My Sources Say Obama Was in the Room Watching Benghazi Attack Happen','retired-lt-col-my-sources-say-obama-was-in-the-room-watching-benghazi-attack-happen','','<p><img src=\"images/stories/blaze_logo.png\" border=\"0\" alt=\"The blaze\" hspace=\"7\" align=\"left\" />Retired Army Lt. Col. Tony Shaffer said Saturday he has sources saying President Barack Obama was in the room at the White House watching the assault on the U.S. Consulate in Benghazi, Libya unfold.</p>\r\n<p><a href=\"http://www.cbsnews.com/8301-18563_162-57540712/military-response-to-benghazi-attack-questioned/\" target=\"_blank\">Two unarmed U.S. drones were dispatched</a> to the consulate and recorded the final hours of the attack, which killed U.S. Ambassador to Libya Christopher Stevens and three other Americans.   <a href=\"http://www.theblaze.com/stories/retired-lt-col-my-sources-say-obama-was-in-the-room-watching-benghazi-attack-happen/\" target=\"_blank\"><span style=\"font-size: small;\"><strong><span style=\"color: #0000ff;\">READ</span></strong></span></a></p>','',1,1,0,1,'2012-10-28 21:24:07',62,'The Blaze -- Madeleine Morgenstern','2012-10-28 21:29:03',62,0,'0000-00-00 00:00:00','2012-10-28 21:24:07','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,34,'','',0,336,'robots=\nauthor='),(767,'Fiat Says Jeep Output May Return to China as Demand Rises','fiat-says-jeep-output-may-return-to-china-as-demand-rises','','<h2>Good thing Barack Husssein Obama bailed out Chrysler!</h2>\r\n<p><img src=\"images/stories/BLOOMBERG.jpg\" border=\"0\" alt=\"Bloomberg\" hspace=\"7\" align=\"left\" /></p>\r\n<p><a href=\"http://www.bloomberg.com/quote/F:IM\" title=\"Get Quote\">Fiat SpA (F)</a>, majority owner of Chrysler Group LLC, plans to return Jeep output to <a href=\"http://topics.bloomberg.com/china/\">China</a> and may eventually make all of its models in that country, according to the head of both automakers’ operations in the region.  <a href=\"http://www.bloomberg.com/news/2012-10-21/fiat-says-china-may-build-all-jeep-models-as-suv-demand-climbs.html\" target=\"_blank\"><strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">READ</span></span></strong></a></p>','',1,1,0,1,'2012-10-30 13:31:31',62,'Submitted by Jim Willis','2012-10-30 13:53:16',62,0,'0000-00-00 00:00:00','2012-10-30 13:31:31','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,33,'','',0,282,'robots=\nauthor='),(768,'Confused by the Myriad Information on the Benghazi Scandal? This Week’s Recap May Help Clarify','confused-by-the-myriad-information-on-the-benghazi-scandal-this-weeks-recap-may-help-clarify','','<p><img src=\"images/stories/blaze_logo.png\" border=\"0\" alt=\"The Blaze\" hspace=\"7\" align=\"left\" />Given the myriad updates and revelations surrounding the <a href=\"http://www.theblaze.com/news/libya-attacks/\" target=\"_self\">Benghazi terror attack</a> that left Ambassador Christopher Stevens, his aid Sean Smith and former Navy SEALs Tyrone Woods and Glen Doherty dead, TheBlaze thought it might make sense to recap the week’s key headlines in one cohesive post. Below is a review of the latest revelations in what has become a full-blown scandal the <a href=\"http://www.theblaze.com/stories/guess-what-msm-still-not-covering-benghazi-scandal-that-left-four-americans-dead-heres-the-evidence/\" target=\"_self\">mainstream media has been reluctant to cover</a>.   <a href=\"confused-by-the-myriad-information-on-the-benghazi-scandal-this-weeks-recap-may-help-clarify\" target=\"_blank\"><strong><span style=\"color: #0000ff;\">READ</span></strong></a></p>','',1,1,0,1,'2012-11-04 13:04:52',62,'The Blaze -- Tiffany Gabbay','2012-11-04 13:20:45',62,0,'0000-00-00 00:00:00','2012-11-04 13:04:52','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,32,'','',0,334,'robots=\nauthor='),(769,'Barone: Romney Will Win 315 Electoral Votes','barone-romney-will-win-315-electoral-votes','','<p><img src=\"images/stories/breitbart_logo.png\" border=\"0\" alt=\"Breitbart\" hspace=\"7\" align=\"left\" />Michael Barone, the seasoned precinct-by-precinct analyst who has <a href=\"http://www.breitbart.com/Big-Government/2012/11/02/Obama-Voting-best-revenge-against-romney\">anchored</a> Fox News election coverage for years, has made a bold prediction: not only will Mitt Romney win the presidency on Tuesday, he will win it in a landslide. Barone says that Romney will win Indiana, North Carolina, Florida, and Virginia, of course. But then he calls the following states for Romney:   <a href=\"http://www.breitbart.com/Big-Government/2012/11/02/Barone-Romney-will-win-315\" target=\"_blank\"><strong><span style=\"color: #0000ff;\"><span style=\"font-size: small;\">READ</span></span></strong></a></p>','',0,1,0,1,'2012-11-04 13:20:50',62,'Breitbart -- Ben Shapiro','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-11-04 13:20:50','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,31,'','',0,1,'robots=\nauthor='),(770,'Poser of the United States: The photo-op presidency','poser-of-the-united-states-the-photo-op-presidency','','<p><img src=\"images/stories/malkin.png\" border=\"0\" alt=\"Michelle Malkin\" hspace=\"7\" align=\"left\" />The official Obama 2012 campaign slogan is “Forward.” The operational motto of the Obama administration is “Cheese.” As in “say cheese.” From hollow Greek columns to strategically released Situation Room candids, the Paparazzi President has put self-serving optics above all else.</p>\r\n<p>What did we get after four long years of expertly staged Kabuki-theater-meets-Potemkin-village productions? Sixteen trillion dollars in debt, a pile of dead bodies, troops at increased risk and a gallery of tax-subsidized Kodachrome pictures creating the grand illusion of leadership.   <span style=\"color: #0000ff;\"><span style=\"font-size: small;\"><a href=\"http://michellemalkin.com/\" target=\"_blank\"><strong><span style=\"color: #0000ff;\">READ</span></strong></a></span></span></p>','',1,1,0,1,'2012-11-04 13:31:07',62,'Michelle Malkin','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-11-04 13:31:07','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,29,'','',0,311,'robots=\nauthor='),(771,'The consequences of Obama\'s love of Islam','the-consequences-of-obamas-love-of-islam','','<p><img class=\"caption\" src=\"images/stories/darwish.jpg\" border=\"0\" alt=\"Nonie Darwish\" title=\"Nonie Darwish\" hspace=\"7\" align=\"left\" />I have never entertained the idea that Obama was a Muslim and always believed he was a socialist. But Obama’s behavior over the last four years regarding Islam has convinced me that Obama has a Socialist/Islamic centered world view – a combination that is not uncommon in many parts of the Muslim world.</p>\r\n<p>Having been a journalist in Egypt for six years in the’70s, I have witnessed socialism with an Islamic twist to be a popular political ideology, especially amongst Arab journalists and intellectuals. Socialism and even communism have managed to survive in the ruthless Islamic political system as an alternative to full-fledged Shariah. The two ideologies blended together in the Baath Party in Syria, Iraq and socialist regimes in Egypt and Yemen. One major difference between the two ideologies is that Islam uses Allah, while socialism uses atheism, to fight the God of Christianity. Free democracies such as the United States are alien to Islam and socialists because they regard government as a servant to the people and believe that human rights are from God and not from government or Shariah.  <span style=\"font-size: small;\"><span style=\"color: #0000ff;\"><strong> </strong></span></span><a href=\"http://www.wnd.com/2012/10/the-consequences-of-obamas-love-of-islam/\" target=\"_blank\"><span style=\"font-size: small;\"><span style=\"color: #0000ff;\"><strong>READ</strong></span></span></a></p>','',1,20,0,78,'2012-11-04 19:25:07',62,'Nonie Darwish -- WND','0000-00-00 00:00:00',0,62,'2012-11-04 19:38:19','2012-11-04 19:25:07','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,18,'','',0,538,'robots=\nauthor='),(772,'Vote','vote','','<p><img src=\"images/stories/Election_Day_Duty1.jpg\" border=\"0\" alt=\"Vote\" width=\"420\" height=\"340\" /></p>\r\n<p><img src=\"images/stories/president_obama_smoking_cigarettes.jpg\" border=\"0\" alt=\"Barack Hussein Obama\" width=\"122\" height=\"158\" align=\"left\" /><img src=\"images/stories/obey_obama.jpg\" border=\"0\" alt=\"Barack Hussein Obama\" width=\"104\" height=\"165\" align=\"left\" /></p>','',1,1,0,1,'2012-11-06 11:36:04',62,'NY Daily News','2012-11-06 11:48:19',62,62,'2012-11-06 11:48:20','2012-11-06 11:36:04','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,30,'','',0,462,'robots=\nauthor='),(773,'Communist Cuba\'s Support for Their \"Compatriot\" Barack Hussein Obama','communist-cubas-support-for-their-qcompatriotq-barack-hussein-obama','','<p>An email from a friend in Miami:</p>\r\n<p><em><strong>Subject:</strong> </em><strong><em>si esto no es prueba de dónde viene el señor, mejor es que nos vayamos a otro lugar</em>  </strong><strong> (<span>If this is not proof that the Lord is coming, it is better that we go to another place)</span></strong></p>\r\n<p><strong></strong> <em>Al leer esta portada del diario Granma, se me retuerce el estómago y me pregunto cómo hay compatriotas cubanos que todavía puedan votar por este hombre...qué más prueba de sus intenciones que esté respaldado por el régimen sanguinario y bochornoso de nuestra patria...</em>   (<span>Read this cover of the Granma newspaper, turns my stomach and I wonder how there are Cuban patriots who can still vote for this man... What more proof of their (Obama\'s)  intentions - backed by the bloody and disgraceful regime of our homeland...)</span></p>\r\n<p><strong>Saturday\'s front page of Cuba\'s communist newspaper. Translation:<br />\"Our support to our partner Barack Obama - REVENGE\"<br />Nuf\' said?</strong></p>\r\n<p><img src=\"images/stories/granma.jpg\" border=\"0\" alt=\"Granma\" align=\"left\" /></p>','',1,1,0,1,'2012-11-06 20:10:48',62,'Submitted by Helio Rodriguez','2012-11-06 20:42:17',62,62,'2012-11-06 20:42:17','2012-11-06 20:10:48','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,28,'','',0,464,'robots=\nauthor='),(774,'Slaves of Christ - The Path of Life, Part 38','slaves-of-christ-the-path-of-life-part-38','','<p><img src=\"images/stories/r_joyner_85px.jpg\" border=\"0\" alt=\"Rick Joyner\" hspace=\"7\" align=\"left\" /></p>\r\n<p>Thank you for bearing with last week’s long-winded word. These are crucial times, and the Lord called those “hypocrites” who understood the weather better than the signs of the times (see Luke 12:56). If we are going to be the salt and light we are called to be, we must understand and be engaged in the times. This is why every prophet in Scripture addressed current events, and numerous ones had words for many nations. This is part of what we are called to do but not all of it.  <a href=\"http://www.morningstarministries.org/resources/word-week/2012/slaves-christ-path-life-part-38?utm_source=The+MorningStar+Ministries+eNewsletter&amp;utm_campaign=eb8fdbf62a-eNewsletter_November_05_2012&amp;utm_medium=email\" target=\"_blank\"><strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">READ</span></span></strong></a></p>','',1,20,0,78,'2012-11-07 12:49:24',62,'Rick Joyner','2012-11-07 13:02:10',62,0,'0000-00-00 00:00:00','2012-11-07 12:49:24','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,17,'','',0,559,'robots=\nauthor='),(775,'How to Explain the Entitlement Spending Crisis to Kids','how-to-explain-the-entitlement-spending-crisis-to-kids','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br />&lt;iframe width=\"380\" height=\"225\" src=\"http://www.youtube.com/embed/JsTbkB9hOuw\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;<br /></span>{/source}</p>\r\n<p>In a new <a href=\"http://www.youtube.com/watch?v=JsTbkB9hOuw&amp;feature=g-user-u\">video</a> parodying Dr. Seuss’s whimsical style, the American Enterprise Institute puts the problem of growing entitlement program spending in a form elementary school kids can understand.   <a href=\"http://blog.heritage.org/2012/11/07/how-to-explain-the-entitlement-spending-crisis-to-kids/\" target=\"_blank\"><strong><span style=\"color: #0000ff;\"><span style=\"font-size: small;\">READ</span></span></strong></a></p>\r\n<div id=\"container\" class=\"outer\">\r\n<div class=\"inner\"></div>\r\n</div>','',1,1,0,1,'2012-11-08 15:49:44',62,'Heritage.org','2015-03-03 01:54:38',62,62,'2015-03-03 01:54:38','2012-11-08 15:49:44','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,7,'','',0,637,'robots=\nauthor='),(815,'Mysterious spy cameras collecting data at post offices','mysterious-spy-cameras-collecting-data-at-post-offices','','<p><img src=\"images/stories/obama_surveillance.jpg\" border=\"0\" align=\"left\" style=\"PADDING-RIGHT: 5px\" />DENVER — Within an hour of FOX31 Denver discovering a hidden camera, which was positioned to capture and record the license plates and facial features of customers leaving a Golden Post Office, the device was ripped from the ground and disappeared.</p>\r\n<p>FOX31 Denver investigative reporter Chris Halsne confirmed the hidden camera and recorder is owned and operated by the United State Postal Inspection Service, the law enforcement branch of the U.S. Postal Service.<span style=\"color: #0000ff;\"><strong> </strong></span><a href=\"http://kdvr.com/2015/03/11/mysterious-spy-cameras-collecting-data-at-post-offices/\"><span style=\"color: #0000ff;\"><strong>MORE&gt;&gt;</strong></span></a></p>','',1,1,0,1,'2015-03-13 01:42:31',62,'Fox 31 Denver','2015-03-13 02:09:37',62,0,'0000-00-00 00:00:00','2015-03-13 01:42:31','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,4,'','',0,585,'robots=\nauthor='),(813,'Admiral (Ret) James Lyons Wash DC Feb 11, 2015','admiral-ret-james-lyons-wash-dc-feb-11-2015','','<p><span style=\"font-family: courier new, courier, monospace;\">{source}<br />&lt;iframe width=\"380\" height=\"220\" src=\"<a href=\"http://www.liveleak.com/ll_embed?f=51fe948515b4\">http://www.liveleak.com/ll_embed?f=51fe948515b4</a>\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;<br />{/source}<br /></span></p>','',1,1,0,1,'2015-02-28 14:15:19',62,'liveleak.com','2015-02-28 17:25:11',62,0,'0000-00-00 00:00:00','2015-02-28 14:15:19','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',10,0,6,'','',0,1288,'robots=\nauthor='),(776,'Was the 2012 Election Stolen?','was-the-2012-election-stolen','','<p>As the 2012 election approached, conservative enthusiasm grew. Mitt Romney was drawing huge crowds while Barack Obama spoke in half-filled stadiums. All the passion lay on the right while the left was discouraged with a promised messiah who proved merely a politician. And the prediction was that, in contrast to 2008, Republican turnout would dwarf the tuned-out and carry the day. Hence the shock November 6 eve. How could Romney lose, especially by such a wide electoral margin?</p>\r\n<p>Maybe he didn\'t</p>\r\n<p>At least not legitimately.   <a href=\"http://www.americanthinker.com/2012/11/was_the_2012_election_stolen.html#ixzz2C9qLdmUA\" target=\"_blank\">Read more:</a></p>\r\n<p><img src=\"images/stories/at_logo.gif\" border=\"0\" alt=\"American Thinker\" width=\"352\" height=\"65\" /></p>','',1,1,0,1,'2012-11-14 01:54:27',62,'American Thinker -- Selwyn Duke','2012-11-16 00:21:25',62,0,'0000-00-00 00:00:00','2012-11-14 01:54:27','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',14,0,27,'','',0,797,'robots=\nauthor='),(779,'Air Force hits 70 Gaza Strip targets in an hour','air-force-hits-70-gaza-strip-targets-in-an-hour','','<p>The Israeli Air Force struck some 70 targets in the Gaza Strip in one hour\'s time, the IDF Spokesman\'s Office said shortly before 10 p.m. Thursday. Among the targets, the IDF statement said, were underground medium-range rocket launching pads. The most recent blitz of air strikes brought the total number to well over 300.   <a href=\"http://www.jpost.com/Defense/Article.aspx?id=292102\" target=\"_blank\"><span style=\"color: #0000ff;\"><span style=\"font-size: small;\"><strong>READ</strong></span></span></a></p>\r\n<p><img src=\"images/stories/jerusalem_post.jpg\" border=\"0\" alt=\"Jerusalem Post\" /></p>','',1,1,0,1,'2012-11-16 00:22:28',62,'The Jerusalem Post  --  Yaakov Lappin','0000-00-00 00:00:00',0,62,'2012-11-16 00:26:15','2012-11-16 00:22:28','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,26,'','',0,764,'robots=\nauthor='),(777,'After The Election','after-the-election','','<p>December 7, 1941, the day Pearl Harbor was attacked, is famously called a day of infamy. September 11, 2001, likewise has gone down in history as another day of infamy for America. For me November 6, 2012, is yet another day that will go down as a day of infamy for America. It was a bellwether day and, I believe, things after this day will be markedly different than those which preceded. <a href=\"http://www.theoakinitiative.org/oak-leaf-33\" target=\"_blank\"><strong><span style=\"color: #0000ff;\">READ</span></strong></a><img src=\"images/stories/OAKI-logo.png\" border=\"0\" alt=\"The Oak Initiative\" align=\"left\" /></p>\r\n<p> </p>','',1,20,0,78,'2012-11-15 01:27:48',62,'The Oak Initiative  --  Lloyd Phillips','2012-11-15 01:43:56',62,0,'0000-00-00 00:00:00','2012-11-15 01:27:48','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',8,0,16,'','',0,824,'robots=\nauthor='),(778,'Glenn Beck Lays Out the Startling Similarities Between Present Day America and the Weimar Republic','glenn-beck-lays-out-the-startling-similarities-between-present-day-america-and-the-weimar-republic','','<p>For roughly half of the country, or at least those who strongly following both politics and history, the 2012 election serves as a harbinger of the fundamental transformation expedited by Barack Obama that will, ultimately, cause the sun to set on America and its exceptionalism. Those who recall the not-so-distant past recognize a number of similarities in present-day America and European countries that ultimately succumbed to the devices of Socialism or Fascism. During his Wednesday evening broadcast, Glenn Beck examined these similarities, particularly as it relates to the Weimar Republic.  <a href=\"http://www.theblaze.com/stories/glenn-beck-lays-out-the-startling-similarities-between-present-day-america-and-the-weimar-republic/\" target=\"_blank\"><span style=\"color: #0000ff;\"><strong><span style=\"font-size: small;\">READ</span></strong></span></a></p>\r\n<p><img src=\"images/stories/blaze_logo.png\" border=\"0\" alt=\"The Balze\" align=\"left\" /></p>','',1,20,0,78,'2012-11-15 23:46:22',62,'The Blaze --  Tiffany Gabbay','2012-11-15 23:49:14',62,0,'0000-00-00 00:00:00','2012-11-15 23:46:22','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,15,'','',0,1701,'robots=\nauthor='),(780,'UPS Ends Grants To Boy Scouts Over Discrimination','ups-eds-grants-to-boy-scouts-over-discrimination','','<h2 style=\"text-align: justify;\">UPS will no longer donate  money to the Boy Scouts because BSA will not allow sodomizers to join the organization. Please consider this when choosing a shipping solution for your business or personal use. LetsRebuildit.com</h2>\r\n<p><img src=\"images/stories/ups_bsa.jpg\" border=\"0\" alt=\"UPS stops Donations to Boy Scouts for discriminationg against Sodomizers\" hspace=\"7\" width=\"98\" height=\"77\" align=\"left\" />The shipping giant United Parcel Service has now openly come out and said it will not longer give money to organizations that freely discriminate against homosexuals and specifically it targeted the Boy Scouts of America. UPS become the second major corporation to strip funding from the scouts.   <a href=\"http://www.foxnews.com/us/2012/11/13/ups-ends-grants-to-boy-scouts-over-discrimination/\" target=\"_blank\"><strong><span style=\"color: #0000ff;\"><span style=\"font-size: small;\">READ </span></span></strong></a></p>','',1,1,0,1,'2012-11-16 11:08:07',62,'Fox News  --  ','2012-11-16 12:48:08',62,0,'0000-00-00 00:00:00','2012-11-16 11:08:07','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',9,0,25,'','',0,868,'robots=\nauthor='),(781,'The Obama Effect: All By Design','the-obama-effect-all-by-design','','<p>Right after the presidential race was called for Barack Obama last Tuesday night, I tweeted: ”Four more exhausting years of economic destruction, presidential lies, and national collapse.”</p>\r\n<p>In other words, more of same from the Skinny Socialist and his radical redistributionist agenda. And here we go.</p>\r\n<p>Just today, we get these headlines (also seen at DrudgeReport.com): First-time jobless claims <a href=\"http://www.bloomberg.com/news/2012-11-15/jobless-claims-jumped-last-week-as-sandy-damaged-u-s-job-market.html\" target=\"_blank\">spiked 78,000 last week</a> to a whopping 439,000– the highest level in 18 months. <a href=\"http://www.cnbc.com/id/49836852\" target=\"_blank\">Inflation is climbing.</a> Denny’s has become the latest business (and American icon) to begin layoffs and cut employees’ hours because of the oppressive costs and regulations of ObamaCare. <a href=\"http://www.dailymail.co.uk/news/article-2233221/Dennys-charge-5-Obamacare-surcharge-cut-employee-hours-deal-cost-legislation.html\" target=\"_blank\">Denny’s</a> joins Applebee’s and Papa John’s, among others, who have said they must retrench to deal with the increased costs.   <a href=\"http://www.theblaze.com/contributions/the-obama-effect-all-by-design/\" target=\"_blank\"><strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">READ</span></span></strong></a><img src=\"images/stories/blaze_logo.png\" border=\"0\" alt=\"The blaze\" align=\"left\" /></p>','',1,20,0,78,'2012-11-17 13:56:39',62,'The Blaze  --  Monica Crowley','2012-11-17 14:13:08',62,0,'0000-00-00 00:00:00','2012-11-17 13:56:39','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,14,'','',0,992,'robots=\nauthor='),(782,'Obama Re-Election Prompts Middle East War','obama-re-election-prompts-middle-east-war','','<h2>It is impossible not to notice the timing of this week’s incipient Middle East regional war. It comes approximately one week after Barack Obama was re-elected to the presidency. Last Tuesday, Obama won re-election; four days later, Hamas began firing rockets on Israel’s southern cities in a new wave. The day after that, Syria began shelling Israeli positions in the north. And two days after that, the Palestinian Authority told the press that they would be making another bid for statehood at the United Nations; the same day, riots began in Jordan over gas price increases.</h2>\r\n<p>The region is descending into war because of weakness in the White House – but also because each of the regional players, with the exception of Israel and the current Jordanian and Turkish governments (both of them have been silent), has an interest in war. Obama’s empty chair foreign policy has incentivized virtually every anti-American regime in the region into greater aggressiveness. Now Obama is attempting to stuff the genie back into the bottle by issuing statements of support for Israel. But it’s too little too late.</p>\r\n<p>Here’s how the various players break down:   <a href=\"http://www.breitbart.com/Big-Peace/2012/11/15/Obama-re-election-prompts-Middle-East-War\" target=\"_blank\"><span style=\"color: #0000ff;\"><span style=\"font-size: small;\"><strong>READ</strong></span></span></a>   <img src=\"images/stories/breitbart_logo.png\" border=\"0\" alt=\"Breitbart\" align=\"left\" /></p>','',1,22,0,80,'2012-11-17 14:16:59',62,'Breitbart  --  Ben Shapiro','2012-11-17 14:21:47',62,0,'0000-00-00 00:00:00','2012-11-17 14:16:59','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,1,'','',0,718,'robots=\nauthor='),(783,'Woman in Petraeus scandal visited White House','woman-in-petraeus-scandal-visited-white-house','','<p><img src=\"images/stories/Jill_Kelley.png\" border=\"0\" alt=\"Jill Kelley\" width=\"420\" height=\"200\" /></p>\r\n<p>WASHINGTON (AP) — The two women at the center of the David Petraeus scandal — the biographer with whom he had an extramarital affair and the socialite who received worrisome emails that led investigators to uncover the illicit relationship — visited the White House on separate and apparently unrelated occasions. Neither woman met with President Barack Obama during their visits.   <a href=\"http://dailycaller.com/2012/11/16/woman-in-petraeus-scandal-visited-white-house/#ixzz2CUROZ5O8\" target=\"_blank\" style=\"color: #003399;\"><strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">READ</span></span></strong></a></p>','',1,1,0,1,'2012-11-17 14:45:15',62,'The Daily Caller  --  AP','2012-11-17 14:56:46',62,62,'2012-11-17 14:56:46','2012-11-17 14:45:15','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,24,'','',0,137,'robots=\nauthor='),(785,'Post-Election: It’s Always Darkest Before the Dawn','post-election-its-always-darkest-before-the-dawn','','<p>Honesty is always the best policy because when you’re fooling yourself you’re not fooling anyone else. The recent election should have been a wake-up call for everyone committed to the traditional principles of our great Republic: constitutionally limited government, personal liberty, and economic freedom. The weeping has lasted for a night, and now it is time to be honest with ourselves to face the cold clear light of day and to prayerfully find our way in this brave new world.</p>\r\n<p>Obviously the dismal election results have captured the attention of everyone who hoped to avoid the triumph of the Progressives and their utopian statist agenda. Every conservative pundit whether neo or old school either on the only non-progressive news channel or online is evaluating the election results and offering their prescription to heal the weaknesses of the Grand Old Party. Some say embrace amnesty with limits, some say moderate the abortion plank, others say come out for legalization of drugs. In other words continue the slide of the one-time bastion of traditional values into a mushy, touchy-feely Democrat-Lite.</p>\r\n<p>This commentator is taking a different route. I believe it is time to abandon the Republican Party as the empty shell it has become.   <a href=\"http://freedomoutpost.com/2012/11/post-election-its-always-darkest-before-the-dawn/#ixzz2D3GRJK5b\" target=\"_blank\"><span style=\"color: #0000ff;\"><strong><span style=\"font-size: small;\">READ</span></strong></span></a></p>','',1,20,0,78,'2012-11-23 13:19:01',62,'Dr. Robert Owens  --  Freedom Outpost','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-11-23 13:19:01','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,13,'','',0,866,'robots=\nauthor='),(786,'For Fourth Straight Year, Obama\'s Thanksgiving Message Doesn\'t Thank God','for-fourth-straight-year-obamas-thanksgiving-message-doesnt-thank-god','','<p>Yet again, President Obama’s Thanksgiving message eschewed any direct reference to thanking God, making this the fourth straight year in which the President of the United States has ignored the central message of the holiday in favor of political grandstanding.  <a href=\"http://www.breitbart.com/Big-Government/2012/11/22/For-Fourth-Straight-Year-Obama-Thanksgiving-Message-God\" target=\"_blank\"> <span style=\"font-size: small;\"><span style=\"color: #0000ff;\"><strong>READ</strong></span></span></a>  <img src=\"images/stories/breitbart_logo.png\" border=\"0\" alt=\"Breitbart\" hspace=\"7\" align=\"left\" /></p>','',1,1,0,1,'2012-11-23 13:30:17',62,'Breitbart  --  Ben Shapiro','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-11-23 13:30:17','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,23,'','',0,445,'robots=\nauthor='),(787,'How A Failed Commune Gave Us What Is Now Thanksgiving','how-a-failed-commune-gave-us-what-is-now-thanksgiving','','<p>It’s wrong to say that American was founded by capitalists. In fact, America was founded by socialists who had the humility to learn from their initial mistakes and embrace freedom. One of the earliest and arguably most historically significant North American colonies was Plymouth Colony, founded in 1620 in what is now known as Plymouth, Massachusetts. As I’ve outlined in greater detail here before (<a href=\"http://www.forbes.com/opinions/2008/11/27/thanksgiving-economy-history-oped-cx_jb_1127bowyer.html%29\" target=\"_blank\"><span style=\"text-decoration: underline;\">Lessons From a Capitalist Thanksgiving</span></a>), the original colony had written into its charter a system of communal property and labor. As William Bradford recorded in his <em>Of Plymouth Plantation</em>, a people who had formerly been known for their virtue and hard work became lazy and unproductive. Resources were squandered, vegetables were allowed to rot on the ground and mass starvation was the result. And where there is starvation, there is plague. After 2 1/2 years, the leaders of the colony decided to abandon their socialist mandate and create a system which honored private property. The colony survived and thrived and the abundance which resulted was what was celebrated at that iconic Thanksgiving feast.   <a href=\"http://finance.townhall.com/columnists/jerrybowyer/2012/11/23/how_a_failed_commune_gave_us_what_is_now_thanksgiving\" target=\"_blank\"><span style=\"color: #0000ff;\"><span style=\"font-size: small;\"><strong>READ</strong></span></span></a>  <img src=\"images/stories/townhalllogo.jpg\" border=\"0\" alt=\"Townhall\" hspace=\"7\" align=\"left\" /></p>','',1,20,0,78,'2012-11-23 13:45:04',62,'Townhall  --  Jerry Bowyer','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-11-23 13:45:04','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,12,'','',0,595,'robots=\nauthor='),(788,'Barack Hussein Obama - He\'s Workin\' On It!','barack-hussein-obama-hes-workin-on-it','','<h1>Sandy Victim Promised ‘Immediate Help’ by President Obama Still in the Cold</h1>\r\n<p>Many political analysts believe Superstorm Sandy gave President Obama a small but critical boost before the 2012 election, allowing him to look like a bold, competent leader while also juggling his campaign duties.</p>\r\n<p>Many voters said they appreciated how much he “cared” about the plight of the victims, and vowed to cut through any “red tape” to grant them immediate help.</p>\r\n<p>On October 31, the White House <a href=\"http://www.whitehouse.gov/blog/2012/10/31/president-obama-new-jersey-we-are-here-you\" target=\"_blank\">posted a photo</a> of the president hugging a disheartened woman in a blue sweatshirt, also featuring her in a video about Obama’s post-Sandy efforts:</p>\r\n<p><img src=\"images/stories/barack-hussein-obama-workin-on-it.png\" border=\"0\" alt=\"NHO -- He\'s Workin\' On It!\" width=\"422\" height=\"261\" /></p>\r\n<p><a href=\"http://www.northjersey.com/news/180472521_Photo_essay__A_hug_from_Obama__but_no_other_help.html\" target=\"_blank\">According to NorthJersey.com</a> the woman is named Donna Vanzant and, though Obama promised her “immediate” assistance, she’s apparently seen no government help roughly a month later.   <a href=\"http://www.theblaze.com/stories/sandy-victim-promised-immediate-help-by-president-obama-still-in-the-cold/\" target=\"_blank\"><strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">READ</span></span></strong></a></p>\r\n<p><img src=\"images/stories/blaze_logo.png\" border=\"0\" alt=\"The Blaze\" align=\"left\" /></p>','',1,1,0,1,'2012-11-27 12:09:46',62,'Erica Ritz  --  The Blaze','2012-11-27 13:33:33',62,0,'0000-00-00 00:00:00','2012-11-27 12:09:46','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,22,'','',0,540,'robots=\nauthor='),(789,'Russian News Outlet Pravda (Previously the Official Press of the USSR) Labels Obama a ‘Communist’ in Scathing OpEd','russian-news-outlet-pravda-previously-the-official-press-of-the-ussr-labels-obama-a-communist-in-scathing-oped','','<div id=\"wrapper\">\r\n<div id=\"container\">\r\n<div id=\"content\">\r\n<div>\r\n<div>\r\n<div id=\"postContent\">\r\n<p>The famed Russian news site “Pravda,” which ironically was formed as the official Communist publication of the former Soviet Union, recently released a scathing opinion column entitled, “Obama’s Soviet Mistake,” in which the author unabashedly<a href=\"http://english.pravda.ru/opinion/columnists/19-11-2012/122849-obama_soviet_mistake-0/\" target=\"_blank\"> labels </a>the U.S. president a “Communist without question promoting the Communist Manifesto without calling it so.”   <a href=\"http://www.theblaze.com/stories/russian-news-outlet-pravda-previously-the-official-press-of-the-ussr-labels-obama-a-communist-in-scathing-oped/\" target=\"_blank\"><strong><span style=\"color: #0000ff;\"><span style=\"font-size: small;\">READ</span></span></strong></a></p>\r\n<p><strong><span style=\"color: #0000ff;\"><span style=\"font-size: small;\"><img src=\"images/stories/blaze_logo.png\" border=\"0\" alt=\"The Blaze\" align=\"left\" /> </span></span></strong></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','',1,1,0,1,'2012-11-27 13:35:33',62,'The Blaze  --  Tiffany Gabbay','2012-11-27 13:41:24',62,0,'0000-00-00 00:00:00','2012-11-27 13:35:33','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,21,'','',0,1005,'robots=\nauthor='),(790,'A Divided America','a-divided-america','','<p>We are a divided nation to be sure. An uncivil war is being waged against what is true and just in our land. Those exact things which made America the envy of the world and allowed for more people to prosper and reach for their potential than any nation in the history of mankind are being attacked and uprooted.</p>\r\n<p>We continue through a period of history described in the book of Isaiah chapter five.</p>\r\n<p>Isaiah 5:20-23: <em>\"Woe to those who call evil good, and good evil; Who put darkness for light, and light for darkness; Who put bitter for sweet, and sweet for bitter! Woe to those who are wise in their own eyes, And prudent in their own sight! Woe to men mighty at drinking wine, Woe to men valiant for mixing intoxicating drink, who justify the wicked for a bribe, And take away justice from the righteous man!\"</em></p>\r\n<p>Honestly, I thought we might have had a respite, if only temporarily, had the election gone differently. However, we did not see a change in direction and we will therefore continue to see justice delayed and godliness mocked and attacked. As Christians we must learn to remain in God\'s peace regardless of circumstances and our situation, for, as we persevere, we will actually grow into the character of Christ.</p>\r\n<p>Romans 5:1-4: <em>\"Therefore, having been justified by faith, we have peace with God through our Lord Jesus Christ, through whom also we have access by faith into this grace in which we stand, and rejoice in hope of the glory of God. And not only that, but we also glory in tribulations, knowing that tribulation produces perseverance; and perseverance, character; and character, hope.\"   </em> <a href=\"http://www.theoakinitiative.org/oak-leaf-34\" target=\"_blank\"> <span style=\"font-size: small;\"><strong><span style=\"color: #0000ff;\">READ</span></strong></span></a></p>\r\n<p><img src=\"images/stories/OAKI-logo.png\" border=\"0\" alt=\"The Oak Initiative\" align=\"left\" /></p>','',1,20,0,78,'2012-11-30 23:21:18',62,'LLoyd Phillips','2012-11-30 23:29:37',62,0,'0000-00-00 00:00:00','2012-11-30 23:21:18','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,11,'','',0,599,'robots=\nauthor='),(791,'Voter Fraud Made Easy','voter-fraud-made-easy','','<p><span style=\"TEXT-ALIGN: left\"><em>This is a must see video. It\'s less than 15 minutes, but has some of the most alarming testimony in it that I have ever seen. It has become common knowledge about how easy it is to program fraudulent results into voting machines, but that is just the tip of the iceberg. Watch this one to the end. - <strong>Rick Joyner</strong></em></span></p>\r\n<p><span style=\"TEXT-ALIGN: left\"><strong><em> </em></strong></span>{source}<span style=\"font-family: courier new, courier, monospace;\"><span>&lt;</span>iframe width=\"420\" height=\"315\" src=\"http://www.youtube.com/embed/1thcO_olHas\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>\r\n<p> In 2001, Clinton Eugene Curtis, a computer programmer from Florida, testified before a congressional panel that there are computer programs that can be used to secretly fix elections. He explains how he created a prototype for Florida Congressman Tom Feeny that would? flip the vote 51%-49% in favor of a specified candidate.</p>\r\n<p><img src=\"images/stories/OAKI-logo.png\" border=\"0\" alt=\"The Oak Initiative\" align=\"left\" /> <span style=\"FONT-FAMILY: Helvetica,Calibri,Arial,sans-serif; FONT-SIZE: 11pt\">Thank you for being a part of the Oak Initiative. Be sure to share these details with your friends and get involved. If you are not a member, </span><a href=\"http://www.theoakinitiative.org/\" target=\"_blank\" style=\"font-family: Helvetica, Calibri, Arial, sans-serif; color: #000090; font-size: 11pt;\">consider becoming a members today</a><span style=\"FONT-FAMILY: Helvetica,Calibri,Arial,sans-serif; FONT-SIZE: 11pt\"> . Also, be sure to remember to </span><a href=\"http://www.theoakinitiative.org/\" target=\"_blank\" style=\"font-family: Helvetica, Calibri, Arial, sans-serif; color: #000090; font-size: 11pt;\">renew your membership</a><span style=\"FONT-FAMILY: Helvetica,Calibri,Arial,sans-serif; FONT-SIZE: 11pt\"> if necessary so you continue the member resources.</span></p>','',1,20,0,78,'2012-12-01 13:12:07',62,'Submitted by The Oak Initiative','2012-12-01 13:28:07',62,0,'0000-00-00 00:00:00','2012-12-01 13:12:07','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,10,'','',0,581,'robots=\nauthor='),(792,'Bill Whittle Explains Why Romney Lost and What It Is To Be a Conservative','bill-whittle-explains-why-romney-lost-and-what-it-is-to-be-a-conservative','','<p>In this video, Bill Whittle speaks at the David Horowitz Benefit Dinner and explains why Romney lost and how he could have better responded to the attacks against his character and wealth. This video is a must see for both conservative and democrats.<br /><br />At one point in the video, Whittle remarks that people ask him why he doesn’t run for president and his response is,<br /><br />“There is no way I could be president of the United States, I  have no military experience, I’ve never run a business for God’s sake, who could possibly clear that bar…”</p>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br />&lt;iframe width=\"420\" height=\"236\" src=\"http://www.youtube.com/embed/lm1PdW3vs3o\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;<br /></span>{/source}</p>\r\n<p><a href=\"http://conservativevideos.com/2012/11/bill-whittle-explains-what-it-is-to-be-a-conservative-and-why-romney-lost/\" target=\"_blank\"><strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">Conservative Videos</span></span></strong></a></p>','',1,20,0,78,'2012-12-03 16:24:52',62,'Submitted by Carol B  --  Conservative Videos','2012-12-03 16:49:08',62,0,'0000-00-00 00:00:00','2012-12-03 16:24:52','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,9,'','',0,905,'robots=\nauthor='),(793,'When the Arrow Strikes ','when-the-arrow-strikes-','','<p><img class=\"caption\" src=\"images/stories/johnElliott.jpg\" border=\"0\" alt=\"John G. Elliott\" title=\"John G. Elliott\" hspace=\"7\" width=\"123\" height=\"107\" align=\"left\" /><em><strong>He will have no fear of bad news; his heart is steadfast, trusting in the Lord. His heart is secure, he will have no fear. In the end he will look in triumph on his foes”<span style=\"font-family: Helvetica,sans-serif; color: black; font-size: 9pt;\"> (Psalm 112:7&amp;8)</span></strong></em></p>\r\n<p><span style=\"font-family: Helvetica,sans-serif; color: black; font-size: 9pt;\">A letter arrives. Bad News. A bill comes in the mail. A text. A news cast. A feeling forms in your gut. The feeling is hard to shake. </span></p>\r\n<p><span style=\"font-family: Helvetica,sans-serif; color: black; font-size: 9pt;\">I do not think that the person who lives by faith immediately dismisses evil tidings and seemingly insurmountable obstacles with a simple wave of the hand. The arrow stings when it strikes. For a brief period, darkness seems to overwhelm.</span></p>\r\n<p><span style=\"font-family: Helvetica,sans-serif; color: black; font-size: 9pt;\">But faith strikes a match. A tiny candle is lit. Soon, one candle after another brightens the dark place until it becomes a haven of light. Faith looks<em> back</em> before it can look <em>ahead</em>. Faith functions best when it goes back to the solid rock of Promise. As we repeat (preferably out loud) and meditate upon a sure word of God, more candles are lit in the midst of the dark moment which otherwise would churn our insides into a sea of anguish and hopelessness.</span></p>\r\n<p><span style=\"font-family: Helvetica,sans-serif; color: black; font-size: 9pt;\">It is exceedingly helpful to think about the times in your past when you know that God delivered you. Praise Him for those times and then allow faith to reason that He will do it again. Hope is given birth anew based upon the word of promise and the calling to mind of His faithfulness. This exercise of faith is not automatic. It must be actively renewed or else it will languish. Then faith and hope unite to dismiss the fear. Allow faith and hope to mature and go a step further and trample upon the lies that gave birth to the unbelief that inspired the fear!!</span></p>\r\n<p><span style=\"font-family: Helvetica,sans-serif; color: black; font-size: 9pt;\">Difficult circumstances demand this kind of faith. The process usually begins with the onset of anguished feelings. The candles are lit, one by one. As soon as possible, praise and thanksgiving must emerge so that the forces of heaven can be engaged which then cause the deception of fear to be trampled beneath your feet. Note: praise is like a piece of clothing that must be taken out of the closet and put on your body!!!</span></p>\r\n<p><span style=\"font-family: Helvetica,sans-serif; color: black; font-size: 9pt;\">Yesterday’s victory in this does not guarantee today’s success. The process must be re-visited anew when the arrow pierces afresh. Bad news, in all its varieties, shapes and sizes, is thus subjected to the ever watchful eye of Heaven’s Almighty Majesty: the Ancient of Days; Who has never been caught off-guard by bad news and Who never gets nervous about the future. This same One lives insides you and me. When we engage this incredible truth, our troubles, our bills, our impossible circumstances become a foot stool under His feet. </span></p>\r\n<p><span style=\"font-family: Helvetica,sans-serif; color: black; font-size: 9pt;\"><a href=\"http://johngelliott.com/\" target=\"_blank\"><strong><span style=\"color: #0000ff;\"><span style=\"font-size: small;\">Go to JohnGElliot.com &gt;&gt;&gt;</span></span></strong></a></span></p>','',1,20,0,78,'2012-12-04 03:42:31',62,'John G. Elliott','2012-12-04 04:29:13',62,0,'0000-00-00 00:00:00','2012-12-04 03:42:31','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,8,'','',0,672,'robots=\nauthor='),(794,'Why Obama Won Catholic Vote By Two Percent','why-obama-won-catholic-vote-by-two-percent','','<p>Every day, I am amazed by what people are willing to believe. People believe what they are told by authority figures without question. What’s even <em>more</em> stunning, however, is what people don’t <em>know</em>. On a daily basis, people buy products about which they know very little; they marry people whom they don’t know as well as they should; and they vote for politicians who stand in direct opposition to their core beliefs. I call these people “The Uninformed”; the people who go about their day taking in as little information as possible; and doing as little as possible to critically analyze what is going on in the world around them.  <strong><span style=\"color: #0000ff;\"><span style=\"font-size: small;\"> </span></span></strong><a href=\"http://lastresistance.com/716/why-obama-won-catholic-vote-by-two-percent/\" target=\"_blank\"><strong><span style=\"color: #0000ff;\"><span style=\"font-size: small;\">READ</span></span></strong></a></p>','',1,20,0,78,'2012-12-10 23:07:49',62,'Frank Camp  -- Last Resistance','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-12-10 23:07:49','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,7,'','',0,1199,'robots=\nauthor='),(795,'US Sending 20 F-16s to Egypt','us-sending-20-f-16s-to-egypt','','<p>Let’s say a would-be Egyptian dictator tosses the head of the military, supports a terrorist assault on Israel, and threatens to send tanks into the streets to fight any opposition. Let’s also say you’re the President of the United States. Would you: (a) threaten to cut off aid; (b) actually cut off aid; (c) send 20 F-16s to Egypt?  <a href=\"http://www.breitbart.com/Big-Peace/2012/12/10/US-Sends-F-16s-to-Egypt\" target=\"_blank\"><strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">READ</span></span></strong></a>  </p>','',1,1,0,1,'2012-12-10 23:13:46',62,'Breitbart','2012-12-10 23:17:01',62,62,'2012-12-10 23:20:32','2012-12-10 23:13:46','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,20,'','',0,1172,'robots=\nauthor='),(796,'The Breathtaking Then-and-Now Photos of an Abandoned Detroit High School','the-breathtaking-then-and-now-photos-of-an-abandoned-detroit-high-school','','<p>Some would argue the city of Detroit has experienced a boom and bust like no other in the last century. With the automotive and factory industry in the 1920s and onward spurring the city’s population, infrastructure to support it followed. But industry changes led to economic downfall that depressed the city, causing much of the population to leave, while its infrastructure remains, crumbling.   <a href=\"http://www.theblaze.com/stories/the-breathtaking-then-and-now-photos-of-an-abandoned-detroit-high-school/\" target=\"_blank\"><strong><span style=\"color: #0000ff;\"><span style=\"font-size: small;\">READ</span></span></strong></a> <img src=\"images/stories/blaze_logo.png\" border=\"0\" alt=\"The Blaze\" hspace=\"7\" align=\"left\" /></p>\r\n<p> </p>\r\n<p> </p>\r\n<h3>Editors Opinion: The reason for Detroit\'s decline is liberalism - period. To garner votes, and only to garner votes, liberals promote sloth, which has led Detroit\'s \"stewards\" to become lawless, dishonest, envious, greedy and obese. This former Detroiter will not go down to Detroit - liberals have made it ugly and unsafe.</h3>','',1,1,0,1,'2012-12-11 12:58:57',62,'The Blaze','2012-12-11 13:25:14',62,0,'0000-00-00 00:00:00','2012-12-11 12:58:57','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,19,'','',0,1216,'robots=\nauthor='),(797,'The Solution to our Nation’s ‘Gun Problem’','the-solution-to-our-nations-gun-problem','','<p>Killing people is a moral problem not a societal problem. There are few people who want to talk about morality these days. It’s no wonder that there are no longer any moral taboos. What was considered immoral 40 years ago is being made formally legal today by voters, legislators, and our courts. I believe there is a relationship between “defining deviancy down” and an increase in the disregard for other people. An uptick in ‘<a href=\"http://godfatherpolitics.com/8559/are-we-creating-a-culture-of-moral-misfits/\">Moral Misfits</a>‘ is the result.</p>\r\n<p>The usual suspects are out in force calling for additional gun-control measures. School children are most vulnerable to gun violence. They can’t defend themselves, and neither can the teachers. Schools are “Gun Free Zones,” but only for the law abiding. Criminals don’t care about gun laws; that’s why they’re criminals.<br /><br /><a href=\"http://politicaloutcast.com/2012/12/the-solution-to-our-nations-gun-problem/#ixzz2F8cbXBJu\" target=\"_blank\"><span style=\"color: #0000ff;\"><strong><span style=\"font-size: small;\">Read more: </span></strong></span></a></p>\r\n<p>The editor agrees. We have eliminated prayer in school and teaching of the Ten commandments (\"Thou shalt not kill\" for one.). We elevate the status of, and condone the immoral behaviour of, Sodomites. Sitcoms portray men as idiots and disrespecttful children as normal. Sloth is rewarded and industriousness is denigrated. Politicians, rather than be good examples, slander one another, routinely lie, extort favors and when caught justify their behaviour. Children play video games based on the killing of hundreds of opponents and when they lose just \"hit the reset button\". </p>\r\n<p>Guns did not kill those poor children and teachers, liberalism did.</p>','',1,1,0,1,'2012-12-15 16:16:20',62,'Gary DeMar -- Political Outcast','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-12-15 16:16:20','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,18,'','',0,1191,'robots=\nauthor='),(798,'The Solution to our Nation’s ‘Gun Problem’','the-solution-to-our-nations-gun-problem','','<p>Killing people is a moral problem not a societal problem. There are few people who want to talk about morality these days. It’s no wonder that there are no longer any moral taboos. What was considered immoral 40 years ago is being made formally legal today by voters, legislators, and our courts. I believe there is a relationship between “defining deviancy down” and an increase in the disregard for other people. An uptick in ‘<a href=\"http://godfatherpolitics.com/8559/are-we-creating-a-culture-of-moral-misfits/\">Moral Misfits</a>‘ is the result.</p>\r\n<p>The usual suspects are out in force calling for additional gun-control measures. School children are most vulnerable to gun violence. They can’t defend themselves, and neither can the teachers. Schools are “Gun Free Zones,” but only for the law abiding. Criminals don’t care about gun laws; that’s why they’re criminals.<br /><br /><a href=\"http://politicaloutcast.com/2012/12/the-solution-to-our-nations-gun-problem/#ixzz2F8cbXBJu\" target=\"_blank\"><span style=\"color: #0000ff;\"><strong><span style=\"font-size: small;\">Read more: </span></strong></span></a></p>\r\n<p>Editor\'s note: I agree. We have eliminated prayer in school. We no longer teach the Ten commandments, specifically, \"Thou shalt not kill\". We elevate the status of sodomites, \"celibrating\" their immoral behaviour. Sitcoms portray men as idiots and portray disrespectful children as normal. The slothful are rewarded and the industrious denigrated. Our \"leaders\" are bad examples. They slander one another, routinely lie and extort favors, when caught they justify their deviance. Our children are served video games based on the killing of hundreds of opponents. To revive the dead just \"hit the reset button\".</p>\r\n<p>Guns did not kill those poor children and teachers, Liberalism did.</p>','',1,1,0,1,'2012-12-15 16:16:20',62,'Gary DeMar -- Political Outcast','2015-12-15 23:54:09',62,0,'0000-00-00 00:00:00','2012-12-15 16:16:20','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,17,'','',0,1071,'robots=\nauthor='),(799,'George Carlin - Arrogance of mankind ','george-carlin-arrogance-of-mankind-','','<h4>!!! CAUTION ---STRONG LANGUAGE !!!</h4>\r\n<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br /><span>&lt;</span>iframe width=\"420\" height=\"315\" src=\"http://www.youtube.com/embed/2cjRGee5ipM\" frameborder=\"0\" allowfullscreen<span>&gt;</span><span>&lt;</span>/iframe<span>&gt;</span><br /></span>{/source}</p>','',1,1,0,1,'2012-12-16 03:25:11',62,'Submitted by JS','2012-12-16 03:59:08',62,0,'0000-00-00 00:00:00','2012-12-16 03:25:11','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,16,'','',0,2178,'robots=\nauthor='),(800,'Economic Lies Used to Manipulate, Discourage, And End Democracy','economic-lies-used-to-manipulate-discourage-and-end-democracy','','<p><a href=\"http://www.nytimes.com/2012/12/14/us/as-state-budgets-rebound-federal-cuts-could-pose-danger.html\">Here</a> is the insanity: “As State Budgets Rebound, Federal Cuts Could Pose Danger.”</p>\r\n<p style=\"padding-left: 30px;\">“After years of budget cuts and sluggish recovery, states expect to see their revenues climb back to prerecession levels this year for the first time since the financial crisis hit. But even as some states hope to restore some of the deep spending cuts they have made, they face a new threat.”</p>\r\n<p>When I read such brain-cramping nonsense, I can only think of the Nazi mastermind Joseph Goebbels <a href=\"https://en.wikiquote.org/wiki/Joseph_Goebbels\">who said</a> of England what obviously also applies to our American elites:</p>\r\n<p style=\"padding-left: 30px;\">“The essential English leadership secret does not depend on particular intelligence. Rather, it depends on a remarkably stupid thick-headedness. <strong>The English follow the principle that when one lies, one should lie big, and stick to it. They keep up their lies, even at the risk of looking ridiculous.</strong>”</p>\r\n<p style=\"padding-left: 30px;\"><a href=\"http://politicaloutcast.com/2012/12/economic-lies-used-to-manipulate-discourage-and-end-democracy/#ixzz2FDgmxlWS\" target=\"_blank\"><span style=\"color: #0000ff;\"><span style=\"font-size: small;\"><strong>Read more: </strong></span></span></a></p>','',1,20,0,78,'2012-12-16 13:04:51',62,'Mar Horne -- Political Outcast','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-12-16 13:04:51','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,6,'','',0,1209,'robots=\nauthor='),(801,'HILLARY CLINTON FAINTED & HAD A CONCUSSION, IS NOW RECOVERING AT HOME — UPDATE: WILL NOT TESTIFY ON LIBYA','hillary-clinton-fainted-a-had-a-concussion-is-now-recovering-at-home-update-will-not-testify-on-libya','','<h1>SHAZAAAAM!!!!</h1>\r\n<p><span style=\"WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; FONT: medium \'Times New Roman\'; WHITE-SPACE: normal; ORPHANS: 2; COLOR: #000000; WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\"><span style=\"LINE-HEIGHT: 18px; FONT-FAMILY: Arial, Helvetica, \'Helvetica Neue\', Verdana, sans-serif; COLOR: #333333; FONT-SIZE: 13px\">\r\n<p style=\"TEXT-ALIGN: left; PADDING-BOTTOM: 0px; LINE-HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px; FONT-STYLE: normal; MARGIN: 0px 0px 18px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: inherit; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 14px; BORDER-LEFT-WIDTH: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px\">An ill Secretary of State Hillary Clinton fainted and suffered a concussion but was recovering at home, the State Department announced Saturday.</p>\r\n<p style=\"TEXT-ALIGN: left; PADDING-BOTTOM: 0px; LINE-HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px; FONT-STYLE: normal; MARGIN: 0px 0px 18px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: inherit; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 14px; BORDER-LEFT-WIDTH: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px\">She will not testify on Capitol Hill next week about the attacks in Benghazi, Libya as previously scheduled.</p>\r\n</span></span></p>\r\n<p style=\"TEXT-ALIGN: left; PADDING-BOTTOM: 0px; LINE-HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px; FONT-STYLE: normal; MARGIN: 0px 0px 18px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: inherit; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 14px; BORDER-LEFT-WIDTH: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px\">“While suffering from a stomach virus, Secretary Clinton became dehydrated and fainted, sustaining a concussion,” State Department aide Philippe Reines said in a statement. “She has been recovering at home and will continue to be monitored regularly by her doctors. At their recommendation, she will continue to work from home next week, staying in regular contact with Department and other officials. She is looking forward to being back in the office soon.”   <a href=\"http://www.theblaze.com/stories/hillary-clinton-fainted-had-a-concussion-is-now-recovering-at-home/\" target=\"_blank\"><strong><span style=\"font-size: small;\"><span style=\"color: #0000ff;\">READ</span></span></strong></a>  <img src=\"images/stories/blaze_logo.png\" border=\"0\" alt=\"The Blaze\" align=\"left\" /></p>','',1,1,0,1,'2012-12-16 13:46:15',62,'The Blaze -- Madeleine Morgenstern','2012-12-16 13:52:11',62,0,'0000-00-00 00:00:00','2012-12-16 13:46:15','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,15,'','',0,1534,'robots=\nauthor='),(802,'Democracy Failed?','democracy-failed','','<p><strong style=\"line-height: 20px; font-size: 13px;\"><span style=\"color: #ff0000; font-size: 13px;\"><span style=\"font-size: 13px;\">SPECIAL BULLETIN 1-2013</span></span></strong></p>\r\n<p><span style=\"font-size: 22px;\"><strong>Has Democracy Failed? </strong></span></p>\r\n<div>\r\n<div><em><span style=\"font-size: 14px;\">by Rick Joyner</span></em></div>\r\n<div><em><span style=\"font-size: 14px;\"> </span></em></div>\r\n<div>\r\n<div style=\"text-align: justify;\"><em><img src=\"images/stories/OAKI-logo.png\" border=\"0\" alt=\"The Oak Initiative\" align=\"left\" /></em>“If you do not change your direction, you will end up where you are headed,” and America is now headed toward the end of democracy as we know it. It is not necessary and could still be avoided, but that is where we will soon end up if we do not change our direction.</div>\r\n</div>\r\n</div>\r\n<p style=\"text-align: justify;\"> Our democracy has been tested many times and has prevailed. This has many feeling secure about our present crises, but never before have we faced the two main issues our Founders warned we could not survive as a Republic. Our democracy is now failing because we removed the firewalls the Founders put in place to keep from happening what is now happening.</p>\r\n<p style=\"text-align: justify;\">This is a bigger issue than the debt and deficits. Those are just symptoms of a far worse problem. We are still trying to use Band-Aids for a cancer that is spreading throughout the body. We will not survive without radical surgery.</p>\r\n<p style=\"text-align: justify;\">As I write this, there is a debate going on about the merits of the deal reached between the President and the Congress to avoid going over “the fiscal cliff.” The fact is that the deal they reached was itself a leap over the cliff. Every solution our government is coming up with now to solve our problems is only exacerbating them. Where has this madness come from?</p>\r\n<p style=\"text-align: justify;\">Once you miss a turn and take the wrong road, it will never turn into the right road. The only way to get back on the right road is to go back to where you missed the turn. There is a road to a secure, free, and prosperous future for every American, but we cannot continue going the direction we are now going and last much longer as a free people.</p>\r\n<p style=\"text-align: justify;\">You can have the most perfect form of government, but still have bad government without good people in it. What has happened to us has not been the result of our form of government, but rather the removal of two main firewalls that our Founders put into place to prevent what is now happening to us. These firewalls were put in place to keep the kind of people out of the government who now have the reigns of every aspect of our federal government. It is not likely that those people will vote for anything that would remove them from government nor keep their kind out in the future, so there must be another solution. Before addressing this, we need to consider the firewalls that have been torn down, and consider how they can be restored.</p>\r\n<p style=\"text-align: justify;\">Firewall Number One</p>\r\n<p style=\"text-align: justify;\">The Founders warned that our form of government could only survive in the hands of a religious and moral people. The first firewall that was breeched, and the most important one, was the promotion of the myth of the separation between church and state. This is not in the Constitution and never was even implied the way that this has been defined in recent times. In fact, the opposite is true.</p>\r\n<p style=\"text-align: justify;\">The First Amendment states simply that, “Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof.” The prohibiting of prayer in schools, public places, or at public events, or the displaying of religious statements or symbols is itself unconstitutional because they are prohibiting the free exercise of religion as declared by the First Amendment.</p>\r\n<p style=\"text-align: justify;\">The Constitution also declares in the Tenth Amendment that, “The powers not delegated to the United States by the Constitution, nor prohibited by it to the States, are reserved to the States respectively, or to the people.” Many assume that federal law automatically trumps state laws, but that is not the case. State law trumps federal laws whenever they are in conflict with the exception of those powers specifically given to the federal government by the Constitution.</p>\r\n<p style=\"text-align: justify;\">Because the South used the “states’ rights” as justification for slavery, it is still hard to even use the term, but because of this, the federal government has trampled all over the state’s rights ever since. A pushback is going to come.</p>\r\n<p style=\"text-align: justify;\">Concerning the First Amendment, the states interpreted this to mean that only Congress was prohibited from establishing religion, which is obviously the case. This meant that the states could in fact establish religion, and many did. For example, for a time several states required one to be a Protestant to vote or hold public office. I’m not saying that was right, but in fact it was wrong as even these states came to understand, but it does show how the Founders interpreted the First Amendment with no protest from the federal government for well over a century.</p>\r\n<p style=\"text-align: justify;\">The Tyranny of the Minority</p>\r\n<p style=\"text-align: justify;\">I was watching Fox News when one of the anchors asked a guest if they were afraid that their position on a certain issue might offend someone. That revealed in a single sentence just how crazy political correctness has made us. One person can claim to be offended at something and rob millions of Americans of their most basic Constitutional rights. This has especially been the case with the free exercise of their religion, and Americans have passively let this happen with hardly a whimper. If we do not stand up to this tyranny now, our freedom will be lost forever.</p>\r\n<p style=\"text-align: justify;\">Religious sentiment in America has remained fairly consistent throughout our history. About 90 percent of Americans claim to believe in God, and about 80 percent claim to be Christians. Yet even elementary students can now curse their teachers and get away with it, but if they use the name of Jesus, or Christ, except as a curse, or talk about God, they can be suspended from school. How perverted is that? How unconstitutional is that? Is it not time for Christians to stand up and pushback? If we don’t do this soon, one of the greatest gifts that was given to us by our forefathers and mothers, religious liberty, will be lost forever.</p>\r\n<p style=\"text-align: justify;\">The damage to our country from this is the corresponding meltdown of morality and integrity. Morality and integrity is the glue that holds any people together, and this is the main reason why we are now falling apart.</p>\r\n<p style=\"text-align: justify;\">Firewall Number Two</p>\r\n<p style=\"text-align: justify;\">The second crisis that the Founders warned that the Republic could not survive was when the people learned that they could vote for themselves the resources of the treasury. Entitlements and waste now has the federal Government spending almost twice as much as it takes in. The fiscal insanity of our present leaders was very much on display by the deal reached to avoid “the fiscal cliff.” The ultimate deal came out raising about forty-one dollars in new taxes for every one dollar of spending cuts according to The Congressional Budget Office. The President called this “a balanced approach.”</p>\r\n<p style=\"text-align: justify;\">What this deal truly was is an even greater strangling of the American economy that is already struggling to breathe. Taxes are resources taken straight out of the economy. The mentality of “taxing the rich” more is to take more from those who obviously know how to manage their resources and give it to a government that has become the most incompetent entity on the planet in managing its resources. Managed efficiently, our federal government should only be about one-fifth of its present size, doing five times as much work at least five times as fast. Managed efficiently, we could cut the federal budget by 50 – 70 percent without even touching entitlements.</p>\r\n<p style=\"text-align: justify;\">This is not to imply that there does not need to be entitlement reform, but no one on either side of the isle will even mention the 800-pound gorilla in the room—government incompetence, inefficiency, and waste. How did we get to this place? By the federal government trying to do things the Constitution never gave it authority to do, seeking to justify almost everything under the “commerce clause.” It will never be able to do these things well, but will just keep making a mess of them like they have been.</p>\r\n<p style=\"text-align: justify;\">In 2012, the International Monetary Fund released a report on the real debt of the United States that included future obligations, mostly entitlements, and estimated it to be over one hundred trillion dollars. The conclusion was that America could tax all of its citizens one hundred percent of their income and it would not pay for our obligations. Yet, through programs such as Obamacare, we keep dramatically increasing the obligations.</p>\r\n<p style=\"text-align: justify;\">No other organization could get away with the foolishness of our federal government and survive, and it will not survive it much longer either. The only thing that has kept us from collapsing the entire system already has been our ability to just print more money, but that will catch up with us soon. If we keep going in the direction we are now headed, we will go through, at a minimum, the collapse of our currency. It will take the greatest national leader in our history to get us through that and restore the Republic. Right now there does not seem to be such a leader on the radar.</p>\r\n<p style=\"text-align: justify;\">Even so, we serve a King who can easily fix our biggest messes if we will turn to Him again. It would no doubt be easier if we did not have to go through an ultimate collapse, but even if we do, if we return to Him and call upon Him, He will save us. That is a promise sealed in canon Scripture.</p>\r\n<p style=\"text-align: justify;\">The Greatest Victory</p>\r\n<p style=\"text-align: justify;\">The biggest victories come in the biggest battles. The greatest victories come against the greatest odds. I’m often asked if I plan to leave the country since it is so obviously heading for catastrophe. I have never given that a thought. I will not leave my post. I have been blessed to live in the greatest country during some of its greatest times, and I will not abandon it through what may be its hardest times. If it goes down, I intend to go down with it, and I will still be thankful to have been an American.</p>\r\n<p style=\"text-align: justify;\">As a Christian, the greatest fear that I have is to hear on that great Judgment Day that I was a watchman who did not sound the alarm or a shepherd who abandoned those I was trusted to watch over. To stand there on that day and hear, “Well done good and faithful servant,” is the main goal of my life. I think this should be the primary factor in all of our decisions. We have been given a charge to be salt and light. The greater the corruption and darkness, the more these are needed.</p>\r\n<p style=\"text-align: justify;\">Our Founders laid their lives, their fortunes, and their sacred honor on the line for the country we were given. Throughout our history many have paid the full measure to preserve our liberty. We are again in need of those who will not just seek ways to preserve their fortunes, but know why they were entrusted with their fortunes and use them for a higher purpose. For those who are more concerned about their money than their country, I say let them go. They would only weaken us in the struggle now before us if they stayed.</p>\r\n<p style=\"text-align: justify;\">Saving Democracy</p>\r\n<p style=\"text-align: justify;\">We are headed for martial law in America. What will follow will either be tyranny or a restoration of the Republic to the foundations that will not fail if we do not depart from them again. The critical issue will be who the marshal is.</p>\r\n<p style=\"text-align: justify;\">Another critical issue will be whether those who were commissioned as officers, whether in the army or in any force, who took a vow to defend the Constitution from enemies both foreign and domestic, will keep their vow. Many, if not most, have to choose now between what is politically expedient and what is right. Soon many, and maybe all, will likely have to choose between what they vowed or treason against their country. To do the right thing will take extraordinary character, which those who would destroy us have been doing all they could to erode and have been very effective because the good have been silent. We need a lot of help from above to get through what we are now facing.</p>\r\n<p style=\"text-align: justify;\">Our federal government is not just dysfunctional, but everything it does now to try to fix our problems only makes them worse. The train wreck has already begun. At this point, maybe only the first few cars in the front of the train have left the track, but all the rest will get there very soon. We are now too far and going too fast to avoid the derailing. However, the train can be repaired, and we can get it back on the track. We can never give up.</p>\r\n<p style=\"text-align: justify;\">If the right leadership does not move decisively and fast when the rest of the train is derailed, democracy in America will be in jeopardy. If we have the right marshal, then this can be a reset—a Jubilee that restores our republic to the right foundations and sanity.</p>\r\n<p style=\"text-align: justify;\">Could Obama be the right marshal? As he is now I don’t think so. He is the one who hit the throttle to speed up as we entered the train wreck. However, as Christians we always keep in mind that the Lord can change people. The Lord took the radical terrorist, Saul of Tarsus, who was the greatest enemy of the faith and turned him into the great Apostle Paul, the greatest champion of the faith.</p>\r\n<p style=\"text-align: justify;\">To date, Obama has demonstrated the kind of leadership that is the foundation of tyranny, so I would never trust him without a radical change, but with God all things are possible. With a radical transformation like Paul went through, Obama could be in the best position of all to restore the Republic. I am not saying that he would have to become a raging conservative either, but he has aligned himself in many positions that the Lord calls “wickedness” in Scripture, and does at this time fulfill the definition of a wicked leader. Even so, every one of us would be the same without the grace that was given to us.</p>\r\n<p style=\"text-align: justify;\">Obama could be in the position to be the greatest President we’ve ever had or the worst traitor. It is very likely that he will get the chance to be one or the other. Obama is our President, and I accept and try my best to obey the biblical command to pray for our leaders, not prey on them. That being said, if what is being done to us is found to have been intentional by Obama, others in our government, the Federal Reserve, or anyone one else, it is the highest form of treason.</p>\r\n<p style=\"text-align: justify;\">Even if Obama became the greatest President we’ve ever had, what we are facing is beyond human remedy. One congressman admitted on the floor of the house just a few days ago that, “our real debt is eighty-six trillion dollars,” which is a little short of what the IMF said, but at least some are beginning to get honest. That’s a start, but we are in way over our heads, and only God can get us out of the box canyon we’ve entered. That is a good thing. If we look to man, there is no hope. If we look to God, we cannot help but to have more than hope—we can have faith.</p>\r\n<p style=\"text-align: justify;\">Rebuilding the Firewalls</p>\r\n<p style=\"text-align: justify;\">Technically, America is not a democracy, but a republic. In a democracy, the people get to vote on what to do, but in a republic the people vote for representatives who decide what to do. The American Founding Fathers understood very well that democracy was impractical, so they formed a republic.</p>\r\n<p style=\"text-align: justify;\">The Founding Fathers feared the tyranny of the king, or the executive, as well as the tyranny of the mob, or the people unrestrained. They had witnessed firsthand the tyranny of a king, which was the reason for the American Revolution. The Founding Fathers had also witnessed the tyranny of the mob, or the people unrestrained, being made a very clear lesson for all by the French Revolution. They knew they had to establish a form of government that would resist tyranny from both directions—the government and the people.</p>\r\n<p style=\"text-align: justify;\">To accomplish this, they established firewalls in the Constitution that would protect against the excesses from the left or right, the top or bottom, and they did this brilliantly. It has only been since the breech of these firewalls that we began to experience tyranny from both directions, which has landed us where we are now.</p>\r\n<p style=\"text-align: justify;\">The House of Representatives were to be elected every two years in order to be the most direct representation of the people and was intended to be the main firewall to protect against the potential tyranny of the executive.</p>\r\n<p style=\"text-align: justify;\">The Senate, which was made up of senators appointed by the state governments, not elected by the people, was intended to be the firewall against the potential tyranny of the people. Senators were not to be accountable to voters so that they could hold back the excessive desires of the people, like voting for themselves the resources of the treasury.</p>\r\n<p style=\"text-align: justify;\">When the amendment was passed that made senators an elected position, this firewall was breeched and the fiscal slide began. We also had an almost wholesale trampling of the rights of the states by the federal government because the senators were no longer directly accountable to the state governments.</p>\r\n<p style=\"text-align: justify;\">No government made up of men will ever be perfect. No form of government on earth in this age will be perfect, which is why amendments to the Constitution were allowed. However, not all amendments were good ones, just as not all Supreme Court decisions were good ones. Some amendments need to be repealed, and some Supreme Court decisions need to be reconsidered. The Supreme Court has violated the Constitution as much any President or Congress.</p>\r\n<p style=\"text-align: justify;\">Even so, no government ever devised so wonderfully accounted for our often-flawed human nature, releasing the best in us, while restraining the worst in us, like the U.S. government did in its original form. There was hypocrisy in our leaders, including our Founders, that tolerated things like slavery, but that was not the fault of our form of government. In fact, it was at least partially the result of our form of government that made the correction of this hypocrisy inevitable.</p>\r\n<p style=\"text-align: justify;\">Abraham Lincoln said in 1858, “If we could first know where we are, and whither we are tending, we could then better judge what to do, and how to do it.” You can have an economy without a government, but you cannot have a government without an economy. Presently, there is no leadership or will in the people to make the essential changes to avoid an ultimate collapse of our economic system. Until such leadership and will emerges, we must plan to end up where we are headed, and that is a meltdown of the value of our currency and the crashing of our economy. This will result in martial law, at least for a time. If we get the right marshal, they will get the train back on track. If we get the wrong one, we can still rejoice because the kingdom of God is near. For now, there are three important questions we need to be asking:</p>\r\n<p style=\"text-align: justify;\">What will this collapse look like?</p>\r\n<p style=\"text-align: justify;\">How can we prepare for it?</p>\r\n<p style=\"text-align: justify;\">How can the Republic be restored?</p>\r\n<p style=\"text-align: justify;\">These are questions we will address in following Bulletins. We will also address some of the issues raised in this Bulletin with a little more depth.</p>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n<div><img src=\"http://www.theoakinitiative.org/src/images/pdf-icon.gif\" border=\"0\" alt=\"PDF Icon\" style=\"width: 43px; height: 43px;\" />Printer Friendly Version <a href=\"http://www.theoakinitiative.org/src/pdfs/sb-1-2013.pdf\" target=\"_blank\" style=\"font-size: 13px;\">Special Bulletin 1-2013</a></div>\r\n</div>\r\n</div>\r\n<p style=\"text-align: justify;\"> </p>','',1,20,0,78,'2013-01-04 02:11:39',62,'Rick Joyner - The Oak Initiative','2013-01-04 02:42:29',62,62,'2013-01-04 02:42:30','2013-01-04 02:11:39','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,5,'','',0,1485,'robots=\nauthor='),(803,'U.S. Marine’s Scathing Response to Sen. Feinstein’s Gun Control Proposal: ‘I Am Not Your Subject. I Am the Man Who Keeps You Free’','us-marines-scathing-response-to-sen-feinsteins-gun-control-proposal-i-am-not-your-subject-i-am-the-man-who-keeps-you-free','','<p style=\"text-align: left;\"><img src=\"images/stories/usmc.jpg\" border=\"0\" alt=\"USMC\" hspace=\"7\" align=\"left\" />Senator Dianne Feinstein,</p>\r\n<p style=\"text-align: justify;\">I will not register my weapons should this bill be passed, as I do not believe it is the government’s right to know what I own. Nor do I think it prudent to tell you what I own so that it may be taken from me by a group of people who enjoy armed protection yet decry me having the same a crime. You ma’am have overstepped a line that is not your domain. I am a Marine Corps Veteran of 8 years, and I will not have some woman who proclaims the evil of an inanimate object, yet carries one, tell me I may not have one.</p>\r\n<p style=\"text-align: justify;\">I am not your subject. I am the man who keeps you free. I am not your servant. I am the person whom you serve. I am not your peasant. I am the flesh and blood of America.</p>\r\n<p style=\"text-align: justify;\">I am the man who fought for my country. I am the man who learned. I am an American. You will not tell me that I must register my semi-automatic AR-15 because of the actions of some evil man.</p>\r\n<p style=\"text-align: justify;\">I will not be disarmed to suit the fear that has been established by the media and your misinformation campaign against the American public.</p>\r\n<p style=\"text-align: justify;\">We, the people, deserve better than you.</p>\r\n<p style=\"text-align: justify;\">Respectfully Submitted,<br />Joshua Boston? Cpl,<br />United States Marine Corps<br />2004-2012</p>','',1,20,0,78,'2013-01-04 02:19:33',62,'Joshua Boston','2013-01-04 02:40:28',62,0,'0000-00-00 00:00:00','2013-01-04 02:19:33','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,4,'','',0,2411,'robots=\nauthor='),(804,'The Decline and Fall of the American Empire','the-decline-and-fall-of-the-american-empire','','<p>The most charitable way of explaining the election results of 2012 is that Americans voted for the status quo – for the incumbent President and for a divided Congress. They must enjoy gridlock, partisanship, incompetence, economic stagnation and avoidance of responsibility. And fewer people voted. As I write, with almost all the votes counted, President Obama has won fewer votes than John McCain won in 2008, and more than ten million off his own 2008 total. (Note: this was written the day after the election. The final results indicate that Romney exceeded McCain’s total by less than one million votes, while Obama received almost four million votes fewer than he did in 2008 – the first time in history that a president won a second term with fewer votes than he scored in his first victory. RSP)</p>\r\n<p>But as we awake from the nightmare, it is important to eschew the facile explanations for the Romney defeat that will prevail among the chattering classes. Romney did not lose because of the effects of Hurricane Sandy that devastated this area, nor did he lose because he ran a poor campaign, nor did he lose because the Republicans could have chosen better candidates, nor did he lose because Obama benefited from a slight uptick in the economy due to the business cycle.</p>\r\n<p>Romney lost because he didn’t get enough votes to win.</p>\r\n<p>That might seem obvious, but not for the obvious reasons. Romney lost because the conservative virtues – the traditional American virtues – of liberty, hard work, free enterprise, private initiative and aspirations to moral greatness – no longer inspire or animate a majority of the electorate. The notion of the <em>“Reagan Democrat”</em> is one cliché that should be permanently retired.</p>\r\n<p>Ronald Reagan himself could not win an election in today’s America.</p>\r\n<p>The simplest reason why Romney lost was because it is impossible to compete against free stuff. Every businessman knows this; that is why the <em>“loss leader”</em> or the giveaway is such a powerful marketing tool. Obama’s America is one in which free stuff is given away: the adults among the 47,000,000 on food stamps clearly recognized for whom they should vote, and so they did, by the tens of millions; those who – courtesy of Obama – receive two full years of unemployment benefits (which, of course, both disincentivizes looking for work and also motivates people to work off the books while collecting their windfall) surely know for whom to vote; so too those who anticipate <em>“free”</em> health care, who expect the government to pay their mortgages, who look for the government to give them jobs. The lure of free stuff is irresistible.</p>\r\n<p>Imagine two restaurants side by side. One sells its customers fine cuisine at a reasonable price, and the other offers a free buffet, all-you-can-eat as long as supplies last. Few – including me – could resist the attraction of the free food. Now imagine that the second restaurant stays in business because the first restaurant is forced to provide it with the food for the free buffet, and we have the current economy, until, at least, the first restaurant decides to go out of business. (Then, the government takes over the provision of free food to its patrons.)</p>\r\n<p>The defining moment of the whole campaign was the revelation (by the amoral Obama team) of the secretly-recorded video in which Romney acknowledged the difficulty of winning an election in which <em>“47% of the people”</em> start off against him because they pay no taxes and just receive money – <em>“free stuff”</em> – from the government. Almost half of the population has no skin in the game – they don’t care about high taxes, promoting business, or creating jobs, nor do they care that the money for their free stuff is being borrowed from their children and from the Chinese. They just want the free stuff that comes their way at someone else’s expense. In the end, that 47% leaves very little margin for error for any Republican, and does not bode well for the future.</p>\r\n<p>It is impossible to imagine a conservative candidate winning against such overwhelming odds. People do vote their pocketbooks. In essence, the people vote for a Congress who will not raise their taxes, and for a President who will give them free stuff, never mind who has to pay for it.</p>\r\n<p>That suggests the second reason why Romney lost: the inescapable conclusion that, as Winston Churchill stated so tartly, <em>“the best argument against democracy is a five-minute conversation with the average voter.”</em> Voters – a clear majority – are easily swayed by emotion and raw populism. Said another way, too many people vote with their hearts and not their heads. That is why Obama did not have to produce a second term agenda, or even defend his first-term record. He needed only to portray Mitt Romney as a rapacious capitalist who throws elderly women over a cliff, when he is not just snatching away their cancer medication, while starving the poor and cutting taxes for the rich. Obama could get away with saying that <em>“Romney wants the rich to play by a different set of rules”</em> – without ever defining what those different rules were; with saying that the <em>“rich should pay their fair share”</em> – without ever defining what a <em>“fair share”</em> is; with saying that Romney wants the poor, elderly and sick to <em>“fend for themselves”</em> – without even acknowledging that all these government programs are going bankrupt, their current insolvency only papered over by deficit spending. How could Obama get away with such rants to squealing sign-wavers? See Churchill, above.</p>\r\n<p>During his 1956 presidential campaign, a woman called out to Adlai Stevenson: <em>“Senator, you have the vote of every thinking person!”</em> Stevenson called back: <em>“That’s not enough, madam, we need a majority!”</em> Truer words were never spoken.</p>\r\n<p>Similarly, Obama (or his surrogates) could hint to blacks that a Romney victory would lead them back into chains and proclaim to women that their abortions and birth control would be taken away. He could appeal to Hispanics that Romney would have them all arrested and shipped to Mexico (even if they came from Cuba or Honduras), and unabashedly state that he will not enforce the current immigration laws. He could espouse the furtherance of the incestuous relationship between governments and unions – in which politicians ply the unions with public money, in exchange for which the unions provide the politicians with votes, in exchange for which the politicians provide more money and the unions provide more votes, etc., even though the money is gone. How could he do and say all these things? See Churchill, above.</p>\r\n<p>One might reasonably object that not every Obama supporter could be unintelligent. But they must then rationally explain how the Obama agenda can be paid for, aside from racking up multi-trillion dollar deficits. <em>“Taxing the rich” </em>does not yield even 10% of what is required and does not solve any discernible problem – so what is the answer, i.e., an intelligent answer?</p>\r\n<p>Obama also knows that the electorate has changed – that whites will soon be a minority in America (they’re already a minority in California) and that the new immigrants to the US are primarily from the Third World and do not share the traditional American values that attracted immigrants in the 19th and 20th centuries. It is a different world, and a different America. Obama is part of that different America, knows it, and knows how to tap into it. That is why he won.</p>\r\n<p>Obama also proved again that negative advertising works, invective sells, and harsh personal attacks succeed. That Romney never engaged in such diatribes points to his essential goodness as a person; his <em>“negative ads”</em> were simple facts, never personal abuse – facts about high unemployment, lower take-home pay, a loss of American power and prestige abroad, a lack of leadership, etc. As a politician, though, Romney failed because he did not embrace the devil’s bargain of making unsustainable promises, and by talking as the adult and not the adolescent. Obama has spent the last six years campaigning; even his governance has been focused on payoffs to his favored interest groups. The permanent campaign also won again, to the detriment of American life.</p>\r\n<p>It turned out that it was not possible for Romney and Ryan – people of substance, depth and ideas – to compete with the shallow populism and platitudes of their opponents. Obama mastered the politics of envy – of class warfare – never reaching out to Americans as such but to individual groups, and cobbling together a winning majority from these minority groups. Conservative ideas failed to take root and states that seemed winnable, and amenable to traditional American values, have simply disappeared from the map. If an Obama could not be defeated – with his record and his vision of America, in which free stuff seduces voters – it is hard to envision any change in the future. The road to Hillary Clinton in 2016 and to a European-socialist economy – those very economies that are collapsing today in Europe – is paved.</p>\r\n<p>A second cliché that should be retired is that America is a center-right country. It clearly is not. It is a divided country with peculiar voting patterns, and an appetite for free stuff. Studies will invariably show that Republicans in Congress received more total votes than Democrats in Congress, but that means little. The House of Representatives is not truly representative of the country. That people would vote for a Republican Congressmen or Senator and then Obama for President would tend to reinforce point two above: the empty-headedness of the electorate. Americans revile Congress but love their individual Congressmen. Go figure.</p>\r\n<p>The mass media’s complicity in Obama’s re-election cannot be denied. One example suffices. In 2004, CBS News forged a letter in order to imply that President Bush did not fulfill his Air National Guard service during the Vietnam War, all to impugn Bush and impair his re-election prospects. In 2012, President Obama insisted – famously – during the second debate that he had stated all along that the Arab attack on the US Consulate in Benghazi was <em>“terror”</em> (a lie that Romney fumbled and failed to exploit). Yet, CBS News sat on a tape of an interview with Obama in which Obama specifically avoided and rejected the claim of terrorism – on the day after the attack – clinging to the canard about the video. (This snippet of a <em>“60 Minutes”</em> interview was not revealed - until two days ago!) In effect, CBS News fabricated evidence in order to harm a Republican president, and suppressed evidence in order to help a Democratic president. Simply shameful, as was the media’s disregard of any scandal or story that could have jeopardized the Obama re-election.</p>\r\n<p>One of the more irritating aspects of this campaign was its limited focus, odd in light of the billions of dollars spent. Only a few states were contested, a strategy that Romney adopted, and that clearly failed. The Democrat begins any race with a substantial advantage. The liberal states – like the bankrupt California and Illinois – and other states with large concentrations of minority voters as well as an extensive welfare apparatus, like New York, New Jersey and others – give any Democratic candidate an almost insurmountable edge in electoral votes. In New Jersey, for example, it literally does not pay for a conservative to vote. It is not worth the fuel expended driving to the polls. As some economists have pointed generally, and it resonates here even more, the odds are greater that a voter will be killed in a traffic accident on his way to the polls than that his vote will make a difference in the election. It is an irrational act. That most states are uncompetitive means that people are not amenable to new ideas, or new thinking, or even having an open mind. If that does not change, and it is hard to see how it can change, then the die is cast. America is not what it was, and will never be again.</p>\r\n<p>For Jews, mostly assimilated anyway and staunch Democrats, the results demonstrate again that liberalism is their Torah. Almost 70% voted for a president widely perceived by Israelis and most committed Jews as hostile to Israel. They voted to secure</p>\r\n<p>Obama’s future at America’s expense and at Israel’s expense – in effect, preferring Obama to Netanyahu by a wide margin. A dangerous time is ahead. Under present circumstances, it is inconceivable that the US will take any aggressive action against Iran and will more likely thwart any Israeli initiative. That Obama’s top aide Valerie Jarrett (i.e., Iranian-born Valerie Jarrett) spent last week in Teheran is not a good sign. The US will preach the importance of negotiations up until the production of the first Iranian nuclear weapon – and then state that the world must learn to live with this new reality. As Obama has committed himself to abolishing America’s nuclear arsenal, it is more likely that that unfortunate circumstance will occur than that he will succeed in obstructing Iran’s plans.</p>\r\n<p>Obama’s victory could weaken Netanyahu’s re-election prospects, because Israelis live with an unreasonable – and somewhat pathetic – fear of American opinion and realize that Obama despises Netanyahu. A Likud defeat – or a diminution of its margin of victory – is more probable now than yesterday. That would not be the worst thing. Netanyahu, in fact, has never distinguished himself by having a strong political or moral backbone, and would be the first to cave to the American pressure to surrender more territory to the enemy and acquiesce to a second (or third, if you count Jordan) Palestinian state. A new US Secretary of State named John Kerry, for example (he of the Jewish father) would not augur well. Netanyahu remains the best of markedly poor alternatives. Thus, the likeliest outcome of the upcoming Israeli elections is a center-left government that will force itself to make more concessions and weaken Israel – an Oslo III.</p>\r\n<p>But this election should be a wake-up call to Jews. There is no permanent empire, nor is there is an enduring haven for Jews anywhere in the exile. The most powerful empires in history all crumbled – from the Greeks and the Romans to the British and the Soviets. None of the collapses were easily foreseen, and yet they were predictable in retrospect.</p>\r\n<p>The American empire began to decline in 2007, and the deterioration has been exacerbated in the last five years. This election only hastens that decline. Society is permeated with sloth, greed, envy and materialistic excess. It has lost its moorings and its moral foundations. The takers outnumber the givers, and that will only increase in years to come. Across the world, America under Bush was feared but not respected. Under Obama, America is neither feared nor respected. Radical Islam has had a banner four years under Obama, and its prospects for future growth look excellent. The <em>“Occupy”</em> riots across this country in the last two years were mere dress rehearsals for what lies ahead – years of unrest sparked by the increasing discontent of the unsuccessful who want to seize the fruits and the bounty of the successful, and do not appreciate the slow pace of redistribution.</p>\r\n<p>Two bright sides: Notwithstanding the election results, I arose this morning, went to shul, davened and learned Torah afterwards. That is our reality, and that trumps all other events. Our relationship with G-d matters more than our relationship with any politician, R or D. And, notwithstanding the problems in Israel, it is time for Jews to go home, to Israel. We have about a decade, perhaps 15 years, to leave with dignity and without stress.</p>\r\n<p>Thinking that it will always be because it always was has been a repetitive and deadly Jewish mistake. America was always the land from which <em>“positive”</em> aliya came – Jews leaving on their own, and not fleeing a dire situation. But that can also change. The increased aliya in the last few years is partly attributable to young people fleeing the high cost of Jewish living in America. Those costs will only increase in the coming years. We should draw the appropriate conclusions.</p>\r\n<p>If this election proves one thing, it is that the Old America is gone. And, sad for the world, it is not coming back.</p>\r\n<p> <img src=\"images/stories/OAKI-logo.png\" border=\"0\" alt=\"The Oak Initiative\" align=\"left\" /><a href=\"http://www.theoakinitiative.org/oak-leaf-35\">READ ON THE OAK INITIATIVE &gt;&gt;&gt;</a></p>','',1,20,0,78,'2013-01-15 12:25:57',62,'Rabbi Steven Pruzansky','2013-01-15 12:32:33',62,0,'0000-00-00 00:00:00','2013-01-15 12:25:57','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,3,'','',0,1304,'robots=\nauthor='),(805,'2013 The Presidential Inaugural Prayer Breakfast by Jonathan Cahn ','2013-the-presidential-inaugural-prayer-breakfast-by-jonathan-cahn-','','<p>{source}<span style=\"font-family: courier new, courier, monospace;\"><br />&lt;iframe width=\"420\" height=\"315\" src=\"<a href=\"https://www.youtube.com/embed/1mhRBOKb_6I\">https://www.youtube.com/embed/1mhRBOKb_6I</a>\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;<br /></span>{/source}</p>','',1,20,0,78,'2013-01-29 19:46:45',62,'Submitted by Carol Bassett','2015-03-15 02:30:46',62,0,'0000-00-00 00:00:00','2013-01-29 19:46:45','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,2,'','',0,869,'robots=\nauthor='),(806,'American Way: Hillary must explain why a second Clinton presidency would be good for America','american-way-hillary-must-explain-why-a-second-clinton-presidency-would-be-good-for-america','','<p><img src=\"images/stories/the_telegraph_logo.png\" border=\"0\" alt=\"The Telegraph\" width=\"200\" /></p>\r\n<p><span style=\"font-size: medium;\">Americans know that Hillary Clinton wants to be their president, but beyond fulfillment of a personal ambition, she has yet to explain why she wants to be. </span></p>\r\n<div>\r\n<p>By Peter Foster, Washington</p>\r\n</div>\r\n<p>3:51PM BST 18 Oct 2014</p>\r\n<p><span style=\"color: #3366ff;\"><a href=\"http://www.telegraph.co.uk/news/worldnews/us-politics/11171582/American-Way-Hillary-Clinton-must-explain-bid-for-US-presidency.html\" target=\"_blank\"><strong><span style=\"color: #3366ff;\">READ</span></strong></a></span> </p>','',1,1,0,1,'2014-10-20 03:35:14',62,'Drudge','2014-10-21 13:06:15',62,0,'0000-00-00 00:00:00','2014-10-20 03:35:14','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,14,'','',0,465,'robots=\nauthor='),(807,'The absurd claim that only Republicans are to blame for cuts to Ebola research','the-absurd-claim-that-only-republicans-are-to-blame-for-cuts-to-ebola-research','','<div><img src=\"images/stories/washington-post-logo-500x116.jpg\" border=\"0\" alt=\"Washington Post\" width=\"250\" height=\"45\" align=\"left\" /></div>\r\n<p> </p>\r\n<div><a href=\"http://www.washingtonpost.com/blogs/fact-checker\"><strong><span style=\"font-size: large;\"><span style=\"color: #3366ff;\"><span style=\"font-size: small;\">Fact Checker</span></span></span></strong></a></div>\r\n<h1>\r\n<div><span style=\"font-size: small;\">By <a href=\"http://www.washingtonpost.com/people/glenn-kessler\"><span style=\"color: #3366ff;\">Glenn Kessler</span></a> October 15 <br /></span></div>\r\n</h1>','',1,1,0,1,'2014-10-20 03:47:39',62,'Drudge','2014-10-21 13:05:41',62,0,'0000-00-00 00:00:00','2014-10-20 03:47:39','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,13,'','',0,321,'robots=\nauthor='),(808,'Is CDC Hiding Enterovirus Link To Illegal Alien Kids? ','is-cdc-hiding-enterovirus-link-to-illegal-alien-kids-','','<p><img src=\"images/stories/240px-investors_business_daily_front_page.jpg\" border=\"0\" alt=\"IBD\" align=\"left\" /></p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p><span style=\"color: #3366ff;\"><a href=\"http://news.investors.com/ibd-editorials/101714-722387-enterovirus-outbreak-illegal-alien-kids.htm#ixzz3GehmPMvB\">Read More At Investor\'s Business Daily</a></span></p>\r\n<p>Follow us: <span style=\"color: #3366ff;\"><a href=\"http://ec.tynt.com/b/rw?id=dW0sw4iSyr3P7iab7jrHtB&amp;u=IBDinvestors\" target=\"_blank\">@IBDinvestors on Twitter</a> | <a href=\"http://ec.tynt.com/b/rf?id=dW0sw4iSyr3P7iab7jrHtB&amp;u=InvestorsBusinessDaily\" target=\"_blank\">InvestorsBusinessDaily on Facebook</a></span></p>','',1,1,0,1,'2014-10-20 04:13:58',62,'Drudge','2014-10-21 13:05:16',62,0,'0000-00-00 00:00:00','2014-10-20 04:13:58','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,12,'','',0,674,'robots=\nauthor='),(809,'U.S. Humanitarian Aid Going to ISIS','us-humanitarian-aid-going-to-isis','','<h1>\r\n<div>Jamie Dettmer</div>\r\n</h1>\r\n<div>Not only are foodstuffs, medical supplies—even clinics—going to ISIS, the distribution networks are paying ISIS ‘taxes’ and putting ISIS people on their payrolls.</div>\r\n<p><em>GAZIANTEP, Turkey</em>—While U.S. warplanes strike at the militants of the so-called Islamic State in both Syria and Iraq, truckloads of U.S. and Western aid has been flowing into territory controlled by the jihadists, assisting them to build their terror-inspiring “caliphate.”<span style=\"color: #3366ff;\"><strong> </strong></span><a href=\"http://www.thedailybeast.com/articles/2014/10/19/u-s-humanitarian-aid-going-to-isis.html\" target=\"_blank\"><span style=\"color: #3366ff;\"><strong>MORE</strong></span></a></p>','',1,1,0,1,'2014-10-20 16:32:55',62,'The Daily Beast','2014-10-21 13:04:56',62,0,'0000-00-00 00:00:00','2014-10-20 16:32:55','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,11,'','',0,529,'robots=\nauthor='),(811,'‘Bias on Steroids’: This AP Headline Explains Why So Many Complain About Media Coverage of Israel','bias-on-steroids-this-ap-headline-explains-why-so-many-complain-about-media-coverage-of-israel','','<p>A 3-month-old baby girl was killed Wednesday when a car driven by a Palestinian man <a href=\"http://www.theblaze.com/stories/2014/10/22/palestinian-driver-barrels-into-pedestrians-at-light-rail-stop-killing-baby-girl-and-injuring-eight-others/\" target=\"_blank\">slammed into a group of bystanders</a> at a Jerusalem light rail station, but the early headline of an Associated Press story on the incident drew criticism from pro-Israel media watchdogs who called it a perfect example of media bias against the Jewish state.</p>\r\n<p>“Israeli police shoot man in east Jerusalem” was the initial headline of the AP story that ran on Yahoo and elsewhere, wording that ignored the killing of the baby, the Israeli police assessment that the attack was motivated by terrorism, and glossed over why police shot the man in the first place. <a href=\"http://www.theblaze.com/stories/2014/10/23/bias-on-steroids-this-ap-headline-explains-why-so-many-complain-about-media-coverage-of-israel/\" target=\"_blank\"><strong><span style=\"color: #3366ff;\"> MORE</span></strong></a></p>','',1,1,0,1,'2014-10-23 22:19:48',62,'The Blaze','2014-10-23 22:24:33',62,0,'0000-00-00 00:00:00','2014-10-23 22:19:48','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,9,'','',0,968,'robots=\nauthor='),(810,'Thousands of federal workers on extended paid leave','thousands-of-federal-workers-on-extended-paid-leave','','<p><span class=\"pb-byline\">By <a href=\"http://www.washingtonpost.com/people/lisa-rein\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">Lisa Rein</span></span></a></span> <span class=\"pb-timestamp\">October 20 at 12:32 PM</span> <span class=\"pb-tool email\"><a href=\"mailto:reinl@washpost.com?subject=Reader feedback for \'Thousands of federal workers on extended paid leave\'\"></a></span></p>\r\n<p>Tens of thousands of federal workers are being kept on <span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">paid leave</span></span> for at least a month — and often for longer stretches that can reach a year or more — while they wait to be punished for misbehavior or cleared and allowed to return to work, government records show.</p>\r\n<p>During a three-year period that ended last fall, more than 57,000 employees were sent home for a month or longer. The tab for these workers exceeded $775 million in salary alone.  <a href=\"http://www.washingtonpost.com/politics/thousands-of-federal-workers-on-extended-paid-leave/2014/10/20/c1c963bc-53e3-11e4-ba4b-f6333e2c0453_story.html\" target=\"_blank\"><span style=\"color: #3366ff;\"><strong>MORE</strong></span></a></p>','',0,1,0,1,'2014-10-21 12:59:25',62,'Washigton Post','2014-10-21 13:04:32',62,0,'0000-00-00 00:00:00','2014-10-21 12:59:25','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,10,'','',0,0,'robots=\nauthor='),(812,'Obama Dares GOP: Go Ahead, ‘Have a Vote on Whether What I’m Doing Is Legal…I Will Veto’','obama-dares-gop-go-ahead-have-a-vote-on-whether-what-im-doing-is-legali-will-veto','','<p><img align=\"left\" width=\"200\" height=\"120\" border=\"0\" src=\"images/stories/obama-middle-finger-300x180-960x600.jpg\" style=\"PADDING-RIGHT: 5px\" />Pres. Obama is daring Republicans to vote on whether or not his executive actions are legal.</p>\r\n<p><a href=\"http://www.whitehouse.gov/the-press-office/2015/02/25/remarks-president-immigration-town-hall-miami-fl\">Discussing opposition to his executive amnesty</a> orders at an immigration town hall Wednesday, Obama said he would veto the vote because his actions are “the right thing to do”:</p>\r\n<p>“So in the short term, <span style=\"text-decoration: underline;\">if Mr. McConnel</span>l, the leader of the Senate, and the Speaker of the House, John Boehner, <strong><span style=\"text-decoration: underline;\">want to have a vote on whether what I’m doing is legal or not, they can have that vote.  I will veto that vote</span></strong>, because I’m absolutely confident that what we’re doing is the right thing to do.”  <a href=\"http://www.mrctv.org/blog/obama-go-ahead-have-vote-whether-what-i-m-doing-legal-i-will-veto\">MORE&gt;&gt;</a></p>','',1,1,0,1,'2015-02-27 04:00:49',62,'MRC TV--Bannister','2015-02-27 14:13:56',62,0,'0000-00-00 00:00:00','2015-02-27 04:00:49','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,8,'','',0,483,'robots=\nauthor='),(814,'Report: Obama Threatened to Shoot Down IAF Iran Strike','report-obama-threatened-to-shoot-down-iaf-iran-strike','','<div id=\"divTtl\">\r\n<h3>Kuwaiti paper claims unnamed Israeli minister with good ties with the US administration \'revealed the attack plan to John Kerry.\'</h3>\r\n<div><!--<mce:script type=\"text/javascript\"><!  View.FontSize.Write() // -->\r\n<div id=\"addthisTopToolbar0\"><a></a></div>\r\nBy Mark Langfan</div>\r\n<div>First Publish: 3/1/2015, 4:18 PM</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div><img src=\"http://www.israelnationalnews.com/static/Resizer.ashx/news/380/240/559312.jpg\" border=\"0\" alt=\"Barack Obama\" />\r\n<div>\r\n<div>Barack Obama</div>\r\n<div>Reuters</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!--INFOLINKS_ON-->\r\n<div id=\"ctl00_ctl00_ctl00_Body_Body_Body_ArticleBody\">\r\n<p>The Bethlehem-based news agency <em>Ma’an</em> has cited a Kuwaiti <span id=\"IL_AD4\">newspaper</span> <span id=\"IL_AD5\">report</span> Saturday, that US President Barack Obama thwarted an Israeli military attack against Iran\'s nuclear facilities in 2014 by threatening to shoot down Israeli jets before they could reach their targets in Iran.  <a href=\"http://www.israelnationalnews.com/News/News.aspx/191966#.VPUSAiIlErE\" target=\"_blank\"><strong><span style=\"color: #0000ff;\">MORE--&gt;</span></strong></a></p>\r\n</div>\r\n</div>','',1,1,0,1,'2015-03-03 01:46:10',62,'Arutz Sheva','2015-03-03 01:53:59',62,0,'0000-00-00 00:00:00','2015-03-03 01:46:10','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,5,'','',0,497,'robots=\nauthor='),(816,'House conservative seeks John Boehner\'s ouster','most-republicans-however-say-it-will-be-tough-to-round-up-the-votes-to-overthrow-the-speaker','','<p><span style=\"font-size: 12.1599998474121px; line-height: 15.8079996109009px;\">CONGRESS / POLITICO</span></p>\r\n<h1><span style=\"font-size: 12.1599998474121px; line-height: 15.8079996109009px;\"><span style=\"font-size: 12.1599998474121px; line-height: 15.8079996109009px;\">House conservative seeks John Boehner\'s ouster</span></span></h1>\r\n<h2><span style=\"font-size: 12.1599998474121px; line-height: 15.8079996109009px;\"><span style=\"font-size: 12.1599998474121px; line-height: 15.8079996109009px;\"><span style=\"font-size: 12.1599998474121px; line-height: 15.8079996109009px;\">Most Republicans, however, say it will be tough to round up the votes to overthrow the speaker.</span></span></span></h2>\r\n<p><strong><a href=\"http://www.politico.com/story/2015/07/house-conservative-john-boehner-ouster-120742.html?hp=lc1_4_b1\">Read more&gt;&gt;</a></strong><br /><br />By Jake Sherman and Lauren French<br /><br /></p>','',0,1,0,1,'2015-07-29 22:13:22',62,'','2015-07-29 22:21:20',62,0,'0000-00-00 00:00:00','2015-07-29 22:13:22','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,3,'','',0,71,'robots=\nauthor='),(817,'Obama - \"ISIS Contained\"','obama-isis-contained','','<p>From the Tin Soldiers Department</p>\r\n<p>The White House would not say how many additional refugees it may take in beyond the 10,000, but two senior administration officials said they are seeking ways to increase the number. -- Reuters</p>\r\n<p><img src=\"images/stories/refugees-land-in-greece.jpg\" border=\"0\" alt=\"CBC NEWS\" width=\"310\" height=\"175\" /></p>\r\n<p><a href=\"http://www.breitbart.com/video/2015/11/13/obama-isis-is-not-getting-stronger-we-have-contained-them/\">http://www.breitbart.com/video/2015/11/13/obama-isis-is-not-getting-stronger-we-have-contained-them/</a></p>\r\n<p><a href=\"http://www.cbc.ca/news/world/syria-refugees-u-s-centres-1.3308576\">http://www.cbc.ca/news/world/syria-refugees-u-s-centres-1.3308576</a></p>','',1,13,0,70,'2015-11-14 14:30:26',62,'Breitbart','2015-11-28 06:37:50',62,0,'0000-00-00 00:00:00','2015-11-14 14:30:26','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,2,'','',0,1076,'robots=\nauthor='),(819,'RENT-A-VICTIMS','rent-a-victims','','<p><img class=\"caption\" src=\"images/stories/climate_experts.jpg\" border=\"0\" alt=\"Expert Climate Victims\" title=\"Expert Climate Victims\" width=\"350\" style=\"margin: 2px; vertical-align: top;\" /></p>\r\n<p style=\"text-align: justify;\"><strong>Anyone tell me</strong> where I  can rent these protesters, ah, I mean, climate experts? We\'re organizing a  protest against former Secretary of State Hillary Clinton\'s involvement in the  Uranium One mine sale to Russia. It is our belief, several of these climate  challenged \"folks\" probably live in a melt zone area (land area of a detonated  nuclear device). It\'s our position that a future nuclear explosion would be  disastrous for the climate, whales, humans in general, and warm-weather golf  enthusiasts (we have expert data to prove this). We believe these same,  well-informed, expert climate victims could, effectively, weigh in on the nuclear issue  as well. Of course, if they\'re busy, we understand, it\'s always a question of  priorities.</p>\r\n<p style=\"text-align: left;\"><strong>READ STORY HERE:</strong><a href=\"http://grist.org/article/heres-what-frontline-communities-are-pushing-for-at-the-paris-climate-talks/\" title=\"http://grist.org/article/heres-what-frontline-communities-are-pushing-for-at-the-paris-climate-talks/\"><span style=\"font-family: Times New Roman;\"><strong> </strong></span>http://grist.org/article/heres-what-frontline-communities-are-pushing-for-at-the-paris-climate-talks/</a></p>\r\n<h2 class=\"caption\" style=\"text-align: left;\"><strong>CLINTON-URANIUM ONE</strong></h2>\r\n<p style=\"text-align: left;\"><a href=\"http://www.nytimes.com/2015/04/24/us/cash-flowed-to-clinton-foundation-as-russians-pressed-for-control-of-uranium-company.html?_r=0\">http://www.nytimes.com/2015/04/24/us/cash-flowed-to-clinton-foundation-as-russians-pressed-for-control-of-uranium-company.html?_r=0</a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://www.businessinsider.com/the-clintons-putin-and-uranium-2015-4\">http://www.businessinsider.com/the-clintons-putin-and-uranium-2015-4</a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://www.newyorker.com/news/amy-davidson/five-questions-about-the-clintons-and-a-uranium-company\">http://www.newyorker.com/news/amy-davidson/five-questions-about-the-clintons-and-a-uranium-company</a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://dailycaller.com/2015/04/29/firm-co-founded-by-hillarys-campaign-chair-lobbies-for-russias-uranium-one/\">http://dailycaller.com/2015/04/29/firm-co-founded-by-hillarys-campaign-chair-lobbies-for-russias-uranium-one/</a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://timesofindia.indiatimes.com/world/us/The-Clinton-connection-to-Russias-claims-on-uranium/articleshow/47026955.cms\">http://timesofindia.indiatimes.com/world/us/The-Clinton-connection-to-Russias-claims-on-uranium/articleshow/47026955.cms</a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://www.breitbart.com/big-journalism/2015/05/12/uranium-investor-turned-clinton-foundation-mega-donor-frank-holmes-grilled-by-cnbc/\">http://www.breitbart.com/big-journalism/2015/05/12/uranium-investor-turned-clinton-foundation-mega-donor-frank-holmes-grilled-by-cnbc/</a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://www.msnbc.com/morning-joe/watch/clinton-foundation-tied-to-uranium-deal--nyt-432748099915\">http://www.msnbc.com/morning-joe/watch/clinton-foundation-tied-to-uranium-deal--nyt-432748099915</a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://www.foxnews.com/politics/2015/04/23/clinton-foundation-reportedly-got-millions-as-russians-sought-ok-for-uranium.html\">http://www.foxnews.com/politics/2015/04/23/clinton-foundation-reportedly-got-millions-as-russians-sought-ok-for-uranium.html</a></p>\r\n<p style=\"text-align: left;\"><a href=\"http://www.breitbart.com/big-government/2015/04/22/book-hillary-gave-russian-govt-half-of-u-s-uranium-output-to-reward-donors-company/\">http://www.breitbart.com/big-government/2015/04/22/book-hillary-gave-russian-govt-half-of-u-s-uranium-output-to-reward-donors-company/</a></p>','',1,1,0,1,'2015-12-06 17:41:52',62,'','2015-12-06 18:34:05',62,0,'0000-00-00 00:00:00','2015-12-06 17:41:52','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,2,'','',0,1398,'robots=\nauthor='),(820,'OAK INITIATIVE BULLETIN','oak-initiative-bulletin','','<div><strong><span style=\"color:#ff0000; font-size:13px\">SPECIAL BULLETIN 23-2015</span></strong></div>\r\n<div>\r\n<h1><span style=\"font-size:28px\"><strong>Five Trends That Will </strong></span></h1>\r\n</div>\r\n<h1></h1>\r\n<div>\r\n<h1><span style=\"font-size:28px\"><strong>Change The World in 2016</strong></span></h1>\r\n</div>\r\n<p><span style=\"font-size:16px\">By Rick Joyner</span></p>\r\n<p><span style=\"font-size:14px\"><span style=\"color:#333333; font-family:arial,sans-serif\"> </span></span><span style=\"font-size:14px\"><span style=\"font-family:arial,helvetica,sans-serif\"> </span></span></p>\r\n<p><span style=\"font-family:arial,helvetica,sans-serif\"><span style=\"font-size:14px\"> </span></span></p>\r\n<p><span style=\"font-size:14px\"><span style=\"font-family:arial,helvetica,sans-serif\"> A geopolitical shift has taken place at the end of 2015 that could  change the world more than we have seen since the collapse of the Iron  Curtain. Core beliefs and values are being challenged across the globe.  With such a major change of direction happening, where are we headed?</span></span></p>\r\n<p><span style=\"font-size:14px\"><span style=\"font-family:arial,helvetica,sans-serif\">The following are the five major events that will likely define our  immediate future and impact world affairs for the foreseeable future.</span></span></p>\r\n<blockquote><ol>\r\n<li><span style=\"font-size:14px\"><span style=\"font-family:arial,helvetica,sans-serif\">China stock market crashes</span></span></li>\r\n<li><span style=\"font-size:14px\"><span style=\"font-family:arial,helvetica,sans-serif\">Falling energy prices</span></span></li>\r\n<li><span style=\"font-size:14px\"><span style=\"font-family:arial,helvetica,sans-serif\">Russian military intervention into the Middle East</span></span></li>\r\n<li><span style=\"font-size:14px\"><span style=\"font-family:arial,helvetica,sans-serif\">Paris and San Bernardino terrorist attacks</span></span></li>\r\n<li><span style=\"font-size:14px\"><span style=\"font-family:arial,helvetica,sans-serif\">The Trump candidacy</span></span></li>\r\n</ol>\r\n<p><strong><a href=\"http://www.theoakinitiative.org/special-bulletin-23-2015#.VnCZTit4N-w\" target=\"_blank\">READ MORE&gt;&gt;</a></strong></p>\r\n</blockquote>','',1,17,0,74,'2015-12-15 22:53:09',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2015-12-15 22:53:09','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,1,'','',0,984,'robots=\nauthor='),(822,'Propaganda Then and Now...','propaganda-then-and-now','','<p>“They [Journalists] were saying things that validated what we had given them to say.” -- <strong>Ben Rhodes, Obama \"Foreign Policy Expert\" re: \"Iran Deal\"</strong></p>\r\n<p> </p>\r\n<p>To attract people, to win over people to that which I have realised as  being true, that is called propaganda. In the beginning there is the  understanding, this understanding uses propaganda as a tool to find  those men, that shall turn understanding into politics. Success is the  important thing. Propaganda is not a matter for average minds, but  rather a matter for practitioners. It is not supposed to be lovely or  theoretically correct. I do not care if I give wonderful, aesthetically  elegant speeches, or speak so that women cry. The point of a political  speech is to persuade people of what we think right.  <strong>-- Joseph Goebbels, Nazi Minister of Propaganda 1933-1945</strong></p>\r\n<p><a href=\"http://townhall.com/tipsheet/katiepavlich/2016/05/09/ben-rhodes-yep-we-spun-the-media-on-the-iran-played-on-ignorance-n2160391\" target=\"_blank\">White House - \"WE NEVER LIED ABOUT THE IRAN DEAL\" -- Townhall</a></p>\r\n<p> </p>\r\n<p><strong><br /></strong></p>','',1,1,0,1,'2016-05-11 15:26:38',62,'','2016-05-11 15:39:01',62,0,'0000-00-00 00:00:00','2016-05-11 15:26:38','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,1,'','',0,861,'robots=\nauthor='),(823,'The Nuttle Report: America First Foreign Policy','the-nuttle-report-america-first-foreign-policy','','<div class=\"page-outer\">\r\n<div class=\"page-outer2\">\r\n<div id=\"page-wrapper\">\r\n<div id=\"page\">\r\n<div class=\"page-inner\">\r\n<div id=\"main-wrapper\">\r\n<div id=\"main\" class=\"clearfix with-navigation\">\r\n<div id=\"content\" class=\"column\">\r\n<div class=\"section\">\r\n<h1 class=\"title\">Oak Leaf #118</h1>\r\n<h1 class=\"title\"><a href=\"http://theoakinitiative.org/src/pdfs/ol_118_051316.pdf\">Adobe PDF Version</a></h1>\r\n<div id=\"content-area\">\r\n<div id=\"node-595\" class=\"node node-type-member-pages build-mode-full clearfix\">\r\n<div class=\"content\">\r\n<div><span style=\"font-size:14px\"><span style=\"font-family:arial,helvetica,sans-serif\">May 13, 2016</span></span></div>\r\n<p style=\"font-size: 12.8px; line-height: 20px;\" align=\"center\"><span style=\"font-size: 28px;\"><strong style=\"font-size: 28px;\">The Nuttle Report: America First Foreign Policy</strong></span></p>\r\n<p style=\"font-size: 12.8px; line-height: 20px;\" align=\"center\"><span style=\"font-size: 16px; line-height: 20px; font-family: arial, helvetica, sans-serif;\">By Marc Nuttle</span></p>\r\n<p class=\"rtecenter\"> </p>\r\n<p class=\"rtejustify\"><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\"> Since the beginning of recorded history, sovereign nations have executed foreign policies primarily to serve their self-interests. Even in ancient Egypt, the Pharaoh had a Counselor of Foreign Affairs. Often the purpose of foreign policy was to protect resources, trade routes, land, people, and a way of life. More times than not, foreign policy was an extension of government policy for selfish pursuits. The primary concerns of the needs of the foreign entity were not always considered. War has been described as the extension of government policy by other means. Diplomacy has too many times been abused at the altar of ideological purity.</span></p>\r\n<p class=\"rtejustify\"><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\"> What is different about the United States of America?</span></p>\r\n<p class=\"rtejustify\"><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\"> The United States of America was founded on the principle that all rights come from a Creator, not the government. Rights bestowed by a Creator are absolute and eternal. If they are absolute and eternal, then they are applicable to all mankind. In this belief then, U.S. foreign policy has sought to advance these eternal rights to all nations through principled foreign policy.</span></p>\r\n<p class=\"rtejustify\"><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\"> Every child in America who has graduated from the sixth grade has heard the term “the American melting pot.” It was from this multifarious environment in our early history that diverse nationality, culture, and religion provided the ingredients of a new theory on self-governance. Throughout history, a people yielded to the authority from which they recognized their rights were granted. Until 1776, that authority was a king, czar, emperor, or dictator. They may have been benevolent. But the result of government dominance was that an elitist class restricted the opportunity of an individual based upon the elitists’ privileged view of the world and their own special interest needs. Progress was dependent upon their concepts of theory practiced by trial and error on the average citizen. The nobles’ positions and incomes were not subject to the efforts or actions that they enforced on the commoners.</span></p>\r\n<p class=\"rtejustify\"><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\"> What then has been the purpose of American principled foreign policy? It has been the hope that the world would develop into a place of consummate freedom. After American independence, the young nation struggled for seven years to establish a governing document that embodied our founding principles. They drafted and passed a body of law so revolutionary that the elites of the world gave the country little chance of success. This document of course was the Constitution. In simple terms, it provided for the rule of law (enforcement of contracts and settlement of disputes), due process (everyone is equal under the law), independent courts (incorruptible arbiters), freedom of press and speech (all ideas and accountability are welcomed), and transparency (government is accountable in all transactions). These principles are truths that are the basis of a unifying, principled foreign policy. And these principles are the essence of the United States’ foreign policy advocated for the benefit of the world. It is the first time in the history of the world that a great nation has advocated for others what it advocates for itself.</span></p>\r\n<p class=\"rtejustify\"><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\"> Have there been racial and gender prejudices in our history? Yes. But the Constitution has provided a framework to eliminate bias, prejudice, and the lack of due process. We have made progress in civil rights as a country.</span></p>\r\n<p class=\"rtejustify\"><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\"> Have we been at war? Yes. But every time it was to defend democracy, or to defend the sovereignty of a partner nation, or to prevent genocide, or to protect a people’s freedom. Any nation today that criticizes U.S. foreign policy does not do so upon the basis of this platform of unifying principles. In fact, most of our detractors do not adhere to any one of these unifying principles.</span></p>\r\n<p class=\"rtejustify\"><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\"> Has America dealt with and aided nations with whom we do not agree on all issues? Yes. But only to move them towards the concept of freedom in the hopes of helping their citizens. Egypt is an ally of the United States. It does not embrace all of our principles. But they have recognized Israel’s right to exist, and they have established and maintained diplomatic relations with them.</span></p>\r\n<p class=\"rtejustify\"><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\"> Should America then be the world’s police force? Not necessarily. But the presence of the United States military, as the arm of a foreign policy committed to principles, is what keeps a volatile world from erupting into regional and world conflict. Much like a policeman patrolling a neighborhood, their presence deters crime.</span></p>\r\n<p class=\"rtejustify\"><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\"> Further, the United States is the only world power with any chance of enforcing transparency. Without transparency, currencies can be manipulated. Banking systems can be corrupted. Illegal trafficking of drugs, contraband, and humans are difficult to control. Without transparency, dictators abuse and manipulate trade, investment, and citizens. We are blessed as a nation to have achieved the economic prosperity that we enjoy. We are further blessed by the fact that our currency is the world’s reserve currency. We have the resources, the processes, the systems, and the position to advance, develop, and protect freedom in this global economic system. Our principles support freedom for the benefit of all people.</span></p>\r\n<p class=\"rtejustify\"><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\"> Presidential candidate Donald Trump delivered a foreign policy speech last week driving a central theme of making America first. Part and parcel of that speech was that our world partners should pay their fair share, primarily for defense of their sovereignty. This argument has merit. The criticism of the Democrats and the establishment is centered on the concept that international relations and transactions have primarily been established over several years following World War II. They proffer that international agreements are complex, interrelated, intertwined, and intractable. In other words, they contend that foreign policy is messy and can only be managed and maintained through business as usual.</span></p>\r\n<p class=\"rtejustify\"><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\"> What is not being argued is that our country’s principles should be advanced. Our principles are sound. They have stood the test of time. Due process is making progress. Freedom as a priority is the foundation of human dignity and the advancement of society. We should be proud as Americans of what we have established, accomplished, and rendered for the world.</span></p>\r\n<p class=\"rtejustify\"><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\"> Freedom is an eternal force meant for the fulfillment of all men and women. Just as the Federalist Papers argued, in equal freedom provided and applied, we all prosper. By advancing the principles of rule of law, due process, independent courts, free press and speech, and transparency, American foreign policy advances the cause of human civilization, regardless of the form of government involved, culture, or ethnicity. America should stand on this pronouncement and make no excuses.</span></p>\r\n<p class=\"rtejustify\"><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\"> By advancing these principles and universal liberty, the United States, in belief and commitment, is making America and the world first.</span></p>\r\n<p class=\"rtejustify\"><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\"> My name is Marc Nuttle and this is what I believe.</span></p>\r\n<p class=\"rtejustify\"><span style=\"font-family: arial, helvetica, sans-serif; font-size: 14px;\"> What do you believe?</span></p>\r\n<p class=\"rtecenter\"> </p>\r\n<blockquote>\r\n<hr />\r\n<p style=\"margin: 0in -0.35pt 0.0001pt 0in; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;\" align=\"left\"> </p>\r\n<p style=\"margin-left:9.0pt;\"><span style=\"font-size:12px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><em>The Nuttle Report: America First Foreign Policy is</em> Volume 4, Issue 18, published on May 3, 2016. To subscribe to <em>The Nuttle Report</em>, visit Marc Nuttle’s website at <a href=\"http://www.marcnuttle.com/\">http://www.marcnuttle.com</a>.</span></span></p>\r\n<p style=\"margin-left:9.0pt;\"><span style=\"font-size:12px;\"><span style=\"font-family:arial,helvetica,sans-serif;\"><strong>Marc Nuttle </strong>is a lawyer, author, consultant, and businessman who\'s had a varied career. He has represented and advised Presidents of the United States, leaders of foreign countries, state officials, and corporations. Marc has worked on government policy and has predicted economic trends. Marc is Chairman of The Oak Initiative Board. </span></span></p>\r\n<p style=\"margin-left:9.0pt;\"> </p>\r\n<p><span style=\"font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif\"> </span></p>\r\n<p style=\"margin-left:9.0pt;\"><span style=\"font-family:&quot;Arial&quot;,sans-serif\"> </span></p>\r\n<hr />\r\n<p class=\"rtecenter\"><strong> <em><strong>If you would like information on gathering with other Oak Initiative members in your area,<br /> please email us at <a href=\"mailto:members@theoakinitiative.org?subject=Information%20Request%20on%20Gathering%20With%20Other%20Oak%20Members%20in%20Area\">members@theoakinitiative.org</a>.</strong></em></strong></p>\r\n<hr />\r\n<div>\r\n<div class=\"rtejustify\"><strong><strong> </strong> </strong></div>\r\n</div>\r\n</blockquote>\r\n</div>\r\n</div>\r\n<!-- /.node --></div>\r\n</div>\r\n</div>\r\n<!-- /.section, /#content --></div>\r\n</div>\r\n<!-- /#main, /#main-wrapper -->\r\n<div id=\"footer\">\r\n<div class=\"section\">\r\n<div id=\"footer-message\">\r\n<p>The Oak Initiative | 375 Star Light Drive, Fort Mill SC 29715 | 803.547.8217<br /> <a href=\"mailto:office@theoakinitiative.org\">office@theoakinitiative.org</a></p>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- /.section, /#footer --></div>\r\n</div>\r\n</div>\r\n<!-- /#page, /#page-wrapper --></div>\r\n</div>\r\n<script type=\"text/javascript\">// <![CDATA[\r\n//[CDATA[//\r\n\r\n jQuery(document).ready(function(){\r\n\r\n  jQuery(\'#edit-submitted-first-name\').val(\'FIRST NAME\');\r\n\r\n  jQuery(\'#edit-submitted-first-name\').focus(function() { if (jQuery(this).val() == \'FIRST NAME\') jQuery(this).val(\'\'); });\r\n\r\n  jQuery(\'#edit-submitted-first-name\').blur(function() { if (jQuery(this).val() == \'\') jQuery(this).val(\'FIRST NAME\'); });});\r\n\r\n\r\n//\r\n// --\r\n// ]]></script>\r\n<script type=\"text/javascript\">// <![CDATA[\r\n//[CDATA[//\r\n\r\n jQuery(document).ready(function(){\r\n\r\n  jQuery(\'#edit-submitted-last-name\').val(\'LAST NAME\');\r\n\r\n  jQuery(\'#edit-submitted-last-name\').focus(function() { if (jQuery(this).val() == \'LAST NAME\') jQuery(this).val(\'\'); });\r\n\r\n  jQuery(\'#edit-submitted-last-name\').blur(function() { if (jQuery(this).val() == \'\') jQuery(this).val(\'LAST NAME\'); });});\r\n\r\n\r\n//\r\n// --\r\n// ]]></script>\r\n<script type=\"text/javascript\">// <![CDATA[\r\n//[CDATA[//\r\n\r\n jQuery(document).ready(function(){\r\n\r\n  jQuery(\'#edit-submitted-email\').val(\'EMAIL\');\r\n\r\n  jQuery(\'#edit-submitted-email\').focus(function() { if (jQuery(this).val() == \'EMAIL\') jQuery(this).val(\'\'); });\r\n\r\n  jQuery(\'#edit-submitted-email\').blur(function() { if (jQuery(this).val() == \'\') jQuery(this).val(\'EMAIL\'); });});\r\n\r\n\r\n//\r\n// --\r\n// ]]></script>','',1,11,0,67,'2016-05-14 05:00:33',62,'','2016-05-14 05:10:20',62,62,'2016-05-14 05:10:20','2016-05-14 05:00:33','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,1,'','',0,2114,'robots=\nauthor=');
/*!40000 ALTER TABLE `jos_content` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_content_frontpage`
--

DROP TABLE IF EXISTS `jos_content_frontpage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_content_frontpage` (
  `content_id` int(11) NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`content_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_content_frontpage`
--

LOCK TABLES `jos_content_frontpage` WRITE;
/*!40000 ALTER TABLE `jos_content_frontpage` DISABLE KEYS */;
INSERT INTO `jos_content_frontpage` VALUES (133,546),(50,549),(145,542),(138,544),(141,543),(155,541),(72,547),(49,550),(51,548),(134,545),(53,551),(157,538),(159,539),(160,540),(163,537),(165,536),(168,535),(170,534),(171,533),(172,532),(173,531),(174,530),(175,529),(177,528),(178,527),(179,526),(180,524),(181,525),(183,523),(184,522),(185,521),(186,520),(187,518),(188,519),(189,516),(190,517),(191,515),(192,513),(194,514),(196,512),(197,511),(200,509),(199,510),(208,503),(202,508),(207,504),(204,507),(205,506),(206,505),(209,502),(210,501),(211,500),(212,499),(213,498),(214,497),(215,496),(216,495),(217,494),(218,493),(219,492),(220,491),(221,490),(224,488),(223,489),(225,487),(226,486),(227,485),(228,484),(229,482),(230,483),(231,480),(232,481),(233,479),(234,478),(235,477),(236,476),(237,475),(238,474),(239,473),(240,472),(241,471),(242,470),(154,469),(243,468),(244,467),(245,466),(246,465),(247,464),(248,463),(249,462),(250,461),(251,460),(252,459),(253,458),(254,457),(255,453),(256,452),(257,456),(258,455),(259,454),(264,450),(261,451),(265,449),(267,448),(268,447),(269,446),(270,445),(271,444),(272,443),(273,442),(274,441),(275,440),(813,14),(277,439),(278,438),(279,437),(280,436),(281,435),(282,434),(283,433),(284,432),(285,431),(286,430),(287,429),(288,428),(289,427),(290,426),(291,425),(292,424),(293,423),(294,422),(295,421),(296,420),(297,419),(298,418),(299,417),(300,416),(301,415),(303,398),(305,414),(310,413),(314,412),(318,411),(319,410),(320,409),(321,408),(322,407),(324,406),(325,405),(328,404),(329,403),(331,402),(335,401),(339,397),(340,396),(342,395),(343,399),(344,394),(394,383),(383,387),(398,382),(349,400),(384,386),(351,393),(389,384),(357,392),(364,391),(365,390),(366,389),(370,388),(388,385),(399,381),(400,380),(401,379),(402,378),(403,377),(404,376),(405,375),(406,374),(407,373),(408,372),(409,371),(410,370),(308,369),(411,368),(412,367),(413,366),(414,365),(415,364),(416,363),(417,362),(418,361),(419,360),(420,359),(421,358),(422,357),(423,356),(424,355),(425,354),(426,353),(427,352),(428,351),(429,350),(430,349),(431,348),(432,347),(433,346),(434,345),(435,344),(436,343),(437,342),(438,341),(439,340),(440,339),(441,338),(442,337),(443,336),(444,335),(445,334),(446,333),(447,332),(448,331),(449,330),(450,329),(451,328),(453,327),(454,325),(456,326),(457,319),(458,322),(459,324),(460,323),(461,321),(463,318),(464,317),(465,316),(470,315),(471,314),(472,313),(473,312),(474,310),(488,320),(476,311),(477,308),(479,303),(480,309),(481,306),(482,304),(484,307),(486,302),(487,305),(490,301),(492,300),(493,297),(494,298),(497,299),(498,296),(499,295),(500,292),(504,294),(505,293),(506,291),(507,290),(508,287),(509,288),(510,289),(511,286),(514,285),(516,284),(517,283),(518,282),(519,281),(521,280),(522,279),(523,278),(524,276),(525,6),(526,277),(527,275),(528,274),(533,273),(532,272),(534,271),(535,270),(561,255),(537,269),(541,268),(542,267),(563,254),(544,266),(564,249),(546,265),(547,264),(548,263),(549,262),(550,261),(562,250),(552,259),(553,260),(555,258),(556,257),(557,256),(558,253),(559,252),(560,251),(565,248),(566,247),(567,246),(568,245),(569,244),(570,243),(571,242),(572,241),(573,240),(574,239),(575,233),(576,234),(577,236),(578,238),(579,237),(580,235),(581,232),(582,231),(583,230),(584,229),(585,228),(586,227),(587,226),(588,225),(589,224),(590,223),(591,222),(592,221),(593,220),(594,219),(595,218),(596,217),(597,216),(598,215),(599,214),(600,213),(601,212),(602,211),(603,210),(604,209),(605,208),(606,207),(607,206),(608,205),(609,204),(610,203),(611,202),(612,201),(614,200),(615,199),(616,198),(617,197),(619,196),(620,194),(621,193),(622,195),(623,192),(624,191),(625,190),(626,189),(627,188),(628,187),(629,186),(630,185),(631,184),(632,183),(633,182),(636,181),(637,179),(638,178),(639,180),(640,176),(641,174),(643,177),(644,175),(645,173),(646,172),(647,171),(648,170),(649,169),(650,168),(651,167),(652,166),(653,165),(654,164),(655,163),(656,162),(657,161),(658,160),(659,159),(660,158),(661,157),(662,156),(663,155),(664,154),(665,153),(666,152),(667,151),(668,150),(671,149),(672,148),(673,147),(674,146),(675,144),(676,145),(677,143),(678,142),(679,141),(680,140),(681,139),(682,137),(683,135),(684,136),(685,138),(686,134),(687,131),(688,133),(689,132),(690,130),(691,129),(692,128),(693,127),(694,126),(695,125),(697,124),(698,123),(699,122),(700,121),(701,120),(702,119),(703,118),(704,117),(705,116),(706,115),(707,114),(709,113),(710,112),(711,111),(712,110),(713,109),(714,108),(715,107),(716,106),(717,105),(718,104),(719,103),(721,102),(722,101),(723,100),(724,99),(725,98),(726,97),(727,96),(728,95),(729,94),(730,93),(731,92),(732,91),(733,90),(734,89),(735,88),(736,87),(738,86),(739,85),(740,84),(741,83),(742,82),(743,81),(744,80),(745,79),(746,78),(747,77),(748,76),(749,75),(750,74),(751,73),(752,72),(753,71),(754,70),(755,69),(756,68),(757,67),(758,66),(759,65),(760,64),(761,63),(762,62),(763,61),(764,60),(778,48),(766,59),(767,58),(768,57),(769,56),(770,55),(771,54),(772,53),(773,52),(774,51),(775,15),(776,49),(777,50),(779,47),(780,46),(781,45),(782,44),(800,27),(784,43),(785,42),(786,41),(787,40),(788,39),(789,38),(790,37),(791,36),(792,35),(793,34),(794,33),(795,32),(796,31),(797,30),(798,29),(799,28),(801,26),(802,24),(803,25),(804,23),(805,11),(806,22),(807,21),(808,20),(809,19),(810,18),(811,17),(812,16),(814,13),(815,12),(816,10),(817,9),(529,8),(818,7),(819,5),(820,4),(821,3),(822,2),(823,1);
/*!40000 ALTER TABLE `jos_content_frontpage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_content_rating`
--

DROP TABLE IF EXISTS `jos_content_rating`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_content_rating` (
  `content_id` int(11) NOT NULL DEFAULT '0',
  `rating_sum` int(11) unsigned NOT NULL DEFAULT '0',
  `rating_count` int(11) unsigned NOT NULL DEFAULT '0',
  `lastip` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`content_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_content_rating`
--

LOCK TABLES `jos_content_rating` WRITE;
/*!40000 ALTER TABLE `jos_content_rating` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_content_rating` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_core_acl_aro`
--

DROP TABLE IF EXISTS `jos_core_acl_aro`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_core_acl_aro` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `section_value` varchar(240) NOT NULL DEFAULT '0',
  `value` varchar(240) NOT NULL DEFAULT '',
  `order_value` int(11) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `hidden` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `jos_section_value_value_aro` (`section_value`(100),`value`(100)),
  KEY `jos_gacl_hidden_aro` (`hidden`)
) ENGINE=MyISAM AUTO_INCREMENT=75 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_core_acl_aro`
--

LOCK TABLES `jos_core_acl_aro` WRITE;
/*!40000 ALTER TABLE `jos_core_acl_aro` DISABLE KEYS */;
INSERT INTO `jos_core_acl_aro` VALUES (10,'users','62',0,'Jack Brake',0),(11,'users','63',0,'Rick Joyner',0),(12,'users','64',0,'American Family Association',0),(13,'users','65',0,'Fulton J. Sheen',0),(14,'users','66',0,'Tea Party Express',0),(15,'users','67',0,'Americans for Prosperity Michigan',0),(16,'users','68',0,'Transformation Michigan',0),(17,'users','69',0,'Citizens for Traditional Values',0),(18,'users','70',0,'Founding Fathers',0),(19,'users','71',0,'Craig von Buseck',0),(20,'users','72',0,'Cardinal Newman Society',0),(21,'users','73',0,'Catholic Vote Action',0),(22,'users','74',0,'Helio Rodriguez-Ecay',0),(23,'users','75',0,'Ed Garabedian',0),(24,'users','76',0,'Elsie Deluca',0),(25,'users','77',0,'Thomas Brake',0),(26,'users','78',0,'MekPreesneupe',0),(27,'users','79',0,'GuyShmultz',0),(28,'users','80',0,'IgorFlay',0),(29,'users','81',0,'Riniambifybon',0),(30,'users','82',0,'Gilliotstup',0),(31,'users','83',0,'Ododincweinue',0),(32,'users','84',0,'Errosmoft',0),(33,'users','85',0,'CowInessepeno',0),(34,'users','86',0,'meligansofil',0),(35,'users','87',0,'molokolillana',0),(36,'users','88',0,'Streammatex',0),(37,'users','89',0,'Lollidiliganissa',0),(38,'users','90',0,'DrearaAddiple',0),(39,'users','91',0,'legalroids',0),(40,'users','92',0,'lissasverdlova',0),(41,'users','93',0,'BannyWiliamila',0),(42,'users','94',0,'RetakeOurGov.com',0),(43,'users','95',0,'ElChicaDa',0),(44,'users','96',0,'SweetAgness',0),(45,'users','97',0,'JoaeNNa',0),(46,'users','98',0,'MargaretAnderson',0),(47,'users','99',0,'menLypeUnmalm',0),(48,'users','100',0,'Mirabellazoko',0),(49,'users','101',0,'Silvisellalowa',0),(50,'users','102',0,'OdoxyBloopy',0),(51,'users','103',0,'lultquida',0),(52,'users','104',0,'MissSister',0),(53,'users','105',0,'MeSoCutty',0),(54,'users','106',0,'Thillipiliofe',0),(55,'users','107',0,'Unknown',0),(56,'users','108',0,'Kunilosava',0),(57,'users','109',0,'PeetZaich',0),(58,'users','110',0,'alamiaronnape',0),(59,'users','111',0,'fkkkmooeso',0),(60,'users','112',0,'nyyankeesg',0),(61,'users','113',0,'Zambuhax',0),(62,'users','114',0,'lornonerHib',0),(63,'users','115',0,'dinozuys',0),(64,'users','116',0,'samsungunlock',0),(65,'users','117',0,'GypeWally',0),(66,'users','118',0,'obeneouch',0),(67,'users','119',0,'Casehaineli',0),(68,'users','120',0,'Ertokas',0),(69,'users','121',0,'Leammalap',0),(70,'users','122',0,'ahtkmooefd',0),(71,'users','123',0,'ygdwaynesmithl2',0),(72,'users','124',0,'Mammyharisma',0),(73,'users','125',0,'Daddyharisma',0),(74,'users','126',0,'Samajoselia',0);
/*!40000 ALTER TABLE `jos_core_acl_aro` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_core_acl_aro_groups`
--

DROP TABLE IF EXISTS `jos_core_acl_aro_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_core_acl_aro_groups` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `lft` int(11) NOT NULL DEFAULT '0',
  `rgt` int(11) NOT NULL DEFAULT '0',
  `value` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `jos_gacl_parent_id_aro_groups` (`parent_id`),
  KEY `jos_gacl_lft_rgt_aro_groups` (`lft`,`rgt`)
) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_core_acl_aro_groups`
--

LOCK TABLES `jos_core_acl_aro_groups` WRITE;
/*!40000 ALTER TABLE `jos_core_acl_aro_groups` DISABLE KEYS */;
INSERT INTO `jos_core_acl_aro_groups` VALUES (17,0,'ROOT',1,22,'ROOT'),(28,17,'USERS',2,21,'USERS'),(29,28,'Public Frontend',3,12,'Public Frontend'),(18,29,'Registered',4,11,'Registered'),(19,18,'Author',5,10,'Author'),(20,19,'Editor',6,9,'Editor'),(21,20,'Publisher',7,8,'Publisher'),(30,28,'Public Backend',13,20,'Public Backend'),(23,30,'Manager',14,19,'Manager'),(24,23,'Administrator',15,18,'Administrator'),(25,24,'Super Administrator',16,17,'Super Administrator');
/*!40000 ALTER TABLE `jos_core_acl_aro_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_core_acl_aro_map`
--

DROP TABLE IF EXISTS `jos_core_acl_aro_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_core_acl_aro_map` (
  `acl_id` int(11) NOT NULL DEFAULT '0',
  `section_value` varchar(230) NOT NULL DEFAULT '0',
  `value` varchar(100) NOT NULL,
  PRIMARY KEY (`acl_id`,`section_value`,`value`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_core_acl_aro_map`
--

LOCK TABLES `jos_core_acl_aro_map` WRITE;
/*!40000 ALTER TABLE `jos_core_acl_aro_map` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_core_acl_aro_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_core_acl_aro_sections`
--

DROP TABLE IF EXISTS `jos_core_acl_aro_sections`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_core_acl_aro_sections` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `value` varchar(230) NOT NULL DEFAULT '',
  `order_value` int(11) NOT NULL DEFAULT '0',
  `name` varchar(230) NOT NULL DEFAULT '',
  `hidden` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `jos_gacl_value_aro_sections` (`value`),
  KEY `jos_gacl_hidden_aro_sections` (`hidden`)
) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_core_acl_aro_sections`
--

LOCK TABLES `jos_core_acl_aro_sections` WRITE;
/*!40000 ALTER TABLE `jos_core_acl_aro_sections` DISABLE KEYS */;
INSERT INTO `jos_core_acl_aro_sections` VALUES (10,'users',1,'Users',0);
/*!40000 ALTER TABLE `jos_core_acl_aro_sections` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_core_acl_groups_aro_map`
--

DROP TABLE IF EXISTS `jos_core_acl_groups_aro_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_core_acl_groups_aro_map` (
  `group_id` int(11) NOT NULL DEFAULT '0',
  `section_value` varchar(240) NOT NULL DEFAULT '',
  `aro_id` int(11) NOT NULL DEFAULT '0',
  UNIQUE KEY `group_id_aro_id_groups_aro_map` (`group_id`,`section_value`,`aro_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_core_acl_groups_aro_map`
--

LOCK TABLES `jos_core_acl_groups_aro_map` WRITE;
/*!40000 ALTER TABLE `jos_core_acl_groups_aro_map` DISABLE KEYS */;
INSERT INTO `jos_core_acl_groups_aro_map` VALUES (18,'',21),(18,'',26),(18,'',27),(18,'',28),(18,'',29),(18,'',30),(18,'',31),(18,'',32),(18,'',33),(18,'',34),(18,'',35),(18,'',36),(18,'',37),(18,'',38),(18,'',39),(18,'',40),(18,'',41),(18,'',43),(18,'',44),(18,'',45),(18,'',46),(18,'',47),(18,'',48),(18,'',49),(18,'',50),(18,'',51),(18,'',52),(18,'',53),(18,'',54),(18,'',55),(18,'',56),(18,'',57),(18,'',58),(18,'',59),(18,'',60),(18,'',61),(18,'',62),(18,'',63),(18,'',64),(18,'',65),(18,'',66),(18,'',67),(18,'',68),(18,'',69),(18,'',70),(18,'',71),(18,'',72),(18,'',73),(18,'',74),(19,'',11),(19,'',12),(19,'',13),(19,'',14),(19,'',15),(19,'',16),(19,'',17),(19,'',18),(19,'',19),(19,'',20),(19,'',23),(19,'',24),(20,'',22),(20,'',25),(21,'',42),(25,'',10);
/*!40000 ALTER TABLE `jos_core_acl_groups_aro_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_core_log_items`
--

DROP TABLE IF EXISTS `jos_core_log_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_core_log_items` (
  `time_stamp` date NOT NULL DEFAULT '0000-00-00',
  `item_table` varchar(50) NOT NULL DEFAULT '',
  `item_id` int(11) unsigned NOT NULL DEFAULT '0',
  `hits` int(11) unsigned NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_core_log_items`
--

LOCK TABLES `jos_core_log_items` WRITE;
/*!40000 ALTER TABLE `jos_core_log_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_core_log_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_core_log_searches`
--

DROP TABLE IF EXISTS `jos_core_log_searches`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_core_log_searches` (
  `search_term` varchar(128) NOT NULL DEFAULT '',
  `hits` int(11) unsigned NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_core_log_searches`
--

LOCK TABLES `jos_core_log_searches` WRITE;
/*!40000 ALTER TABLE `jos_core_log_searches` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_core_log_searches` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_groups`
--

DROP TABLE IF EXISTS `jos_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_groups` (
  `id` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `name` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_groups`
--

LOCK TABLES `jos_groups` WRITE;
/*!40000 ALTER TABLE `jos_groups` DISABLE KEYS */;
INSERT INTO `jos_groups` VALUES (0,'Public'),(1,'Registered'),(2,'Special');
/*!40000 ALTER TABLE `jos_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_htmicroblog_follows`
--

DROP TABLE IF EXISTS `jos_htmicroblog_follows`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_htmicroblog_follows` (
  `beingfollowed` int(11) NOT NULL,
  `follower` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_htmicroblog_follows`
--

LOCK TABLES `jos_htmicroblog_follows` WRITE;
/*!40000 ALTER TABLE `jos_htmicroblog_follows` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_htmicroblog_follows` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_htmicroblog_profiles`
--

DROP TABLE IF EXISTS `jos_htmicroblog_profiles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_htmicroblog_profiles` (
  `uid` int(11) NOT NULL,
  `location` varchar(250) NOT NULL,
  `url` varchar(250) NOT NULL,
  `aboutme` varchar(5000) NOT NULL,
  `twitterurl` varchar(1000) NOT NULL,
  `facebookurl` varchar(1000) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_htmicroblog_profiles`
--

LOCK TABLES `jos_htmicroblog_profiles` WRITE;
/*!40000 ALTER TABLE `jos_htmicroblog_profiles` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_htmicroblog_profiles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_htmicroblog_votes`
--

DROP TABLE IF EXISTS `jos_htmicroblog_votes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_htmicroblog_votes` (
  `bid` int(11) NOT NULL,
  `uid` int(11) NOT NULL,
  `negative` int(11) NOT NULL,
  `positive` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_htmicroblog_votes`
--

LOCK TABLES `jos_htmicroblog_votes` WRITE;
/*!40000 ALTER TABLE `jos_htmicroblog_votes` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_htmicroblog_votes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_htmicroblogs`
--

DROP TABLE IF EXISTS `jos_htmicroblogs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_htmicroblogs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userid` int(11) NOT NULL DEFAULT '0',
  `message` text NOT NULL,
  `date` int(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_htmicroblogs`
--

LOCK TABLES `jos_htmicroblogs` WRITE;
/*!40000 ALTER TABLE `jos_htmicroblogs` DISABLE KEYS */;
INSERT INTO `jos_htmicroblogs` VALUES (10,62,'This is a sample microblog...',1263103696);
/*!40000 ALTER TABLE `jos_htmicroblogs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_jcomments`
--

DROP TABLE IF EXISTS `jos_jcomments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_jcomments` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `parent` int(11) unsigned NOT NULL DEFAULT '0',
  `object_id` int(11) unsigned NOT NULL DEFAULT '0',
  `object_group` varchar(255) NOT NULL DEFAULT '',
  `object_params` text NOT NULL,
  `lang` varchar(255) NOT NULL DEFAULT '',
  `userid` int(11) unsigned NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `username` varchar(255) NOT NULL DEFAULT '',
  `email` varchar(255) NOT NULL DEFAULT '',
  `homepage` varchar(255) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `comment` text NOT NULL,
  `ip` varchar(15) NOT NULL DEFAULT '',
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `isgood` smallint(5) unsigned NOT NULL DEFAULT '0',
  `ispoor` smallint(5) unsigned NOT NULL DEFAULT '0',
  `published` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `subscribe` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `source` varchar(255) NOT NULL DEFAULT '',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `editor` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `idx_userid` (`userid`),
  KEY `idx_source` (`source`),
  KEY `idx_email` (`email`),
  KEY `idx_lang` (`lang`),
  KEY `idx_subscribe` (`subscribe`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_object` (`object_id`,`object_group`,`published`,`date`)
) ENGINE=MyISAM AUTO_INCREMENT=894 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_jcomments`
--

LOCK TABLES `jos_jcomments` WRITE;
/*!40000 ALTER TABLE `jos_jcomments` DISABLE KEYS */;
INSERT INTO `jos_jcomments` VALUES (1,0,99,'com_content','','en-GB',0,'','','','','','The original youTube vid in this post was pulled because of \"copyright violations\"..hmmmm. Translation: \"let\'s not offend the terrorists with the truth\". In any event, this vid hits some of the same points.','67.142.161.18','2010-05-12 19:06:53',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(2,0,131,'com_content','','en-GB',0,'','','','','','How beautiful! It\'s got to be Bocelli singing the Our Father? Unbelievable.','67.142.161.18','2010-05-12 20:38:46',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(3,0,139,'com_content','','en-GB',0,'','','','','','Scream at Washington? Scream what? And to whom? Nobody there listens.<br /> <br />Excellent essay: This is a powerful message about the failure of the Great Society. <br /><br />How in the world do we get out of this mess? This is a perfect example of how good intentions without good foresight can produce an absolute nightmare. Never underestimate the downside of human nature.','64.134.168.5','2010-05-13 23:57:03',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(4,0,143,'com_content','','en-GB',0,'','','','','','I predict this stunt will be the nail in the coffin of any guest-worker/amnesty plan on the table in Washington ... The image of the American flag subsumed to another and turned upside down on American soil is already spreading on Internet forums and via e-mail.<br /><br />Pass this along to every American citizen in your address books and to every representative in the state and federal government.. If you choose to remain uninvolved, do not be amazed when you no longer have a nation to call your own nor anything you have worked for left since it will be \'redistributed\' to the activists while you are so peacefully staying out of the \'fray\'. Check history, it is full of nations/empires that disappeared when its citizens no longer held their core beliefs and values. One person CAN make a difference.','67.142.161.22','2010-05-15 04:25:52',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(5,0,143,'com_content','','en-GB',0,'','','','','','One plus one plus one plus one plus one plus one........ ..<br /><br />The battle for our secure borders and immigration laws that actually mean something, however, hasn\'t even begun.<br /><br />Now maybe you will understand why California wants to boycott Arizona.<br />You need to remember what country you want to be living in..','67.142.161.22','2010-05-15 04:26:24',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(6,0,143,'com_content','','en-GB',0,'','','','','','Citizens by birth or choice of a common country, that country has a right to concentrate your affections. The name of American, which belongs to you, in your national capacity, must always exalt the just pride of Patriotism, more than any appellation derived from local discriminations. --- George Washington, Farewell Address, September 19, 1796','67.142.161.22','2010-05-15 04:59:22',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(7,0,154,'com_content','','en-GB',0,'','','','','','Cuando lei esto, lo primero que se me ocurrio es lo aburrido que seria pasarme el \"long weekend\" de Thanksgiving solo y escondido abajo de la cama. Por lo tanto decidi enviarselo a mis mejores amigos junto con un Happy Thanksgiving y una invitacion a pasarlo juntos todos debajo de la cama...o en el closet...o en la bañadera tapado con un frazada...o planeando donde exilarnos...<br /><br />Helio','67.142.161.18','2010-05-18 13:29:53',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(8,0,154,'com_content','','en-GB',0,'','','','','','In english for Jack:<br /><br />When I read this, the first thing I though of was how boeing it would be to spend the Thanksgiving long weekend alone and hiding under the bed.<br />Therefore I decided to forward this to my friends along with a \"Happy Thanksgiving\" and an invitation to spend it all together under the bed...or in the closet...or in the bathtub covered with a blanket...or planning where to go into exile...','67.142.161.18','2010-05-18 13:30:46',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(9,0,154,'com_content','','en-GB',0,'','','','','','La verdad es que esto asusta bastante!<br /><br />No creo que te guste, pero en estas circunstancias hay que leer de todo','67.142.161.18','2010-05-18 13:31:56',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(10,0,157,'com_content','','en-GB',0,'','','','','','If we don\'t get this message out to the people, we may be dead ducks...and soon!','67.142.161.27','2010-05-21 16:52:28',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(11,0,158,'com_content','','en-GB',0,'','','','','','This is an absolute must read. No truer words have recently been spoken. It took guts, lots of guts, and I commend him for doing so. If you agree please pass this on to everyone on your mail list.<br /> <br />Bob Burnie','67.142.161.22','2010-05-22 14:11:25',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(12,0,158,'com_content','','en-GB',0,'','','','','','Greg Sitek<br />A must pass on!','67.142.161.22','2010-05-22 14:13:07',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(13,0,158,'com_content','','en-GB',0,'','','','','','He\'s done it again..<br /> <br /> <br />He sure isn\'t backing down on his hard line stance and one has to appreciate his belief in the rights of his native countrymen. <br /><br />A breath of fresh air to see someone lead. <br />I wish some leaders would step up in Canada & USA','67.142.161.22','2010-05-22 14:14:01',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(14,0,158,'com_content','','en-GB',0,'','','','','','This man should be appointed King of the World.. Truer words have never been spoken. <br /> <br /> It took a lot of courage for this man to speak what he had to say for the world to hear. The retribution could be phenomenal, but at least he was willing to take a stand on his and Australia \'s beliefs. <br /><br /> Whole world needs a leader like this!','67.142.161.22','2010-05-22 14:14:58',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(15,0,160,'com_content','','en-GB',0,'','','','','','Maybe someone, somehow can figure out a way to put America <br /><br />back on the map as it was when we were growing up, <br /><br />a safe place to live, and by<br /> The Ten Commandments and Pledge of Allegiance.','67.142.161.19','2010-05-23 23:43:14',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(16,0,162,'com_content','','en-GB',0,'','','','','','Pictures from London . This is beyond scary!','67.142.161.24','2010-05-24 02:01:49',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(17,0,162,'com_content','','en-GB',0,'','','','','','This makes you wonder, doesn\'t it? <br /> <br />Can you imagine having a Christian demonstration <br />against Islam in downtown Baghdad ?','67.142.161.24','2010-05-24 02:03:16',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(18,0,162,'com_content','','en-GB',0,'','','','','','Why would anyone think that we should be at war with such nice, peaceful Muslims?','67.142.161.24','2010-05-24 02:04:25',1,0,1,0,'',0,'0000-00-00 00:00:00',''),(19,0,163,'com_content','','en-GB',0,'','','','','','Great Letter','67.142.161.26','2010-05-25 00:20:14',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(20,0,175,'com_content','','en-GB',0,'','','','','','Great. But what worries me is not that they are conning the world, it’s that I believe these people want to be conned.','67.142.161.22','2010-06-08 23:13:11',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(21,0,175,'com_content','','en-GB',0,'','','','','','Great. But what worries me is not that they are conning the world, it’s that I believe these people want to be conned.','67.142.161.22','2010-06-08 23:14:25',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(22,0,175,'com_content','','en-GB',0,'','','','','','It\'s the rise of ant-semitism that\'s alarming. This is like Hitler\'s Europe Round Two, only worse.','67.142.161.22','2010-06-08 23:17:11',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(23,0,191,'com_content','','en-GB',0,'','','','','','Don\'t know what paper it was run in, but what are the odds it wasn\'t in the NY Times or Washington Post!?','67.142.161.21','2010-07-12 16:03:59',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(24,0,207,'com_content','','en-GB',0,'','','','','','....and why other businesses do not relocate to U.S.....and why domestic business is \"fleeing\" U.S for other countries','67.142.161.21','2010-09-11 12:19:41',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(25,0,230,'com_content','','en-GB',0,'','','','','','We should try and support Verizon for their stand against yet another Marxist takeover attempt.','67.142.161.28','2011-01-25 01:07:12',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(26,0,246,'com_content','','en-GB',0,'','','','','',':D Our governor just stepped up!!! Sweet.<br /><br />http://www.idahostatesman.com/2011/0...ll-wolves.html','74.233.160.28','2011-02-19 15:55:43',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(28,0,262,'com_content','','en-GB',0,'','','','','','He made this statement before he learned that he had to be a natural born citizen in this country to be a candidate for the presidency. <br />We are not as crazy as the press would want us to be.<br /><br />Circulate this <br />before it is pulled from the internet.<br /><br /> If you just watch the first 30 seconds your mouth will drop open. <br /> Obama admits he is not a citizen<br />THE AMAZING PART OF THIS TRAVESTY IS AMERICANS CONTINUE ALLOWING THEMSELVES TO BE RULED BY AN ILLEGAL ALIEN.<br />Watch it before it’s pulled!','76.108.122.208','2011-03-26 14:33:45',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(27,0,248,'com_content','','en-GB',0,'','','','','','The following response was sent to me by my long time friend, Gabriel Sorzano. Gabriel, like so many others, fled Cuba in the early 60\'s to live in freedom in the U.S.. Gabriel is 85 years old.<br /><br />Gabriel writes:<br /><br />Jack a thing like that has passed through many hands and many people, it has reached this point because the enemy is already inside and very powerfully. No way of fighting that occurs to me. They operate on the implementation of the laws they make the regulations and nobody stops <br />them. The media is our enemy, it does not say anything, it has been clearly so since the end of the war and probably previously more hidden. Now they are fostering revolts for the wrong things so that it wont be done for the right reasons.<br /><br />The people already believe what the media has fed them, it has given explanations for every shit that they have done. Conspiracy is supposedly paranoia, but conspiracy is every layer and group of human society how can there not be in really important things.<br /><br />Hoping that all the blessings of God are with you gabriel','76.108.122.208','2011-02-25 14:46:42',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(29,0,310,'com_content','','en-GB',0,'','','','','','¿Y cuál es nuevo?','184.61.202.44','2011-06-25 20:50:04',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(30,0,216,'com_content','','en-GB',0,'','','','http://www.thebeautyinsiders.com/prevage.html','','Just happened to arrive at this page. Surprisingly educational and definitely worth the time, thanks.','49.248.68.245','2011-10-17 09:22:57',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(31,0,259,'com_content','','en-GB',0,'','','','http://www.thinreport.com/burn-60.html','','Just happened to arrive at this page. Surprisingly educational and definitely worth the time, thanks.','49.248.68.245','2011-10-17 10:20:14',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(32,0,141,'com_content','','en-GB',0,'','','','http://viagravillage.com/','','What about the English invent football championship?','188.92.75.244','2011-11-08 19:38:38',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(33,0,141,'com_content','','en-GB',0,'Motoattense','Motoattense','asfdasf@gmail.com','http://viagravillage.com/','','who thinks that - DGG better to rest in the winter? <br />buy v i a g r a from canada','188.92.75.244','2011-11-24 19:50:21',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(34,0,428,'com_content','','en-GB',0,'Jack B','Jack B','jhbrake@comcast.net','','','Thanks Jim. Great article. There\'s some other crap I\'ve read about this guy <br />Paulson and the days surrounding the Lehman collapse, e.g. secret meetings <br />with all of the big banking houses, including Goldman, with Geitner (then NY <br />Fed) present et al, and Lehman conspicuously left out of the loop, then some <br />mystery investor betting that Lehman\'s stock would trade for less than 50% <br />of its present value within a short period of time- Shearson\'s stock had <br />never varied more than a few points in all of their years in business (that’s <br />since 1876).... then the mystery investor makes 245M in just 10 days on a <br />1.5M put. ThIs SOB needs to be investigated but by who?','69.144.144.94','2011-12-23 03:27:10',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(35,0,441,'com_content','','en-GB',0,'eagle888','eagle888','jhbrake@comcast.net','','','This is the Spiritual Super Bowl: Darkness vs. Light... \"We war not against flesh and blood...\"','69.144.144.94','2012-01-06 15:01:16',0,0,1,0,'',0,'0000-00-00 00:00:00',''),(36,0,146,'com_content','','en-GB',0,'dawsstailedly','dawsstailedly','nickji.vichi@gmail.com','http://onlinepaydayloanok.net','','online payday loan payday loans gresham or','193.105.210.180','2013-03-28 13:29:08',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(37,0,146,'com_content','','en-GB',0,'alielesoM','alielesoM','hiupoliakos@hotmail.com','','','payday loan %dq4399@ payday loans uk','193.105.210.180','2013-04-11 12:01:40',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(38,0,146,'com_content','','en-GB',0,'alielesoM','alielesoM','hiupoliakos@hotmail.com','','','http://newpaydayloanstop.co.uk style they thirst for it .with no complicated sheet a documents works and faxing of documents it earn approved deeply quickly. short arrange loans no creditation check is approved to any individual who','193.105.210.180','2013-04-12 02:50:56',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(39,0,146,'com_content','','en-GB',0,'DerVeffrige','DerVeffrige','gipaydaywebon@hotmail.com','http://pay-day-web.co.uk','','www.pay-day-web.co.uk payday candy bar ingredients http://pay-day-web.co.uk new laws for payday loans pay day loans: http://pay-day-web.co.uk magnum payday loans','193.105.210.180','2013-04-14 14:40:04',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(40,0,146,'com_content','','en-GB',0,'HitspheptHics','HitspheptHics','john@femaleformat.net','http://payday-signature.co.uk','','payday loans funds to borrowers. It force be a awfully stressful situation payment people when they possess c visit to terms with unanticipated emergency have occasion for of bills in casing of its shortage. The http://payday-signature.co.uk loans debased ascription allows you hasty and handy means even with pernicious credit. This wish help you to resolve financial troubles in an tranquil way. payday loans bad acknowledgment allows you pay day loans: http://payday-signature.co.uk The applicant should preserve in considerations the following stated requirements to come by single seeking the lend:','193.105.210.180','2013-05-18 16:25:04',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(41,0,305,'com_content','','en-GB',0,'kukuryku','kukuryku','adfadsfasfda@dfasdfa.com','','','dsfa sdfa sdfadsfadsfa http://mistrzgonzo.pl/ mistrzgonzo.pl : * ) $$','91.236.75.24','2013-06-02 20:33:26',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(42,0,343,'com_content','','en-GB',0,'ulfiovzfsy','ulfiovzfsy','kgisbgdxxt@ldoabc.com','http://www.mxesmkcmic.com/','','zemutmfutsfcvjmeju, yfzpzkpwgg , xpsmacwpcu: http://www.akluuyprkz.com/, http://www.bcrnnjaerb.com/ yfzpzkpwgg','5.39.219.26','2013-08-27 15:40:39',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(43,0,343,'com_content','','en-GB',0,'ngighcxjml','ngighcxjml','srstysator@uszmwe.com','http://www.osyclohotm.com/','','pifgumfutsfcvjmeju, awjtlfboqo','5.39.219.26','2013-08-28 02:29:45',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(44,0,343,'com_content','','en-GB',0,'fibjfgeqww','fibjfgeqww','iyizocrapk@drdixq.com','http://www.wtyathzeqx.com/','','buzksmfutsfcvjmeju, http://www.ggfnmzrgwh.com/ cbonttnfie','5.39.219.26','2013-08-28 13:00:41',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(45,0,343,'com_content','','en-GB',0,'hgstueoeyy','hgstueoeyy','xpzcwiowtr@bbejvy.com','http://www.zhpzugbzyn.com/','','kyzramfutsfcvjmeju, fscxxwpsjf , udotqlotuv: http://www.fffgdqgrbe.com/, http://www.kintlxurtg.com/ fscxxwpsjf','5.39.219.26','2013-08-28 20:32:37',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(46,0,305,'com_content','','en-GB',0,'ReliFlielpRox','ReliFlielpRox','kolomy.tsyura@gmail.com','http://cmubdc.org/buyphentermine/','','health benefits of beets medical college of virginia . texas tech hsc school of medicine at lubbock viagra online thank you notes to doctors gulf coast mental health','188.92.75.244','2013-10-06 06:30:48',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(47,0,284,'com_content','','en-GB',0,'clearblue fertility','clearblue fertility','maxbulcock@gawab.com','http://ow.ly/uuy8w','','Superb blog. Their Clearblue Easy fertility <br />monitor ratings are amazing!','183.216.194.176','2014-03-16 07:25:35',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(48,0,205,'com_content','','en-GB',0,'minecraft games','minecraft games','nelson_hayter@vegemail.com','http://301.tl/70a','','Good blog you have here.. It\'s difficult to find high quality writing like yours these days.<br />I truly appreciate people like you! Take care!!','173.213.80.185','2014-04-03 10:24:41',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(49,0,343,'com_content','','en-GB',0,'ezlasvegas.net','ezlasvegas.net','cornellbelisario@reallyfast.info','http://ezlasvegas.net/','','After going over a handful of the articles on your web site, I truly like your technique of blogging.<br />I saved as a favorite it to my bookmark website list <br />and will be checking back soon. Please visit my website too and tell me what you think.','80.83.125.21','2014-04-24 03:01:19',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(50,0,343,'com_content','','en-GB',0,'http://','http://','marvinhanger@peacemail.com','http://vegasclubsdirect.com/','','You really make it seem so easy with your presentation <br />but I find this topic to be actually something which I think I would never <br />understand. It seems too complex and extremely broad for <br />me. I\'m looking forward for your next post, I\'ll try to get the hang of <br />it!','109.169.5.232','2014-04-28 06:38:34',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(51,0,216,'com_content','','en-GB',0,'Belstaff Original 50','Belstaff Original 50','nedlehner@yahoo.com','http://www.video-burner.eu/belstaff-original-50-hombress-chaquetas-bright-negro-p-106/','','Heya i am for the first time here. I found this board and I to <br />find It really helpful & it helped me out a lot. I\'m hoping to present something back <br />and aid others like you helped me.<br /><br />Take a look at my weblog ... Belstaff Original <br />50 Hombres\'S Chaquetas Bright Negro Calidad Fina: http://www.video-burner.eu/belstaff-original-50-hombress-chaquetas-bright-negro-p-106/','210.4.73.231','2014-04-29 07:46:22',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(52,0,343,'com_content','','en-GB',0,'Tonia','Tonia','toniabeadle@gmail.com','http://www.unsignedsuperstar.com/index.php?do=/blog/3434/useful-tips-for-producing-very-competitive-article-marketing-strategies/','','Thank you for any other fantastic post. The place else may <br />anybody get that type of information in such an ideal approach of writing?<br />I\'ve a presentation subsequent week, and I am on the look <br />for such information.','149.255.106.157','2014-05-08 23:32:54',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(53,0,174,'com_content','','en-GB',0,'black ops 2 aimbot','black ops 2 aimbot','ralphneely@gawab.com','http://bobrajsi.tumblr.com/','','The above suggestions permit you to repair Sims several Ambitions <br />crash. The game ha been improved for multi player versions.<br />You can get a completely new platform where you can feel the adventure of fighting and survival of <br />man.','69.12.77.32','2014-05-31 23:57:15',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(54,0,174,'com_content','','en-GB',0,'cialis tadalafil','cialis tadalafil','bruce_goffage@yahoo.de','http://edhealthnyc.com/','','Hi, I do think this is a great web site. I stumbledupon it ;) I\'m going <br />to come back once again since I saved as a favorite it.<br />Money and freedom is the greatest way to change,<br />may you be rich and continue to guide other people.<br /><br /><br />My web site cialis tadalafil: http://edhealthnyc.com/','178.137.17.18','2014-06-22 00:01:49',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(55,0,343,'com_content','','en-GB',0,'Helpline','Helpline','zoralocke@gmail.com','http://Www.Google.com/','','Thhis is a ?ery g?od tip especially t? th?se new to t?e blogosphere.<br />Short but ve?y accurate info… ?hanks for sharing this one.<br /><br />A must read post!<br /><br />Feel free to visit m? webpage; Helpline: http://Www.Google.com/','167.160.115.227','2014-06-27 02:07:49',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(56,0,100,'com_content','','en-GB',0,'mobile phone deals','mobile phone deals','brendapelloe@gmail.com','http://bigboxnutcoupons.com/','','Experts are continuously trying to boost the capacity for the devices.<br />They usually get pre-intended templates, which you could alter and personalize using qualifications photographs and personalized designs <br />of your personal.','198.23.134.169','2014-09-22 05:52:16',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(57,0,598,'com_content','','en-GB',0,'pet health','pet health','thaliafairthorne@gmail.com','http://www.heateddogbed.org/','','Helpful information. Lucky me I discovered your web site by accident, and I <br />am stunned why this coincidence didn\'t took place <br />earlier! I bookmarked it.<br /><br />Look into my web blog ... pet health: http://www.heateddogbed.org/','192.230.43.237','2014-10-04 01:28:06',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(58,0,413,'com_content','','en-GB',0,'www.squidoo.com/','www.squidoo.com/','fostermerrick@gmail.com','http://www.squidoo.com/lensmasters/SumirAdodra','','Presently, the Internet is rapidly becoming the tool of choice for running a network marketing business.<br /><br />One possibility is to improve your own product line in small steps over time.<br />Graphic designers may work for themselves on a freelance basis or may <br />be employed full time by someone else, whether it be a small <br />organisation or a large corporation.','192.3.176.217','2014-11-23 02:18:56',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(59,0,287,'com_content','','en-GB',0,'crimsonchilla','crimsonchilla','sam.thorson@yahoo.com','http://crimsonchilla.com','','The mess and the stink were not worth the trouble or the savings.<br />They are very intelligent and like to be clean, so they should pick it up quickly.<br />If your ferret seems afraid, try using the tub method described previously.','183.220.134.111','2014-12-06 08:12:41',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(60,0,139,'com_content','','en-GB',0,'Interest Rate','Interest Rate','thanhayers@arcor.de','http://travelhoteladvisor.com/car-rental','','This post will assist the internet people for creating new website or even a weblog from start to end.','185.14.173.232','2014-12-14 16:39:35',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(61,0,351,'com_content','','en-GB',0,'Chase','Chase','vickischimmel@yahoo.com','http://zensenergy.com/causes-of-middle-back-pain/','','We stumbled over here from a different web page and <br />thought I might as well check things out. I like what I <br />see so now i\'m following you. Look forward to looking over your web page for a second time.','104.128.18.188','2014-12-18 20:02:59',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(62,0,343,'com_content','','en-GB',0,'http://imgfave.com/','http://imgfave.com/','sherriecisco@gmail.com','http://www.defendtowers.com/profile/438433/LeolaIlling.html','','There\'s definately a great deal to find out about this issue.<br /><br />I like all the points you made.','69.12.74.52','2014-12-22 15:40:54',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(63,0,351,'com_content','','en-GB',0,'Mai','Mai','rachellechapin@arcor.de','http://zensenergy.com/','','This design is spectacular! You most certainly know how <br />to keep a reader amused. Between your wit and your videos, I was almost moved to <br />start my own blog (well, almost...HaHa!) Wonderful job.<br /><br />I really enjoyed what you had to say, and more than that, how you presented it.<br />Too cool!','104.128.19.138','2014-12-22 22:05:57',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(64,0,139,'com_content','','en-GB',0,'washington u weight','washington u weight','earlene.staton@t-online.de','http://en.wikipedia.org/wiki/Online_weight_loss_plans','','This will assure your body gets every one of the nutritional supplements who\'s needs.<br />Before you can begin using your fat loss program and getting rid of surplus fat from your body <br />normally, you need to understand why you have fat around <br />your belly inside the first place. Almost everyone <br />desires an appartment stomach that appears great when in a bathing <br />suit, but few people have the discipline to achieve a smaller waistline by taking exercise and proper diet.','192.3.166.59','2014-12-26 11:41:22',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(65,0,429,'com_content','','en-GB',0,'propongo.','propongo.','kassiewinters@bigstring.com','http://propongo.tomalaplaza.net/21566/how-to-make-more-replacement-windows-by-doing-less','','It\'s a shamke you don\'t have a donhate button! I\'d <br />without a doubt donat to this brilliant blog! I guess for now i\'ll settle for book-marking and adding your RSS <br />feed to my Google account. I look forward to brand new <br />updats and will talk about this blog with my Facebook group.<br />Taalk soon!<br /><br />My web page ... propongo.tomalaplaza.net: http://propongo.tomalaplaza.net/21566/how-to-make-more-replacement-windows-by-doing-less','173.0.55.111','2015-01-13 14:49:29',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(66,0,413,'com_content','','en-GB',0,'advanced marketing','advanced marketing','kraigsuper@inbox.com','https://www.youtube.com/watch?v=ANHg4ckQKtU','','Once this is identified you must repeat the pattern as <br />it works and gains you readers, traffic and authority. For some realtors it\'d seem sensible to search following highly reasonably competitive keywords that typically generate more <br />readers while for others it will make sense to pay attention to the easy keyword <br />and key phrase with less readers. That means 97 of the affiliate marketing advice products that are not recommended have ranked so low in our evaluation criteria they received our lowest qualification (SCAM - Absolutely NOT Recommended).','155.94.208.111','2015-01-17 13:53:16',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(67,0,282,'com_content','','en-GB',0,'crimsonchilla','crimsonchilla','alice_snowball@web.de','http://crimsonchilla.com','','The more time and attention you give to it, the more likely it is that you <br />will have a litter box trained ferret. They are very intelligent and like to be clean, so they should pick it up quickly.<br />re one of those weird pets that only the strange <br />and lonely have, aren.','183.221.220.78','2015-01-18 18:09:42',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(68,0,146,'com_content','','en-GB',0,'live pound euro','live pound euro','imogeneliston@gawab.com','https://samepage.io/app/#/fc8b4109e8a3e261d16b4e05b97d1af9003ddd5a/page-182806824116921991','','I\'m really enjying thee dsign and layout of youur blog.<br />It\'s a very easy on thee eyes which makes it much more enjoyable for me to come here and visit more often. Did <br />you hire out a designer to create yojr theme? Superb work!','23.232.151.130','2015-01-22 04:19:11',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(69,0,154,'com_content','','en-GB',0,'ourworld cheat codes','ourworld cheat codes','hiramjorgenson@hotmail.de','http://capriciousloung69.blox.pl/2015/01/Paid-To-Try-Out-video-Games-Gamers-All-Over-the.html','','Dell Residence afford the Microsoft Xbox One <br />1TB Limited Version Call of Duty: Superior Warfare Bundle bundled <br />with a $50 Dell eGift Card for $449 with free delivery. To be able tto level to extra video games like Fez, Journey and The Vanishing <br />of Ethan Cartger without feeling like I am clutching at straws.','31.220.30.143','2015-01-22 23:40:36',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(70,0,253,'com_content','','en-GB',0,'business','business','noahprada@gmail.com','http://newlife.io/index.php?a=profile&#038;u=staciamaste','','Thank you a bunch for sharing this with all of us you actually <br />know what you are speaking about! Bookmarked. Kindly additionally seek <br />advice from my website =). We will have a link change arrangement between us<br /><br />Feel free to surf to my webpage :: business electricity comparison: http://newlife.io/index.php?a=profile&u=staciamaste','155.94.250.204','2015-01-23 12:21:58',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(71,0,253,'com_content','','en-GB',0,'commercial','commercial','beverlystilwell@gawab.com','http://kightenergy.com','','Its like you read my thoughts! You seem to understand a lot approximately this, like you wrote <br />the ebook in it or something. I think that you just can do with some percent to drive the <br />message house a little bit, however instead <br />of that, this is great blog. A great read. I\'ll definitely be back.<br /><br /><br />my web-site :: commercial electricity prices per <br />unit: http://kightenergy.com','46.105.174.125','2015-01-23 18:33:41',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(72,0,253,'com_content','','en-GB',0,'life insurance for','life insurance for','donnyengland@gmail.com','http://relationshiprebuilder.com/pros-and-cons-of-dating-an-ex/ernest-hemingway-quotes-on-relationships/','','Great weblog here! Additionally your web site a lot up fast!<br />What web host are you the use of? Can I am getting your <br />associate link for your host? I wish my website loaded up as quickly as yours lol<br /><br />Here is my page; life insurance for diabetics: http://relationshiprebuilder.com/pros-and-cons-of-dating-an-ex/ernest-hemingway-quotes-on-relationships/','198.23.234.81','2015-01-23 20:28:05',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(73,0,253,'com_content','','en-GB',0,'business','business','aliciaeng@gmail.com','http://www.polisource.com/cgi-bin/State_Scripts/menu.pl?TXhttp://donkpedia.org/wiki/Benutzer_Diskussion:ReneSamons','','What\'s up, this weekend is good designed for me, because this point in time <br />i am reading this enormous educational article here at my residence.<br /><br /><br />Have a look at my web-site business electricity prices comparison: http://www.polisource.com/cgi-bin/State_Scripts/menu.pl?TXhttp://donkpedia.org/wiki/Benutzer_Diskussion:ReneSamons','178.32.226.78','2015-01-23 22:42:14',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(74,0,253,'com_content','','en-GB',0,'Business','Business','karine_washington@googlemail.com','http://ictuscr.com/index.php?a=profile&#038;u=terese5200x','','Hi, after reading this awesome post i am as well delighted <br />to share my know-how here with mates.<br /><br />Here is my web page :: Business electricity price comparison: http://ictuscr.com/index.php?a=profile&u=terese5200x','87.98.137.11','2015-01-24 04:48:07',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(75,0,253,'com_content','','en-GB',0,'business','business','syreetaminnick@googlemail.com','http://www.mystic-balls.com/UserProfile/tabid/43/userId/88465/Default.aspx','','Hi there, I enjoy reading through your article. I wanted to write a little comment <br />to support you.<br /><br />My webpage business <br />electricity comparison: http://www.mystic-balls.com/UserProfile/tabid/43/userId/88465/Default.aspx','176.31.90.91','2015-01-24 06:53:48',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(76,0,146,'com_content','','en-GB',0,'first-time online','first-time online','kieranminton@gmail.com','http://currencywatch.carbonmade.com/projects/5489814','','You acctually make it appear really easy together with your presentation but I find this matter to be really one thing which I think I would by nno means understand.<br />It seems too complicated and very broad <br />for me. I\'m looking forward to your subsxequent submit, I\'ll try to get the grasp of it!','69.12.71.240','2015-02-04 23:35:31',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(77,0,146,'com_content','','en-GB',0,'convert euros to','convert euros to','antwan.ridenour@freenet.de','http://www.joomag.com/magazine/test-drive/0924497001423023901?short','','You should be a part of a contest for one of the <br />highest quality websites on the web. I will recommend tgis <br />web site!','69.12.71.237','2015-02-08 03:18:35',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(78,0,134,'com_content','','en-GB',0,'crimsonchilla','crimsonchilla','laurinda_landry@freenet.de','http://crimsonchilla.com','','If the previous game is too adventurous for you, simply try flapping a blanket in the air above your ferret as if you were fluttering a bed sheet over a mattress.<br />If your dog is still a puppy then chances are introducing the <br />two would go pretty smooth. Don\'t make any sudden movements as <br />you don\'t want your boa constrictor to bite you as boas are sensitive to humans and can easily feel threatened.','182.239.127.140','2015-02-09 12:32:13',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(79,0,146,'com_content','','en-GB',0,'Auto Repair Shop','Auto Repair Shop','avisnavarro@yahoo.de','http://www.prorepairsoftware.com/AutoRepairSoftware/tabid/388/Default.aspx','','Particularly in demand right now: consultants who can help companies to save money, minimize financial losses, and do <br />public relations damage control. Top rated auto body part repairing, <br />installation and paint service for competitive price. You can incorporate the link and also other <br />data of your web site to other on the web directories or search engines.<br /><br /><br /><br />My blog: Auto Repair Shop Software: http://www.prorepairsoftware.com/AutoRepairSoftware/tabid/388/Default.aspx','192.171.233.211','2015-02-14 05:22:19',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(80,0,154,'com_content','','en-GB',0,'school of dragons','school of dragons','galenlilly@gmail.com','http://issuu.com/zippyutensil6170','','You actually broke down all of the good things about WoW particularly.<br />Really, It was kids to look after that lower brief my gaming time.','183.207.228.50','2015-02-16 07:03:01',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(81,0,146,'com_content','','en-GB',0,'Lorene','Lorene','robinlesina@web.de','https://poundtoeuro.wordpress.com/2015/01/19/euro-rate-today-why-study-about-exchange-rates/','','I visited several websites but the auudio quality for <br />audio somgs current at this ite is really superb.','192.171.255.47','2015-02-20 14:15:09',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(82,0,70,'com_content','','en-GB',0,'http://www.w3ightl05','http://www.w3ightl05','twylaharvey@bigstring.com','http://www.w3ightl055.com','','A person essentially help to make critically articles <br />I might state. That is the very first time I frequented <br />your web page and up to now? I surprised with the analysis you made to make this particular put <br />up incredible. Wonderful job!','173.208.74.58','2015-02-26 11:30:20',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(83,0,70,'com_content','','en-GB',0,'homeimprovementdaily','homeimprovementdaily','anna.mccullough@peacemail.com','http://www.homeimprovementdaily.com','','Thanks for every other wonderful article. The place else <br />could anyone get that kind of info in such a perfect method of writing?<br />I have a presentation subsequent week, and I\'m on the <br />search for such information.','23.232.154.248','2015-02-26 20:43:40',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(84,0,70,'com_content','','en-GB',0,'www.','www.','clyde_hoppe@gmail.com','http://www.homeimprovementdaily.com','','Hi there to all, how is all, I think every one is getting more from this site, and your views are pleasant in favor of new viewers.','23.247.139.128','2015-02-27 16:17:39',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(85,0,168,'com_content','','en-GB',0,'Catrice Hallowich','Catrice Hallowich','louellawalthall@yahoo.com','http://landlordsbuildinginsuranceuk.co.uk/','','Hi there! I\'m at work surfing around your blog from my new iphone 4!<br /><br />Just wanted to say I love reading your blog <br />and look forward to all your posts! Keep up the <br />fantastic work!','107.190.163.190','2015-03-01 05:26:50',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(86,0,70,'com_content','','en-GB',0,'http://www.','http://www.','erichardwicke@yahoo.com','http://www.homeimprovementdaily.com','','Thank you for some other excellent post. Where else may anyone get that type of info <br />in such an ideal manner of writing? I have a presentation next <br />week, and I am on the search for such info.','147.255.56.124','2015-03-03 12:40:14',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(87,0,70,'com_content','','en-GB',0,'You have to get','You have to get','jeremyrancourt@inbox.com','http://Esl.wiki/Fitness_Ideas_To_Get_You_Started_Get_You_Inspired_And_Get_You_Fit_','','Simply desire tto say your article is as surprising. The clariuty on your <br />put up is just great and i can suppose you\'re knowledgeable on this subject.<br />Fine with your permssion let me to seize yokur feed to keep up <br />to date with coming near near post. Thanbks one million and please <br />continue the enjoyable work.<br /><br />my web-site - You have to get exercise bike reviews <br />Uk at FitnessTrainerOutlet.com: http://Esl.wiki/Fitness_Ideas_To_Get_You_Started_Get_You_Inspired_And_Get_You_Fit_','173.234.227.228','2015-03-03 23:30:44',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(88,0,70,'com_content','','en-GB',0,'Fitness Equipment','Fitness Equipment','margaritoerb@gmail.com','http://Youtongman.com/xe/board_ftZV87/2383290','','I need to to thank you for this good read!! I definitely enjoyed every likttle bit of it.<br />I have ggot you bookmarke to check out new things you post…<br /><br />Here is my webpage :: Fitness Equipment: http://Youtongman.com/xe/board_ftZV87/2383290','173.234.249.106','2015-03-03 23:33:12',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(89,0,70,'com_content','','en-GB',0,'www.','www.','brady_pardo@gmx.net','http://www.homeimprovementdaily.com','','There\'s certainly a great deal to learn about this subject.<br />I love all the points you made.','173.208.74.10','2015-03-07 18:08:06',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(90,0,70,'com_content','','en-GB',0,'http://www.','http://www.','alexishuff@gmx.de','http://www.homeimprovementdaily.com','','Yes! Finally something about home improvement.','23.94.252.105','2015-03-08 20:01:34',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(91,0,70,'com_content','','en-GB',0,'www.','www.','luke.parkin@gawab.com','http://www.homeimprovementdaily.com','','Hello I am so happy I found your weblog, I really found you by mistake, while I was searching on Google <br />for something else, Regardless I am here now and would <br />just like to say thanks a lot for a marvelous post and a all <br />round entertaining blog (I also love the theme/design), <br />I don’t have time to browse it all at the moment but I have <br />book-marked it and also added in your RSS feeds, <br />so when I have time I will be back to read a lot more, Please do keep up the great b.','108.62.82.229','2015-03-11 00:59:44',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(92,0,70,'com_content','','en-GB',0,'http://www.','http://www.','vania.oshane@gmail.com','http://www.homeimprovementdaily.com','','Wow, awesome weblog format! How lengthy have you ever been running a blog for?<br /><br />you made running a blog glance easy. The overall look of your website is great,<br />as well as the content material!','23.88.106.27','2015-03-11 16:30:17',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(93,0,70,'com_content','','en-GB',0,'www.','www.','terrypenney@bigstring.com','http://www.homeimprovementdaily.com','','You could definitely see your enthusiasm within the article <br />you write. The arena hopes for even more passionate writers such as you who are not afraid to say how they believe.<br />At all times follow your heart.','23.81.173.114','2015-03-12 05:10:49',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(94,0,70,'com_content','','en-GB',0,'http://www.','http://www.','murraytheiss@gmail.com','http://www.homeimprovementdaily.com','','Outstanding quest there. What happened after? Thanks!','23.89.196.148','2015-03-12 17:44:16',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(95,0,70,'com_content','','en-GB',0,'home improvement diy','home improvement diy','reecepierce@gmail.com','http://www.homeimprovementdaily.com','','I am in fact pleased to read this blog posts which consists of lots of useful <br />data, thanks for providing such information.','108.62.82.37','2015-03-13 05:26:50',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(96,0,70,'com_content','','en-GB',0,'home gardening','home gardening','noraarellano@gmail.com','http://www.privacyplants.net','','hello there and thank you for your info – I have definitely picked up anything new from <br />right here. I did however expertise a few technical issues using this site, <br />as I experienced to reload the web site a lot of <br />times previous to I could get it to load properly. <br />I had been wondering if your hosting is OK?<br />Not that I\'m complaining, but slow loading instances times will very frequently affect your placement in google and <br />could damage your high-quality score if advertising and marketing with Adwords.<br />Well I am adding this RSS to my e-mail and could look out for a lot more of your respective exciting content.<br /><br />Ensure that you update this again very soon.','192.3.66.102','2015-03-13 06:02:43',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(97,0,70,'com_content','','en-GB',0,'http://www.','http://www.','weldonketner@gawab.com','http://www.homeimprovementdaily.com','','Keep this going please, great job!','147.255.56.78','2015-03-13 20:04:28',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(98,0,70,'com_content','','en-GB',0,'Saundra','Saundra','hoseahudd@peacemail.com','http://www.homeimprovementdaily.com','','Very nice post. I just stumbled upon your blog and wished to say that <br />I have truly loved browsing your weblog posts.<br />After all I\'ll be subscribing in your feed and I am hoping you write again very soon!','23.89.196.148','2015-03-14 11:22:07',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(99,0,70,'com_content','','en-GB',0,'substance abuse','substance abuse','leonor_olds@live.com','http://jerkfeed.com/node/1450','','The remedy programs not only help to address the patient\'s addiction problem, but also assist to address any other issue amongst the sufferers.','188.208.10.143','2015-03-15 00:29:01',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(100,0,70,'com_content','','en-GB',0,'free home renovation','free home renovation','dannie.walter@gmail.com','http://www.homeimprovementdaily.com','','Hey I know this is off topic but I was wondering <br />if you knew of any widgets I could add to my blog that automatically <br />tweet my newest twitter updates. I\'ve been looking for a plug-in like this for quite some time and was hoping maybe you would <br />have some experience with something like this.<br />Please let me know if you run into anything.<br /><br />I truly enjoy reading your blog and I look forward to your new updates.','23.88.106.253','2015-03-15 00:46:44',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(101,0,70,'com_content','','en-GB',0,'free home renovation','free home renovation','denaburhop@inbox.com','http://www.homeimprovementdaily.com','','Hi there it\'s me, I am also visiting this web page daily, this web page is truly good and <br />the people are genuinely sharing pleasant thoughts.','108.62.82.242','2015-03-15 13:51:00',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(102,0,70,'com_content','','en-GB',0,'Lionel','Lionel','jasminetrejo@aol.com','http://www.homeimprovementdaily.com','','What\'s up it\'s me, I am also visiting this site on a regular basis, this web page is truly fastidious and the people are actually sharing fastidious thoughts.','147.255.56.22','2015-03-16 04:04:03',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(103,0,70,'com_content','','en-GB',0,'homes ideas','homes ideas','lesleymosier@gmail.com','http://www.homeimprovementdaily.com','','My brother recommended I might like this blog. He was entirely right.<br />This post truly made my day. You cann\'t imagine just <br />how much time I had spent for this information! Thanks!','23.89.196.193','2015-03-16 17:15:45',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(104,0,70,'com_content','','en-GB',0,'www.','www.','kelli_latour@aol.com','http://www.homeimprovementdaily.com','','I must thank you for the efforts you\'ve put in writing <br />this blog. I\'m hoping to see the same high-grade blog posts <br />from you in the future as well. In truth, your creative writing abilities has encouraged me to <br />get my own blog now ;)','23.81.173.34','2015-03-17 11:34:55',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(105,0,70,'com_content','','en-GB',0,'www.','www.','damionmeacham@gmail.com','http://www.homeimprovementdaily.com','','Hi, Neat post. There is an issue together with your web site in internet explorer, might test this?<br /><br />IE still is the market chief and a big element of folks will omit <br />your fantastic writing due to this problem.','23.89.196.193','2015-03-18 00:03:27',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(106,0,70,'com_content','','en-GB',0,'exterior home','exterior home','lucilefinnis@gmail.com','http://www.homeimprovementdaily.com','','Hiya! Quick question that\'s totally off topic.<br />Do you know how to make your site mobile friendly?<br />My site looks weird when viewing from my iphone. I\'m trying to find a <br />theme or plugin that might be able to fix this issue.<br />If you have any suggestions, please share.<br /><br />With thanks!','173.208.74.222','2015-03-18 11:54:30',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(107,0,70,'com_content','','en-GB',0,'Shaun','Shaun','francescallanan@bigstring.com','http://www.homeimprovementdaily.com','','I visited several sites except the audio feature for audio <br />songs current at this website is really wonderful.','23.81.173.185','2015-03-19 00:46:27',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(108,0,70,'com_content','','en-GB',0,'home designs ideas','home designs ideas','leopoldoworsham@gmail.com','http://www.homeimprovementdaily.com','','Thanks for finally writing about >Obama Picks Jesuit University Critic of Religious <br />Liberty','23.88.106.147','2015-03-19 14:12:40',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(109,0,70,'com_content','','en-GB',0,'Tuyet','Tuyet','hortense.brack@gmx.de','http://www.homeimprovementdaily.com','','Hey excellent website! Does running a blog such as <br />this require a great deal of work? I\'ve virtually no understanding <br />of programming but I had been hoping to start my own blog in the <br />near future. Anyways, should you have any suggestions or techniques for new blog owners please <br />share. I understand this is off topic nevertheless I simply had to ask.<br /><br />Kudos!','147.255.56.238','2015-03-20 03:47:45',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(110,0,70,'com_content','','en-GB',0,'www.','www.','claudio.challis@gmail.com','http://www.homeimprovementdaily.com','','Hello would you mind letting me know which webhost you\'re working with?<br />I\'ve loaded your blog in 3 different internet browsers and I must <br />say this blog loads a lot faster then most. Can you <br />suggest a good web hosting provider at a honest price? Many thanks, I appreciate it!','108.62.82.46','2015-03-20 16:52:22',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(111,0,70,'com_content','','en-GB',0,'home renovation','home renovation','malorie.gaines@gmail.com','http://www.homeimprovementdaily.com','','Thanks on your marvelous posting! I quite enjoyed reading it, <br />you are a great author.I will ensure that I bookmark your blog and will eventually come back in the future.<br />I want to encourage continue your great posts, have <br />a nice day!','68.71.156.175','2015-03-21 04:53:53',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(112,0,70,'com_content','','en-GB',0,'www.','www.','malindafurnell@gmail.com','http://www.homeimprovementdaily.com','','Fantastic blog! Do you have any hints for aspiring writers?<br />I\'m hoping to start my own site soon but I\'m a little lost on everything.<br />Would you suggest starting with a free platform like Wordpress or go for a paid option? There are so many choices <br />out there that I\'m totally overwhelmed .. Any tips? Thanks a lot!','147.255.56.162','2015-03-21 17:35:32',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(113,0,70,'com_content','','en-GB',0,'http://www.','http://www.','josefasorrell@gmail.com','http://www.homeimprovementdaily.com','','Every weekend i used to go to see this web page, as i want enjoyment, since this this web site conations actually fastidious funny information too.','68.71.156.47','2015-03-22 06:21:32',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(114,0,70,'com_content','','en-GB',0,'www.','www.','carmella.fergusson@gmail.com','http://www.homeimprovementdaily.com','','Usually I don\'t read article on blogs, but I would like to say that this <br />write-up very pressured me to take a look <br />at and do so! Your writing style has been surprised me.<br />Thanks, very nice article.','23.88.106.169','2015-03-22 22:52:35',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(115,0,70,'com_content','','en-GB',0,'Dorris','Dorris','romeocoupp@yahoo.de','http://www.homeimprovementdaily.com','','For hottest news you have to pay a quick visit world wide web and on internet I found this web page as a best site for latest updates.','108.62.82.231','2015-03-23 11:33:28',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(116,0,305,'com_content','','en-GB',0,'Acheter vos poppers','Acheter vos poppers','aurelionickel@gawab.com','http://www.boutique-poppers.net','','?a y est reconnu pas seul?m?nt, ont ils <br />réagi la poppers hot: http://www.boutique-poppers.net/poppers-anglais/poppers-hot/3534.html nuit <br />charles il encore o?i je me lave, ?et homme à à été pri?e et nouvelle et <br />le ils sont fier? eau chargé? de. <br />- bonjour, ma valises sortis nous, page d\'autres seulement ??urnal ??\'il jet? acheter poppers easy <br />love: http://www.boutique-poppers.net/poppers-anglais/poppers-easy-love/3711.html, faire revenir s?r je poppers sex: http://www.boutique-poppers.net/poppers-anglais <br />me suis tellement envie de et rien se met. Soit ils ava?ent peut <br />bien faire, été vue avant, cette vidéo épuisant pendant <br />qu?ils bricolaient restée allongée sur le creu? de et défaut <br />le % indéterminé l\'enterrement il. <br />J?étais désormais comme fulgurants je les, papier froissé quittions, de <br />remonter à pl?? qu?elles étaient et s\'impatientait devant les suzy me <br />dit. <br />- le centr? à l\'aise tout, ça ?ui a son enfant à a?miration pour eux je car je, ou le matoutou et avaient et de.<br />Au début poppers: http://www.boutique-poppers.net/ ça <br />vi?l s? t?ouvait, sa?het de marrons sur que je ferme la porte <br />s?rpri?e que tous sa douleur d\'inc?ndier, train de <br />me et tant pis pour autre chaise plus.','95.211.169.45','2015-03-25 18:50:33',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(117,0,70,'com_content','','en-GB',0,'rokettube porno','rokettube porno','miquel_candelaria@web.de','http://www.eubyowner.com/','','Hello there! I know this is kinda off topic nevertheless I\'d <br />figured I\'d ask. Would you be interested in exchanging links or maybe guest writing a blog post or vice-versa?<br />My blog covers a lot of the same subjects as yours and I feel we could greatly <br />benefit from each other. If you happen to be interested feel free to send me <br />an email. I look forward to hearing from you! Wonderful blog by the way!<br /><br /><br />my web page rokettube porno: http://www.eubyowner.com/','192.252.212.48','2015-03-30 05:21:11',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(118,0,70,'com_content','','en-GB',0,'Ponies for loan in','Ponies for loan in','danikennedy@yahoo.de','http://www.blossomsrescue.co.uk','','Head to Tanner\'s Reach and speak to the Sasquatch Hunter to start <br />the side mission. Since this can be quite confusing, I\'ll give a couple of examples.<br /><br />A naked dead body swings from the rafters, and the barn is full of dead animals and farmers.<br /><br /><br />Review my homepage; Ponies for loan in beccles: http://www.blossomsrescue.co.uk','78.110.175.219','2015-04-05 04:56:51',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(119,0,70,'com_content','','en-GB',0,'antalya escort','antalya escort','maritza_prentice@googlemail.com','http://www.antalyaescortanica.com','','I\'m not sure exactly why but this web site is loading very slow for me.<br />Is anyone else having this problem or is it a problem on my end?<br />I\'ll check back later on and see if the problem still <br />exists.','192.240.197.221','2015-04-07 12:42:22',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(120,0,168,'com_content','','en-GB',0,'Hunter Salzar','Hunter Salzar','cheriborden@gawab.com','http://landlordsbuildinginsuranceuk.co.uk/','','Excellent way of explaining, and pleasant post to get information regarding my presentation focus, which i <br />am going to deliver in school.','185.45.13.147','2015-04-08 19:43:25',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(121,0,70,'com_content','','en-GB',0,'it support in','it support in','antoniaholden@gmail.com','http://www.computerwealthy.co.uk/it-support','','If your television needed to be replaced you wouldn\'t go out and buy a black and white T.<br />Joomla enables multi-language support and a freedom to successfully run multi-lingual sites.<br /><br />The scientists say that growing especially inviting plants could be a way for people <br />to help stem what has been called a \"catastrophic\" decline in UK bumblebee populations.<br /><br /><br />My web page :: it support in norwich: http://www.computerwealthy.co.uk/it-support','117.169.1.199','2015-04-09 00:46:25',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(122,0,70,'com_content','','en-GB',0,'computer shop in','computer shop in','hung.mutch@yahoo.com','http://www.computerwealthy.co.uk/repair-services','','a) use form emails, which can hide addresses or also. Depending on the severity of the error, it may crash again on rebooting and end up in what is known as a \"boot loop. This virus was attached to a program called PERVADE and it reproduced itself in the background and spread across computers as the program was shared.<br /><br />my webpage ... computer shop in Forncett: http://www.computerwealthy.co.uk/repair-services','78.110.163.101','2015-04-09 12:53:40',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(123,0,70,'com_content','','en-GB',0,'web design in','web design in','jackiechambers@inbox.com','http://www.computerwealthy.co.uk','','Women in real world with simple looks though tend on the bit heavier <br />side can look beautiful because it is the <br />confidence and sensual nature that matters.<br />A music room on the second floor connects to several first floor <br />rooms, allowing a single band to play music for several different rooms.<br /><br />Pictures do it no more than a website that is a very bad thing plaste fill flash and <br />images on your website.<br /><br />My web site web design in norfolk: http://www.computerwealthy.co.uk','78.110.175.218','2015-04-09 19:37:52',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(124,0,70,'com_content','','en-GB',0,'hd porn','hd porn','tanya_eskridge@gmx.net','http://sexxxing.com','','Link exchange is nothing else but it is simply placing the other person\'s blog link on your page at suitable place and other person will also do similar for you.<br /><br /><br />Here is my web site - hd porn: http://sexxxing.com','23.226.233.148','2015-04-09 22:26:49',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(125,0,70,'com_content','','en-GB',0,'data recovery in','data recovery in','wilfrednale@aol.com','','','Are you sure you want to trust your files in the hands of another.<br />Also, verify that your computer hardware meets the minimum <br />requirements that you will find listed on the software installation guide(s) or packaging.<br />Depending on your desired method of shipping ($12-$25).<br /><br /><br />My page :: data recovery in norfolk: http://212.223.42.63/scripts/phpinfo.php?a%5B%5D=%3Ca+href%3Dhttp%3A%2F%2Fwww.computerwealthy.co.uk%2Frepair-services%3Elaptop+repair+in+saxlingham%3C%2Fa%3E','31.132.6.66','2015-04-10 22:01:21',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(126,0,70,'com_content','','en-GB',0,'computer repair in','computer repair in','patrick.rayburn@gmail.com','http://www.computerwealthy.co.uk/repair-services','','Take away Windows registry errors to restore <br />sluggish laptop or computer. In addition, the experts must be highly qualified and well trained to do their job in the best possible <br />way. But if we fail to maintain it properly, our work shall suffer.<br /><br /><br />My website computer <br />repair in tasburgh: http://www.computerwealthy.co.uk/repair-services','217.147.84.123','2015-04-11 06:14:39',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(127,0,70,'com_content','','en-GB',0,'it business in in','it business in in','christopher_donald@gawab.com','http://www.computerwealthy.co.uk/it-support','','Users are welcome to modify the information according to their company\'s goals and policies.<br />* Remember if you use multiple calendars like your i - Phone and Outlook, to keep them in sync.<br /><br />The annual trade show is aimed at EAs, PAs and office support personnel and <br />the launch of the national PA day has been welcomed by the professional body for the Recruitment industry, the <br />Recruitment and Employment Confederation.<br /><br />My page ... it business in in long stratton: http://www.computerwealthy.co.uk/it-support','95.154.245.233','2015-04-11 07:48:32',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(128,0,70,'com_content','','en-GB',0,'online marketing in','online marketing in','arleenxiong@gmx.net','http://www.computerwealthy.co.uk/','','There are several web design firms abroad, mostly of Eastern The eu and Far east-Lower Japan that run with compact pockets <br />and provide terrific web design is effective. It is possible <br />to say In - Without a doubt, it is great will be <br />able to conserve my money but that they will do the job if I am throughout United states <br />but they are in Ukraine, as an example. Finally finishing mid-table was a perfectly <br />acceptable result for the Wearsiiders.<br /><br />My web blog - online <br />marketing in Forncett: http://www.computerwealthy.co.uk/','78.110.175.219','2015-04-11 16:40:18',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(129,0,70,'com_content','','en-GB',0,'computer shop in','computer shop in','geri.aylward@yahoo.com','http://www.computerwealthy.co.uk/','','It was refurbished and re-opened in 2006 but <br />has a history going back to Saxon times. A lot of marketing and advertising corporations are experts in web development which does <br />not actually will need any website design abilities at all.<br />The media has consorted skateboarding with unit applicable and <br />breaking the rules.<br /><br />Check out my web blog: computer shop in diss: http://www.computerwealthy.co.uk/','202.108.50.75','2015-04-14 00:19:02',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(130,0,70,'com_content','','en-GB',0,'inovakitchens.com','inovakitchens.com','raymundo.shute@arcor.de','http://inovakitchens.com/kitchen-planning-2/','','Hello friends, fastidious article and fastidious arguments commented at this place, I <br />am in fact enjoying by these.','107.190.161.2','2015-04-14 01:01:25',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(131,0,70,'com_content','','en-GB',0,'KITCHEN DESIGNING','KITCHEN DESIGNING','dongcaldwell@fast-email.com','http://inovakitchens.com/kitchen-design-2/','','Howdy, i read your blog occasionally and i own a <br />similar one and i was just wondering if you get a lot of spam feedback?<br />If so how do you reduce it, any plugin or anything you can advise?<br />I get so much lately it\'s driving me mad so any help is very <br />much appreciated.','5.255.91.118','2015-04-14 01:05:09',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(132,0,70,'com_content','','en-GB',0,'KITCHEN PRICING','KITCHEN PRICING','ilseerdmann@web.de','http://inovakitchens.com/kitchen-pricing/','','Hey there! I just wish to offer you a huge thumbs up <br />for your great information you have right here <br />on this post. I will be returning to your blog <br />for more soon.','192.157.239.44','2015-04-14 02:43:54',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(133,0,70,'com_content','','en-GB',0,'Mackintosh Kitchens','Mackintosh Kitchens','vancecaire@bigstring.com','http://inovakitchens.com/our-brands/mackintosh-kitchens/','','I was suggested this website by my cousin. I\'m not sure whether this post is written by him as <br />nobody else know such detailed about my difficulty.<br />You\'re incredible! Thanks!','23.229.113.93','2015-04-14 02:46:39',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(134,0,70,'com_content','','en-GB',0,'Granite Worktops','Granite Worktops','winfredhubbard@fast-mail.org','http://surfaceco.uk/Granite-worktops/','','If you are going for most excellent contents like I do, <br />only visit this site everyday for the reason that it provides feature contents, thanks','23.94.98.49','2015-04-14 04:09:57',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(135,0,70,'com_content','','en-GB',0,'KITCHEN FITTING','KITCHEN FITTING','rochellefalkiner@gmail.com','http://inovakitchens.com/kitchen-fitting/','','Thank you for the auspicious writeup. It in fact was a amusement account it.<br />Look advanced to far added agreeable from you!<br />However, how can we communicate?','104.243.36.201','2015-04-14 04:12:36',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(136,0,70,'com_content','','en-GB',0,'kitchen worktops in','kitchen worktops in','celsaguizar@live.de','http://Surfaceco.uk/cimstone-worktops/','','I’m not that much of a internet reader to be honest but your blogs really <br />nice, keep it up! I\'ll go ahead and bookmark your site to come back later on. Many thanks','198.102.30.245','2015-04-14 07:11:27',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(137,0,70,'com_content','','en-GB',0,'leicht kitchens','leicht kitchens','johnny.etienne@gmail.com','http://inovakitchens.com/our-brands/leicht-kitchens-2/','','These are genuinely impressive ideas in concerning blogging.<br />You have touched some good factors here. Any way keep up <br />wrinting.','23.229.113.94','2015-04-14 11:46:49',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(138,0,284,'com_content','','en-GB',0,'Bernard Poulin','Bernard Poulin','koreydillon@gmail.com','http://Amandapolson054.Wordpress.com/','','Also visit my web blog ... Bernard <br />Poulin: http://Amandapolson054.Wordpress.com/','185.45.13.237','2015-04-14 13:04:03',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(139,0,284,'com_content','','en-GB',0,'Seekingalpha.com','Seekingalpha.com','elissastuart@snail-mail.net','http://Seekingalpha.com/instablog/11367801-lancelot-tucker/3751686-tarek-obaids-petrosaudi-implements-bespoke-erp','','Also visit my web site: Seekingalpha.com: http://Seekingalpha.com/instablog/11367801-lancelot-tucker/3751686-tarek-obaids-petrosaudi-implements-bespoke-erp','5.45.182.30','2015-04-14 13:43:00',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(140,0,284,'com_content','','en-GB',0,'Midnighttcg.com','Midnighttcg.com','maureen.taylor@aol.com','http://Midnighttcg.com/member.php?u=170063-Kerstin20T','','Also visit my site :: Midnighttcg.com: http://Midnighttcg.com/member.php?u=170063-Kerstin20T','89.36.66.238','2015-04-14 16:00:39',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(141,0,284,'com_content','','en-GB',0,'Dorcas','Dorcas','gilbertobrinkman@bigstring.com','https://Sff2012.Files.wordpress.com/2011/12/300riches1.pdf','','Feel free to surf to my site; Jurg Staubli [Dorcas: https://Sff2012.Files.wordpress.com/2011/12/300riches1.pdf]','89.36.66.124','2015-04-14 16:16:30',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(142,0,70,'com_content','','en-GB',0,'Quartz Worktops','Quartz Worktops','donnaalbritton@yahoo.de','http://surfaceco.uk/quartz-worktops/','','Good post. I definitely love this website. Thanks!','172.246.254.122','2015-04-14 17:59:52',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(143,0,70,'com_content','','en-GB',0,'lunch in Mildenhall','lunch in Mildenhall','ignacio_cheng@gmail.com','http://securedns.dnsbycomodo.com/od/allow/tastejamaicaatdandg.com/','','Technological amenities have not been forgotten as you will <br />receive WIFI signal throughout the building for free <br />and just in case you thought we forgot, free cable television. You can explore the eastern Mediterranean with <br />the ship on 12-night cruises from Civitavecchia in summer 2011.<br /><br />There are of course differences in vocabulary in the various <br />Spanish speaking islands.<br /><br />Also visit my web blog ... lunch in Mildenhall: http://securedns.dnsbycomodo.com/od/allow/tastejamaicaatdandg.com/','117.177.144.202','2015-04-14 22:18:31',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(144,0,284,'com_content','','en-GB',0,'Indiana','Indiana','domingo_pulley@wildmail.com','http://Www.Zoominfo.com/p/Tarek-Obaid/1434621940','','Here is my webpage :: Tarek Obaid; Indiana: http://Www.Zoominfo.com/p/Tarek-Obaid/1434621940,','50.7.199.114','2015-04-15 09:59:38',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(145,0,284,'com_content','','en-GB',0,'Earnest','Earnest','maude.peach@web.de','http://games.k5Kaa.com/profile/2519493/MadisonWatt.html','','Feel free to surf to my blog post: Oltramare - Earnest: http://games.k5Kaa.com/profile/2519493/MadisonWatt.html -','50.7.251.152','2015-04-15 10:58:57',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(146,0,284,'com_content','','en-GB',0,'Bernard Poulin','Bernard Poulin','gilbert.kaur@arcor.de','https://Ca.Linkedin.com/in/bernardpoulin','','my homepage ... Bernard Poulin: https://Ca.Linkedin.com/in/bernardpoulin','5.255.91.35','2015-04-15 11:43:35',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(147,0,284,'com_content','','en-GB',0,'Rolando Gapud','Rolando Gapud','wilmerocasio@zoho.com','http://Www.Gmanetwork.com/news/story/349271/cbb/del-monte-pacific-completes-acquisition-of-del-monte-corp-for-1-675b','','Also visit my website: Rolando <br />Gapud: http://Www.Gmanetwork.com/news/story/349271/cbb/del-monte-pacific-completes-acquisition-of-del-monte-corp-for-1-675b','5.255.91.22','2015-04-15 12:21:07',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(148,0,284,'com_content','','en-GB',0,'Hani Kalouti','Hani Kalouti','olliedonnelly@web.de','http://www.triangleusgbc.org/hani-kalouti-swiss-franc','','my blog post Hani Kalouti: http://www.triangleusgbc.org/hani-kalouti-swiss-franc','50.7.251.156','2015-04-15 12:42:58',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(149,0,284,'com_content','','en-GB',0,'Jürg Stäubli','Jürg Stäubli','tarencosgrove@gmx.net','http://games.K5kaa.com/profile/2517716/RockyO7566.html','','Stop by my page - Jürg <br />Stäubli: http://games.K5kaa.com/profile/2517716/RockyO7566.html','78.129.218.97','2015-04-15 15:57:42',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(150,0,284,'com_content','','en-GB',0,'http://www.agefi.','http://www.agefi.','kiratall@gmail.com','http://www.agefi.com/quotidien-agefi/une/detail/edition/2015-03-30/article/geneve-le-jeune-politicien-fait-beaucoup-parler-de-lui-au-dela-de-son-canton-395200.html','','my page - http://www.agefi.com/quotidien-agefi/une/detail/edition/2015-03-30/article/geneve-le-jeune-politicien-fait-beaucoup-parler-de-lui-au-dela-de-son-canton-395200.html: http://www.agefi.com/quotidien-agefi/une/detail/edition/2015-03-30/article/geneve-le-jeune-politicien-fait-beaucoup-parler-de-lui-au-dela-de-son-canton-395200.html','50.7.251.118','2015-04-15 18:35:45',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(151,0,284,'com_content','','en-GB',0,'Icq.Korea.Ac.kr','Icq.Korea.Ac.kr','azucenatrost@gmail.com','http://Icq.Korea.Ac.kr/xe/?document_srl=204983','','my web site: Icq.Korea.Ac.kr: http://Icq.Korea.Ac.kr/xe/?document_srl=204983','185.45.13.204','2015-04-15 20:00:34',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(152,0,284,'com_content','','en-GB',0,'Guillaume Barazzone','Guillaume Barazzone','sherylibsch@googlemail.com','http://wallpapergeek.eu/profile/julianner97.html','','Here is my web site - Guillaume Barazzone: http://wallpapergeek.eu/profile/julianner97.html','5.45.183.48','2015-04-15 21:46:09',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(153,0,284,'com_content','','en-GB',0,'twitter.com','twitter.com','leticia_barone@freenet.de','https://twitter.com/HaniKalouti','','Check out my webpage twitter.com: https://twitter.com/HaniKalouti','78.129.218.97','2015-04-15 22:01:06',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(154,0,284,'com_content','','en-GB',0,'Tarek Obaid','Tarek Obaid','sommerhull@gmail.com','http://Vk.com/tarekobaid','','my web site ... Tarek Obaid: http://Vk.com/tarekobaid','5.255.91.72','2015-04-15 22:05:50',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(155,0,70,'com_content','','en-GB',0,'Kitchen Worktops in','Kitchen Worktops in','katiafosdick@gmail.com','http://surfaceco.uk/','','Woah! I\'m really digging the template/theme of this website.<br />It\'s simple, yet effective. A lot of times it\'s hard to get that \"perfect balance\" between user friendliness and appearance.<br />I must say that you\'ve done a very good job with this.<br />Additionally, the blog loads extremely fast for me on Opera.<br />Outstanding Blog!','172.245.35.198','2015-04-16 00:19:41',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(156,0,284,'com_content','','en-GB',0,'Maurice Dabbah','Maurice Dabbah','florianlaney@gmail.com','http://Www.Slideshare.net/mauricedabbah/mauricedabbah-07','','Look into my site ... Maurice <br />Dabbah: http://Www.Slideshare.net/mauricedabbah/mauricedabbah-07','185.45.13.225','2015-04-16 00:51:47',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(157,0,284,'com_content','','en-GB',0,'Maurice Dabbah','Maurice Dabbah','franklynpugh@aol.com','http://Www.Prohardscaper.com/member.php?u=32203-DeannaVarney13','','Feel free to surf to my web-site Maurice Dabbah: http://Www.Prohardscaper.com/member.php?u=32203-DeannaVarney13','50.7.251.157','2015-04-16 00:53:22',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(158,0,284,'com_content','','en-GB',0,'Jonelle','Jonelle','lucienne.frei@gmx.net','https://www.Crunchbase.com/person/hani-kalouti','','Here is my web site Hani Kalouti (Jonelle: https://www.Crunchbase.com/person/hani-kalouti)','185.53.129.23','2015-04-16 02:59:00',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(159,0,284,'com_content','','en-GB',0,'Leonel','Leonel','brandirex@inbox.com','http://ritzbeauty.us/index.php?mid=CJArticles&#038;document_srl=5587574&#038;order_type=desc&#038;sort_index=regdate','','Also visit my homepage Mansukh Patel (Leonel: http://ritzbeauty.us/index.php?mid=CJArticles&document_srl=5587574&order_type=desc&sort_index=regdate)','130.255.188.57','2015-04-16 05:09:32',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(160,0,70,'com_content','','en-GB',0,'it support in','it support in','fosterrosado@gmail.com','http://www.computerwealthy.co.uk/it-support','','These dogs will generally do well in apartment dwelling for as long as they get to go outside for exercise.<br /><br />He\'s strenuous magic to the temperamental Mario Balotelli who have searched the darkness from the petulant children he <br />masqueraded for much of the earlier plan. Then I remembered of what I <br />have succeeded in my life and there were only couple of things that I\'ve done from my wish list.<br /><br /><br />Feel free to visit my page - it support <br />in norwich: http://www.computerwealthy.co.uk/it-support','124.207.129.160','2015-04-16 07:10:00',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(161,0,70,'com_content','','en-GB',0,'Kitchens in','Kitchens in','leegriego@web.de','http://inovakitchens.com/','','Ahaa, its pleasant dialogue about this piece of writing at this place at this web site, I have read <br />all that, so at this time me also commenting here.','104.36.80.60','2015-04-16 18:26:01',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(162,0,70,'com_content','','en-GB',0,'IT support in in','IT support in in','nellmacadam@yahoo.de','http://www.computerwealthy.co.uk','','The internet based viruses are every day growing by the numbers and it becomes increasingly difficult for small time users to be fully equipped against them.<br />However, other than these services, a number of call center <br />companies have also incorporated a more business-to-business call center support in their services, including online business <br />to customer support and online business to business support.<br />i - PAS caters to all ages, nationalities, and experience <br />levels.<br /><br />Have a look at my website; IT support in in wacton: http://www.computerwealthy.co.uk','183.207.224.50','2015-04-17 01:49:31',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(163,0,70,'com_content','','en-GB',0,'Acuitus Medical','Acuitus Medical','tamcasas@arcor.de','http://acuitusmedical.com/','','fantastic post, very informative. I ponder why the other specialists of this sector do not understand this.<br />You must proceed your writing. I\'m confident, you\'ve a great readers\' <br />base already!','23.229.113.93','2015-04-17 09:18:17',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(164,0,70,'com_content','','en-GB',0,'data recovery in','data recovery in','andre.butz@freenet.de','http://www.computerwealthy.co.uk/repair-services','','Some have bachelor\'s degrees in computer science, but what the average person doesn\'t know is that computer science is <br />more a study of computer language. Check if they are charing you <br />too high or not by comparing price to other computer repair in broward.<br /><br />Mobile devices are typically considered to have a useful life of <br />two years.<br /><br />Also visit my weblog data recovery in wacton: http://www.computerwealthy.co.uk/repair-services','183.207.224.50','2015-04-18 22:16:23',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(165,0,70,'com_content','','en-GB',0,'computer repair in','computer repair in','hiram_baylebridge@zoho.com','http://blog.mail.oldiestation.es/php.php?a5B5D=3Ca+href3Dhttp3A2F2Fwww.computerwealthy.co.uk2Frepair-services3Esupport+in+norwich3C2Fa3E','','Take away Windows registry errors to restore sluggish laptop or computer.<br />In addition, the experts must be highly qualified and well trained to do their job in the best <br />possible way. This virus was attached to a program called PERVADE and it reproduced itself in the <br />background and spread across computers as the program was shared.<br /><br /><br />Feel free to surf to my site: computer repair in wymondham: http://blog.mail.oldiestation.es/php.php?a%5B%5D=%3Ca+href%3Dhttp%3A%2F%2Fwww.computerwealthy.co.uk%2Frepair-services%3Esupport+in+norwich%3C%2Fa%3E','58.221.85.182','2015-04-19 00:07:53',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(166,0,284,'com_content','','en-GB',0,'Maurice Dabbah','Maurice Dabbah','georgiannapinnock@googlemail.com','http://Kscripts.com/real-estate/swiss-millionaire-maurice-dabbah-buys-up-new-zealand-bay.html','','My web blog :: Maurice Dabbah: http://Kscripts.com/real-estate/swiss-millionaire-maurice-dabbah-buys-up-new-zealand-bay.html','185.45.13.214','2015-04-20 09:44:59',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(167,0,284,'com_content','','en-GB',0,'Bernard Poulin','Bernard Poulin','jeffersonquinton@inbox.com','http://Wallpapergeek.eu/profile/carmelchifl.html','','My website - Bernard Poulin: http://Wallpapergeek.eu/profile/carmelchifl.html','185.45.13.204','2015-04-20 09:55:05',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(168,0,284,'com_content','','en-GB',0,'Mansukh Patel','Mansukh Patel','brandi_nerli@gmail.com','http://ohmnet.nl/spiritualiteit/artikelen/mansukh-patel/','','Here is my weblog; Mansukh Patel: http://ohmnet.nl/spiritualiteit/artikelen/mansukh-patel/','185.45.13.217','2015-04-20 09:59:30',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(169,0,284,'com_content','','en-GB',0,'Rolando Gapud','Rolando Gapud','margaritaromilly@internet-mail.org','https://medium.com/DailyNews/sustainable-farming-opportunity-responsibility-or-threat-8d25c1e465cf','','Here is my webpage ... Rolando Gapud: https://medium.com/@DailyNews/sustainable-farming-opportunity-responsibility-or-threat-8d25c1e465cf','89.36.65.188','2015-04-20 10:38:39',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(170,0,284,'com_content','','en-GB',0,'Www.Facebook.com','Www.Facebook.com','brigitte_breedlove@gmail.com','https://Www.Facebook.com/search/results.php?q=Maurice+Dabbah&#038;init=public','','my web blog Www.Facebook.com: https://Www.Facebook.com/search/results.php?q=Maurice+Dabbah&init=public','89.36.66.124','2015-04-20 12:10:32',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(171,0,284,'com_content','','en-GB',0,'visualcv.com','visualcv.com','neil.valentin@aol.com','https://visualcv.com/adam-said','','Also visit my web site visualcv.com: https://visualcv.com/adam-said','92.114.82.76','2015-04-20 12:45:46',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(172,0,284,'com_content','','en-GB',0,'John','John','cyrus.gillingham@t-online.de','http://www.bilan.ch/entreprises-les-plus-de-la-redaction/european-university-gagne-en-reputation','','my web site :: Dirk Craen; John: http://www.bilan.ch/entreprises-les-plus-de-la-redaction/european-university-gagne-en-reputation,','50.7.199.114','2015-04-20 12:47:26',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(173,0,284,'com_content','','en-GB',0,'https://youtube.com/','https://youtube.com/','norinescobie@yahoo.com','https://youtube.com/watch?v=xmIuRd1yahA','','Also visit my webpage - https://youtube.com/watch?v=xmIuRd1yahA: https://youtube.com/watch?v=xmIuRd1yahA','89.36.66.238','2015-04-20 13:16:20',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(174,0,284,'com_content','','en-GB',0,'Caitlyn','Caitlyn','forestcanela@gmail.com','http://in.Reuters.com/finance/stocks/officerProfile?symbol=DMPL.SI&#038;officerId=783861','','Also visit my website ... Rolando Gapud (Caitlyn: http://in.Reuters.com/finance/stocks/officerProfile?symbol=DMPL.SI&officerId=783861)','185.45.13.225','2015-04-20 14:18:53',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(175,0,284,'com_content','','en-GB',0,'Florian','Florian','kevinharton@bigstring.com','http://Crazygames.me/profile/lghadalbert','','Here is my web-site Chase Ergen - Florian: http://Crazygames.me/profile/lghadalbert,','89.36.66.138','2015-04-20 14:20:05',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(176,0,284,'com_content','','en-GB',0,'win.ethiocist.org','win.ethiocist.org','britneyvelez@arcor.de','http://Win.Ethiocist.org/index.php?option=com_content&#038;view=article&#038;id=250&#038;Itemid=149','','my site; win.ethiocist.org: http://Win.Ethiocist.org/index.php?option=com_content&view=article&id=250&Itemid=149','5.255.91.67','2015-04-20 15:29:14',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(177,0,284,'com_content','','en-GB',0,'Youtube.com','Youtube.com','catherinevallejos@gmail.com','https://Youtube.com/channel/UCD-mKIJFc6-kVaXsTlGocoQ/','','Have a look at my web site :: Youtube.com: https://Youtube.com/channel/UCD-mKIJFc6-kVaXsTlGocoQ/','50.7.251.119','2015-04-20 15:58:01',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(178,0,284,'com_content','','en-GB',0,'Games.k5Kaa.com','Games.k5Kaa.com','karrileclair@googlemail.com','http://Games.k5Kaa.com/profile/2517399/BlakeMcColl.html','','Here is my blog Games.k5Kaa.com: http://Games.k5Kaa.com/profile/2517399/BlakeMcColl.html','89.36.66.238','2015-04-20 16:39:28',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(179,0,284,'com_content','','en-GB',0,'Grant','Grant','bryonnicolay@inbox.com','http://Kostajnica.net/agropetrol/2013/11/07/agropetrol-2/','','Look at my web site - tarek obaid, Grant: http://Kostajnica.net/agropetrol/2013/11/07/agropetrol-2/,','50.7.251.118','2015-04-20 18:15:10',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(180,0,284,'com_content','','en-GB',0,'Mayra','Mayra','etsuko_joyce@googlemail.com','https://Angel.co/bernard-poulin','','Here is my blog: Bernard Poulin (Mayra: https://Angel.co/bernard-poulin)','78.129.218.97','2015-04-20 18:20:02',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(181,0,284,'com_content','','en-GB',0,'Maurice Dabbah','Maurice Dabbah','lilianfielder@gmx.de','http://www.boston.com/real-estate/luxury-living/2015/01/09/new-skinny-tower-proposed-near-boston-common/ZaaR2KOWCLH6jt628oxbzH/story.html','','Also visit my site :: Maurice <br />Dabbah: http://www.boston.com/real-estate/luxury-living/2015/01/09/new-skinny-tower-proposed-near-boston-common/ZaaR2KOWCLH6jt628oxbzH/story.html','50.7.251.152','2015-04-20 19:48:39',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(182,0,284,'com_content','','en-GB',0,'Adam Said','Adam Said','pedro.loton@gmail.com','http://www.wikilogica.org/wiki/index.php?title=User:HildegardBruxner','','Also visit my webpage :: Adam Said: http://www.wikilogica.org/wiki/index.php?title=User:HildegardBruxner','5.255.91.22','2015-04-20 20:46:15',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(183,0,284,'com_content','','en-GB',0,'Luis','Luis','lin_souza@aol.com','https://twitter.com/charleskrasny','','Also visit my webpage :: Chase Ergen (Luis: https://twitter.com/charleskrasny)','130.255.188.57','2015-04-20 20:49:12',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(184,0,284,'com_content','','en-GB',0,'http://Ireport.Cnn.','http://Ireport.Cnn.','kierasilver@googlemail.com','http://Ireport.Cnn.com/docs/DOC-1216814','','Also visit my site ... http://Ireport.Cnn.com/docs/DOC-1216814: http://Ireport.Cnn.com/docs/DOC-1216814','89.36.66.230','2015-04-20 21:28:14',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(185,0,284,'com_content','','en-GB',0,'Guillaume Barazzone','Guillaume Barazzone','sheenalininger@gmail.com','http://Sacrificegaming.net/entry.php?66-Aging-Friendships-becoming-previous-Or-becoming-Friends-For-A-Long-Time','','Feel free to surf to my blog post Guillaume Barazzone: http://Sacrificegaming.net/entry.php?66-Aging-Friendships-becoming-previous-Or-becoming-Friends-For-A-Long-Time','185.45.13.217','2015-04-20 22:10:07',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(186,0,284,'com_content','','en-GB',0,'ptsdhotline.com','ptsdhotline.com','richellemeston@gmail.com','http://Ptsdhotline.com/forum/entry.php?6766-Business-Reference-publications-Recommended','','Review my blog post: ptsdhotline.com: http://Ptsdhotline.com/forum/entry.php?6766-Business-Reference-publications-Recommended','5.255.91.72','2015-04-21 00:38:37',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(187,0,284,'com_content','','en-GB',0,'Brodie','Brodie','aileenivy@gmail.com','http://www.thewallpaperphoto.com/profile/jerrylindt','','My web page; Mansukh Patel, Brodie: http://www.thewallpaperphoto.com/profile/jerrylindt,','5.255.91.72','2015-04-21 00:57:26',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(188,0,284,'com_content','','en-GB',0,'Tarek Obaid','Tarek Obaid','keeshatheis@zoho.com','http://Www.streetinsider.com/Commodities/Tarek+Obaids+PetroSaudi+in+Talks+to+Rescue+Ghanas+Tema+Oil+Refinery/10064893.html','','My weblog: Tarek Obaid: http://Www.streetinsider.com/Commodities/Tarek+Obaids+PetroSaudi+in+Talks+to+Rescue+Ghanas+Tema+Oil+Refinery/10064893.html','5.255.91.72','2015-04-21 03:26:28',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(189,0,284,'com_content','','en-GB',0,'Kerstin','Kerstin','meridith_corrie@yahoo.de','http://Www.Wallwidescreen.com/profile/vanessaspur','','Review my blog; european university accreditation (Kerstin: http://Www.Wallwidescreen.com/profile/vanessaspur)','89.36.65.71','2015-04-21 03:53:17',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(190,0,284,'com_content','','en-GB',0,'Donnell','Donnell','dominickcaesar@web.de','http://games.k5kaa.com/profile/2517716/RockyO7566.html','','Feel free to surf to my blog post: Jürg Stäubli, Donnell: http://games.k5kaa.com/profile/2517716/RockyO7566.html,','185.45.13.217','2015-04-21 03:55:47',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(191,0,70,'com_content','','en-GB',0,'http://','http://','leohaveman@live.com','http://inovakitchens.com/','','When I initially commented I clicked the \"Notify me when new comments are added\" checkbox and now each time a comment is added I get several e-mails <br />with the same comment. Is there any way you can remove people from that service?<br /><br />Appreciate it!','104.243.36.198','2015-04-21 04:00:21',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(192,0,284,'com_content','','en-GB',0,'Marty','Marty','miquelmaygar@freenet.de','http://pdc-ge.ch/guillaume-barazzone-se-bat-a-berne-pour-geneve/','','My webpage - Guillaume Barazzone (Marty: http://pdc-ge.ch/guillaume-barazzone-se-bat-a-berne-pour-geneve/)','185.45.13.237','2015-04-21 04:46:32',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(193,0,284,'com_content','','en-GB',0,'Oltramare','Oltramare','gailmyrick@web.de','http://Www.epfl-innovationpark.ch/epfled/?team=patrick-oltramare','','my page: Oltramare: http://Www.epfl-innovationpark.ch/epfled/?team=patrick-oltramare','50.7.251.124','2015-04-21 05:48:49',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(194,0,284,'com_content','','en-GB',0,'Tamela','Tamela','eloisa_lemieux@freenet.de','http://Newsrep.Hubpages.com/hub/The-future-of-canned-food','','my web blog Rolando Gapud (Tamela: http://Newsrep.Hubpages.com/hub/The-future-of-canned-food)','50.7.251.123','2015-04-21 11:05:54',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(195,0,284,'com_content','','en-GB',0,'Foster','Foster','marilynhall@bigstring.com','http://Demo.Cyanographics.com/bumble_bee/index.php?task=profile&#038;id=860410','','Feel free to visit my website - Adam Said; Foster: http://Demo.Cyanographics.com/bumble_bee/index.php?task=profile&id=860410,','89.36.65.188','2015-04-21 11:53:15',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(196,0,284,'com_content','','en-GB',0,'Fay','Fay','reda.goodisson@gmail.com','https://www.crunchbase.com/person/dirk-craen','','Here is my blog ... Dirk Craen - Fay: https://www.crunchbase.com/person/dirk-craen -','185.45.13.223','2015-04-21 12:14:49',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(197,0,284,'com_content','','en-GB',0,'Wallpapergeek.eu','Wallpapergeek.eu','dani.newhouse@inbox.com','http://Wallpapergeek.eu/profile/soon1759532.html','','Here is my web site: Wallpapergeek.eu: http://Wallpapergeek.eu/profile/soon1759532.html','185.45.13.204','2015-04-21 13:26:45',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(198,0,284,'com_content','','en-GB',0,'Vania','Vania','adrienewheat@inbox.com','http://Www.Slideshare.net/mauricedabbah/mauricedabbah-07','','Feel free to visit my weblog ... Maurice Dabbah (Vania: http://Www.Slideshare.net/mauricedabbah/mauricedabbah-07)','89.36.65.174','2015-04-21 15:07:19',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(199,0,284,'com_content','','en-GB',0,'Wallpapergeek.eu','Wallpapergeek.eu','franklockett@aol.com','http://Wallpapergeek.eu/profile/soon1759532.html','','Also visit my page Wallpapergeek.eu: http://Wallpapergeek.eu/profile/soon1759532.html','5.255.91.44','2015-04-21 15:23:23',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(200,0,284,'com_content','','en-GB',0,'Bea','Bea','christoper.coons@googlemail.com','http://www.bol.com/nl/c/boeken/mansukh-patel/42110/index.html','','my web page :: Mansukh Patel (Bea: http://www.bol.com/nl/c/boeken/mansukh-patel/42110/index.html)','50.7.199.114','2015-04-21 17:24:22',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(201,0,284,'com_content','','en-GB',0,'Gerard','Gerard','chantespann@hotmail.de','http://www.fondation.Polymtl.ca/doc/diner_ami_21_menu.pdf','','Stop by my blog; Bernard Poulin (Gerard: http://www.fondation.Polymtl.ca/doc/diner_ami_21_menu.pdf)','185.45.13.214','2015-04-21 17:31:10',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(202,0,284,'com_content','','en-GB',0,'fr-fr.facebook.com','fr-fr.facebook.com','german.gadsdon@gmail.com','https://Fr-Fr.Facebook.com/GuillaumeBarazzone','','Feel free to visit my page - fr-fr.facebook.com: https://Fr-Fr.Facebook.com/GuillaumeBarazzone','50.7.251.152','2015-04-21 17:37:53',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(203,0,284,'com_content','','en-GB',0,'wallpapereye.com','wallpapereye.com','audrydunlap@justemail.net','http://wallpapereye.com/profile/emilharrhy','','my website: wallpapereye.com: http://wallpapereye.com/profile/emilharrhy','89.36.65.88','2015-04-21 18:16:28',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(204,0,284,'com_content','','en-GB',0,'Johnie','Johnie','patsyshenton@gmail.com','http://www.oher.ch/','','My page ... Oltramare (Johnie: http://www.oher.ch/)','185.53.129.23','2015-04-21 18:22:57',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(205,0,284,'com_content','','en-GB',0,'Manual','Manual','uweballow@zoho.com','https://Twitter.com/HaniKalouti','','My blog post; Hani Kalouti [Manual: https://Twitter.com/HaniKalouti]','5.255.91.44','2015-04-21 19:05:26',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(206,0,284,'com_content','','en-GB',0,'www.juegossd.com','www.juegossd.com','julianecraigie@yahoo.de','http://www.juegossd.com/profile/ilsecastle0.html','','My blog post: www.juegossd.com: http://www.juegossd.com/profile/ilsecastle0.html','50.7.199.114','2015-04-21 19:11:18',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(207,0,284,'com_content','','en-GB',0,'cologames.com','cologames.com','earnest_kinsey@gmail.com','http://Www.cologames.com/profile/1556069/AllenPicard.html','','my web site ... cologames.com: http://Www.cologames.com/profile/1556069/AllenPicard.html','5.255.91.22','2015-04-21 21:08:54',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(208,0,284,'com_content','','en-GB',0,'Julissa','Julissa','michelpresler@gmail.com','http://www.Electricart.com/links/links.html','','my blog :: Guillaume Barazzone; Julissa: http://www.Electricart.com/links/links.html,','89.36.65.188','2015-04-21 23:38:26',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(209,0,284,'com_content','','en-GB',0,'Pearline','Pearline','maricelalinker@aol.com','https://www.Crunchbase.com/person/hani-kalouti','','Check out my web page - Hani Kalouti [Pearline: https://www.Crunchbase.com/person/hani-kalouti]','89.36.66.30','2015-04-21 23:39:01',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(210,0,284,'com_content','','en-GB',0,'Dwain','Dwain','rosemariemullens@bigstring.com','http://Pdc-Ge.ch/guillaume-barazzone-se-bat-a-berne-pour-geneve/','','Feel free to surf to my website: Guillaume Barazzone (Dwain: http://Pdc-Ge.ch/guillaume-barazzone-se-bat-a-berne-pour-geneve/)','89.36.65.88','2015-04-21 23:51:46',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(211,0,284,'com_content','','en-GB',0,'Oltramare','Oltramare','alison_prendiville@gmail.com','http://www.electricart.com/links/links.html','','my web blog: Oltramare: http://www.electricart.com/links/links.html','50.7.251.118','2015-04-22 01:20:23',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(212,0,284,'com_content','','en-GB',0,'Raymond','Raymond','mackenzie.schubert@animail.net','https://Www.Facebook.com/europeanuniversityaccreditation','','Also visit my web page :: european university accreditation ([url=https://Www.Facebook.com/european university accreditation]Raymond[/url])','185.45.13.237','2015-04-22 02:48:52',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(213,0,284,'com_content','','en-GB',0,'Jurg Staubli','Jurg Staubli','lannybelisario@zoho.com','http://Www.Youtube.com/watch?v=UVIOLYAzrgw','','my weblog :: Jurg <br />Staubli: http://Www.Youtube.com/watch?v=UVIOLYAzrgw','89.36.66.238','2015-04-22 06:04:13',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(214,0,284,'com_content','','en-GB',0,'Jared','Jared','ludiegriffin@aol.com','https://Www.Linkedin.com/in/dirkcraen','','Also visit my web site Dirk Craen (Jared: https://Www.Linkedin.com/in/dirkcraen)','130.255.188.57','2015-04-22 06:05:39',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(215,0,284,'com_content','','en-GB',0,'Bernard Poulin','Bernard Poulin','teodorocolon@inbox.com','http://Wallpaper.Mihangame.com/profile/staciaheber','','Here is my web-site :: Bernard Poulin: http://Wallpaper.Mihangame.com/profile/staciaheber','50.7.251.156','2015-04-22 06:48:24',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(216,0,284,'com_content','','en-GB',0,'webpage','webpage','eusebia_mckenney@gmail.com','http://Electricart.com/links/links.html','','Also visit my blog post ... webpage: http://Electricart.com/links/links.html','78.129.218.97','2015-04-22 07:00:39',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(217,0,284,'com_content','','en-GB',0,'Brenna','Brenna','stacie_bouie@gmail.com','http://blog.Giallozafferano.it/lacucinainbianco/frittelle-per-il-papa/','','Review my site - Adam Said [Brenna: http://blog.Giallozafferano.it/lacucinainbianco/frittelle-per-il-papa/]','5.255.91.35','2015-04-22 07:27:00',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(218,0,284,'com_content','','en-GB',0,'Christen','Christen','andersonhockensmith@zoho.com','http://Ireport.cnn.com/docs/DOC-1220078','','Feel free to visit my web page: Hani Kalouti (Christen: http://Ireport.cnn.com/docs/DOC-1220078)','50.7.251.124','2015-04-22 07:39:45',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(219,0,284,'com_content','','en-GB',0,'Thanh','Thanh','corinnesiede@live.com','http://Www.electricart.com/links/links.html','','Feel free to surf to my page: european university accredited <br />- Thanh: http://Www.electricart.com/links/links.html -','89.36.65.88','2015-04-22 08:03:53',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(220,0,284,'com_content','','en-GB',0,'http://','http://','mark.macfarlane@freenet.de','http://tumblrbackgrounds.com/profile/omakinchelo','','Feel free to surf to my web-site :: http://tumblrbackgrounds.com/: http://tumblrbackgrounds.com/profile/omakinchelo','5.255.91.35','2015-04-22 08:59:11',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(221,0,284,'com_content','','en-GB',0,'Gretta','Gretta','leopoldoedmondson@gawab.com','http://Portal.unesco.org/education/en/ev.php-URL_ID=2766&#038;URL_DO=DO_TOPIC&#038;URL_SECTION=201.html','','Feel free to visit my web blog :: Dirk Craen (Gretta: http://Portal.unesco.org/education/en/ev.php-URL_ID=2766&URL_DO=DO_TOPIC&URL_SECTION=201.html)','50.7.251.119','2015-04-22 09:16:29',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(222,0,284,'com_content','','en-GB',0,'Guillaume Barazzone','Guillaume Barazzone','hassiefantl@yahoo.de','http://Www.Newstatesman.com/users/jameymouton2627283','','Also visit my web site ... Guillaume Barazzone: http://Www.Newstatesman.com/users/jameymouton2627283','5.45.182.30','2015-04-22 09:18:45',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(223,0,284,'com_content','','en-GB',0,'Teresita','Teresita','keishaweissmuller@inbox.com','http://abcathome.com/view_profile.php?userid=1264419','','Here is my web site :: Hani Kalouti - Teresita: http://abcathome.com/view_profile.php?userid=1264419 -','185.45.13.223','2015-04-22 09:34:19',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(224,0,284,'com_content','','en-GB',0,'Wallpapereye.com','Wallpapereye.com','francine_buggy@aol.com','http://Wallpapereye.com/profile/latoyaheadr','','my web page; Wallpapereye.com: http://Wallpapereye.com/profile/latoyaheadr','5.255.91.44','2015-04-22 09:43:25',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(225,0,284,'com_content','','en-GB',0,'Jürg Stäubli','Jürg Stäubli','klararinaldi@aol.com','http://daveblog.ch/archive/2013/07/16/les-ambitions-viticoles-de-deladoey-associes-5121950.html','','Stop by my blog :: Jürg Stäubli: http://daveblog.ch/archive/2013/07/16/les-ambitions-viticoles-de-deladoey-associes-5121950.html','130.255.188.57','2015-04-22 09:59:16',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(226,0,70,'com_content','','en-GB',0,'casino-games-poker.','casino-games-poker.','olawhitely@gmail.com','http://casino-games-poker.com/blogs/viewstory/94227','','There is a different way to do it. It must be done with the best side of the hand when browsing specific spots such as beneath the <br />breasts.','5.135.186.210','2015-04-24 00:56:32',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(227,0,70,'com_content','','en-GB',0,'www.efmhub.com','www.efmhub.com','felicitaschalmers@gmail.com','http://www.efmhub.com/activity/p/7620/','','All subjects must be healthy male adults among the <br />ages of 21 and 55, without any signs of prostate malignancy or enlargement.','5.135.186.210','2015-04-24 05:58:15',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(228,0,284,'com_content','','en-GB',0,'Bernard Poulin','Bernard Poulin','annaslattery@zoho.com','http://Ptsdhotline.com/forum/entry.php?6888-Implement-Hosted-Desktop-And-Take-Your-company-To-New-Heights','','my weblog: Bernard Poulin: http://Ptsdhotline.com/forum/entry.php?6888-Implement-Hosted-Desktop-And-Take-Your-company-To-New-Heights','5.255.91.72','2015-04-24 13:12:54',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(229,0,284,'com_content','','en-GB',0,'Marco','Marco','alena.winfield@bigstring.com','http://www.lancy.ch/agenda-21/offres-pour-les-lanceennes/promenades-et-visites/decouverte-des-richesses-naturelles-du','','Feel free to surf to my web-site: Oltramare (Marco: http://www.lancy.ch/agenda-21/offres-pour-les-lanceennes/promenades-et-visites/decouverte-des-richesses-naturelles-du)','89.36.65.77','2015-04-24 13:23:56',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(230,0,284,'com_content','','en-GB',0,'Bernard Poulin','Bernard Poulin','tarah.westwood@arcor.de','http://Www.Rcmagazine.ge/component/datsogallery/?func=detail&#038;catid=8&#038;id=53','','Also visit my page :: Bernard Poulin: http://Www.Rcmagazine.ge/component/datsogallery/?func=detail&catid=8&id=53','185.45.13.214','2015-04-24 14:28:07',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(231,0,284,'com_content','','en-GB',0,'Darlene','Darlene','carrimaccallum@arcor.de','http://pdc-ge.ch/guillaume-barazzone-se-bat-a-berne-pour-geneve/','','Here is my page :: Guillaume Barazzone (Darlene: http://pdc-ge.ch/guillaume-barazzone-se-bat-a-berne-pour-geneve/)','89.36.65.77','2015-04-24 14:41:29',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(232,0,284,'com_content','','en-GB',0,'Aileen','Aileen','garytoomer@zoho.com','http://Www.eduniche.com/blog/how-to-do-my-homework-get-me-some-tricks/','','My blog tarek obaid (Aileen: http://Www.eduniche.com/blog/how-to-do-my-homework-get-me-some-tricks/)','50.7.199.114','2015-04-24 14:47:33',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(233,0,284,'com_content','','en-GB',0,'Maurice Dabbah','Maurice Dabbah','jeramycuellar@gmail.com','http://Fr.Slideshare.net/mauricedabbah/maurice-dabbah-10-cours','','my blog post :: Maurice Dabbah: http://Fr.Slideshare.net/mauricedabbah/maurice-dabbah-10-cours','185.45.13.217','2015-04-24 15:42:14',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(234,0,284,'com_content','','en-GB',0,'Oltramare','Oltramare','omabaracchi@bigstring.com','http://www.thewallpaperphoto.com/profile/heleneplate','','Feel free to visit my website - Oltramare: http://www.thewallpaperphoto.com/profile/heleneplate','5.45.182.30','2015-04-24 15:46:25',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(235,0,284,'com_content','','en-GB',0,'https://crunchbase.','https://crunchbase.','rodgerlindsey@aol.com','https://crunchbase.com/person/hani-kalouti','','Feel free to visit my blog post - https://crunchbase.com/: https://crunchbase.com/person/hani-kalouti','78.129.218.97','2015-04-24 16:19:27',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(236,0,284,'com_content','','en-GB',0,'Jurg Staubli','Jurg Staubli','christiane_pilkington@gmail.com','http://Energyscienceforum.com/member.php?u=41705','','My weblog: Jurg Staubli: http://Energyscienceforum.com/member.php?u=41705','31.132.6.72','2015-04-24 16:52:17',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(237,0,284,'com_content','','en-GB',0,'affaires.lapresse.ca','affaires.lapresse.ca','antoniowyatt@123mail.org','http://affaires.lapresse.ca/economie/grande-entrevue/201406/13/01-4775692-des-economies-denergie-qui-se-transforment-en-or.php','','My web blog ... affaires.lapresse.ca: http://affaires.lapresse.ca/economie/grande-entrevue/201406/13/01-4775692-des-economies-denergie-qui-se-transforment-en-or.php','5.45.182.30','2015-04-24 17:06:57',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(238,0,284,'com_content','','en-GB',0,'Jürg Stäubli','Jürg Stäubli','billregister@yahoo.de','http://wallpapergeek.eu/profile/soon1759532.html','','Also visit my web site Jürg Stäubli: http://wallpapergeek.eu/profile/soon1759532.html','185.45.13.225','2015-04-24 17:21:45',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(239,0,284,'com_content','','en-GB',0,'Magaret','Magaret','franklinperrin@gmail.com','https://Twitter.com/charleskrasny','','Feel free to surf to my blog Chase Ergen (Magaret: https://Twitter.com/charleskrasny)','50.7.251.152','2015-04-24 17:29:29',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(240,0,284,'com_content','','en-GB',0,'http://www.','http://www.','berniecealber@gmx.de','http://www.gagdiversion.com/profile/4228/edithroden6','','Visit my web blog - http://www.gagdiversion.com: http://www.gagdiversion.com/profile/4228/edithroden6','151.236.23.195','2015-04-24 18:02:48',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(241,0,284,'com_content','','en-GB',0,'Www.','Www.','lynnantonieff@t-online.de','http://Www.Thewallpaperphoto.com/profile/arlengottsh','','Here is my site; Www.Thewallpaperphoto.com: http://Www.Thewallpaperphoto.com/profile/arlengottsh','5.255.91.44','2015-04-24 18:25:36',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(242,0,284,'com_content','','en-GB',0,'http://www.youtube.','http://www.youtube.','jacinto_venn@yahoo.com','http://www.youtube.com/watch?v=UVIOLYAzrgw','','my website http://www.youtube.com: http://www.youtube.com/watch?v=UVIOLYAzrgw','185.45.13.225','2015-04-24 20:04:14',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(243,0,284,'com_content','','en-GB',0,'Hani Kalouti','Hani Kalouti','hildredgrantham@web.de','https://Www.pinterest.com/hanikalouti','','Feel free to surf to my blog post Hani Kalouti: https://Www.pinterest.com/hanikalouti','50.7.251.118','2015-04-24 21:28:05',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(244,0,284,'com_content','','en-GB',0,'Jurg Staubli','Jurg Staubli','karabardsley@gmx.de','http://www.bilan.ch/argent-finances-les-plus-de-la-redaction/la-banque-aurait-elle-plus-davenir-lest','','Feel free to visit my weblog :: Jurg Staubli: http://www.bilan.ch/argent-finances-les-plus-de-la-redaction/la-banque-aurait-elle-plus-davenir-lest','50.7.199.114','2015-04-24 23:50:38',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(245,0,284,'com_content','','en-GB',0,'Tarek Obaid','Tarek Obaid','ramona.mohammad@gmail.com','http://Seekingalpha.com/instablog/11367801-lancelot-tucker/3751686-tarek-obaids-petrosaudi-implements-bespoke-erp','','My web-site; Tarek Obaid: http://Seekingalpha.com/instablog/11367801-lancelot-tucker/3751686-tarek-obaids-petrosaudi-implements-bespoke-erp','185.45.13.214','2015-04-25 00:07:44',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(246,0,284,'com_content','','en-GB',0,'Malorie','Malorie','jack_schrader@whale-mail.com','http://www.Articlesrfree.com/78955/overall-expense-technique-for-families/','','My blog :: Maurice Dabbah - Malorie: http://www.Articlesrfree.com/78955/overall-expense-technique-for-families/ -','151.236.23.195','2015-04-25 00:26:18',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(247,0,284,'com_content','','en-GB',0,'Mansukh Patel','Mansukh Patel','duanegotch@gmail.com','http://groundreport.com/mansukh-patel-an-inspiring-leader/','','my web site :: Mansukh Patel: http://groundreport.com/mansukh-patel-an-inspiring-leader/','89.36.66.138','2015-04-25 02:09:23',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(248,0,284,'com_content','','en-GB',0,'http://Www.','http://Www.','nickoconnell@googlemail.com','http://Www.Advantageapplianceservices.Com.au/uncategorized/ilve-warranty-repairs','','my web blog - http://Www.Advantageapplianceservices.Com.au/uncategorized/ilve-warranty-repairs: http://Www.Advantageapplianceservices.Com.au/uncategorized/ilve-warranty-repairs','50.7.251.152','2015-04-25 03:18:26',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(249,0,284,'com_content','','en-GB',0,'Fern','Fern','stacichristianson@gmail.com','http://Wiki.psycho.ulyssis.be/index.php?title=Gebruiker:TammieMarshall4','','my blog :: Adam Said - Fern: http://Wiki.psycho.ulyssis.be/index.php?title=Gebruiker:TammieMarshall4 -','89.36.66.38','2015-04-25 03:33:08',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(250,0,284,'com_content','','en-GB',0,'Chase Ergen','Chase Ergen','larry_kowalski@aol.com','https://Twitter.com/charleskrasny','','Also visit my homepage; Chase Ergen: https://Twitter.com/charleskrasny','151.236.23.195','2015-04-25 03:54:23',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(251,0,284,'com_content','','en-GB',0,'https://About.me/','https://About.me/','vidashores@aol.com','https://About.me/adam_said','','Here is my webpage; https://About.me/: https://About.me/adam_said','78.129.218.97','2015-04-25 04:47:24',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(252,0,284,'com_content','','en-GB',0,'Corina','Corina','louella.minor@arcor.de','http://Www.Valentinoartuso.it/index.php/component/virtuemart/accessori/valentino-artuso-x-fun2013-08-02-13-52-47-detail?Itemid=0','','Also visit my website - Adam Said - Corina: http://Www.Valentinoartuso.it/index.php/component/virtuemart/accessori/valentino-artuso-x-fun2013-08-02-13-52-47-detail?Itemid=0 -','89.36.65.88','2015-04-25 04:55:50',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(253,0,284,'com_content','','en-GB',0,'http://Mynetwork.','http://Mynetwork.','janinaburch@arcor.de','http://Mynetwork.yourbuilderlink.com/pg/groups/726446/how-to-make-cash-with-real-estate/','','Here is my web-site; http://Mynetwork.yourbuilderlink.com/pg/groups/726446/how-to-make-cash-with-real-estate: http://Mynetwork.yourbuilderlink.com/pg/groups/726446/how-to-make-cash-with-real-estate/','50.7.251.119','2015-04-25 05:46:24',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(254,0,70,'com_content','','en-GB',0,'escort samsun','escort samsun','krystledeloitte@vegemail.com','http://www.escortpiger.net','','Nice post. I learn something totally new and challenging on sites I stumbleupon every <br />day. It\'s always exciting to read articles from other authors and practice a little <br />something from their websites.','198.20.113.209','2015-04-25 05:46:42',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(255,0,284,'com_content','','en-GB',0,'Dirk Craen','Dirk Craen','lakeisha_nothling@gmail.com','http://og.Mgi.ir/1/profile/enriquedahm','','Feel free to surf to my page - Dirk Craen: http://og.Mgi.ir/1/profile/enriquedahm','50.7.251.124','2015-04-25 07:41:38',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(256,0,284,'com_content','','en-GB',0,'Layne','Layne','quincypaltridge@gmail.com','https://Instagram.com/obaidtarek/','','My blog ... Tarek Obaid (Layne: https://Instagram.com/obaidtarek/)','50.7.251.156','2015-04-25 07:48:54',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(257,0,284,'com_content','','en-GB',0,'Mansukh Patel','Mansukh Patel','aguedaleddy@hotmail.com','http://www.Hdwallpaperblog.com/profile/donnieturge','','Feel free to visit my web blog: Mansukh Patel: http://www.Hdwallpaperblog.com/profile/donnieturge','50.7.251.152','2015-04-25 08:28:18',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(258,0,284,'com_content','','en-GB',0,'kostajnica.net','kostajnica.net','georgiana.sherwood@aol.com','http://Kostajnica.net/agropetrol/2013/11/07/agropetrol-2/','','Also visit my web blog ... kostajnica.net: http://Kostajnica.net/agropetrol/2013/11/07/agropetrol-2/','50.7.251.118','2015-04-25 08:42:45',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(259,0,284,'com_content','','en-GB',0,'http://www.','http://www.','sallathrop@t-online.de','http://www.cologames.com/profile/1592752/Charlene155.html','','Also visit my web-site ... http://www.cologames.com/profile/1592752/Charlene155.html: http://www.cologames.com/profile/1592752/Charlene155.html','89.36.66.138','2015-04-25 09:17:47',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(260,0,284,'com_content','','en-GB',0,'twitter.com','twitter.com','jamisonblakely@emailgroups.net','https://twitter.com/HaniKalouti','','Feel free to visit my blog: twitter.com: https://twitter.com/HaniKalouti','50.7.251.157','2015-04-25 13:40:11',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(261,0,284,'com_content','','en-GB',0,'Jeremy','Jeremy','jacklyncadle@live.com','http://Bingoloversclub.com/profile/trinidadcha','','Also visit my blog: Adam Said - Jeremy: http://Bingoloversclub.com/profile/trinidadcha,','5.45.182.30','2015-04-25 13:56:41',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(262,0,284,'com_content','','en-GB',0,'https://dirkcraen.','https://dirkcraen.','stephendonahue@googlemail.com','https://dirkcraen.Wordpress.com/','','Look into my web site ... https://dirkcraen.Wordpress.com/: https://dirkcraen.Wordpress.com/','5.255.91.67','2015-04-25 16:44:17',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(263,0,70,'com_content','','en-GB',0,'samsun escort','samsun escort','michell.stoner@yahoo.com','http://www.escortpiger.net','','I\'m really enjoying the theme/design of your blog. Do you ever <br />run into any browser compatibility problems? A number of my <br />blog readers have complained about my blog not working <br />correctly in Explorer but looks great in Opera. Do you have any <br />suggestions to help fix this problem?','104.143.218.4','2015-04-25 18:03:45',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(264,0,70,'com_content','','en-GB',0,'http://lt.laerad.','http://lt.laerad.','damonlopez@gmx.net','http://lt.laerad.net/index.php/User:TobyPitre7','','I\'ve been on the diet plan answer system for the last five months and I had very quick results.<br /><br /><br />Here is my blog ... http://lt.laerad.net/index.php/User:TobyPitre7: http://lt.laerad.net/index.php/User:TobyPitre7','5.135.186.210','2015-04-25 18:05:43',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(265,0,70,'com_content','','en-GB',0,'top 10 test booster','top 10 test booster','audreasedgwick@gmail.com','http://www.mapplocal.com/?p=193583','','This statistic indicates that up to 5 percent of all men are at threat <br />for low testosterone level.','5.135.186.210','2015-04-25 23:17:49',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(266,0,70,'com_content','','en-GB',0,'Porno','Porno','adelaidarendon@arcor.de','http://www.clporn.com/','','Please let me know if you\'re looking for a article author for your blog.<br />You have some really great articles and I feel I would be a good asset.<br />If you ever want to take some of the load off, I\'d love to write some content for your blog in exchange for a link back <br />to mine. Please send me an email if interested. Cheers!<br /><br /><br />Also visit my web page Porno: http://www.clporn.com/','174.140.168.158','2015-04-27 04:44:49',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(267,0,284,'com_content','','en-GB',0,'Jestine','Jestine','willaandres@aol.com','https://Www.Facebook.com/europeanuniversityaccreditation','','Feel free to visit my web site ... european university accreditation [[url=https://Www.Facebook.com/european university accreditation]Jestine[/url]]','130.255.188.57','2015-04-27 13:27:52',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(268,0,284,'com_content','','en-GB',0,'Mansukh Patel','Mansukh Patel','dorotheamoll@gawab.com','http://info.astu-developments.org/microblog-astu/index.php/alenahartu','','My homepage Mansukh Patel: http://info.astu-developments.org/microblog-astu/index.php/alenahartu','5.255.91.67','2015-04-27 20:17:28',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(269,0,284,'com_content','','en-GB',0,'Adam Said','Adam Said','hannelore.francis@googlemail.com','http://blog.morinoki.info/manekitora/item_1751.html','','Check out my blog post :: Adam Said: http://blog.morinoki.info/manekitora/item_1751.html','89.36.66.30','2015-04-28 02:11:55',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(270,0,284,'com_content','','en-GB',0,'Rolando Gapud','Rolando Gapud','stephania.schoenheimer@aol.com','http://Www.Laelosness.com/exactly-what-coders-undertake-regarding-individuals-and-also-vendors/','','Review my website :: Rolando Gapud: http://Www.Laelosness.com/exactly-what-coders-undertake-regarding-individuals-and-also-vendors/','50.7.199.114','2015-04-28 02:22:01',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(271,0,284,'com_content','','en-GB',0,'Funzoneatlanta.com','Funzoneatlanta.com','elwoodmonson@yahoo.com','http://Funzoneatlanta.com/?document_srl=1274191','','My homepage: Funzoneatlanta.com: http://Funzoneatlanta.com/?document_srl=1274191','89.36.66.30','2015-04-28 02:39:26',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(272,0,284,'com_content','','en-GB',0,'Chase Ergen','Chase Ergen','allieciotti@aol.com','http://Www.criticalliteracy.org.uk/whatiscl.html','','Here is my homepage :: Chase Ergen: http://Www.criticalliteracy.org.uk/whatiscl.html','89.36.66.238','2015-04-28 02:45:52',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(273,0,284,'com_content','','en-GB',0,'https://Medium.com/@','https://Medium.com/@','sheritabueche@gmail.com','https://Medium.com/DailyNews/mansukh-patel-vasant-lad-and-v-s-ramachandran-the-lives-of-three-western-indian-thinkers-29c403ecbc9d','','Look into my site :: https://Medium.com/@DailyNews/mansukh-patel-vasant-lad-and-v-s-ramachandran-the-lives-of-three-western-indian-thinkers-29c403ecbc9d: https://Medium.com/@DailyNews/mansukh-patel-vasant-lad-and-v-s-ramachandran-the-lives-of-three-western-indian-thinkers-29c403ecbc9d','5.255.91.35','2015-04-28 04:54:44',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(274,0,70,'com_content','','en-GB',0,'mobil porno','mobil porno','freemansavage@yahoo.com','http://www.amciklar.org','','I am sure this article has touched all the internet visitors, its really really <br />nice paragraph on building up new web site.<br /><br />Feel free to visit my webpage - mobil porno: http://www.amciklar.org','198.167.137.21','2015-04-28 22:29:28',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(275,0,70,'com_content','','en-GB',0,'Truluvlife.Com','Truluvlife.Com','elvatrollope@gawab.com','http://truluvlife.com/blogs/entry/A-Quick-A-Z-On-Smart-Tactics-In-Testosterone','','Shop for greatest bodybuilding testost industry which includes Lecheek Nutrition&#39s Intratest Xtreme â a pre-exercise powdered testosterone booster.','5.135.186.210','2015-04-29 23:04:02',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(276,0,70,'com_content','','en-GB',0,'Independent interim','Independent interim','ilsegoldhar@web.de','http://Ja3.ru/interim_partners_8405888','','Awesome article.<br /><br />Also visit my weblog; Independent interim managers: http://Ja3.ru/interim_partners_8405888','188.212.21.182','2015-05-01 07:02:24',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(277,0,132,'com_content','','en-GB',0,'https://twitter.com','https://twitter.com','leoniegoheen@gmx.de','https://twitter.com/dirkcraen','','Feel free to visit my homepage; https://twitter.com: https://twitter.com/dirkcraen','31.132.3.211','2015-05-06 06:51:53',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(278,0,282,'com_content','','en-GB',0,'Robt','Robt','rosaria_diederich@bigstring.com','https://www.linkedin.com/vsearch/p?firstName=Dirk&#038;lastName=Craen&#038;orig=SEO_SN&#038;trk=SEO_SN&#038;domainCountryName=&#038;csrfToken=ajax3A6812953972386066947','','my homepage - Dirk Craen (Robt: https://www.linkedin.com/vsearch/p?firstName=Dirk&lastName=Craen&orig=SEO_SN&trk=SEO_SN&domainCountryName=&csrfToken=ajax%3A6812953972386066947)','185.48.204.24','2015-05-06 09:32:57',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(279,0,70,'com_content','','en-GB',0,'free porn tube','free porn tube','valariedowell@aol.com','http://sexypad.net/','','fantastic issues altogether, you simply received a new reader.<br />What would you recommend about your submit that you made some days ago?<br />Any sure?<br /><br />My web blog: free porn tube: http://sexypad.net/','98.143.146.123','2015-05-07 08:07:17',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(280,0,70,'com_content','','en-GB',0,'commercial financing','commercial financing','veldahorner@hotmail.de','http://techhosted.com/','','Write more, thats all I have to say. Literally, it seems as though you <br />relied on the video to make your point. You definitely know what youre <br />talking about, why throw away your intelligence on just posting videos <br />to your site when you could be giving us something enlightening to read?','67.23.166.81','2015-05-11 00:07:35',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(281,0,246,'com_content','','en-GB',0,'sumiradodra.jimdo.','sumiradodra.jimdo.','marcobarajas@gawab.com','http://sumiradodra.jimdo.com','','A main subsidiary of the QI Company, it is one of the largest and fastest growing companies in the world today.<br /><br />The sincere key to successful internet marketing is finding a specialist SEO company that is bound to <br />have knowledgeable, capable and important consultants.<br />The company has simply been a victim of false <br />accusation by rival companies which is an altogether different ploy.','158.222.10.72','2015-05-12 00:42:09',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(282,0,70,'com_content','','en-GB',0,'liseli porno','liseli porno','christina.murr@gmail.com','http://www.reklamsiz.net','','Hi there to all, how is all, I think every one is getting more <br />from this web page, and your views are nice for new visitors.<br /><br /><br />my page; liseli porno: http://www.reklamsiz.net','50.115.163.5','2015-05-12 07:00:38',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(283,0,70,'com_content','','en-GB',0,'how to make money','how to make money','johannanicholas@zoho.com','http://techcortana.com','','You could certainly see your enthusiasm in the work you write.<br />The world hopes for even more passionate writers like you who are not afraid <br />to mention how they believe. At all times follow your <br />heart.','67.23.166.81','2015-05-14 05:27:00',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(284,0,70,'com_content','','en-GB',0,'concrete epoxy','concrete epoxy','bryonwirth@hotmail.de','http://www.gumtree.com.au/s-ad/melbourne-cbd/flooring/supermarket-flooring-melbourne/1067647702','','Do you have a spam problem on this site; I also am <br />a blogger, and I was curious about your situation; we have developed some nice methods <br />and we are looking to swap strategies with other folks, why not shoot me an e-mail if interested.','107.168.140.73','2015-05-18 06:41:54',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(285,0,70,'com_content','','en-GB',0,'lawn care services','lawn care services','terriashton@web.de','http://flowermoundlawncareservices.blogspot.co.il/2015/05/lawn-care-columbus-ohio-855-900-6603.html','','Hello, Neat post. There\'s an issue together with your site in internet explorer,<br />would check this? IE nonetheless is the marketplace <br />leader and a big section of other folks will omit your wonderful writing <br />due to this problem.','172.245.229.46','2015-05-19 08:28:34',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(286,0,70,'com_content','','en-GB',0,'property buyers','property buyers','kentchung@gawab.com','http://devtechist.com','','I all the time used to study post in news papers but now as <br />I am a user of net therefore from now I am using net for posts, thanks to web.','67.23.166.81','2015-05-19 11:44:32',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(287,0,70,'com_content','','en-GB',0,'Beautiful Porno','Beautiful Porno','arlette.faerber@inbox.com','http://sexypad.net/','','Pretty section of content. I just stumbled upon your web site <br />and in accession capital to assert that I acquire actually enjoyed account your blog posts.<br /><br />Anyway I\'ll be subscribing to your augment and even I achievement you access <br />consistently rapidly.<br /><br />Also visit my blog Beautiful Porno: http://sexypad.net/','174.140.168.158','2015-05-19 21:32:15',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(288,0,140,'com_content','','en-GB',0,'gemmes gratuit sur','gemmes gratuit sur','lamarlock@gmx.de','http://telechargerfarcry4.fr','','My developer is trying to persuade me to move to .net from PHP.<br /><br />I have always disliked the idea because of the costs.<br />But he\'s tryiong none the less. I\'ve been using WordPress <br />on a variety of websites for about a year and am worried about switching to another platform.<br />I have heard very good things about blogengine.net.<br />Is there a way I can import all my wordpress posts into it?<br />Any kind of help would be greatly appreciated!<br /><br />Here is my blog gemmes gratuit sur ipad: http://telechargerfarcry4.fr','173.245.90.192','2015-05-24 00:03:58',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(289,0,140,'com_content','','en-GB',0,'clash of clans tips','clash of clans tips','milagrosovens@gmail.com','http://telechargerfarcry4.fr','','We\'d want to know the questions you\'ve always required to ask a genuine life,<br /><br />my weblog ... clash <br />of clans tips pdf: http://telechargerfarcry4.fr','173.245.90.25','2015-05-29 09:30:38',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(290,0,70,'com_content','','en-GB',0,'escort antalya','escort antalya','leslivandermark@web.de','http://www.antalyavipeescort.com','','I\'m gone to say to my little brother, that he should also visit this weblog on regular basis to take updated from most up-to-date information.','155.94.138.184','2015-05-30 09:53:17',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(291,0,70,'com_content','','en-GB',0,'Audrey','Audrey','clint_saucedo@googlemail.com','http://www.goodtimetourstt.com/bimatoprost.htm','','Hey there I am so grateful I found your weblog, I really found <br />you by accident, while I was browsing on Yahoo for something else, Anyways I am here now and would just like to say thank you for <br />a marvelous post and a all round exciting blog (I also love <br />the theme/design), I don’t have time to browse it all at the minute but I have saved it and also included your <br />RSS feeds, so when I have time I will be back to read a lot more, Please do keep up <br />the awesome b.','107.168.141.53','2015-05-31 05:19:56',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(292,0,70,'com_content','','en-GB',0,'comment avoir des','comment avoir des','dustinmoon@gmail.com','http://clashclansgemmesgratuites.blogspot.com','','Wonderful post however I was wondering if you could write <br />a litte more on this topic? I\'d be very grateful if you could elaborate a little bit more.<br />Kudos!<br /><br />Feel free to surf to my blog post comment avoir des gemmes Clash of Clans gratuit: http://clashclansgemmesgratuites.blogspot.com','198.23.171.216','2015-05-31 21:35:21',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(293,0,140,'com_content','','en-GB',0,'gemmes gratuit','gemmes gratuit','bellebourchier@gmail.com','http://telechargerfarcry4.fr','','Assuming you have any a cure for online Clash of Clans cheats evaluation hack <br />free gems, try out this.<br /><br />Check out my homepage; gemmes gratuit clash of clans 2015: http://telechargerfarcry4.fr','173.245.90.218','2015-06-02 11:41:57',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(294,0,70,'com_content','','en-GB',0,'??????','??????','claribelvalentino@gmail.com','http://prestawiki.samdha.net/wiki/E0B980E0B881E0B893E0B891E0B98CE0B8AAE0B8B3E0B884E0B8B1E0B88DE0B983E0B899E0B982E0B89AE0B897E0B98AE0B8ADE0B881E0B88BE0B98CE0B8ADE0B898E0B8B4E0B89AE0B8B2E0B8A2','','Organic creams and skincare products can also help turn back the hands of time.<br />Because proper administration is so important, choosing a doctor with plenty of experience and a history of completing <br />many effective and safe Botox injections. Moreover, recent studies have shown that people, who receive Botox.<br />Restylin injections temporarily replenish the Hyaluronic acid in your skin.<br /><br />Feel free to visit my homepage; ????????: http://prestawiki.samdha.net/wiki/%E0%B9%80%E0%B8%81%E0%B8%93%E0%B8%91%E0%B9%8C%E0%B8%AA%E0%B8%B3%E0%B8%84%E0%B8%B1%E0%B8%8D%E0%B9%83%E0%B8%99%E0%B9%82%E0%B8%9A%E0%B8%97%E0%B9%8A%E0%B8%AD%E0%B8%81%E0%B8%8B%E0%B9%8C%E0%B8%AD%E0%B8%98%E0%B8%B4%E0%B8%9A%E0%B8%B2%E0%B8%A2','107.167.70.67','2015-06-04 21:16:16',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(295,0,70,'com_content','','en-GB',0,'??????','??????','albertinabathurst@wildmail.com','http://thipsamai.com/public/th/content/E0B981E0B899E0B8B0E0B899E0B8B3E0B982E0B89AE0B897E0B98AE0B8ADE0B881E0B88BE0B98CE0B897E0B8B5E0B988E0B8A1E0B8B5E0B89BE0B8A3E0B8B0E0B8AAE0B8B4E0B897E0B898E0B8B4E0B8A0E0B8B2E0B89E-E0B8AAE0B8B4E0B988E0B887E0B897E0B8B5E0B98','','This depends on the area of your face and size of the <br />muscle and the level of wrinkles. If you\'re planning to <br />stand on the same ground as the gorgeous people in Hollywood, then what you need is the BOTOX Los Angeles dermatologists provide.<br />If you have decided to take this treatment then it is important that you look for the clinic having certification. However, plastic surgery is <br />not an appealing option for many people.<br /><br />my web page: ????????: http://thipsamai.com/public/th/content/%E0%B9%81%E0%B8%99%E0%B8%B0%E0%B8%99%E0%B8%B3%E0%B9%82%E0%B8%9A%E0%B8%97%E0%B9%8A%E0%B8%AD%E0%B8%81%E0%B8%8B%E0%B9%8C%E0%B8%97%E0%B8%B5%E0%B9%88%E0%B8%A1%E0%B8%B5%E0%B8%9B%E0%B8%A3%E0%B8%B0%E0%B8%AA%E0%B8%B4%E0%B8%97%E0%B8%98%E0%B8%B4%E0%B8%A0%E0%B8%B2%E0%B8%9E-%E0%B8%AA%E0%B8%B4%E0%B9%88%E0%B8%87%E0%B8%97%E0%B8%B5%E0%B9%88%E0%B8%88%E0%B8%B3%E0%B9%80%E0%B8%9B%E0%B9%87%E0%B8%99','188.165.66.198','2015-06-04 22:25:25',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(296,0,70,'com_content','','en-GB',0,'??????','??????','jaqueline_hollis@animail.net','https://shoulderhelp.zendesk.com/entries/92633407-E0B980E0B8A5E0B8B7E0B8ADE0B881E0B981E0B89CE0B899E0B983E0B899E0B982E0B89AE0B897-E0B8ADE0B881E0B88B-','','However, many such procedures involve surgical intervention and may not be 100% safe.<br /><br />Jennifer Aniston and Megan Fox Deny Plastic Surgery.<br />The whole Beaumont Botox treatment only takes 10 minutes to complete.<br /><br />Wrinkle and lines always found on your face and neck.<br /><br />Look into my web page ... ???????? ????: https://shoulderhelp.zendesk.com/entries/92633407-%E0%B9%80%E0%B8%A5%E0%B8%B7%E0%B8%AD%E0%B8%81%E0%B9%81%E0%B8%9C%E0%B8%99%E0%B9%83%E0%B8%99%E0%B9%82%E0%B8%9A%E0%B8%97-%E0%B8%AD%E0%B8%81%E0%B8%8B-','192.230.48.67','2015-06-05 16:47:44',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(297,0,187,'com_content','','en-GB',0,'alpha.app.net/','alpha.app.net/','carma_bowen@web.de','https://alpha.app.net/moveinnestates','','The moment Brenda Clifford comes across any kind of deal which <br />is lucrative enough to choose, she does not defer in getting <br />a hand over it. Be true to yourself, learn from your shortcomings and <br />be ready for everything that life has to offer. Christmas dinner at The Farmhouse will be served from 11:<br />30 a.','172.85.111.246','2015-06-06 02:53:29',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(298,0,70,'com_content','','en-GB',0,'??????','??????','priscillawerner@t-online.de','http://arkiv.opensource.dk/samarbejde/index.php/E0B8ABE0B8A2E0B8B4E0B89AE0B8A7E0B8B4E0B898E0B8B5E0B8A3E0B8B7E0B988E0B899E0B983E0B899E0B982E0B89AE0B897E0B98AE0B8ADE0B881E0B88BE0B98C','','Also, Botox treatment Manchester does not need to be expensive.<br /><br />Because proper administration is so important, choosing a doctor with plenty of <br />experience and a history of completing many effective and <br />safe Botox injections. If you have decided to take this treatment then it is important <br />that you look for the clinic having certification. Plastic surgeons were the ones who <br />found the possible long-term answer for migraines and severe headaches.<br /><br /><br />Here is my site: ????????: http://arkiv.opensource.dk/samarbejde/index.php/%E0%B8%AB%E0%B8%A2%E0%B8%B4%E0%B8%9A%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5%E0%B8%A3%E0%B8%B7%E0%B9%88%E0%B8%99%E0%B9%83%E0%B8%99%E0%B9%82%E0%B8%9A%E0%B8%97%E0%B9%8A%E0%B8%AD%E0%B8%81%E0%B8%8B%E0%B9%8C','212.150.246.104','2015-06-06 07:58:51',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(299,0,70,'com_content','','en-GB',0,'??????','??????','louisa.tims@gmail.com','http://kmesanta.cafe24.com/kme/bodex/1088356','','Also, Botox treatment Manchester does not need to be expensive.<br />This condition is generally referred as hyperhidrosis where the body sweats <br />more than the normal body temperature. * See the results: Improvement may <br />begin within 24-48 hours and your results may increase during the first week after treatment <br />and can continue to improve up to 30 days after treatment.<br />However, plastic surgery is not an appealing option for many <br />people.<br /><br />Here is my webpage; ???????? ????: http://kmesanta.cafe24.com/kme/bodex/1088356','45.42.164.114','2015-06-06 20:25:49',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(300,0,70,'com_content','','en-GB',0,'??????','??????','mellissagalway@gawab.com','http://orichinese.com/groups/e0b89ce0b8a5e0b8b4e0b895e0b8a0e0b8b1e0b893e0b891e0b98ce0b8aae0b8b3e0b8abe0b8a3e0b8b1e0b89ae0b982e0b89ae0b897e0b98ae0b8ade0b881e0b88b/','','BOTOX is a purified drug developed from the Clostridium <br />botulinum bacterium, the same organism that induces the food poisoning condition called botulism.<br />It\'s a much less drastic of a decision and will give you <br />a fresher, youthful and more pleasant appearance.<br /><br />You are a good candidate for treatments if you show early <br />signs of aging and are not able to receive extensive facial cosmetic <br />surgery procedures due to financial or medical reasons.<br />s not worth risking your life for a treatment done with someone you can.<br /><br />Have a look at my web-site ????????: http://orichinese.com/groups/%e0%b8%9c%e0%b8%a5%e0%b8%b4%e0%b8%95%e0%b8%a0%e0%b8%b1%e0%b8%93%e0%b8%91%e0%b9%8c%e0%b8%aa%e0%b8%b3%e0%b8%ab%e0%b8%a3%e0%b8%b1%e0%b8%9a%e0%b9%82%e0%b8%9a%e0%b8%97%e0%b9%8a%e0%b8%ad%e0%b8%81%e0%b8%8b/','185.35.164.105','2015-06-07 11:47:54',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(301,0,70,'com_content','','en-GB',0,'???????? ?','???????? ?','johnhorton@arcor.de','https://www.youtube.com/watch?v=xdHNiJycKy0','','I think that everything said was actually very logical. But, <br />think about this, what if you were to write a killer headline?<br />I ain\'t suggesting your information isn\'t good., however what if you added something <br />that makes people desire more? I mean Obama Picks Jesuit University Critic of Religious Liberty is kinda boring.<br />You should look at Yahoo\'s front page and note <br />how they create news headlines to get viewers to click.<br />You might add a video or a pic or two to grab people <br />excited about what you\'ve got to say. In my opinion, it would make <br />your blog a little bit more interesting.','155.94.251.250','2015-06-10 00:31:57',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(302,0,140,'com_content','','en-GB',0,'best clash of clans','best clash of clans','toshatennant@gmail.com','http://annuaire-rose.fr','','Start using Clash of Clans now and unlock achievements, get tournaments, access elite systems,<br />and more.<br /><br />Look into my web-site best clash of clans guide app: http://annuaire-rose.fr','173.245.90.25','2015-06-13 01:06:08',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(303,0,70,'com_content','','en-GB',0,'sevisme sahneleri','sevisme sahneleri','belengain@mailservice.ms','http://www.vq7.org','','Your style is so unique in comparison to other people I have read stuff from.<br />Thanks for posting when you\'ve got the opportunity, Guess I\'ll just <br />book mark this site.<br /><br />Also visit my web page ... sevisme sahneleri izle: http://www.vq7.org','69.163.47.207','2015-06-15 18:26:02',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(304,0,140,'com_content','','en-GB',0,'clash of clans guide','clash of clans guide','marilou_eklund@zoho.com','http://annuaire-rose.fr','','This is exactly why my principle can be that my child can only take part in clans with people <br />we all know.<br /><br />Feel free to visit my website :: clash of clans guide: http://annuaire-rose.fr','173.245.90.218','2015-06-19 13:32:39',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(305,0,140,'com_content','','en-GB',0,'tantinet de temps','tantinet de temps','estela.lyman@aol.com','http://annuaire-rose.fr','','Da eigene Einheiten nicht der Verteidung in Clash of Clans dienen und nur dem Angriff, sollte male also seine Verteidungsanlagen perfekt ausrichten.<br /><br />Also visit my site ... tantinet de temps après lalancé fin 2012.: http://annuaire-rose.fr','173.245.90.192','2015-06-20 17:49:12',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(306,0,70,'com_content','','en-GB',0,'Mapledow792325.','Mapledow792325.','anja_dahms@snail-mail.net','http://Mapledow792325.Bligoo.com/look-at-these-amazing-and-simple-fitness-tips','','Several great stuff on this web site, I like it.<br /><br /><br /><br />Also visit my webpage :: powertec power rack (Mapledow792325.Bligoo.com: http://Mapledow792325.Bligoo.com/look-at-these-amazing-and-simple-fitness-tips)','37.72.189.35','2015-06-22 03:57:57',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(307,0,305,'com_content','','en-GB',0,'Vibro Joystick The','Vibro Joystick The','antonsher@googlemail.com','http://www.erotikshopsex.de/vibratoren/vibro-joystick-the-body-version-black.html','','Asked the strang?r. ?iddy asked me, ?s in long even a set j?e thought that, hea?ing most unscrupulous the churchyard and et lieve you of been r?nning to.<br /><br />I took advantage hold i only, his reception she to say she, a special providence had a <br />right fo? me will a little further brow with his et ?f estella and shuffled off now me ?nd which near relation vibrator mit fernbe?ienung: http://www.erotikshopsex.de/vibratoren popularly brown sirs rul.<br /><br />Wop?le\"s great aunt bake and sticking, it pains to out of his the way in, present me in of mind we went at one am al ways et against a wall had happened of. <br />Gargery\'s power to again and again, man he had paying another visit, at joe who and we all defence just now denounce him and et a pause i. <br />I remember mr with everything that, comforted for as sexspielzeug selber machen: http://www.erotikshopsex.de/sexspielzeug he did get with a sharp anal vibrator: http://www.erotikshopsex.de/ you a present society and less, thoughtful and attentive the long passage i am with wipe at it et man fit ted my head that to be found the brewery yard. \"i w?nder you are most p?sitively, wretched joe do faithful that i, ?rli?k afte? that <br />had been drinking you kno? the run after him et got this composition late than never.<br /><br /><br />Here is my page: Vibro Joyst?ck The Body version black: http://www.erotikshopsex.de/vibratoren/vibro-joystick-the-body-version-black.html','213.152.162.94','2015-06-24 01:58:43',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(308,0,154,'com_content','','en-GB',0,'Lan','Lan','shastaprice@live.com','http://nairobieyeassociates.co.ke/?option=com_k2&#038;view=itemlist&#038;task=user&#038;id=69904','','You can get a big quantity of video games with various classifications like racing, expertise, <br />puzzle and many others. So at the moment in this publish <br />we collect some leading best totally free android <br />motion video games which you\'ll download and get in your <br />downtime for relaxation. If you are caring racing video games and model-new automobiles you can get this sport and join with the Fast & Livid group to take part on collection of tasks in an all brand-new <br />break-in mode.','108.62.102.240','2015-07-03 06:26:08',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(309,0,70,'com_content','','en-GB',0,'cheap kingscliff','cheap kingscliff','chantal.streit@t-online.de','http://aefnsp.com/component/k2/itemlist/user/104688','','A motivating discussion is definitely worth comment. There\'s no doubt that that <br />you ought to publish more about this subject, it may not be a taboo subject but <br />generally people do not talk about these topics. To the next!<br /><br />Cheers!!','23.94.60.95','2015-07-03 23:57:33',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(310,0,70,'com_content','','en-GB',0,'????xxx','????xxx','brigittedonahue@bigstring.com','http://www.itc-tech.com/?option=com_k2&#038;view=itemlist&#038;task=user&#038;id=74024','','All those lovely kindhearted folks listening to <br />me talk about my wonderful accomplishments even although I suffer <br />so with such terrible afflictions that I wouldn\'t want anyone else to be afflicted with.<br />Without peeling-back-the-onion, you may foolishly spend your time and money AND emotional <br />energy. In the second task, the second sentence, you were giving proof that there was a problem.','103.10.22.242','2015-07-04 10:17:11',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(311,0,70,'com_content','','en-GB',0,'turbo force emagrece','turbo force emagrece','deanaheady@mailc.net','http://darrengres.buzznet.com/user/journal/25217542/trackmania-turbo-introduced-november/','','Seguinte turbo pressure é puro marketing...pois prometo ganhos fora <br />do comum em tempo muito curto,ou seja pura farsa.','23.89.150.190','2015-07-07 03:09:36',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(312,0,70,'com_content','','en-GB',0,'taruhan online','taruhan online','tonya.rendall@freenet.de','http://hl8sport.blogspot.com','','The modern day mangalsutra is more of a fashion statement than a symbol of marriage.<br /><br />Given that you are at level 0 right now, you don\'t have much of a choice in what <br />you\'re able to enter into for your first GT5 race. Henna should not be used by people <br />with white, gray or very light blond hair.','104.222.206.180','2015-07-08 22:14:40',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(313,0,70,'com_content','','en-GB',0,'vaniqa side effects','vaniqa side effects','josh_merrell@gawab.com','http://buyvaniqacreamonline.com/pdf/eflornithine-cream-over-the-counter.pdf','','Hello there! I know this is kinda off topic but I was wondering if you knew where I could locate a captcha plugin for my comment form?<br />I\'m using the same blog platform as yours and I\'m having trouble finding one?<br />Thanks a lot!','104.156.208.205','2015-07-10 09:20:36',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(314,0,70,'com_content','','en-GB',0,'reiki manchester','reiki manchester','violette.melocco@zoho.com','http://reiki.rubysnake.com','','Hi there! This blog post couldn\'t be written any <br />better! Going through this post reminds me of my previous roommate!<br />He always kept preaching about this. I\'ll send <br />this post to him. Fairly certain he\'ll have a great <br />read. I appreciate you for sharing!<br /><br />my blog: reiki manchester: http://reiki.rubysnake.com','69.13.254.196','2015-07-13 01:07:39',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(315,0,70,'com_content','','en-GB',0,'SEO Firm','SEO Firm','arnulfo.jolley@bigstring.com','http://tinyurl.com/pnfecfp','','Nice website! Your writing is really good but I had a hard time <br />finding you on Google. I didn\'t come here to advertise, but a buddy <br />of mine runs an SEO website. Best user interface I\'ve ever seen...<br />and I guess people are having a ton of success with it.<br />I put it as my site link... take a look! Anyway, sorry for thee pitch!<br />=) Have a great day. Keep the good content <br />coming!','192.126.178.174','2015-07-14 16:10:15',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(316,0,70,'com_content','','en-GB',0,'??????','??????','bryangoodfellow@the-fastest.net','http://wiki.brenda.com.tw/index.php?title=E59694E4BDAEE8A686E59694EFBD80E7AC97E59694EFBD80E68A9AE59694E5A097E9879CE59694E7AC9FE59694E7ABBEE59694E58BA6E7AEA4E59694E6B68FE7A68FE59694E78FADE7ABB5E59694E7AC9FE59694E6A4B8E58285E59699E5A097E9879CE59694E8B5A4E7A','','Address verification also helps one to save time as well as money.<br />Yahoo Messenger is one of the most popular internet <br />chat clients who offer its services free of cost. It was after an encounter with six hungry baboons in Africa that she <br />realized the value of quality luggage, purses and duffels.<br />Soft sided canvas briefcases usually fall in the <br />same price range as most bags.<br /><br />Here is my web page - ???????????? ??????: http://wiki.brenda.com.tw/index.php?title=%E5%96%94%E4%BD%AE%E8%A6%86%E5%96%94%EF%BD%80%E7%AC%97%E5%96%94%EF%BD%80%E6%8A%9A%E5%96%94%E5%A0%97%E9%87%9C%E5%96%94%E7%AC%9F%E5%96%94%E7%AB%BE%E5%96%94%E5%8B%A6%E7%AE%A4%E5%96%94%E6%B6%8F%E7%A6%8F%E5%96%94%E7%8F%AD%E7%AB%B5%E5%96%94%E7%AC%9F%E5%96%94%E6%A4%B8%E5%82%85%E5%96%99%E5%A0%97%E9%87%9C%E5%96%94%E8%B5%A4%E7%AB%B8%E5%96%94%E7%BC%96%E7%AC%89%E5%96%99%E5%86%9F%E7%AC%9D%E5%96%94%E4%BD%AE%E8%A6%86%E5%96%94%EF%BD%80%E9%87%9C%E5%96%99%E5%A0%97%E7%AB%BE%E5%96%94%E8%A6%86%E5%96%94%EF%BD%80%E7%AB%B5%E5%96%94%E7%BC%96%E7%AC%9F_%E5%96%94%E6%B0%9E%E7%A6%8F%E5%96%94%E8%84%86%E7%AB%89%E5%96%94%E7%BC%96%E7%AC%9A','80.82.68.27','2015-07-14 20:03:21',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(317,0,70,'com_content','','en-GB',0,'??????','??????','alineoxendine@gmail.com','http://odigger.com/activity/p/701803/','','Phone Video Conference has given a new mean to business communication enabling organizations to save their precious time and money.<br />And the message history is stored in a centralized server inside <br />your company. Mailing list - These lists contain information about people who have responded to previous solicitations and already have the name, phone number, and how much money was spent.<br />She had been requested by Rahwana to marry him but she would quite die.<br /><br /><br />Also visit my web site - ????????????: http://odigger.com/activity/p/701803/','104.224.16.63','2015-07-15 07:21:33',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(318,0,70,'com_content','','en-GB',0,'??????','??????','karolynpierre@arcor.de','http://llnm.byus.net/zbxe/index.php?mid=Notice&#038;document_srl=199500','','Address verification also helps one to save time as well as money.<br />For additional security, you can clean cookies, internet cache, internet history, download history, and session etc.<br />Female players like the pink and white CC Divine, a shoe that includes the same <br />specifications with added jeweled eyelets. s an abundance of <br />brightly coloured or contrasting tones to sling over your black pinstripe power-suit.<br /><br /><br /><br />Feel free to visit my web site ... ????????????: http://llnm.byus.net/zbxe/index.php?mid=Notice&document_srl=199500','155.254.225.165','2015-07-16 03:25:07',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(319,0,70,'com_content','','en-GB',0,'cartier bracelet','cartier bracelet','natishabeamont@gmail.com','http://www.tierj.com/cartier-bracelet-c-1008','','Reminds me of the heart of the ocean from Titanic, doesn\'t it.<br /><br />Foot orthotics boxing techinque presses and then forges, equally, can also be frequently utilised in the jewellery processing business nowadays, to aid guarantee the <br />production of a consistent, highly money-making merchandise.<br />Now this may not be in your nature right now, but that will change if you want to see <br />different results.','176.31.170.136','2015-07-16 23:31:51',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(320,0,70,'com_content','','en-GB',0,'Wilford','Wilford','maryellen_chin@bigstring.com','http://www.switchboard.com/business/y-l-consulting-inc-san-antonio-tx','','Thanks, I’ve just been looking for information regarding this <br />topic for quite a while and yours is the best I’ve discovered <br />till now.<br /><br />my blog post - switchboard.com (Wilford: http://www.switchboard.com/business/y-l-consulting-inc-san-antonio-tx)','23.94.54.223','2015-07-18 07:50:35',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(321,0,70,'com_content','','en-GB',0,'istanbul escort k?','istanbul escort k?','marcel.spode@aol.com','http://www.rehberescort.com','','Greetings from Idaho! I\'m bored to death at work so <br />I decided to browse your site on my iphone during lunch break.<br />I love the info you provide here and can\'t wait to <br />take a look when I get home. I\'m surprised at <br />how fast your blog loaded on my mobile .. I\'m not even using WIFI,<br />just 3G .. Anyhow, very good blog!','212.252.19.226','2015-07-25 13:02:16',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(322,0,70,'com_content','','en-GB',0,'power of attorney','power of attorney','tabathacastiglione@bigstring.com','http://moe.ma/kwyo','','This can include mental health power of attorney for grandparents ky financial <br />support treatment, your contact with other people.<br />Nowadays an LPA can be just as important as a will makes power of attorney for grandparents ky financial support your wishes known.<br /><br />Look at my homepage; power of attorney revocation clause: http://moe.ma/kwyo','46.246.38.139','2015-07-25 17:22:46',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(323,0,70,'com_content','','en-GB',0,'escort bayan','escort bayan','darciweigel@gmail.com','http://www.rehberescort.com','','What\'s up, this weekend is good in favor of me, since this point in time i <br />am reading this impressive educational article here at my home.','212.252.19.143','2015-07-27 02:51:46',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(324,0,70,'com_content','','en-GB',0,'pharmacies','pharmacies','mariana_donnithorne@yahoo.com','http://online-pharmacy777.com/','','You ought to take part in a contest for one of the most useful sites <br />on the net. I\'m going to recommend this website!<br /><br />My page; pharmacies: http://online-pharmacy777.com/','190.96.138.28','2015-07-29 07:31:27',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(325,0,70,'com_content','','en-GB',0,'alabama board of','alabama board of','rosalieborchgrevink@theinternetemail.com','http://online-pharmacy777.com/','','You are so interesting! I don\'t believe I\'ve read through something like that <br />before. So great to discover another person with some original <br />thoughts on this subject matter. Seriously.. thanks for starting this up.<br /><br />This site is something that\'s needed on the web, someone <br />with a bit of originality!<br /><br />Take a look at my website; alabama board of pharmacy: http://online-pharmacy777.com/','109.111.150.28','2015-07-29 10:51:20',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(326,0,70,'com_content','','en-GB',0,'illinois board of','illinois board of','roscoetremblay@t-online.de','http://online-pharmacy777.com/','','We\'re a gaggle of volunteers and starting a new scheme in our community.<br />Your web site offered us with useful info to work on. You\'ve <br />done a formidable process and our whole group <br />will be thankful to you.<br /><br />Look into my website illinois board of pharmacy: http://online-pharmacy777.com/','37.54.52.181','2015-07-29 12:29:37',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(327,0,70,'com_content','','en-GB',0,'Donny','Donny','leobarrett@web.de','http://pue.taiyoutec.com.tw/redirect?link=http://indyarocks.com/blog/2369020/Personalized-Personal-injury-Lawsuit','','Medical doctors , physical therapy , pharmacies, even lawyer (god <br />help you if you have one particular).<br /><br />my page ... car crash compensation amounts (Donny: http://pue.taiyoutec.com.tw/redirect?link=http://indyarocks.com/blog/2369020/Personalized-Personal-injury-Lawsuit)','45.57.212.101','2015-07-31 21:09:28',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(328,0,70,'com_content','','en-GB',0,'Brigitte','Brigitte','porfiriomcquillen@gmail.com','https://eleanoremaclanacha.wordpress.com/2015/07/31/the-best-strategies-for-effectively-reducing-acne/','','Thanks for sharing superb informations. Your web-site is extremely cool.<br /><br />I\'m amazed by the details that you simply have on this web site.<br />It shows how nicely someone perceives this subject. Bookmarked this web page, will come back for extra posts.<br /><br />You, my good friend, ROCK!<br /><br />my weblog: acne types; Brigitte: https://eleanoremaclanacha.wordpress.com/2015/07/31/the-best-strategies-for-effectively-reducing-acne/,','23.95.132.29','2015-08-01 07:56:04',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(329,0,154,'com_content','','en-GB',0,'game of war codes','game of war codes','heatherjaramillo@live.com','http://url.org/bookmarks/heavylabyrinth044','','From the surface trying in, the thought oof purposefully spending real money <br />simply to cclimb the leaderboards of a fictional, digital world appearfs relatively foolish, however for those who\'re <br />continually unovered to excessive-manufacturing adverrs telling you that these microtransaction will earn the favor <br />of Kate Uptyon orr other engaging gamer” women, it is simplee to see why <br />Game of Warfare has remained as oone of the most-performed mobile games on the market.','188.208.14.202','2015-08-04 05:54:45',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(330,0,70,'com_content','','en-GB',0,'??????','??????','rosemarie_hosking@inbox.com','http://www.fewo-schumm.de/index.php?mod=users&#038;action=view&#038;id=382875','','A professional contractor should always complete the installation of skylights, just as with other forms <br />of skylights. One day I can make a cool piece of warhammer terrain. <br />Simple to use, two-sided, easy to clean off a variety of art materials, takes <br />up less space, and provides the option of using paper when you like.<br />(Note: slicing too deep in the foam board will cause you to deface the front <br />side of your wall.<br /><br />Here is my blog :: ???????????? ??????????: http://www.fewo-schumm.de/index.php?mod=users&action=view&id=382875','5.134.114.192','2015-08-05 12:22:37',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(331,0,70,'com_content','','en-GB',0,'??????','??????','tonjaleung@freenet.de','http://linkedvoip.com/profile-10530/info/','',') Repeat across paper under the rainbow until entire rainbow is lined with clouds.<br />Despite its strength, it\'s lightweight - about one-sixth as heavy <br />as glass and one-third as heavy as acrylic.<br /><br />The final step was to glue flowers and ribbons on the dresser to make the <br />project ready to display or to use for a desktop organizer.<br />(Note: slicing too deep in the foam board will cause you to deface the front side of your wall.<br /><br /><br /><br />Review my page ... ????????????: http://linkedvoip.com/profile-10530/info/','104.224.7.98','2015-08-08 18:21:47',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(332,0,70,'com_content','','en-GB',0,'??????','??????','randytheis@t-online.de','http://myonlinearcade.com/profile/804674/LeonardPrat.html','',') Repeat across paper under the rainbow until entire rainbow is lined with clouds.<br />This led many to believe 2010 would be the collapse of <br />spa manufacturers. But trust me, Windex and other glass cleaners won\'t work.<br />Line bending process is too reliable and efficient process that used for making <br />radius tight bends.<br /><br />Stop by my web-site - ???????????? ???????: http://myonlinearcade.com/profile/804674/LeonardPrat.html','46.229.224.135','2015-08-08 18:47:07',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(333,0,70,'com_content','','en-GB',0,'http://tinyurl.com/','http://tinyurl.com/','maryellenhardacre@arcor.de','http://tinyurl.com/nhanowg','','Hmm it looks like your site ate my initial comment (it was very long) so I guess I’ll simply sum it up what I wrote <br />and say, I’m really enjoy your blog. I as well am an aspiring blog blogger however I’m still new to the whole thing.<br />Do you have any tips and hints for rookie blog writers?<br />I’d really value it.<br /><br />my site :: Healthcare Services (http://tinyurl.com/nhanowg: http://tinyurl.com/nhanowg)','50.2.190.75','2015-08-09 06:55:51',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(334,0,70,'com_content','','en-GB',0,'??????','??????','rheaprosser@yahoo.com','http://www.ithink.pl/profile/roxiemata74','','Below are a few examples of the types of products created with laser cutters.<br />One day I can make a cool piece of warhammer terrain. This includes <br />and encompasses several different processes Plastic fabrication turns out to be <br />a major procedure carried on in the nuclear and medicinal industry.<br />Line bending process is too reliable and efficient process <br />that used for making radius tight bends.<br /><br />Here is my page: ???????????? ??: http://www.ithink.pl/profile/roxiemata74','104.224.47.90','2015-08-09 11:01:49',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(335,0,70,'com_content','','en-GB',0,'??????','??????','carlotastoate@gmail.com','http://lioflash.com/profile/1238323/francine81r','','A professional contractor should always complete the installation of skylights,<br />just as with other forms of skylights. The Predators begin the home portion of their preseason schedule Saturday night when the Winnipeg Jets travel to <br />Nashville. Even with light structural members these domes are able to withstand extremes <br />of wind and even earth quakes. Just like a glass skylight, one made with Lucite sheets rather than glass can provide energy efficiency in your <br />home while adding beauty and value at the same time.<br /><br />Also visit my webpage; ???????????? ??: http://lioflash.com/profile/1238323/francine81r','216.31.12.92','2015-08-09 11:21:08',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(336,0,70,'com_content','','en-GB',0,'??????','??????','kathlene.lance@operamail.com','http://employees.careinc.com/Default.aspx?tabid=96&#038;userId=27833','','You can also use water to clean off easier messes, like dirt and debris or wet paint.<br />Click Here To Write Me if you have any questions or comments you would like to share directly.<br />Most teachers need different types of memo, bulletin and message boards to communicate with <br />their students, parents and other teachers. If you have <br />elderly people or young children in the household, or are likely to <br />trip on a step then a practical solution would be to have a floor level shower tray.<br /><br /><br />My weblog ????????????: http://employees.careinc.com/Default.aspx?tabid=96&userId=27833','23.247.129.205','2015-08-09 20:42:59',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(337,0,70,'com_content','','en-GB',0,'??????','??????','jodie_mcnair@aol.com','http://ironmangames.biz/profile/shaunafenbu','','You can also use water to clean off easier messes, like <br />dirt and debris or wet paint. Despite its strength, it\'s lightweight - about <br />one-sixth as heavy as glass and one-third as heavy <br />as acrylic. Most teachers need different types of memo, bulletin and message boards to communicate with <br />their students, parents and other teachers. The author of this article loves traveling around <br />the world to learn about laser technology and gathered most of his resources from Coherent, a laser manufacturer company, to write this article.<br /><br /><br />Take a look at my homepage - ???????????? ????????????: http://ironmangames.biz/profile/shaunafenbu','45.59.153.116','2015-08-10 11:13:12',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(338,0,70,'com_content','','en-GB',0,'??????','??????','lynsloane@gmail.com','http://www.kangmingyanke.com/plus/guestbook.php','','Fill up your bag with some nice gifts (something that your kids and wife would love to receive as gifts), and <br />present them with that big, corner-to-corner smile on your face.<br />\"He eventually went to a chiropractor because he threw his back out playing drums. Discover new year eve hotels to enjoy new years eve parties and cruising. Vehicle rentals in Perth city are also accessible from these businesses.','83.239.108.238','2015-08-18 00:05:04',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(339,0,70,'com_content','','en-GB',0,'????','????','curtis.bermingham@gmail.com','http://www.foxthrottle.com/groups/necessary-factors-of-tel-aviv-metalwork-some-thoughts/','','Since then, the design of locks has advanced and incorporated new materials,<br />such as steel, plastic, and other synthetic materials.<br />\' Locksmiths can also give genuine suggestions on the kind of security systems which should be installed.<br />Services include lock changes, lock change, lock replacement, lock rekeying, security <br />safes, grilles and gates and gates.<br /><br />My blog - ????: http://www.foxthrottle.com/groups/necessary-factors-of-tel-aviv-metalwork-some-thoughts/','155.94.240.195','2015-08-21 13:55:58',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(340,0,70,'com_content','','en-GB',0,'www.cottonbolton.com','www.cottonbolton.com','ginabagot@gawab.com','http://www.cottonbolton.com/?option=com_k2&#038;view=itemlist&#038;task=user&#038;id=234670','','We\'re able to help our property brokers achieve most exposure in marketing <br />their rental units.','198.23.152.245','2015-08-23 03:30:31',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(341,0,70,'com_content','','en-GB',0,'Jonas','Jonas','lilianapartridge@aol.com','http://visitkingscliff.com','','Hello everyone, it\'s my first pay a quick visit at this site, <br />and article is really fruitful in favor of me, keep up posting these types of content.','23.250.33.77','2015-08-27 10:38:03',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(342,0,70,'com_content','','en-GB',0,'phen375 diet pills','phen375 diet pills','freeman.kleiber@gmx.de','http://tinyurl.com/nwdojwz','','So great to see incredible articles within this blog.<br />Thank you for posting and also sharing them.<br /><br /><br />My webpage phen375 diet pills: http://tinyurl.com/nwdojwz','172.245.25.24','2015-08-28 03:08:27',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(343,0,70,'com_content','','en-GB',0,'http://www.youtube.','http://www.youtube.','doug_loo@bigstring.com','http://www.youtube.com/watch?v=lmm4GmNcYBY','','My brother recommended I might like this website.<br /><br />He was totally right. This post truly made my day. You <br />can not imagine just how much time I had spent for this <br />info! Thanks!<br /><br />My web blog ... http://www.youtube.com: http://www.youtube.com/watch?v=lmm4GmNcYBY','104.128.23.254','2015-08-30 19:38:40',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(344,0,70,'com_content','','en-GB',0,'http://tinyurl.com/','http://tinyurl.com/','wilsonmcilrath@aol.com','http://tinyurl.com/ojr5bk7','','There\'s definately a lot to know about this issue. I <br />really like all the points you made.<br /><br />My page http://tinyurl.com/ojr5bk7: http://tinyurl.com/ojr5bk7','27.159.218.10','2015-09-16 06:59:31',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(345,0,70,'com_content','','en-GB',0,'??????','??????','carriecopland@gmail.com','http://allacortedeisapori.com/?option=com_k2&#038;view=itemlist&#038;task=user&#038;id=7164','','com, Vitamin C-China Vitamin C Manufacturers & Suppliers - Made in China, Does \'Made in China\' matter to <br />supplement consumers. Vitamin D3 in the cholecalciferol form, 4000 IU <br />(Jarrow Formulas Vitamin D3 2500 IU, Carlson Labs <br />Vitamin D 2000 IU ). There are numerous drawbacks of body <br />building supplements and individuals need to be careful when using them.','72.159.148.102','2015-09-16 17:04:31',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(346,0,70,'com_content','','en-GB',0,'http://Www.','http://Www.','maryellensinger@yahoo.de','http://www.makeafreewebsiteonline.com','','Howdy! Do you use Twitter? I\'d like to follow you if that would be ok.<br />I\'m undoubtedly enjoying your blog and look forward to new updates.','167.160.115.209','2015-09-17 14:57:15',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(347,0,70,'com_content','','en-GB',0,'Best Book On Cold','Best Book On Cold','helenetoups@gmail.com','http://billfortin.com','','Excellent beat ! I would like to apprentice while you amend your web site, how could i subscribe for a blog site?<br />The account aided me a acceptable deal. I had been tiny <br />bit acquainted of this your broadcast provided bright clear concept<br /><br />Feel free to visit my website ... Best Book On Cold War: http://billfortin.com','192.200.24.116','2015-09-25 00:52:19',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(348,0,70,'com_content','','en-GB',0,'www.festidanza.org','www.festidanza.org','mollieschafer@yahoo.de','http://www.festidanza.org/?option=com_k2&#038;view=itemlist&#038;task=user&#038;id=161018','','I have and I have viewed my beautiful partner make her listing on paper ...<br />yes she plays as well!<br /><br />Feel free to surf to my blog post; www.festidanza.org: http://www.festidanza.org/?option=com_k2&view=itemlist&task=user&id=161018','107.173.209.226','2015-09-25 03:44:16',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(349,0,70,'com_content','','en-GB',0,'Niamh','Niamh','ignaciokiddle@gmail.com','http://www.inspire-light.com/index.php/component/k2/itemlist/user/11132','','New updates that have actually come out are readily available on degree 13 cannons and clan perks.<br /><br /><br />Here is my web-site ... Niamh: http://www.inspire-light.com/index.php/component/k2/itemlist/user/11132','155.94.215.49','2015-09-26 02:34:34',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(350,0,70,'com_content','','en-GB',0,'business credit','business credit','claribel.poston@arcor.de','https://authorizedusertradelinesforsale.Wordpress.com/','','I like this site it\'s a masterpiece! Pleased business credit cards to build credit: https://authorizedusertradelinesforsale.Wordpress.com/ discover this on google.','23.95.236.104','2015-09-26 10:26:02',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(351,0,70,'com_content','','en-GB',0,'plastering training','plastering training','lyleloyd@moose-mail.com','http://dragon.cyberstreet.com/modus/info.php?a5B5D=3Ca+href3Dhttp3A2F2Fabuse.by-svet.com2F3Furl3Dhttp3A2F2F140.128.107.1942Fwpmu2Fms_civil2F20122F062F032F3Erepairing+plaster+walls3C2Fa3E','','Link exchange is nothing else however it is only placing the other person\'s web site link on your page at appropriate place and other person will also do same for you.','192.210.226.196','2015-09-26 14:08:02',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(352,0,70,'com_content','','en-GB',0,'bluetooth keyboards','bluetooth keyboards','orvalokeefe@web.de','http://fromnowoncallmeeleanor.tumblr.com/post/129561597253','','This design is spectacular! You certainly know how to keep <br />a reader entertained. Between your wit and your videos, I was almost moved to <br />begin my very own blog. Great job. I truly enjoyed <br />what you had to say, and more than that, how you presented it.<br /><br />Too great!<br /><br />Feel free to surf to my homepage: bluetooth keyboards: http://fromnowoncallmeeleanor.tumblr.com/post/129561597253','50.2.28.115','2015-10-02 16:37:12',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(353,0,70,'com_content','','en-GB',0,'nike free cheap','nike free cheap','maudefurey@whale-mail.com','http://tinyurl.com/ekin7eerfua','','You made some good points there. I looked on the net for additional information about <br />the issue and found most individuals will go along with your views on this web site.<br /><br /><br />Feel free to surf to my web blog - nike free <br />cheap: http://tinyurl.com/ekin7eerfua','110.85.125.30','2015-10-05 23:17:39',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(354,0,70,'com_content','','en-GB',0,'???? ?????','???? ?????','merriayres@arcor.de','http://wallinside.com/post-495980-a-genuinely-very-good-one.html','','Another option to have a secure home is to change your lock rather <br />than install a new. 1940 Tigertail Blvd, Unit 2 Fort Lauderdale, FL 33004.<br />These companies may present specialized talent and gear needed for the work.<br /><br /><br />Feel free to visit my homepage - ???? ????? ?????: http://wallinside.com/post-495980-a-genuinely-very-good-one.html','198.12.81.200','2015-10-07 00:28:30',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(355,0,70,'com_content','','en-GB',0,'how to get rid of','how to get rid of','charmain_hague@gawab.com','http://finance.yahoo.com/news/rid-acne-scars-latest-news-140000879.html','','Loving the information on this web site, you have done excellent job on the posts.<br /><br /><br />Here is my web blog; how <br />to get rid of acne scars: http://finance.yahoo.com/news/rid-acne-scars-latest-news-140000879.html','155.94.250.147','2015-10-12 01:56:48',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(356,0,70,'com_content','','en-GB',0,'http://ralawan.com','http://ralawan.com','kayleezwar@web.de','http://ralawan.com/rabbilabo/bbs/usabbs6/usausabbs.cgi','','After study a few of the blog posts on your website now, and I definitely like your way of writing <br />a blog. I bookmarked it to my bookmark website list and will be checking back soon. Pls <br />take a look at my web site as well and let <br />me know your opinion.<br /><br />Visit my site; http://ralawan.com: http://ralawan.com/rabbilabo/bbs/usabbs6/usausabbs.cgi','23.94.66.14','2015-10-30 05:36:17',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(357,0,70,'com_content','','en-GB',0,'Jouvé','Jouvé','maisie_heath@gmail.com','https://www.youtube.com/watch?v=HSEqobIBPB4','','Right now it seems like Drupal is the preferred blogging platform available right now.<br />(from what I\'ve read) Is that what you\'re using on your blog?','155.94.220.220','2015-11-06 02:45:33',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(358,0,177,'com_content','','en-GB',0,'girl boobs','girl boobs','royalsuffolk@t-online.de','http://bucuresti.backpage.com/FemaleEscorts/noorah-luxury-escort/3101079','','Hiya, anyone need to see this web page link https://adultescapes.com/RomanianGirls<br /><br />My blog post girl boobs: http://bucuresti.backpage.com/FemaleEscorts/noorah-luxury-escort/3101079','151.237.190.220','2015-11-09 05:52:57',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(359,0,70,'com_content','','en-GB',0,'ezinearticles.com','ezinearticles.com','davisdudley@gmail.com','http://ezinearticles.com/?Top-5-Reasons-To-Use-Anti-Aging-Pills&#038;id=9226436','','Amazing article. I appreciate you for sharing it <br />to us. I have learned very much.<br /><br />Review my page :: Genf20 Plus Ingredients (ezinearticles.com: http://ezinearticles.com/?Top-5-Reasons-To-Use-Anti-Aging-Pills&id=9226436)','23.95.40.86','2015-11-15 00:00:20',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(360,0,70,'com_content','','en-GB',0,'car insurance nyc','car insurance nyc','lisarodway@freenet.de','http://cheapestcarinsuranceus.com/','','May I simply just say what a comfort to find somebody who really knows what they are discussing online.<br />You definitely understand how to bring an issue <br />to light and make it important. More people should read this and understand this side of your story.<br />I was surprised you\'re not more popular given that you surely possess the gift.<br /><br /><br /><br />my weblog: car insurance nyc: http://cheapestcarinsuranceus.com/','195.154.215.215','2015-11-18 20:45:14',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(361,0,70,'com_content','','en-GB',0,'access car insurance','access car insurance','debbradillon@yahoo.de','http://cheapestcarinsuranceus.com/','','Usually I do not learn article on blogs, but I wish to <br />say that this write-up very pressured me to try and do it! <br />Your writing taste has been amazed me. Thank you, quuite <br />nice post.<br /><br />Here is my site - access car <br />insurance: http://cheapestcarinsuranceus.com/','195.154.215.215','2015-11-20 04:01:12',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(362,0,70,'com_content','','en-GB',0,'budget car insurance','budget car insurance','marlyswaugh@gmail.com','http://cheapestcarinsuranceus.com/','','If some one wants expert view on the topic of running <br />a blog after that i suggest him/her too pay a visit <br />this webpage, Keep up the nice job.<br /><br />my weblog - budget car insurance: http://cheapestcarinsuranceus.com/','195.154.215.215','2015-11-20 06:50:24',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(363,0,70,'com_content','','en-GB',0,'Inkaty.com','Inkaty.com','keishastookey@inbox.com','http://www.inkaty.com/UserProfile/tabid/43/userId/367333/Default.aspx','','Asian cockroaches had been first seen in Lakeland, Florida.','155.94.138.223','2015-11-24 09:03:37',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(364,0,70,'com_content','','en-GB',0,'heroes legend cheats','heroes legend cheats','graigsharrow@web.de','https://docs.google.com/document/d/1gIEi2AN6AaV3mixGp_Bxtc3vU4OqMJsgPy-nC-e7Iag','','Short messaging services is heroes legend cheats a lot easier to download <br />the game at the end of year 2009. We all love cute Angry Birds too or perhaps try something new that you enjoy playing <br />online games, friends staying at Hogwarts headmaster. Tie-up your winnings <br />and secure yourself to share different kinds like puzzle games test the skills of the <br />unit with such a way of connecting to search the current level.','193.169.87.250','2015-11-27 14:58:59',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(365,0,70,'com_content','','en-GB',0,'?????? ???????','?????? ???????','leigh_trent@zoho.com','http://veronica8ratliff54.jimdo.com/2015/12/13/rapid-solutions-in-metalwork-in-herzliya-what-s-needed/','','We should be cautious even though picking a locksmith, as we will need a skilled that will be ready to <br />securely safe our treasured items. It\'s possible you\'ll even search for evaluations online.<br />This is one of the miracles an auto locksmith can perform.<br /><br />Also visit my web blog: ?????? ???????: http://veronica8ratliff54.jimdo.com/2015/12/13/rapid-solutions-in-metalwork-in-herzliya-what-s-needed/','75.127.5.76','2015-12-22 10:36:25',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(366,0,70,'com_content','','en-GB',0,'www.rebelmouse.com','www.rebelmouse.com','maurinesimonson@mailc.net','https://www.rebelmouse.com/michalr15524675934/listed-below-are-the-straightforward-employing-a-rug-solution-ideas-yo-1557405324.html','','Thanks for the share.I hope you will share once again.<br /><br />Feel free to surf to my website carpet cleaning ma (www.rebelmouse.com: https://www.rebelmouse.com/michalr15524675934/listed-below-are-the-straightforward-employing-a-rug-solution-ideas-yo-1557405324.html)','45.72.28.105','2016-01-18 05:38:28',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(367,0,70,'com_content','','en-GB',0,'valentines gift','valentines gift','williams_wormald@freenet.de','http://agronomefilosofa.bloggagratis.se/gilla/?url=http://thevalentinesdaypictures.com/valentines-day-poems','','Hola! I\'ve been reading your blog for a long time now and <br />finally got the courage to go ahead and give you <br />a shout out from Porter Texas! Just wanted to tell you keep up <br />the excellent work!','172.245.125.87','2016-01-25 17:01:54',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(368,0,70,'com_content','','en-GB',0,'Virgilio','Virgilio','collette_diggs@t-online.de','http://www.frenchdesignindex.com/submit','','That is very interesting, You\'re a very skilled blogger.<br />I\'ve joined your rss feed and look ahead to in the hunt for extra of your <br />fantastic post. Additionally, I\'ve shared your web site in my social networks','5.101.219.235','2016-01-26 05:29:46',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(369,0,70,'com_content','','en-GB',0,'Zita','Zita','natasha.hutto@aol.com','https://www.referralkey.com/','','I know this if off topic but I\'m looking into starting my own blog and was wondering what all is <br />required to get set up? I\'m assuming having a blog like yours would cost a pretty penny?<br /><br />I\'m not very web savvy so I\'m not 100% positive. Any tips or advice would be greatly appreciated.<br />Thanks','5.189.205.147','2016-01-26 13:21:43',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(370,0,70,'com_content','','en-GB',0,'Precious','Precious','beauashcraft@web.de','http://juliomills10.webnode.com','','Yeah bookmaking this wasn’t a bad idea. Wonderful post!<br /><br /><br />Also visit my blog post; laptop stickers for hp <br />- Precious: http://juliomills10.webnode.com,','23.95.184.145','2016-01-29 08:14:49',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(371,0,70,'com_content','','en-GB',0,'cialis','cialis','vernondelatte@web.de','http://buyedmeds03.com/','','I know this if off topic but I\'m looking into starting my own weblog and was wondering what all is needed to get set up?<br />I\'m assuming having a blog like yours would cost a pretty penny?<br />I\'m not very internet savvy so I\'m not 100% sure.<br /><br />Any suggestions or advice would be greatly appreciated.<br />Cheers<br /><br />My website ... cialis: http://buyedmeds03.com/','37.115.188.139','2016-02-03 17:23:04',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(372,0,70,'com_content','','en-GB',0,'cialis online','cialis online','randalmcgruder@wildmail.com','http://buyedmeds03.com/','','I need to to thank you for this wonderful read!! I certainly loved every bit <br />of it. I\'ve got you book marked to look at new things you post…<br /><br />Here is my web blog cialis online: http://buyedmeds03.com/','37.115.188.139','2016-02-03 21:59:30',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(373,0,70,'com_content','','en-GB',0,'cialis online','cialis online','kelseyprinsep@bigstring.com','http://buyedmeds03.com/','','Hi this is kinda of off topic but I was wanting to know if <br />blogs use WYSIWYG editors or if you have to manually <br />code with HTML. I\'m starting a blog soon but have no coding experience so <br />I wanted to get guidance from someone with experience.<br />Any help would be greatly appreciated!<br /><br />my blog: cialis online: http://buyedmeds03.com/','37.115.188.139','2016-02-04 02:33:16',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(374,0,70,'com_content','','en-GB',0,'buy cialis','buy cialis','santiagodarvall@inbox.com','http://buyedmeds03.com/','','Why visitors still use to read news papers when in this technological <br />world everything is available on net?<br /><br />my website ... buy cialis: http://buyedmeds03.com/','37.115.188.139','2016-02-04 07:56:17',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(375,0,70,'com_content','','en-GB',0,'cialis online','cialis online','wilma.field@arcor.de','http://buyedmeds03.com/','','My coder is trying to convince me to move to .net from PHP.<br /><br />I have always disliked the idea because of the costs.<br />But he\'s tryiong none the less. I\'ve been using Movable-type on a number <br />of websites for about a year and am worried about switching to another platform.<br />I have heard excellent things about blogengine.net.<br />Is there a way I can import all my wordpress content into it?<br />Any kind of help would be really appreciated!<br /><br />Also visit my weblog cialis <br />online: http://buyedmeds03.com/','37.115.188.139','2016-02-04 12:54:36',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(376,0,70,'com_content','','en-GB',0,'cialis online','cialis online','trinaogrady@gmail.com','http://buyedmeds03.com/','','Hello there, just became alert to your blog through Google, and found that it is really informative.<br />I\'m gonna watch out for brussels. I will appreciate if you continue this in future.<br />Lots of people will be benefited from your writing. Cheers!<br /><br /><br /><br />my website ... cialis <br />online: http://buyedmeds03.com/','37.115.188.139','2016-02-05 03:45:18',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(377,0,70,'com_content','','en-GB',0,'cialis','cialis','clairebussell@bigstring.com','http://buyedmeds03.com/','','This article gives clear idea in favor of the new people of blogging,<br />that actually how to do blogging.<br /><br />Visit my website; cialis: http://buyedmeds03.com/','37.115.188.139','2016-02-05 14:04:05',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(378,0,70,'com_content','','en-GB',0,'?????????????','?????????????','hyeblount@gmail.com','http://www.escolacantoverde.com.br/userinfo.php?uid=889118','','Miss Azalea wore cascading blonde locks and completed her <br />luscious lips while posing just like a model for her Instagram followers.<br />Greening up your grooming can make a dramatic difference <br />in your health and the state of the planet.<br /><br />Turn beet-red and shake your head \"no\" emphatically. To lighten dark lips naturally, you should <br />always keep them moisturized.<br /><br />Also visit my site; ?????????????: http://www.escolacantoverde.com.br/userinfo.php?uid=889118','173.224.116.146','2016-02-05 21:42:14',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(379,0,70,'com_content','','en-GB',0,'cialis online','cialis online','latisha.dease@freenet.de','http://buyedmeds03.com/','','Hey there outstanding blog! Does running a blog such as this <br />take a massive amount work? I have absolutely no knowledge of <br />programming but I had been hoping to start my own blog soon. Anyway, should you have any ideas or techniques for new blog owners please share.<br />I understand this is off subject but I just needed to ask.<br /><br />Thanks!<br /><br />my homepage; cialis online: http://buyedmeds03.com/','37.115.188.139','2016-02-06 03:02:23',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(380,0,70,'com_content','','en-GB',0,'buy cialis','buy cialis','mauricioburgess@freenet.de','http://buyedmeds03.com/','','Howdy are using Wordpress for your blog platform? I\'m <br />new to the blog world but I\'m trying to get <br />started and set up my own. Do you need any html coding <br />knowledge to make your own blog? Any help would be really appreciated!<br /><br /><br />Here is my blog buy cialis: http://buyedmeds03.com/','37.115.188.139','2016-02-06 05:46:46',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(381,0,70,'com_content','','en-GB',0,'?????????????','?????????????','ernestine.hutchens@gmail.com','http://www.marcolongo.org/html/userinfo.php?uid=1490065','','One product that is attracting a lot of attention right now is Maxo - Lip(TM).<br /><br />Although makeup is rarely seen as green there are a few great cosmetic companies that produce high <br />quality mascara using natural ingredients. Here are several <br />techniques fashion games for girls may bring a bit a lot more fun into <br />your kids\' leisure time. Vanessa often uses Neutrogena SPF <br />70, one useful kind of suncream that can protect her skin from sunburn when she has outdoor activities.<br /><br /><br /><br />My website :: ?????????????: http://www.marcolongo.org/html/userinfo.php?uid=1490065','171.96.184.217','2016-02-06 06:16:46',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(382,0,70,'com_content','','en-GB',0,'????????????????????','????????????????????','van.hincks@arcor.de','http://www.tedeschiserramenti.it/userinfo.php?uid=973040','','I realized late that afternoon that I had applied gloss right after lunch and had then forgotten about my lips for hours.<br />I wouldn\'t say lip balm ingredients are physically <br />addicting like nicotine in cigarettes but there\'s no doubt repeating any action often enough results in a psychological habit that\'s hard to break.<br />Naturally rosy and pink lips look visually attractive and make your smile <br />become charming. If there\'s one thing the beauty <br />team at Style - List knows about nails, we <br />know that a perfectly polished manicure begins with a base <br />coat.<br /><br />Also visit my web site: ????????????????????: http://www.tedeschiserramenti.it/userinfo.php?uid=973040','62.233.53.10','2016-02-06 10:06:46',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(383,0,70,'com_content','','en-GB',0,'Cheryle','Cheryle','wyattbrandow@yahoo.de','https://www.rebelmouse.com/angelitaj54445/imagination-coming-details-in-relation-to-notebooks-simply-for-you-1589683453.html','','I happen to be reading out a few of your posts and i must say good stuff.<br />I\'ll surely bookmark your blog.<br /><br />my page - computer repair in ri [Cheryle: https://www.rebelmouse.com/angelitaj54445/imagination-coming-details-in-relation-to-notebooks-simply-for-you-1589683453.html]','181.214.91.61','2016-02-06 10:21:34',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(384,0,70,'com_content','','en-GB',0,'cialis','cialis','hermanstansbury@gmail.com','http://buyedmeds03.com/','','This is a topic that is near to my heart... Take care!<br />Where are your contact details though?<br /><br />Here is my homepage - cialis: http://buyedmeds03.com/','37.115.188.139','2016-02-07 05:22:48',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(385,0,70,'com_content','','en-GB',0,'cialis online','cialis online','hildredmichalski@gmail.com','http://buyedmeds03.com/','','I love your blog.. very nice colors & theme. Did you make this website <br />yourself or did you hire someone to do it for you?<br /><br />Plz respond as I\'m looking to create my own blog and <br />would like to find out where u got this from. kudos<br /><br />Take a look at my weblog cialis online: http://buyedmeds03.com/','37.115.188.139','2016-02-07 11:36:22',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(386,0,70,'com_content','','en-GB',0,'buy cialis','buy cialis','jada.gillette@gmail.com','http://buyedmeds03.com/','','I am not sure where you are getting your info, but great topic.<br /><br />I needs to spend some time learning more or understanding more.<br />Thanks for wonderful info I was looking for this information for my mission.<br /><br />Here is my web-site - buy cialis: http://buyedmeds03.com/','37.115.188.139','2016-02-07 14:10:09',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(387,0,70,'com_content','','en-GB',0,'cialis online','cialis online','tahlia.wand@aol.com','http://buyedmeds03.com/','','What a data of un-ambiguity and preserveness of precious knowledge concerning unexpected emotions.<br /><br /><br />my blog: cialis online: http://buyedmeds03.com/','37.115.188.139','2016-02-08 09:46:08',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(388,0,70,'com_content','','en-GB',0,'buy cialis','buy cialis','malissaeyler@gmail.com','http://buyedmeds03.com/','','Thanks for sharing such a pleasant opinion, post is nice, thats why i have read it fully<br /><br />Stop by my homepage ... buy cialis: http://buyedmeds03.com/','37.115.188.139','2016-02-08 13:16:19',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(389,0,70,'com_content','','en-GB',0,'cialis online','cialis online','wendy.robey@aol.com','http://buyedmeds03.com/','','Thank you for the good writeup. It in fact was a amusement account it.<br />Look advanced to far added agreeable from you! By the way, how could we communicate?<br /><br /><br />my web blog cialis online: http://buyedmeds03.com/','37.115.188.139','2016-02-08 17:18:25',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(390,0,70,'com_content','','en-GB',0,'cialis online','cialis online','brigittefredericksen@gmail.com','http://buyedmeds03.com/','','Hi, I desire to subscribe for this webpage to take latest <br />updates, thus where can i do it please assist.<br /><br />Here is my website; cialis online: http://buyedmeds03.com/','37.115.188.139','2016-02-08 22:30:50',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(391,0,70,'com_content','','en-GB',0,'cialis','cialis','kathlene.yancy@freenet.de','http://buyedmeds03.com/','','Hello would you mind stating which blog platform you\'re working with?<br />I\'m planning to start my own blog in the near future but I\'m having a difficult time choosing between BlogEngine/Wordpress/B2evolution and <br />Drupal. The reason I ask is because your layout seems different then most blogs and I\'m looking for something unique.<br /><br />P.S Sorry for getting off-topic but I had to ask!<br /><br /><br /><br />Look at my weblog; cialis: http://buyedmeds03.com/','37.115.188.139','2016-02-09 06:34:12',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(392,0,70,'com_content','','en-GB',0,'buy cialis','buy cialis','vernalogue@arcor.de','http://buyedmeds03.com/','','Hello There. I found your blog using msn. This is a very well written article.<br />I\'ll be sure to bookmark it and come back to read more of your useful info.<br />Thanks for the post. I\'ll definitely return.<br /><br />Here is my webpage: buy cialis: http://buyedmeds03.com/','37.115.188.139','2016-02-09 09:37:42',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(393,0,70,'com_content','','en-GB',0,'cialis','cialis','karryscofield@inbox.com','http://buyedmeds03.com/','','I always used to read article in news papers but now as I am a user of <br />web thus from now I am using net for posts, thanks to web.<br /><br /><br />my blog: cialis: http://buyedmeds03.com/','37.115.188.139','2016-02-09 15:18:46',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(394,0,70,'com_content','','en-GB',0,'buy cialis','buy cialis','tonybutters@gmail.com','http://buyedmeds03.com/','','Everyone loves what you guys tend to be up too.<br />This kind of clever work and exposure! Keep up <br />the good works guys I\'ve added you guys to my <br />personal blogroll.<br /><br />Review my web-site ... buy cialis: http://buyedmeds03.com/','37.115.188.139','2016-02-10 02:02:48',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(395,0,70,'com_content','','en-GB',0,'??? ??? ????? ????','??? ??? ????? ????','hermansargood@gmail.com','https://www.youtube.com/watch?v=DPcBjeVrboA','','This post gives clear idea in favor of the new people of blogging, that truly <br />how to do blogging.<br /><br />Look at my weblog; ??? ??? ????? ????: https://www.youtube.com/watch?v=DPcBjeVrboA','192.3.31.151','2016-02-10 02:12:53',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(396,0,70,'com_content','','en-GB',0,'cialis','cialis','gordongodfrey@arcor.de','http://buyedmeds03.com/','','Thanks in support of sharing such a nice opinion, article is nice,<br />thats why i have read it entirely<br /><br />my page ... cialis: http://buyedmeds03.com/','37.115.188.139','2016-02-10 05:11:35',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(397,0,70,'com_content','','en-GB',0,'cialis online','cialis online','lee.davisson@bigstring.com','http://buyedmeds03.com/','','Appreciating the persistence you put into your blog and detailed information you <br />offer. It\'s awesome to come across a blog every once in a while that isn\'t the same unwanted rehashed <br />material. Excellent read! I\'ve bookmarked your site and I\'m adding your RSS feeds to my <br />Google account.<br /><br />Look at my weblog cialis online: http://buyedmeds03.com/','37.115.188.139','2016-02-10 09:23:26',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(398,0,70,'com_content','','en-GB',0,'cialis online','cialis online','consuelodowie@the-fastest.net','http://buyedmeds03.com/','','Fastidious response in return of this difficulty with solid arguments and describing the whole thing regarding that.<br /><br /><br />My weblog; cialis online: http://buyedmeds03.com/','37.115.188.139','2016-02-10 12:09:31',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(399,0,70,'com_content','','en-GB',0,'cialis online','cialis online','bridgettegalvin@freenet.de','http://buyedmeds03.com/','','I am regular reader, how are you everybody? This article <br />posted at this website is in fact fastidious.<br /><br />Here is my web blog - cialis online: http://buyedmeds03.com/','37.115.188.139','2016-02-10 14:39:21',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(400,0,70,'com_content','','en-GB',0,'buy cialis','buy cialis','manualcatts@gawab.com','http://buyedmeds03.com/','','You\'re so awesome! I don\'t think I\'ve truly read through something like that before.<br />So nice to discover another person with some unique thoughts on this <br />subject matter. Seriously.. thanks for starting this up.<br />This site is something that is required on the web, someone with some originality!<br /><br /><br />Also visit my webpage ... buy cialis: http://buyedmeds03.com/','37.115.188.139','2016-02-10 19:02:40',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(401,0,70,'com_content','','en-GB',0,'cialis online','cialis online','rashadbutz@gmail.com','http://buyedmeds03.com/','','What\'s up, after reading this amazing paragraph i am as well cheerful to share <br />my experience here with mates.<br /><br />My website cialis online: http://buyedmeds03.com/','37.115.188.139','2016-02-10 23:21:52',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(402,0,70,'com_content','','en-GB',0,'cialis online','cialis online','anniekruse@bigstring.com','http://buyedmeds03.com/','','This site certainly has all of the information I wanted about <br />this subject and didn\'t know who to ask.<br /><br />Feel free to visit my web page; cialis online: http://buyedmeds03.com/','37.115.188.139','2016-02-12 07:47:58',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(403,0,70,'com_content','','en-GB',0,'cialis online','cialis online','clair.scherf@yahoo.de','http://buyedmeds03.com/','','I wanted to thank you for this good read!! I definitely enjoyed every <br />bit of it. I have you bookmarked to look at new stuff you post…<br /><br />my blog post :: cialis online: http://buyedmeds03.com/','37.115.188.139','2016-02-12 19:19:37',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(404,0,70,'com_content','','en-GB',0,'buy cialis','buy cialis','sylviasoares@gmx.de','http://buyedmeds03.com/','','Hi there! Do you know if they make any plugins to safeguard against hackers?<br /><br />I\'m kinda paranoid about losing everything I\'ve worked hard on. Any suggestions?<br /><br /><br /><br />My page - buy cialis: http://buyedmeds03.com/','37.115.188.139','2016-02-13 10:28:37',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(405,0,70,'com_content','','en-GB',0,'Fred','Fred','lillaandre@freenet.de','https://www.rebelmouse.com/georgianna44r/how-to-deal-with-locksmithing-issues-simply-and-easily-68-1597853715.html','','You must partake in a contest for amongst the very best blogs online.<br /><br />I will suggest this web site!<br /><br />my blog post; boston locksmith (Fred: https://www.rebelmouse.com/georgianna44r/how-to-deal-with-locksmithing-issues-simply-and-easily-68-1597853715.html)','23.95.111.152','2016-02-13 11:03:29',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(406,0,70,'com_content','','en-GB',0,'cialis online','cialis online','mckenzie.lysaght@vegemail.com','http://buyedmeds03.com/','','Hmm it seems like your website ate my first comment <br />(it was super long) so I guess I\'ll just sum it up what I submitted <br />and say, I\'m thoroughly enjoying your blog.<br />I as well am an aspiring blog writer but I\'m <br />still new to the whole thing. Do you have any recommendations for novice blog writers?<br />I\'d genuinely appreciate it.<br /><br />Feel free to surf to my blog - cialis online: http://buyedmeds03.com/','37.115.188.139','2016-02-14 13:56:33',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(407,0,70,'com_content','','en-GB',0,'buy cialis','buy cialis','benedictchaffin@zoho.com','http://buyedmeds03.com/','','It\'s wonderful that you are getting thoughts from this post as <br />well as from our argument made at this place.<br /><br />Review my web blog - buy cialis: http://buyedmeds03.com/','37.115.188.139','2016-02-14 17:31:37',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(408,0,70,'com_content','','en-GB',0,'buy cialis','buy cialis','louellakrouse@gmail.com','http://buyedmeds03.com/','','Attractive section of content. I just stumbled upon your blog and in accession capital to assert that I acquire actually enjoyed account your blog posts.<br />Any way I will be subscribing to your augment <br />and even I achievement you access consistently rapidly.<br /><br />my web blog ... buy cialis: http://buyedmeds03.com/','37.115.188.139','2016-02-15 21:09:31',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(409,0,70,'com_content','','en-GB',0,'Churn and Burn','Churn and Burn','pamelacaffyn@yahoo.com','http://hellyeahhorrormovies.tumblr.com/post/139350998118/churn-and-burn-rank-google-with-35000-backlinks','','Greetings from Florida! I\'m bored to death <br />at work so I decided to browse your blog on my iphone during lunch <br />break. I love the info you present here and can\'t wait to take a look <br />when I get home. I\'m amazed at how fast your blog loaded on my mobile ..<br /><br />I\'m not even using WIFI, just 3G .. Anyhow, awesome blog!<br /><br /><br />My site :: Churn and Burn: http://hellyeahhorrormovies.tumblr.com/post/139350998118/churn-and-burn-rank-google-with-35000-backlinks','23.250.89.108','2016-02-15 21:24:08',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(410,0,70,'com_content','','en-GB',0,'video marketing','video marketing','ida.woodard@imapmail.org','http://serpwave.com/video-marketing/','','WOW just what I was looking for. Came here by searching for meilleur bruleur de graisse<br /><br />Visit my blog post: video marketing: http://serpwave.com/video-marketing/','104.144.17.110','2016-02-22 19:30:27',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(411,0,70,'com_content','','en-GB',0,'video marketing','video marketing','stepanieblair@zoho.com','http://serpwave.com/video-marketing/','','Hey there, I think your website might be having browser compatibility issues.<br /><br />When I look at your blog in Firefox, it looks fine but when opening in Internet Explorer, it has some overlapping.<br />I just wanted to give you a quick heads up!<br />Other then that, very good blog!<br /><br />my homepage; video marketing: http://serpwave.com/video-marketing/','23.250.89.108','2016-02-22 23:43:40',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(412,0,70,'com_content','','en-GB',0,'cialis','cialis','saramckie@live.de','http://buyedmeds03.com/','','Hi, I do think this is a great web site. I stumbledupon it ;) I am going to return once <br />again since I book marked it. Money and freedom is the greatest <br />way to change, may you be rich and continue to help others.<br /><br /><br />Also visit my webpage: cialis: http://buyedmeds03.com/','37.115.188.139','2016-02-27 23:30:46',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(413,0,70,'com_content','','en-GB',0,'cialis','cialis','arden.gillis@gmail.com','http://buyedmeds03.com/','','Hi there would you mind letting me know which web host you\'re utilizing?<br />I\'ve loaded your blog in 3 completely different <br />browsers and I must say this blog loads a lot faster then most.<br /><br />Can you recommend a good hosting provider at a honest price?<br />Cheers, I appreciate it!<br /><br />My web blog :: cialis: http://buyedmeds03.com/','37.115.188.139','2016-02-28 13:02:53',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(414,0,70,'com_content','','en-GB',0,'buy cialis','buy cialis','maryanneheinig@bigstring.com','http://buyedmeds03.com/','','Hello there, You have done a fantastic job. I will certainly digg it and personally suggest to my friends.<br />I\'m confident they will be benefited from this web site.<br /><br /><br />Here is my site - buy cialis: http://buyedmeds03.com/','37.115.188.139','2016-02-28 16:10:14',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(415,0,70,'com_content','','en-GB',0,'cialis','cialis','mittie_banks@emailengine.net','http://buyedmeds03.com/','','That is a really good tip especially to those fresh <br />to the blogosphere. Short but very accurate info… Appreciate your sharing this one.<br />A must read article!<br /><br />Here is my website cialis: http://buyedmeds03.com/','37.115.188.139','2016-02-29 16:18:13',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(416,0,70,'com_content','','en-GB',0,'buy cialis','buy cialis','utemcclellan@hotmail.de','http://buyedmeds03.com/','','Hi, I do think this is a great site. I stumbledupon it ;) I am going to return once again since I book-marked it.<br />Money and freedom is the greatest way to change, may you be rich and continue to guide other people.<br /><br /><br />Also visit my web site; buy cialis: http://buyedmeds03.com/','37.115.188.139','2016-03-01 14:15:47',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(417,0,70,'com_content','','en-GB',0,'Best Power bank','Best Power bank','jeannaeddington@gmail.com','http://powerbankreview.strikingly.com/','','When I initially commented I clicked the \"Notify me when new comments are added\" checkbox and now each time a comment is added I get several <br />emails with the same comment. Is there any way you can remove me from that <br />service? Thanks!<br /><br />My weblog; Best Power bank: http://powerbankreview.strikingly.com/','172.245.107.81','2016-03-05 17:15:08',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(418,0,70,'com_content','','en-GB',0,'top 10 power bank','top 10 power bank','shereeliu@inbox.com','http://powerbankreview.strikingly.com/','','Everything is very open with a precise description of the issues.<br /><br />It was really informative. Your website is very useful. Thanks for sharing!<br /><br /><br /><br />Here is my blog post ... top 10 power bank: http://powerbankreview.strikingly.com/','184.171.240.84','2016-03-05 18:06:58',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(419,0,70,'com_content','','en-GB',0,'top 10 power bank','top 10 power bank','brittanykeegan@gawab.com','http://powerbankreview.strikingly.com/','','Hi, after reading this amazing post i am too cheerful to share my experience here with colleagues.<br /><br /><br />Here is my weblog top 10 power bank: http://powerbankreview.strikingly.com/','23.94.66.200','2016-03-05 19:03:25',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(420,0,70,'com_content','','en-GB',0,'dev2.aboutadam.com','dev2.aboutadam.com','jeanasands@gmail.com','http://dev2.aboutadam.com/members/claudettearisp/activity/771139/','','Nice post. I was checking constantly this weblog and I am impressed!<br />Very useful information specifically the last section :<br />) I care dating advice for men (dev2.aboutadam.com: http://dev2.aboutadam.com/members/claudettearisp/activity/771139/) such information much.<br /><br />I used to be looking for this certain information for a very lengthy time.<br />Thanks and best of luck.','192.3.83.209','2016-03-09 21:32:45',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(421,0,70,'com_content','','en-GB',0,'blog.wzabc.com','blog.wzabc.com','mckinley.leichhardt@gmx.de','http://blog.wzabc.com/space.php?uid=84805&#038;do=blog&#038;id=172504','','Way cool! Some extremely valid points! I appreciate you penning this article and the rest of the website is also really good.<br /><br /><br />Here is my homepage; dating advice for women [blog.wzabc.com: http://blog.wzabc.com/space.php?uid=84805&do=blog&id=172504]','23.94.82.192','2016-03-11 23:02:53',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(422,0,70,'com_content','','en-GB',0,'??????????????','??????????????','sterlinghemming@gmail.com','http://www.stochasticchallenge.org/SW/index.php/E0B980E0B8A5E0B8B7E0B8ADE0B881E0B8A3E0B8B0E0B89AE0B89A_Real-E0B982E0B8A5E0B881E0B882E0B8ADE0B887E0B980E0B88BE0B8A3E0B8B1E0B988E0B8A1E0B89BE0B8A5E0B8B9E0B881E0B884E0B8B4E0B989E0B8A7','','Some primers contain holographic micro-spheres that hide flaws <br />by bouncing back light and giving a youthful glow to your face.<br />First off, the price tag runs in the $400-500 category, making it out of reach for many <br />individuals. However, there are a few cosmetic tricks you can use to keep your face as youthful as you feel.<br />They\'re everywhere, from the New York Fashion Week to the Shahs of Sunset.<br /><br /><br />my homepage; ??????????????: http://www.stochasticchallenge.org/SW/index.php/%E0%B9%80%E0%B8%A5%E0%B8%B7%E0%B8%AD%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%9A%E0%B8%9A_Real-%E0%B9%82%E0%B8%A5%E0%B8%81%E0%B8%82%E0%B8%AD%E0%B8%87%E0%B9%80%E0%B8%8B%E0%B8%A3%E0%B8%B1%E0%B9%88%E0%B8%A1%E0%B8%9B%E0%B8%A5%E0%B8%B9%E0%B8%81%E0%B8%84%E0%B8%B4%E0%B9%89%E0%B8%A7','216.31.12.23','2016-03-16 02:04:59',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(423,0,70,'com_content','','en-GB',0,'???????','???????','efrennorthfield@gawab.com','http://roadtocanada.com/forums/member.php?action=profile&#038;uid=33956','','This is my first time pay a quick visit at here and <br />i am in fact pleassant to read everthing at single place.<br /><br /><br />my page ???????: http://roadtocanada.com/forums/member.php?action=profile&uid=33956','110.78.144.117','2016-03-22 06:33:44',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(424,0,70,'com_content','','en-GB',0,'Ru.Topodin.com','Ru.Topodin.com','ameliefeakes@freenet.de','https://Ru.Topodin.com/samara','','If you would like to increase your experience just keep visiting this website and be updated with the hottest news update posted <br />here.<br /><br />My web page ??????????? ?????? ??????, Ru.Topodin.com: https://Ru.Topodin.com/samara,','134.249.136.214','2016-04-03 04:22:39',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(425,0,70,'com_content','','en-GB',0,'?????????','?????????','stan.newport@animail.net','http://yeella.com/seo/post/rabota-s-sotsialnymi-setyami-smm','','I have been browsing on-line more than three <br />hours nowadays, yet I never found any interesting article like yours.<br /><br />It is pretty worth sufficient for me. Personally, if all site owners and bloggers made good <br />content as you did, the web will probably be <br />much more useful than ever before.<br /><br />Here is my web site; ?????????: http://yeella.com/seo/post/rabota-s-sotsialnymi-setyami-smm','134.249.136.214','2016-04-03 05:58:21',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(426,0,70,'com_content','','en-GB',0,'????? ??????','????? ??????','jenslemann@gmail.com','http://yeella.com/seo/post/reputatsiya-v-seti-dlya-malogo-i-srednego-biznesa','','Hi friends, how is the whole thing, and what you desire to say about this paragraph,<br />in my view its genuinely remarkable for me.<br /><br />Here is my homepage ????? ??????: http://yeella.com/seo/post/reputatsiya-v-seti-dlya-malogo-i-srednego-biznesa','134.249.136.214','2016-04-04 22:07:18',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(427,0,70,'com_content','','en-GB',0,'unlock iphone 6s','unlock iphone 6s','julianfisk@gmail.com','https://www.youtube.com/watch?v=VcDar7B4EmA','','Very quickly this site will be famous amid all blogging and site-building users, due to it\'s pleasant posts<br /><br />Also visit my blog post; unlock iphone 6s: https://www.youtube.com/watch?v=VcDar7B4EmA','155.94.219.231','2016-04-10 16:36:43',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(428,0,70,'com_content','','en-GB',0,'unlock iphone 6s','unlock iphone 6s','margret.travis@t-online.de','https://www.youtube.com/watch?v=VcDar7B4EmA','','This blog was... how do I say it? Relevant!!<br />Finally I\'ve found something which helped me.<br />Appreciate it!<br /><br />my webpage :: unlock iphone 6s: https://www.youtube.com/watch?v=VcDar7B4EmA','23.94.119.209','2016-04-11 06:15:49',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(429,0,70,'com_content','','en-GB',0,'unlock iphone 6s','unlock iphone 6s','adanhamm@gmail.com','https://www.facebook.com/kbwserpwave/posts/266553307019462','','It\'s not my first time to pay a visit this site, i am visiting this web page dailly and obtain nice information from here every day.<br /><br /><br /><br />Here is my blog post :: unlock iphone <br />6s: https://www.facebook.com/kbwserpwave/posts/266553307019462','23.232.240.202','2016-04-13 00:40:40',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(430,0,70,'com_content','','en-GB',0,'unlock iphone 6s','unlock iphone 6s','claricebaddeley@gmail.com','https://www.facebook.com/kbwserpwave/posts/266553307019462','','Thanks in favor of sharing such a fastidious opinion, <br />piece of writing is nice, thats why i have read it <br />entirely<br /><br />Feel free to visit my page: unlock iphone 6s: https://www.facebook.com/kbwserpwave/posts/266553307019462','23.94.238.10','2016-04-13 03:49:04',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(431,0,70,'com_content','','en-GB',0,'unlock iphone 6s','unlock iphone 6s','shannabradford@gmail.com','https://trello.com/abnormalorphan1','','Hello I am so excited I found your webpage, I really found you by mistake, while I <br />was looking on Bing for something else, Anyways I am here <br />now and would just like to say kudos for a marvelous post <br />and a all round thrilling blog (I also love the theme/design), I don\'t have time <br />to look over it all at the moment but I have <br />book-marked it and also added your RSS feeds, so when I have <br />time I will be back to read much more, Please do keep up the superb <br />work.<br /><br />My web page - unlock iphone 6s: https://trello.com/abnormalorphan1','216.158.204.212','2016-04-16 13:48:34',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(432,0,70,'com_content','','en-GB',0,'lose1lbdaily.com','lose1lbdaily.com','denese.kroll@inbox.com','http://www.lose1lbdaily.com/component/easyblog/blogger/listings/vincedagostino6.html?Itemid=474','','Prestige Group, India\'s main developer launched six premium residential developments in the metropolis on 23rd February 2015.','23.105.45.89','2016-04-20 05:49:11',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(433,0,70,'com_content','','en-GB',0,'unlock samsung','unlock samsung','dallas.holleran@web.de','http://www.weather.gov/cgi-bin/nwsexit.pl?url=https://youtube.com/watch?v=2I_yWO-ZE9s','','I think this is one of the most vital information for me.<br />And i am glad reading your article. But want to remark on few general things, The <br />website style is perfect, the articles is really excellent : D.<br />Good job, cheers<br /><br />Review my web-site unlock samsung: http://www.weather.gov/cgi-bin/nwsexit.pl?url=https://youtube.com/watch?v=2I_yWO-ZE9s','216.158.204.212','2016-04-21 10:38:43',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(434,0,70,'com_content','','en-GB',0,'nix solutions ltd','nix solutions ltd','nick.brittain@inbox.com','http://vk.com/page-46308265_46774478','','You a?tually make it s?em so eas? with your presentation but I find this topic to be really som?thing which I think I would never understand.<br /><br />It seems too complicated and extremely broad f?r me. ? am lo?king forwa?d for your next post, ? <br />wil? try to get th? h?ng of it!<br /><br />Fee? free t? visit my web-site ... nix solutions lt?: http://vk.com/page-46308265_46774478','27.111.185.228','2016-04-26 19:13:04',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(435,0,70,'com_content','','en-GB',0,'Reviews','Reviews','princecoldiron@freenet.de','http://www.nixsolutions.com/company/reviews/','','First off I would lik? to say awesome blog! I had a quick question that ?\'d like to ask if you don\'t <br />mind. I w?s interested to know how you center ?ourself <br />and clear your mind before writing. I have had a hard time clearing my thou?hts in getting my ideas out.<br /><br />I truly do enjo? writing but it ju?t seems like the first 10 to 15 minutes are lost j?st <br />try?ng to f?gur? out how to b?gin. Any ideas or tips?<br /><br />Many thanks!<br /><br />Look at my web-site; R?views: http://www.nixsolutions.com/company/reviews/','216.100.91.250','2016-04-27 00:48:31',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(436,0,70,'com_content','','en-GB',0,'unlock iphone 6s','unlock iphone 6s','jacinto.augustine@gmail.com','http://issuu.com/longdeformity3950/docs/146191839357231ab963381','','My developer is trying to persuade me to move to .net from PHP.<br />I have always disliked the idea because of the expenses.<br />But he\'s tryiong none the less. I\'ve been using WordPress on various websites for about a year and am worried about switching to <br />another platform. I have heard fantastic things about blogengine.net.<br />Is there a way I can import all my wordpress posts into it?<br />Any kind of help would be really appreciated!<br /><br /><br />my homepage unlock <br />iphone 6s: http://issuu.com/longdeformity3950/docs/146191839357231ab963381','216.158.197.156','2016-04-29 16:54:52',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(437,0,70,'com_content','','en-GB',0,'intercombase','intercombase','minervaclifford@gawab.com','http://Www.intercombase.com/norwegian-language-translation.html','','W?w, marvelous blog l?yout! How l?ng have you been blogging for?<br />you made blogging look easy. The overa?l look of your site is great, ?s well as the content!<br /><br /><br />my ?eblog; intercombase: http://Www.intercombase.com/norwegian-language-translation.html','91.229.76.69','2016-05-01 22:53:18',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(438,0,70,'com_content','','en-GB',0,'???','???','tyrone_rignall@yahoo.com','http://viptube.org/beremennie/','','H?y there! Do you know if the? make ?ny plugins to help <br />with Search Engine Optimizati?n? I\'m trying to get my blog to rank fo? some <br />targeted keywords but I\'m not seeing very good results.<br />If you know of any pleas? share. Th?nk you!<br /><br />Here is my blog :: ???: http://viptube.org/beremennie/','176.107.176.46','2016-05-02 05:36:33',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(439,0,70,'com_content','','en-GB',0,'unlock iphone 6s','unlock iphone 6s','octavio_bleau@imapmail.org','https://github.com/unlockiphone6s75','','Thank you for the good writeup. It in fact was a amusement account it.<br />Look advanced to more added agreeable from you! However, how can we communicate?<br /><br /><br />Look at my page unlock iphone 6s: https://github.com/unlockiphone6s75','104.160.8.123','2016-05-04 08:42:47',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(440,0,70,'com_content','','en-GB',0,'unlock iphone 6s','unlock iphone 6s','winifredbenavidez@t-online.de','https://www.evernote.com/shard/s352/sh/77c957bb-768c-4a76-9e3c-440eb8ddb141/cec48ff34a3510121bda3e9b5ee16c76','','I will right away clutch your rss as I can\'t find your e-mail <br />subscription link or e-newsletter service. Do you\'ve any? <br />Kindly allow me recognize in order that I may subscribe.<br />Thanks.<br /><br />My weblog ... unlock iphone 6s: https://www.evernote.com/shard/s352/sh/77c957bb-768c-4a76-9e3c-440eb8ddb141/cec48ff34a3510121bda3e9b5ee16c76','216.158.212.4','2016-05-04 10:09:33',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(441,0,70,'com_content','','en-GB',0,'unlock iphone 6s','unlock iphone 6s','miquelponder@zoho.com','http://hopeeg.weebly.com/blog/unlock-iphone-6s','','Do you mind if I quote a few of your posts as long as I <br />provide credit and sources back to your webpage?<br />My website is in the exact same niche as yours and my users would genuinely benefit from a lot of the information you <br />provide here. Please let me know if this ok with you. Cheers!<br /><br /><br />Review my site; unlock iphone 6s: http://hopeeg.weebly.com/blog/unlock-iphone-6s','216.158.197.254','2016-05-04 11:54:41',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(442,0,70,'com_content','','en-GB',0,'???? ????? ??????','???? ????? ??????','terrencechristie@hotmail.com','http://viptube.org/spermavnutri/','','I got t?is site from my friend who told me regard?ng this site and at the <br />moment this time I am visiting this site and re?ding ve?y informative <br />articles at this place.<br /><br />My web b?og; ???? <br />????? ??????: http://viptube.org/spermavnutri/','84.23.107.197','2016-05-05 13:48:45',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(443,0,70,'com_content','','en-GB',0,'viptube','viptube','gladissanto@yahoo.com','http://viptube.org/lyubitelskoe/','','I got this we? page from my pal who info?med me about this site and at <br />the moment this time I am visiting this web site and reading very <br />informative articles or reviews at this time.<br /><br /><br />Fee? free to visit my ?eblog :: viptube: http://viptube.org/lyubitelskoe/','5.189.129.137','2016-05-06 03:06:20',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(444,0,70,'com_content','','en-GB',0,'Viptube.Org','Viptube.Org','kayraphael@gmail.com','http://viptube.org/black/','','Hi, Neat post. T?ere\'s an issue togethe? with your website in web explorer, may check this?<br /><br />IE still is the market lea?e? and ? good component <br />to people w?ll pass over your wonderful writing d?e to <br />this p?ob?em.<br /><br />Check out my homepage :: ???? ? ?????? ???????? (Viptub?.Org: http://viptube.org/black/)','91.229.77.234','2016-05-07 01:28:11',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(445,0,70,'com_content','','en-GB',0,'www.cylex.co.nz','www.cylex.co.nz','celeste.dickinson@gmail.com','http://www.cylex.co.nz/company/heat+pumps+auckland-18137236.html','','I think this website got some truly helpful stuff on it!<br /><br /><br />Here is my blog - Heat Pump Quotes - www.cylex.co.nz: http://www.cylex.co.nz/company/heat+pumps+auckland-18137236.html -','107.150.87.87','2016-05-07 08:01:55',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(446,0,70,'com_content','','en-GB',0,'Heat Pumps Auckland','Heat Pumps Auckland','charity.wymark@emailgroups.net','http://Bizcommunity.com/CompanyView/HeatPumpsAuckland','','I enjoy what you guys are posting. Such sensible work!<br /><br />keep on the outstanding works fellas I’ve incorporated <br />you guys to my blogroll. I think it will increase the value of my site.<br /><br /><br />My web site :: Heat Pumps Auckland: http://Bizcommunity.com/CompanyView/HeatPumpsAuckland','107.161.92.121','2016-05-07 11:23:11',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(447,0,70,'com_content','','en-GB',0,'Free VR Porn','Free VR Porn','lindsaypanos@gawab.com','http://www.plazaboulevardhotel.com/','','Go The Mile With VR Porn, The Way To See When Virtual Reality <br />Porn Has Won. Virtual Reality Headsets That Work With VR Porn and <br />There\'s No Way You Haven\'t Been Aware Of Virtual Reality Porn','50.136.10.91','2016-05-10 02:44:04',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(448,0,70,'com_content','','en-GB',0,'VR porn','VR porn','tammigower@web.de','http://www.article-hut.com/','','3d VR Porn Is Getting Bigger, Stand Up And Discover Serious Porn, Virtual Reality Porn. Take Virtual Reality Porn Today <br />and The Reality Regarding VR Porn','68.58.196.252','2016-05-10 06:34:55',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(449,0,70,'com_content','','en-GB',0,'vr porn for women','vr porn for women','marianmichaud@gmail.com','http://themeadowsapts.net/','','Alluring VR Porn Is At Foot, Gas, Grass Or Ass? How About VR Porn?.<br />Virtual Reality Porn Is Better Than Ever and Be <br />Daring And Delight In Real Porn, VR Porn','96.38.114.196','2016-05-10 09:01:16',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(450,0,70,'com_content','','en-GB',0,'VR Porn','VR Porn','dyanbalmain@bigstring.com','http://normandyapt.net/','','Make Virtual Reality Porn Part Of Your Big Day, Men Check Out VR Porn. Go For Broke And See Real Porn, Virtual Reality Porn and I Can See The Future In Virtual Reality Porn','75.118.5.69','2016-05-10 12:51:26',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(451,0,70,'com_content','','en-GB',0,'mobile vr porn','mobile vr porn','barb.clough@hotmail.de','http://www.article-hut.com/','','Leave A Tip, Virtual Reality Porn Knows The Score, Just How VR Porn Does <br />The Job. Laughing And Weeping Using A Virtual Reality Porn Movie and People Who\'s Ready,<br />Believes VR Porn','66.26.236.232','2016-05-10 15:24:51',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(452,0,70,'com_content','','en-GB',0,'HD VR porn','HD VR porn','dominiquefocken@web.de','http://big-n.com/','','Need To Know The Great Thing About Virtual Reality Porn?,<br />Superior VR Porn Is Everywhere. Street Hookers On Virtual Reality Porn and <br />There\'s Gold In VR Porn','24.126.144.95','2016-05-10 17:58:18',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(453,0,70,'com_content','','en-GB',0,'virtual reality porn','virtual reality porn','grace.hacker@yahoo.de','http://www.mkm-europe.com/','','What Quantity Of VR Porn Movies Will You See?, The Manner Virtual <br />Reality Porn Works Best. It\'s Known As VR Porn and Virtual <br />Reality Porn Is Far Better Than Ever','24.143.103.204','2016-05-10 22:53:57',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(454,0,70,'com_content','','en-GB',0,'Ivory','Ivory','joditegg@t-online.de','http://viptube.org/','','bookmark?d!!, I re?lly ?ike your web ?ite!<br /><br />Here is my website; ????? ?????? ???? ????? (Ivory: http://viptube.org/)','176.107.176.46','2016-05-11 00:25:59',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(455,0,70,'com_content','','en-GB',0,'????? ????? ????????','????? ????? ????????','joie.clough@gmail.com','http://viptube.org/lesbians/738-moskovskoe-porno-russkih-studentov.html','','?ecause the admin of this web page is working, no qu?stion very soon it will b? well-known, due to its quality cont?nts.<br /><br /><br />my h?mepage; ????? ????? ????????: http://viptube.org/lesbians/738-moskovskoe-porno-russkih-studentov.html','91.229.78.75','2016-05-11 17:22:07',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(456,0,70,'com_content','','en-GB',0,'VR Porn','VR Porn','briannemcmahon@yahoo.com','http://music.prijatelji.in.rs/profile.php?u=ChristaForw','','I have been exploring for a little for any high quality <br />articles or blog posts on this sort of space . Exploring in Yahoo I <br />eventually stumbled upon this website. Studying this information So i am glad to exhibit <br />that I\'ve an incredibly just right uncanny feeling I discovered <br />exactly what I needed. I such a lot surely will make sure to <br />do not fail to remember this site and give it a glance on a relentless basis.','67.149.69.184','2016-05-11 21:51:13',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(457,0,70,'com_content','','en-GB',0,'free cardboard Porn','free cardboard Porn','krista.steele@gmail.com','http://power7924.co.kr/xe/?document_srl=1372087','','Strong Virtual Reality Porn Is Out And About, Humbly Realize That Virtual Reality Porn Might Take Over.<br />Frivolous Virtual Reality Porn Is Active and Ways To Tell When VR Porn Has Won','76.180.54.231','2016-05-12 01:43:03',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(458,0,70,'com_content','','en-GB',0,'www.reddit.com','www.reddit.com','susiemicklem@t-online.de','https://www.reddit.com/r/gamesandhacks/comments/4i4tcb/star_trek_timeline_hack_tool_2016_free_dilithium/','','These characteristics empowering the gamer while cheating Star Trek Timelines have empowered the gamer while using Star Trek <br />timelines Hack tool not to root the apparatus to stay anonymous.<br />Rather than wasting money attempting to buy the <br />game features,there\'s an easy provision of downloading this game’s hack tool.<br />This enables the gamer to have free unlimited <br />Dilithium and other useful things in the game. Star Trek Timelines hack features includes other resources and endless Dilithium.<br /><br /><br />This applications has an astonishing interface that\'s really user friendly and supports Android and IOS devices and its free from viruses.<br />This cheat gives the gamer all in-program purchases at no cost.<br />Remember that you will not have to download or install anything for your computer or <br />mobile device.','23.104.184.49','2016-05-16 21:26:46',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(459,0,70,'com_content','','en-GB',0,'History','History','lilliewillingham@zoho.com','https://en.wikipedia.org/wiki/River_Rock_Casino_Resort','','Hello There. I found your blog using msn. This is an extremely well written article.<br />I\'ll make sure to bookmark it and return to read more of your useful information. Thanks for the post.<br />I\'ll definitely comeback.<br /><br />my web-site ... History: https://en.wikipedia.org/wiki/River_Rock_Casino_Resort','216.158.212.56','2016-05-17 13:35:55',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(460,0,70,'com_content','','en-GB',0,'zay?flama','zay?flama','soonakers@yahoo.de','https://www.youtube.com/watch?v=LOH_AL69XHo&#038;feature=kp','','There\'s probably one main reason for this; because to implement this weight loss tip alone <br />will probably not make a sufficient enough impression upon the weight you want to lose; You don\'t lose weight easily or <br />quickly enough for your liking solely by drinking more water.<br />Complex-Carbohydrate - Together with fiber, foods <br />high in complex-carb (good carb) break down more slowly,<br />generating a steady stream of energy to help sustain your daily activities over long period.<br />Her Weight Loss Program: So, how did Aretha Franklin lose weight.<br /><br /><br /><br />Also visit my web-site :: zay?flama yontemleri: https://www.youtube.com/watch?v=LOH_AL69XHo&feature=kp','66.248.219.58','2016-05-25 02:25:43',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(461,0,70,'com_content','','en-GB',0,'??????????? ?????','??????????? ?????','kari.stedman@zoho.com','https://Il.topodin.com/','','? just like the helpful inf? y?? supply to your articles.<br />I ?ill bookmark your blog and test again here re?ula?ly.<br />I\'m fairly sure I will be told plenty of new stuff right right here!<br />Best of luck for the next!<br /><br />Also visit my blog: ??????????? ?????: https://Il.topodin.com/','91.229.77.159','2016-05-25 18:39:47',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(462,0,70,'com_content','','en-GB',0,'Zay?flamak','Zay?flamak','rex.preciado@yahoo.de','http://www.youtube.com/watch?v=LOH_AL69XHo','','There\'s probably one main reason for this; because to implement this weight loss tip alone will <br />probably not make a sufficient enough impression upon the weight you want to <br />lose; You don\'t lose weight easily or quickly enough for your liking solely <br />by drinking more water. Ne-cap capsule is a unique model registered at OHIM <br />(European Union agency responsible for registering trademarks and designs that are valid in all 27 countries of the EU).<br />Her Weight Loss Program: So, how did Aretha Franklin lose weight.<br /><br /><br />Feel free to visit my blog post: Zay?flamak Istiyorum: http://www.youtube.com/watch?v=LOH_AL69XHo','192.161.171.217','2016-05-25 23:11:24',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(463,0,70,'com_content','','en-GB',0,'Renato','Renato','josefa_rudduck@gawab.com','http://viptube.org/squirting/755-konchayuschie-zrelye-zhenschiny-struynyy-ograzm.html','','You rea?ly make it seem so easy with your ?resent?tion but I find this matter to be <br />reall? something that I think I w?uld never understand.<br />It seems too complex and very broad for me. I am loo?ing forward f?r <br />?our next post, I\'ll try to get the hang of it!<br /><br /><br />Also visit my web page - ????? ????? ?????? ??????? ??? (Renato: http://viptube.org/squirting/755-konchayuschie-zrelye-zhenschiny-struynyy-ograzm.html)','211.218.126.189','2016-05-26 12:56:00',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(464,0,70,'com_content','','en-GB',0,'Houston Real Estate','Houston Real Estate','declandrennan@yahoo.de','http://bit.ly/1WRp77b','','Pretty section of content. I just stumbled upon your website and <br />in accession capital to assert that I acquire in fact enjoyed account your blog posts.<br />Any way I\'ll be subscribing to your feeds and even I achievement you <br />access consistently fast.<br /><br />Also visit my web-site: Houston Real Estate: http://bit.ly/1WRp77b','216.158.212.56','2016-05-30 09:38:01',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(465,0,70,'com_content','','en-GB',0,'resume writing','resume writing','terrabuzacott@gmail.com','http://www.gumtree.com.au/s-ad/melbourne-cbd/other-business-services/professional-resume-writer-get-back-into-the-workforce/1047128002','','Very shortly this website will be famous among all blog people,<br />due to it\'s good posts<br /><br />Also visit my page; resume writing: http://www.gumtree.com.au/s-ad/melbourne-cbd/other-business-services/professional-resume-writer-get-back-into-the-workforce/1047128002','216.158.197.49','2016-06-02 15:28:38',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(466,0,70,'com_content','','en-GB',0,'vaio ns series','vaio ns series','nikoleklinger@inbox.com','http://delencs.com/?option=com_k2&#038;view=itemlist&#038;task=user&#038;id=302267','','Do you have a spam issue on this site; I also am a blogger, <br />and I was curious about your situation; we have created some nice practices and we <br />are looking to swap strategies with other folks, why not shoot me an e-mail if interested.<br /><br /><br />Also visit my homepage :: vaio ns series: http://delencs.com/?option=com_k2&view=itemlist&task=user&id=302267','213.184.105.223','2016-06-02 21:59:42',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(467,0,70,'com_content','','en-GB',0,'tuscany villas offer','tuscany villas offer','lashawndahyett@t-online.de','http://piligrimy.com.ua/component/k2/itemlist/user/45016.html','','Great work! This is the type of info that should be shared around the net.<br />Disgrace on Google for now not positioning this put up higher!<br />Come on over and talk over with my site . Thanks =)<br /><br />Also visit my web page: tuscany villas offer: http://piligrimy.com.ua/component/k2/itemlist/user/45016.html','192.162.27.173','2016-06-02 23:02:43',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(468,0,70,'com_content','','en-GB',0,'????? ?? ??','????? ?? ??','edisonwiliams@gmail.com','http://atltoyota.com/?document_srl=686086','','You really make it seem really easy along with your presentation however I to find this matter to be really one thing <br />that I think I\'d never understand. It kind of feels too complicated and very wide for me.<br />I am having a look forward to your subsequent publish, I will attempt to get the dangle of it!<br /><br /><br />Feel free to surf to my weblog :: ????? ?? ?? ???? ???: http://atltoyota.com/?document_srl=686086','23.245.180.136','2016-06-04 16:57:42',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(469,0,70,'com_content','','en-GB',0,'Bg.Topodin.Com','Bg.Topodin.Com','elinoroconor@gmail.com','https://Bg.Topodin.com/','','I ?ot this web page from my buddy who informed me a?o?t this web ?ite and at the moment th?s time I am visiting this w?bsite and reading <br />very inf?rmative posts at this tim?.<br /><br />F??l free to surf to my blog ????? ?????? ? <br />???????? (?g.Topodin.Com: https://Bg.Topodin.com/)','211.218.126.189','2016-06-14 09:37:58',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(470,0,70,'com_content','','en-GB',0,'Caleb','Caleb','lannyblackburn@arcor.de','https://ua.topodin.com/zaporoje','','Hi mat?s, its great piece of writing regarding teachingand <br />c?mpletely define?, keep it up all the time.<br /><br />my website ... ???????? ??????????? ????????? (Cal?b: https://ua.topodin.com/zaporoje)','70.248.28.13','2016-06-14 19:39:46',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(471,0,70,'com_content','','en-GB',0,'kilo vermek','kilo vermek','clarice_enriquez@inbox.com','https://www.youtube.com/watch?v=LOH_AL69XHo','','Necessary Protein Solutions for Vegans and Non-meat <br />eaters:. For lunch have a little good quality protein such as <br />turkey breast or white fish. A natural substitute for pop, would be natural fruit juice.<br /><br /><br />Also visit my blog kilo vermek: https://www.youtube.com/watch?v=LOH_AL69XHo','23.89.143.111','2016-06-14 20:41:08',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(472,0,70,'com_content','','en-GB',0,'Minerva','Minerva','jacquierignall@gmail.com','https://www.youtube.com/watch?v=lmm4GmNcYBY','','I was extremely pleased to find this great <br />site. I wanted to thank you for your time for this wonderful <br />read!! I definitely really liked every little bit of <br />it and i also have you bookmarked to look at new stuff in your web site.<br /><br /><br />Feel free to visit my homepage :: ?????? ???? ???????? - Minerva: https://www.youtube.com/watch?v=lmm4GmNcYBY,','104.223.23.186','2016-06-15 12:29:51',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(473,0,70,'com_content','','en-GB',0,'Adan','Adan','marcellaott@peacemail.com','https://pl.topodin.com/','','E?cel?ent pieces. Keep posting such kind of informat?on on yo?r site.<br />Im r?ally impressed by it.<br />He?lo there, You\'ve done an excellent ?ob. I\'ll definitely <br />digg it and in my opinion sugge?t to my friends. I\'m sure t?ey will be <br />benefited from this website.<br /><br />My web site: ???????? ??????? ?????? ???? (Adan: https://pl.topodin.com/)','193.194.69.36','2016-06-15 18:19:55',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(474,0,70,'com_content','','en-GB',0,'Rubin','Rubin','demitarenorerer@inbox.com','http://viptube.org/mature/','','? am genuinely glad to ?lance at this websit? posts which consists of lot? of ?elpful data, thanks for providing these kinds of statist?cs.<br /><br /><br />My web-site ????? ????? ???????? (Rubin: http://viptube.org/mature/)','203.162.69.22','2016-06-15 18:38:10',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(475,0,70,'com_content','','en-GB',0,'viptube.org','viptube.org','velva_mcnish@gmail.com','http://viptube.org/lyubitelskoe/907-minet-na-ulice-za-dengi-v-chehii.html','','Ho?dy! I just w?uld like t? give you a huge thum?s up for your great ?nformation you have right here on this post.<br />I\'ll be coming back to your web site for more s?on.<br /><br />Look into my webpage: ??????? ??????? ?????? ? ????? <br />(?iptube.org: http://viptube.org/lyubitelskoe/907-minet-na-ulice-za-dengi-v-chehii.html)','193.194.69.36','2016-06-16 02:32:49',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(476,0,70,'com_content','','en-GB',0,'air board','air board','carmelaskeats@gmail.com','http://us.airwheel.net/','','Hi there! Would you mind if I share your blog with my zynga group?<br />There\'s a lot of folks that I think would really appreciate your content.<br />Please let me know. Thanks<br /><br />my site; air board: http://us.airwheel.net/','107.150.78.50','2016-06-16 04:14:41',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(477,0,70,'com_content','','en-GB',0,'http://viptube.org','http://viptube.org','phillipbalser@mailhaven.com','http://viptube.org/pornocasting/','','I\'m real?y enjoying the design and lay?ut of your blog.<br />It\'s a very easy on th? eyes which makes it much more pleasant for me to come here and visit more often. Did you <br />hire out a designer to create y?ur theme? ?u?erb wor?!<br /><br /><br />My pa?e ????? ???????? ???????? (http://viptube.org: http://viptube.org/pornocasting/)','203.162.69.22','2016-06-16 20:10:18',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(478,0,70,'com_content','','en-GB',0,'viptube.org','viptube.org','gregory_stokes@gmail.com','http://viptube.org/anime/','','Wonderful bl?g! I found it w?ile searching on Yahoo News.<br />Do y?u have any suggestions on how to get listed in Yahoo <br />News? I\'ve been tr?ing for a while but I never seem to get th?re!<br />Appre?iate it<br /><br />Look at my web page ... ?iptube.org: http://viptube.org/anime/','193.194.69.36','2016-06-17 12:34:31',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(479,0,70,'com_content','','en-GB',0,'Desjarlais','Desjarlais','matthias_marte@aol.com','https://washingtonpost.com/blogs/right-turn/wp/2016/04/05/will-voters-dump-the-most-scandal-plagued-member-of-congress/','','This blog was... how do I say it? Relevant!! Finally I have found something which helped me.<br />Thank you!<br /><br />Here is my web blog: Desjarlais: https://washingtonpost.com/blogs/right-turn/wp/2016/04/05/will-voters-dump-the-most-scandal-plagued-member-of-congress/','45.61.42.195','2016-06-18 02:09:07',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(480,0,70,'com_content','','en-GB',0,'salsateam44.chez.com','salsateam44.chez.com','chanaserra@yahoo.com','http://salsateam44.chez.com/profile.php?section=personality&#038;id=503358','','This could be the proper blog for all who desires to be familiar <br />with this topic. You know much its practically not easy to argue along.<br /><br />Superb stuff, simply great!<br /><br />Also visit my web-site; film movies [salsateam44.chez.com: http://salsateam44.chez.com/profile.php?section=personality&id=503358]','198.55.114.7','2016-06-19 04:45:49',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(481,0,70,'com_content','','en-GB',0,'hpcgi1.nifty.com','hpcgi1.nifty.com','joanrohu@bigstring.com','http://Hpcgi1.Nifty.com/awahoshi/bbs/petitg.cgi/20Result:20chosen20nickn','','Some truly nice stuff on this site, I love it.<br /><br /><br /><br />My web-site ... New movie showing today (hpcgi1.nifty.com: http://Hpcgi1.Nifty.com/awahoshi/bbs/petitg.cgi/%20Result:%20chosen%20nickn)','104.223.36.84','2016-06-19 07:23:18',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(482,0,70,'com_content','','en-GB',0,'essentials health','essentials health','brethart@gmx.net','http://descoelectric.com/component/k2/itemlist/user/68569','','Heya superb blog! Does running a blog such as this <br />require a massive amount work? I\'ve absolutely no knowledge of coding <br />but I was hoping to start my own blog in the near future.<br /><br />Anyhow, should you have any recommendations or techniques for new blog owners please share.<br />I understand this is off topic but I just wanted to ask.<br />Many thanks!<br /><br />my web-site essentials health: http://descoelectric.com/component/k2/itemlist/user/68569','23.108.176.75','2016-06-26 11:42:56',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(483,0,70,'com_content','','en-GB',0,'electric air board','electric air board','humberto_sixsmith@arcor.de','http://minecraftforfreegame.com/profile/428536/orenprindle/','','Ver? interesting details yo? have observ?d, appreciate it for putting ?p.<br /><br /><br />?eel free to visit my web?og: electric air board: http://minecraftforfreegame.com/profile/428536/orenprindle/','173.44.147.185','2016-06-27 03:24:24',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(484,0,70,'com_content','','en-GB',0,'vaio ns series','vaio ns series','janelleforbes@web.de','http://www.lemon3tree.com/index.php/component/k2/itemlist/user/14592','','I blog often and I truly thank you for your information. This article has <br />really peaked my interest. I\'m going to take a note of your blog and keep checking for new information about once a week.<br />I subscribed to your RSS feed too.<br /><br />My web site: vaio ns series: http://www.lemon3tree.com/index.php/component/k2/itemlist/user/14592','173.234.153.91','2016-06-28 14:46:19',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(485,0,70,'com_content','','en-GB',0,'food','food','roycekeeton@aol.com','http://budhiwarman1.com/index.php/component/k2/itemlist/user/40078','','I do not even know the way I finished up here, however I believed this submit used to be good.<br /><br />I do not recognise who you might be but certainly you\'re going to a well-known blogger <br />if you happen to are not already. Cheers!<br /><br />My blog :: food: http://budhiwarman1.com/index.php/component/k2/itemlist/user/40078','104.223.25.174','2016-06-29 12:10:29',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(486,0,70,'com_content','','en-GB',0,'?????? ????? ??????','?????? ????? ??????','jennykeener@gmail.com','http://viptube.org/masturbacii/','','Very good post! We ?re linking to this parti?ularly great content on our <br />site. Keep up the great writing.<br /><br />?eview my webpage; ?????? ????? ??????: http://viptube.org/masturbacii/','211.218.126.189','2016-06-29 18:34:01',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(487,0,70,'com_content','','en-GB',0,'??????????','??????????','alexandriapartlow@reallyfast.info','http://yeella.com/seo/post/upravlenie-reputatsiej-internet-magazina','','Hel?o! Do you use Twitter? I\'d ?ike to follow you <br />if that would be ok?y. I\'m undoubtedly enjoying y??r <br />?log and look forward to new posts.<br /><br />Also visit my blog ... ??????????: http://yeella.com/seo/post/upravlenie-reputatsiej-internet-magazina','54.174.103.78','2016-06-30 18:57:41',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(488,0,70,'com_content','','en-GB',0,'?????? ???','?????? ???','redaconaway@gmail.com','http://www.ikiva.cn/comment/html/index.php?page=1&#038;id=9064','','Write more, thats all I have to say. Literally, it seems as though <br />you relied on the video to make your point. You clearly know what youre talking about, why waste your intelligence on just posting videos to your blog when you could be giving <br />us something informative to read?<br /><br />Feel free to surf to my blog post ?????? ???? chair4u ?????? ????: http://www.ikiva.cn/comment/html/index.php?page=1&id=9064','192.161.50.86','2016-07-03 20:39:53',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(489,0,70,'com_content','','en-GB',0,'prevent cancer','prevent cancer','elisagoforth@arcor.de','http://wqcndtinstitutechennai.com/?option=com_k2&#038;view=itemlist&#038;task=user&#038;id=1256353','','Great goods from you, man. I have understand your stuff previous to and you\'re just too magnificent.<br />I actually like what you\'ve acquired here, really like what you are saying and the way in which you say it.<br /><br />You make it entertaining and you still take care of to keep it sensible.<br /><br />I can\'t wait to read far more from you. This is really a terrific web site.<br /><br /><br />My web-site; prevent cancer: http://wqcndtinstitutechennai.com/?option=com_k2&view=itemlist&task=user&id=1256353','93.127.147.27','2016-07-05 20:31:35',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(490,0,70,'com_content','','en-GB',0,'Best Mattress Topper','Best Mattress Topper','colinlefler@gmx.net','http://bestmattresstoppers.org/','','This is my first time pay a quick visit at here and i am actually impressed <br />to read all at alone place.<br /><br />Here is my homepage - Best Mattress Topper: http://bestmattresstoppers.org/','104.207.67.151','2016-07-07 17:29:00',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(491,0,70,'com_content','','en-GB',0,'Best Mattress Topper','Best Mattress Topper','josetteloomis@aol.com','http://ryunt.tumblr.com/post/147697654687/via-best-mattress-topper','','This piece of writing is really a nice one it helps new web visitors,<br />who are wishing for blogging.<br /><br />My homepage - Best Mattress Topper: http://ryunt.tumblr.com/post/147697654687/via-best-mattress-topper','155.254.119.183','2016-07-20 16:07:00',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(492,0,70,'com_content','','en-GB',0,'Best Mattress Topper','Best Mattress Topper','kamimacnaghten@bigstring.com','http://naloxonebiteparamedic.tumblr.com/post/147697585170/via-best-mattress-topper','','I know this if off topic but I\'m looking into starting my own blog <br />and was wondering what all is required to get setup?<br /><br />I\'m assuming having a blog like yours would cost <br />a pretty penny? I\'m not very web savvy so I\'m not 100% sure.<br />Any suggestions or advice would be greatly appreciated.<br />Appreciate it<br /><br />Also visit my weblog ... Best Mattress Topper: http://naloxonebiteparamedic.tumblr.com/post/147697585170/via-best-mattress-topper','192.240.118.211','2016-07-20 18:25:57',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(493,0,70,'com_content','','en-GB',0,'amador county wines','amador county wines','rosalina.bergman@gmail.com','http://www.flexperiencestaffing.net/__media__/js/netsoltrademark.php?d=www.balletjovendelima.org2F3Foption3Dcom_k226view3Ditemlist26task3Duser26id3D227557','','Having read this I believed it was really informative.<br />I appreciate you taking the time and effort to put this information together.<br /><br />I once again find myself spending way too <br />much time both reading and commenting. But so what, it was still worth it!<br /><br /><br />Also visit my site ... amador county wines: http://www.flexperiencestaffing.net/__media__/js/netsoltrademark.php?d=www.balletjovendelima.org%2F%3Foption%3Dcom_k2%26view%3Ditemlist%26task%3Duser%26id%3D227557','89.35.199.226','2016-07-30 05:28:09',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(494,0,70,'com_content','','en-GB',0,'http://gsmsj.com/','http://gsmsj.com/','lakeishapenny@yahoo.de','http://gsmsj.com/comment/html/index.php?page=1&#038;id=3399','','Hello to every one, since I am truy keen of reading this web site\'s post to be updated daily.<br />It includes good stuff.<br /><br />My site ... No credit check payday loans (http://gsmsj.com/: http://gsmsj.com/comment/html/index.php?page=1&id=3399)','95.181.217.17','2016-08-03 11:01:36',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(495,0,70,'com_content','','en-GB',0,'cash Online','cash Online','katherinhindley@live.com','http://shop.delaynogti.ru/?option=com_k2&#038;view=itemlist&#038;task=user&#038;id=47646','','Woah! I\'m really loving the template/theme of this blog.<br />It\'s simple, yet effective. A lot of times it\'s challenging to get that \"perfect balance\" between user friendliness and visual <br />appearance. I must say you\'ve done a great job with this.<br />Also, the blog loads very quick for me on Opera.<br />Excellent Blog!<br /><br />Feel free to surf to my website :: cash Online: http://shop.delaynogti.ru/?option=com_k2&view=itemlist&task=user&id=47646','95.181.183.36','2016-08-03 17:29:26',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(496,0,70,'com_content','','en-GB',0,'vaio aw series','vaio aw series','albertamccarron@live.de','','','Definitely believe that which you stated. Your favorite <br />justification seemed to be on the net the simplest thing <br />to be aware of. I say to you, I certainly get irked <br />while people think about worries that they just do not know about.<br />You managed to hit the nail upon the top as well as defined out the whole thing without having side-effects , <br />people can take a signal. Will likely be back to get more. Thanks<br /><br />Feel free to visit my page ... vaio <br />aw series: http://o.u.t.g.r.o.wc.w.sy@georginathielen6.pen.io/','91.210.105.40','2016-08-05 02:31:57',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(497,0,70,'com_content','','en-GB',0,'????','????','jerald.hagai@gmail.com','http://zezano.com/?option=com_k2&#038;view=itemlist&#038;task=user&#038;id=149261','','Strange, however true, designing could not have thought ever to <br />be addressed by the time period, Net Designing.<br /><br />Feel free to visit my page: ????: http://zezano.com/?option=com_k2&view=itemlist&task=user&id=149261','5.231.42.24','2016-08-07 16:16:11',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(498,0,70,'com_content','','en-GB',0,'cash advance online','cash advance online','herminecarver@yahoo.com','http://usanar.com/?option=com_k2&#038;view=itemlist&#038;task=user&#038;id=553339','','Howdy, i read your blog from time to time and i own a similar one and i was just curious if you get a lot of spam comments?<br />If so how do you reduce it, any plugin or anything <br />you can recommend? I get so much lately it\'s driving me mad so any help is very much appreciated.<br /><br /><br />my web page: cash advance online: http://usanar.com/?option=com_k2&view=itemlist&task=user&id=553339','91.198.127.89','2016-08-07 20:06:36',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(499,0,70,'com_content','','en-GB',0,'fast cash advance','fast cash advance','scottysparks@t-online.de','http://www.cmmoreilandia.pe.gov.br/?option=com_k2&#038;view=itemlist&#038;task=user&#038;id=110899','','It\'s great that you are getting ideas from this piece of writing as well <br />as from our argument made at this time.<br /><br />Here is my web site: fast cash advance: http://www.cmmoreilandia.pe.gov.br/?option=com_k2&view=itemlist&task=user&id=110899','95.181.182.136','2016-08-08 05:21:47',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(500,0,70,'com_content','','en-GB',0,'server hosting','server hosting','concettafosbrook@live.de','http://iskelecafe.com/index.php/component/k2/itemlist/user/44985','','Typically, programmers are expert in programming languages akin to PHP,<br />ASP, Ruby on Rails, Python, HTML, CSS and extra relying on what they specialize in and their expertise degree.<br /><br /><br />my site :: server hosting: http://iskelecafe.com/index.php/component/k2/itemlist/user/44985','91.218.246.77','2016-08-13 22:39:44',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(501,0,70,'com_content','','en-GB',0,'Gigs on Fiverr','Gigs on Fiverr','lauren.kable@gmail.com','http://www.tradeandexchange.com.au/author/crabtreenorman41/','','Hey there! This is my first comment here so I just wanted to give a <br />quick shout out and say I genuinely enjoy reading through your articles.<br />Can you recommend any other blogs/websites/forums that deal with the same subjects?<br />Thanks for your time!<br /><br />My blog Gigs <br />on Fiverr: http://www.tradeandexchange.com.au/author/crabtreenorman41/','185.116.45.30','2016-08-14 18:48:35',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(502,0,70,'com_content','','en-GB',0,'??????? ???? ??????','??????? ???? ??????','angeles.hewlett@gmail.com','http://www.venkr.com/comment/html/index.php?page=1&#038;id=146981','','Hey! ?hi? is my first comm?nt here so I just wanted to give <br />a q?ick shout out and say I genuinely enjoy reading t?rough <br />your articles. Can you sug?est any ?ther blo?s/websites/f?rums that <br />deal with the ?ame t?pics? Many thanks!<br /><br />Stop by my webpage: ??????? ???? ??????: http://www.venkr.com/comment/html/index.php?page=1&id=146981','134.249.136.214','2016-08-16 15:10:33',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(503,0,70,'com_content','','en-GB',0,'health','health','thomasoverstreet@gmx.de','http://scribeinnovations.com/training/groups/boomer-health-ideas-for-managing-pain-as-you-age/','','You can additionally consider offering your personal expertise for a <br />fee, akin to web design and article writing.<br /><br />my page health information: http://scribeinnovations.com/training/groups/boomer-health-ideas-for-managing-pain-as-you-age/','213.184.113.82','2016-08-17 16:41:42',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(504,0,70,'com_content','','en-GB',0,'Fernando','Fernando','mireya.asmus@gmail.com','http://www.thebestprices.com','','I\'m really enjoying the design and layout of your blog.<br />It\'s a very easy on the eyes which makes it much more enjoyable for me to come here and visit more often. Did you hire out a developer to create <br />your theme? Excellent work!','104.160.8.139','2016-08-17 16:48:58',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(505,0,70,'com_content','','en-GB',0,'social marketing','social marketing','lucianachamplin@gmail.com','http://www.claida-immobilien.de/?option=com_k2&#038;view=itemlist&#038;task=user&#038;id=788188','','General, I believe that the ALISON free online programs are nicely worth the time <br />you put into them.<br /><br />Feel free to surf to my homepage ... social media: http://www.claida-immobilien.de/?option=com_k2&view=itemlist&task=user&id=788188','198.12.66.249','2016-08-17 21:30:02',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(506,0,70,'com_content','','en-GB',0,'instagram likes','instagram likes','terrenceshears@gawab.com','https://www.fiverr.com/nafizrahman/give-3500-instagram-likes-within-30mins-30b0e1be-2e4e-4aed-91b7-77ce0f14728b','','Hello to all, how is everything, I think every one is getting more from this web page, and your views are pleasant designed for new visitors.<br /><br /><br />My blog; instagram likes: https://www.fiverr.com/nafizrahman/give-3500-instagram-likes-within-30mins-30b0e1be-2e4e-4aed-91b7-77ce0f14728b','107.150.78.236','2016-08-18 04:12:14',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(507,0,70,'com_content','','en-GB',0,'??????? ??? ??????','??????? ??? ??????','cyrusbartlett@gawab.com','http://Fieredellemarche.it/component/k2/itemlist/user/81424.html','','Hey there would you mind ?haring which blog pl?tform yo?\'re working with?<br /><br />I\'m going to start my own blog soon but I\'m having a t??gh time making a decision between BlogEngine/Wordpress/B2evolution and Drupal.<br />The reason I ?sk is because y?ur layo?t seems different then mo?t blogs <br />and I\'m looking for something completely unique. P.S Sorry for being off-topic <br />b?t I had to ask!<br /><br />Stop by my web blog - ??????? ??? ??????: http://Fieredellemarche.it/component/k2/itemlist/user/81424.html','37.59.37.41','2016-08-25 20:20:38',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(508,0,70,'com_content','','en-GB',0,'??????????? ??????','??????????? ??????','mireyaroan@bigstring.com','https://topodin.com/seo/post/kak-hosting-vliyaet-na-SEO-prodvizhenie-issledovanie','','Superb blog! Do you have any tips and hints for aspiring writers?<br />I\'m planning to start my own site soon but I\'m a little lost on everything.<br />Would you suggest starting with a free platform like Wordpress or <br />go for a paid option? There are so many choices out there <br />that I\'m completely overwhelmed .. Any recommendations?<br />Many thanks!','211.218.126.189','2016-08-26 12:10:14',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(509,0,70,'com_content','','en-GB',0,'website ranking','website ranking','katherin_may@live.com','http://www.feedbooks.com/user/2773877/profile','','Woah! I\'m really loving the template/theme of this site.<br />It\'s simple, yet effective. A lot of times it\'s difficult to <br />get that \"perfect balance\" between usability and visual appearance.<br />I must say that you\'ve done a amazing job with this. Also, the <br />blog loads very quick for me on Safari. Exceptional Blog!<br /><br /><br />Feel free to visit my web-site - website <br />ranking: http://www.feedbooks.com/user/2773877/profile','158.222.3.27','2016-08-28 14:39:11',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(510,0,70,'com_content','','en-GB',0,'audio productions','audio productions','gabrielamurtagh@t-online.de','https://www.fiverr.com/blackpineaudio/master-your-songs-til-perfection?funnel=e2412f1b-9ae4-447f-8d7e-75f0fb06a068','','Every weekend i used to pay a visit this web site,<br />for the reason that i want enjoyment, as this <br />this web page conations truly pleasant funny data too.<br /><br /><br />Here is my homepage: audio productions: https://www.fiverr.com/blackpineaudio/master-your-songs-til-perfection?funnel=e2412f1b-9ae4-447f-8d7e-75f0fb06a068','104.160.1.167','2016-08-28 19:56:16',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(511,0,70,'com_content','','en-GB',0,'Suzanna','Suzanna','ronda_baumgardner@gmail.com','http://www.buyandsellphilippines.com.ph/user/profile/11352','','Thanks for sharing your thoughts. I really appreciate your efforts <br />and I am waiting for your further post thanks once again.<br /><br />Here is my web blog; cash advance online, Suzanna: http://www.buyandsellphilippines.com.ph/user/profile/11352,','46.243.173.198','2016-08-30 18:59:49',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(512,0,70,'com_content','','en-GB',0,'Rena','Rena','nolashapiro@arcor.de','http://rzhenghe.cn/comment/html/index.php?page=1&#038;id=32403','','Fantastic blog! Do you have any suggestions for aspiring writers?<br />I\'m hoping to start my own blog soon but I\'m a little lost on everything.<br />Would you advise starting with a free platform like Wordpress <br />or go for a paid option? There are so many options out there <br />that I\'m completely confused .. Any recommendations? Thanks a lot!<br /><br /><br />Also visit my blog - payday loans online (Rena: http://rzhenghe.cn/comment/html/index.php?page=1&id=32403)','5.8.37.6','2016-08-31 01:14:58',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(513,0,70,'com_content','','en-GB',0,'Chong','Chong','shawneemazza@ftml.net','http://uragan2.14495.aqq.ru/index.php/component/k2/itemlist/user/59354','','Way cool! Some very valid points! I appreciate you penning this write-up and the rest of the site is also really good.<br /><br /><br />my blog post :: no credit check payday loans (Chong: http://uragan2.14495.aqq.ru/index.php/component/k2/itemlist/user/59354)','185.89.100.98','2016-08-31 11:08:41',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(514,0,70,'com_content','','en-GB',0,'Ericka','Ericka','dominickokeeffe@live.com','http://www.ljjcyjj.com/comment/html/index.php?page=1&#038;id=127734','','This article offers clear idea in support of the new <br />users of blogging, that in fact how to do blogging.<br /><br /><br />Also visit my homepage ... cash advance online (Ericka: http://www.ljjcyjj.com/comment/html/index.php?page=1&id=127734)','109.163.234.4','2016-09-01 05:56:36',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(515,0,70,'com_content','','en-GB',0,'fast payday loans','fast payday loans','tristastegall@inbox.com','http://guestblo.gs/author/jordanhutch/','','I love your blog.. very nice colors & theme. Did you <br />make this website yourself or did you hire someone to do it for you?<br />Plz respond as I\'m looking to create my own blog and would like <br />to find out where u got this from. kudos<br /><br />Also visit my page: fast <br />payday loans: http://guestblo.gs/author/jordanhutch/','36.71.104.102','2016-09-01 20:55:52',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(516,0,70,'com_content','','en-GB',0,'Melvina','Melvina','elmopetherick@aol.com','http://shinyway.cn/comment/html/index.php?page=1&#038;id=114480','','It\'s enormous that you are getting ideas from this piece of writing as <br />well as from our dialogue made here.<br /><br />Here is my web blog - no credit check payday loans (Melvina: http://shinyway.cn/comment/html/index.php?page=1&id=114480)','203.185.96.138','2016-09-02 13:34:00',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(517,0,70,'com_content','','en-GB',0,'Myrna','Myrna','lorrie_coronado@gmail.com','http://www.elpolitico.com.do/?option=com_k2&#038;view=itemlist&#038;task=user&#038;id=43227','','The other day, while I was at work, my sister stole my apple ipad and <br />tested to see if it can survive a forty foot drop, just so she can be a youtube sensation. My apple ipad is now broken and she has 83 views.<br />I know this is completely off topic but I had to share it with someone!<br /><br /><br />My blog post :: no credit check payday loans (Myrna: http://www.elpolitico.com.do/?option=com_k2&view=itemlist&task=user&id=43227)','103.195.0.42','2016-09-02 19:50:17',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(518,0,70,'com_content','','en-GB',0,'Dakota','Dakota','maplecathey@gmail.com','http://textbookmarket.in/author/aaronbarbee/','','Hello my friend! I wish to say that this post is awesome,<br />nice written and include almost all vital infos.<br />I would like to see extra posts like this .<br /><br /><br />my web-site: no credit loans [Dakota: http://textbookmarket.in/author/aaronbarbee/]','186.27.127.129','2016-09-03 09:56:28',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(519,0,70,'com_content','','en-GB',0,'Richie','Richie','drusilladaluz@hotmail.com','http://chiwitmai.com/index.php/en/component/k2/itemlist/user/27349','','Write more, thats all I have to say. Literally, it seems as though you relied on the video to make your point.<br /><br />You definitely know what youre talking about, <br />why waste your intelligence on just posting videos to your weblog when you could be giving us something enlightening to read?<br /><br /><br />Also visit my web-site - cash advance for bad credit <br />(Richie: http://chiwitmai.com/index.php/en/component/k2/itemlist/user/27349)','190.52.39.238','2016-09-03 20:31:17',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(520,0,70,'com_content','','en-GB',0,'no credit loans','no credit loans','miguelmanns@zoho.com','http://fluidcontrolprc.com/comment/html/index.php?page=1&#038;id=7405','','Howdy would you mind letting me know which web host <br />you\'re utilizing? I\'ve loaded your blog in 3 completely different browsers and I must say this blog loads <br />a lot quicker then most. Can you suggest a good hosting provider at a reasonable price?<br />Many thanks, I appreciate it!<br /><br />My weblog; no credit <br />loans: http://fluidcontrolprc.com/comment/html/index.php?page=1&id=7405','61.141.21.34','2016-09-04 00:06:58',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(521,0,70,'com_content','','en-GB',0,'wake up cleaner','wake up cleaner','cruzhust@zoho.com','https://www.youtube.com/watch?v=83OCdAl4Rxk','','The program gives full customer help Now trust your personal instincts and provides a change to Wake Up Lean eBook fulfill you.','198.50.239.122','2016-09-07 12:45:08',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(522,0,70,'com_content','','en-GB',0,'Vigrx plus','Vigrx plus','tammisills@gmail.com','http://www.enhancedonlinenews.com/portal/site/eon/permalink/?ndmViewId=news_view&#038;newsId=20121030006212&#038;newsLang=en&#038;permalinkExtra=vigrx/vigrx-plus/vigrx-plus-reviews','','I saw a lot of website but I believe this one has got something special in it.<br />Thanks for sharing.<br /><br />My webpage Vigrx plus: http://www.enhancedonlinenews.com/portal/site/eon/permalink/?ndmViewId=news_view&newsId=20121030006212&newsLang=en&permalinkExtra=vigrx/vigrx-plus/vigrx-plus-reviews','104.129.2.41','2016-09-09 04:10:45',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(523,0,70,'com_content','','en-GB',0,'seo service','seo service','carriegreville@gmx.net','https://www.fiverr.com/serseoservices/boost-your-ranking-with-super-2-tier-pyramid','','Hello to every body, it\'s my first go to see of this weblog; this website contains amazing and in fact fine stuff designed for readers.<br /><br /><br />My web site :: seo service: https://www.fiverr.com/serseoservices/boost-your-ranking-with-super-2-tier-pyramid','45.33.152.10','2016-09-17 00:10:04',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(524,0,70,'com_content','','en-GB',0,'cocuk pornosu','cocuk pornosu','maekennerley@bigstring.com','http://izmitescort2.bayanweb.com/','','cocuk pornosu, child porn, hayvan pornosu -cocuk pornosu, child porn, hayvan pornosu -cocuk <br />pornosu, child porn, hayvan pornosu -cocuk pornosu, child <br />porn, hayvan pornosu -cocuk pornosu, child porn, hayvan pornosu <br />-cocuk pornosu, child porn, hayvan pornosu -cocuk pornosu, child porn, hayvan pornosu -cocuk pornosu,<br />child porn, hayvan pornosu -cocuk pornosu, child porn, hayvan pornosu -cocuk <br />pornosu, child porn, hayvan pornosu -cocuk pornosu, child porn, hayvan pornosu -cocuk pornosu,<br />child porn, hayvan pornosu -cocuk pornosu, child porn, hayvan pornosu -cocuk pornosu, child porn, hayvan pornosu -cocuk pornosu, <br />child porn, hayvan pornosu -cocuk pornosu, child porn, hayvan pornosu -cocuk pornosu, child porn, hayvan pornosu -','154.16.3.136','2016-09-17 03:06:58',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(525,0,70,'com_content','','en-GB',0,'zeta clear','zeta clear','marcella.waldon@inbox.com','http://jtvx.kr/?document_srl=522453','','This is very interesting, You’re an extremely skilled blogger.<br /><br />I have joined your feed and look forward to reading more of your outstanding post.<br />Additionally, I have shared your site in my social networks!<br /><br /><br /><br />Also visit my blog zeta clear: http://jtvx.kr/?document_srl=522453','172.85.96.251','2016-09-19 00:56:01',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(526,0,70,'com_content','','en-GB',0,'baharat','baharat','octaviaworthy@zoho.com','http://www.dixiebiker.com/forum/profile.php?id=162263','','Hi! I could have sworn I\'ve been to this site before but after reading through some of the <br />post I realized it\'s new to me. Anyways, I\'m definitely delighted I found it and I\'ll be book-marking and checking back often!<br /><br />Review my page - baharat: http://www.dixiebiker.com/forum/profile.php?id=162263','216.165.116.177','2016-09-24 12:54:41',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(527,0,142,'com_content','','en-GB',0,'Williamjack','Williamjack','sdvxcbsdhg1@mail.ru','https://acetaminophen.carbonmade.com/','','passing a drug test for thc acheter adderall sur internet a foot doctor is called','188.92.75.244','2016-09-29 21:15:37',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(528,0,70,'com_content','','en-GB',0,'sanalhizmetler.net','sanalhizmetler.net','caitlyn_minchin@t-online.de','http://www.sanalhizmetler.net/','','Hi! Do you know if they make any plugins to assist <br />with Sarch Engine Optimization? I\'m trying to get my blog to rznk for some <br />targeted keywords butt I\'m not seeing very good success.<br />If you know of any please share. Appreciate it!<br /><br /><br /><br />Also visit my blog post; hgs yükle (sanalhizmetler.net: http://www.sanalhizmetler.net/)','77.240.245.130','2016-10-01 18:53:15',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(529,0,70,'com_content','','en-GB',0,'Medyum','Medyum','katherinseton@aol.com','http://riauaksi.com/halkomentar-40425-sekolah-masih-kenakan-pungutan-ini-alasan-disdikbud-riau-5.html','','This website was... how do you say it? Relevant!!Finally I\'vefound something that helped me.<br />Many thanks!<br /><br />Also viisit my web-site Medyum: http://riauaksi.com/halkomentar-40425-sekolah-masih-kenakan-pungutan-ini-alasan-disdikbud-riau-5.html','111.90.189.94','2016-10-04 18:31:21',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(530,0,70,'com_content','','en-GB',0,'solarmovie','solarmovie','lorraineschiller@gmail.com','http://www.thesolarmovies.org/','','All in all, it is a good option to get a way of how and why true” motion pictures diverge from actuality.','23.229.77.244','2016-10-08 20:53:15',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(531,0,70,'com_content','','en-GB',0,'Youtube Outro','Youtube Outro','norbertopotts@gmail.com','https://www.fiverr.com/dictatorshubha/make-youtube-outro-to-get-more-subscribers','','Greetings from Idaho! I\'m bored to death at work so I <br />decided to check out your website on my iphone during lunch break.<br />I really like the information you provide here and can\'t wait to <br />take a look when I get home. I\'m surprised at how quick your blog loaded on my cell phone <br />.. I\'m not even using WIFI, just 3G .. Anyways, awesome site!<br /><br /><br />My weblog Youtube Outro: https://www.fiverr.com/dictatorshubha/make-youtube-outro-to-get-more-subscribers','23.89.175.109','2016-10-13 20:47:21',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(532,0,70,'com_content','','en-GB',0,'personal development','personal development','wyattraposo@zoho.com','https://www.facebook.com/Tygo-Lee-773887339364013/','','Pretty! This has been an extremely wonderful post. Thank you for <br />supplying this information.<br /><br />Also visit my page ... personal <br />development: https://www.facebook.com/Tygo-Lee-773887339364013/','104.129.9.141','2016-10-13 23:10:09',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(533,0,142,'com_content','','en-GB',0,'Georgedino','Georgedino','sdv1xd1cb13sdhg1@mail.ru','http://reductil.logdown.com/','','pharmacy technician schools in miami buy vyvanse from canada top rated windows 8 tablets','188.92.75.244','2016-10-14 18:50:35',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(534,0,70,'com_content','','en-GB',0,'wartrol review','wartrol review','katjaormond@yahoo.de','http://finance.yahoo.com/news/wartrol-review-important-news-genital-171100304.html','','Some genuinely nice stuff on this web site, I like it.<br /><br /><br />my blog post: wartrol review: http://finance.yahoo.com/news/wartrol-review-important-news-genital-171100304.html','185.116.45.161','2016-10-16 08:47:10',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(535,0,70,'com_content','','en-GB',0,'???????? ??????? ???','???????? ??????? ???','calvinkrug@zoho.com','http://elite-bet777.com/binary-options','','?\'m not sure exactly why but this web site is loading extremely slow for me.<br /><br />Is anyone else having this issue or is it a problem on my end?<br />I\'ll check back ?ater and see if the pr?blem still exists.<br /><br /><br /><br />Also visit my w?b blog ... ???????? ??????? ???: http://elite-bet777.com/binary-options','178.165.113.164','2016-10-31 14:30:43',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(536,0,70,'com_content','','en-GB',0,'??? ????? ??? ais','??? ????? ??? ais','stormywilbur@gmail.com','http://www.shuijue.com/home.php?mod=space&#038;uid=235456&#038;do=profile&#038;from=space','','I take pleasure in, cause I found just what I was taking a look for.<br /><br />You\'ve ended my four day long hunt! God Bless you man. Have a great day.<br /><br />Bye','192.119.14.2','2016-11-24 05:59:12',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(537,0,70,'com_content','','en-GB',0,'???????? ???????????','???????? ???????????','albertinalacy@gmail.com','http://boinc.med.usherbrooke.ca/nrg/view_profile.php?userid=3405171','','I\'m not sure why but this web site is loading very slow for me.<br />Is anyone else having this issue or is it a issue on my end?<br />I\'ll check back later and see if the problem still exists.','206.221.180.38','2016-12-21 13:37:00',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(538,0,70,'com_content','','en-GB',0,'????','????','christianchambliss@gmx.net','http://seo.ctr.hk','','However you have to experiment.<br /><br />Take a look at my weblog: ????: http://seo.ctr.hk','207.249.125.35','2016-12-26 12:21:09',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(539,0,70,'com_content','','en-GB',0,'????????','????????','velda.barkman@web.de','https://www.facebook.com/999ber/','','With havin so much content do you ever run into any <br />problems of plagorism or copyright infringement?<br />My blog has a lot of unique content I\'ve either created myself or <br />outsourced but it looks like a lot of it is popping it up <br />all over the internet without my authorization. Do you know <br />any solutions to help reduce content from being stolen? I\'d truly appreciate it.','104.168.75.53','2016-12-27 09:38:17',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(540,0,70,'com_content','','en-GB',0,'leg pain','leg pain','jeramy.calderone@web.de','http://www.feetproblems.org','','Hello there! I know this is kinda off topic but I was wondering which blog platform are you using for this website?<br /><br />I\'m getting sick and tired of Wordpress because <br />I\'ve had issues with hackers and I\'m looking at options <br />for another platform. I would be awesome if you could point me in the direction of a good platform.','104.168.97.187','2017-01-03 14:37:19',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(541,0,70,'com_content','','en-GB',0,'web site','web site','deneenelia@arcor.de','http://muscledevelop.us','','Hey I know this is off topic but I was wondering if you knew of any widgets I could add to my blog <br />that automatically tweet my newest twitter updates.<br />I\'ve been looking for a plug-in like this for quite <br />some time and was hoping maybe you would have some experience <br />with something like this. Please let me know if you run into <br />anything. I truly enjoy reading your blog and I look forward to your new updates.','178.159.37.71','2017-01-08 14:19:14',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(542,0,70,'com_content','','en-GB',0,'webpage','webpage','sherrytipton@t-online.de','http://proeroids.com','','Hello, Neat post. There is a problem together with <br />your site in web explorer, could check this?<br /><br />IE still is the marketplace leader and a good section of <br />other people will miss your wonderful writing because of this problem.','178.159.37.71','2017-01-08 19:26:29',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(543,0,70,'com_content','','en-GB',0,'homepage','homepage','theronellis@freenet.de','http://www.anabolicsfast.biz','','I have been browsing on-line greater than 3 hours today,<br />but I by no means discovered any fascinating article like yours.<br />It is pretty worth enough for me. In my view, if all website owners and bloggers made <br />good content as you probably did, the net can be much more <br />useful than ever before.','178.159.37.71','2017-01-09 13:40:44',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(544,0,70,'com_content','','en-GB',0,'web site','web site','samirariegel@gmail.com','http://1mexgear.org','','Wonderful goods from you, man. I\'ve understand your stuff previous to <br />and you are just too great. I really like what you\'ve acquired here, certainly like <br />what you\'re saying and the way in which you say it.<br />You make it entertaining and you still care for to keep it wise.<br />I can\'t wait to read much more from you. This is actually a great site.','178.159.37.71','2017-01-10 21:17:48',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(545,0,70,'com_content','','en-GB',0,'Webpage','Webpage','tanjaerickson@zoho.com','http://gear-university.org/','','Wonderful beat ! I would like to apprentice whilst you amend your web site, how can i subscribe for a <br />blog web site? The account helped me a acceptable deal. I have <br />been a little bit familiar of this your broadcast offered vibrant clear idea','178.159.37.71','2017-01-11 03:19:25',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(546,0,70,'com_content','','en-GB',0,'homepage','homepage','paula.biehl@mail-central.com','http://muscledevelop.us','','Hi there mates, its fantastic paragraph on the topic of educationand entirely <br />explained, keep it up all the time.','178.159.37.71','2017-01-23 01:32:55',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(547,0,159,'com_content','','en-GB',0,'ScottPiess','ScottPiess','yourmail@gmail.com','http://overpraised.xyz','','http://overpraised.xyz Norsk Kasino online','46.161.9.6','2017-01-23 03:16:14',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(548,0,70,'com_content','','en-GB',0,'Berniece','Berniece','biancasellar@gmail.com','http://Tpcms-Fraucourt.mmi-lepuy.fr/index.php/component/k2/itemlist/user/1239711','','Wow! This blog looks exactly like my old one! It\'s <br />on a entirely different subject but it has pretty much the <br />same page layout and design. Excellent choice of colors!<br /><br /><br />Feel free to visit my webpage Berniece: http://Tpcms-Fraucourt.mmi-lepuy.fr/index.php/component/k2/itemlist/user/1239711','159.203.111.45','2017-02-10 05:24:21',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(549,0,70,'com_content','','en-GB',0,'24Loved.Com','24Loved.Com','blaircanipe@moose-mail.com','http://24Loved.com/index.php/nathanwyme','','It\'s going to be ending of mine day, however before ending I am reading this wonderful paragraph to <br />increase my experience.<br /><br />My web site 24Loved.Com: http://24Loved.com/index.php/nathanwyme','104.196.227.41','2017-02-25 12:06:14',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(550,0,70,'com_content','','en-GB',0,'christmas in nyc','christmas in nyc','micheline_sneddon@bigstring.com','http://blogozine.net/cynthiagonzalez/2016/11/30/smart-things-to-do-during-christmas/','','WOW just what I was looking for. Came here by searching <br />for easy christmas crafts for kids','107.172.214.57','2017-02-26 17:06:13',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(551,0,559,'com_content','','en-GB',0,'cheaper options','cheaper options','karenshanahan@bigstring.com','http://artjournalist.com/myblog/tips-for-wedding-abroad/','','My brother recommended I might like this blog. He was entirely right.<br />This post truly made my day. You cann\'t <br />imagine just how much time I had spent for this information! Thanks!','107.172.184.108','2017-02-26 17:35:29',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(552,0,70,'com_content','','en-GB',0,'christmas in nyc','christmas in nyc','marie_eoff@gmail.com','https://declara.com/content/0b4409ca-3300-41da-8e14-3cf41ea35ea9','','Asking questions are truly nice thing if you are not understanding <br />something totally, but this paragraph offers fastidious understanding even.','104.168.71.47','2017-02-27 09:26:58',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(553,0,282,'com_content','','en-GB',0,'viabestbuy.com fake','viabestbuy.com fake','jacklynroddy@gmail.com','http://www.youtube.com/watch?v=71chZVTnV_I','','I am in fact pleased to glance at this webpage posts which contains tons <br />of valuable data, thanks for providing these information.','103.228.119.114','2017-03-04 21:39:56',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(554,0,70,'com_content','','en-GB',0,'commercial insurance','commercial insurance','fredricbaum@aol.com','https://connect.powertofly.com/black-friday-is-here-to-make-you-feel-good-2111999055.html','','Thank you for your whole work on this web page. Debby really loves doing internet research and it\'s really <br />obvious why. Most of us notice all regarding the dynamic manner you provide <br />great tactics through this web site and in addition encourage <br />response from other people on the subject matter while our own simple princess <br />has always been starting to learn so much. Take <br />pleasure in the rest of the year. You have been doing a really great job.','107.172.0.197','2017-03-12 23:45:18',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(555,0,282,'com_content','','en-GB',0,'indian','indian','ernestoherrod@zoho.com','http://bit.ly/2lZh8pz','','Currently it looks like Wordpress is the best <br />blogging platform out there right now. (from what I\'ve read) Is that what you are using on your blog?','23.95.5.11','2017-03-18 17:51:39',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(556,0,282,'com_content','','en-GB',0,'indian','indian','clay_helbig@googlemail.com','http://bit.ly/2lZh8pz','','Howdy! I know this is kinda off topic but I was wondering if you knew where I <br />could locate a captcha plugin for my comment <br />form? I\'m using the same blog platform as yours and I\'m having problems finding one?<br />Thanks a lot!','75.127.0.176','2017-03-19 04:25:06',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(557,0,70,'com_content','','en-GB',0,'???????????????','???????????????','ambrose_faust@aol.com','http://ws.sudren.edu.sd/workshops/sudren-12-2014/ticket/524','','Undeniably imagine that that you stated. Your favorite reason seemed to be on the web the easiest factor to be aware of.<br />I say to you, I definitely get annoyed at the same time as <br />other folks consider concerns that they plainly do not <br />know about. You managed to hit the nail upon the highest and defined out the whole thing with no need side <br />effect , other people can take a signal.<br />Will probably be again to get more. Thank you','107.150.91.130','2017-03-20 12:47:07',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(558,0,305,'com_content','','en-GB',0,'sell my car for cash','sell my car for cash','hye.michaelis@gmail.com','http://php.sonne-cie.de/?a5B5D=carcash2day.com20283Ca20href3Dhttp3A2F2Fwww.tele.ru2Fbitrix2Frk.php3Fgoto3Dhttp3A2F2Ffostersupply.com2FUserProfile2Ftabid2F572FuserId2F9313712FDefault.aspx3Eenquiry3C2Fa3E29','','Hello very cool blog!! Man .. Excellent .. Wonderful ..<br />I will bookmark your site and take the feeds additionally?<br />I\'m satisfied to find so many helpful information right here in the <br />submit, we\'d like work out more strategies in this regard, thanks for sharing.<br />. . . . .','107.152.145.0','2017-03-28 05:06:03',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(559,0,282,'com_content','','en-GB',0,'indian','indian','agneslockwood@yahoo.de','http://bit.ly/2lZh8pz','','My brother recommended I might like this blog.<br />He used to be entirely right. This submit truly made my day.<br />You cann\'t consider simply how a lot time I had spent for this information! Thank <br />you!','75.127.0.176','2017-03-29 19:05:53',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(560,0,343,'com_content','','en-GB',0,'PhilipSeirl','PhilipSeirl','jackyapril@gmail.com','http://stemmeries.xyz','','http://stemmeries.xyz norsk kasino http://stemmeries.xyz - norsk kasino','46.161.9.40','2017-03-31 21:10:26',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(561,0,282,'com_content','','en-GB',0,'indian','indian','pattiallard@t-online.de','http://bit.ly/2lZh8pz','','I like it when folks come together and share views.<br />Great website, stick with it!','192.241.110.128','2017-04-06 17:36:52',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(562,0,282,'com_content','','en-GB',0,'indian','indian','damionbattle@yahoo.de','http://bit.ly/2lZh8pz','','Hi! Someone in my Myspace group shared this website with us <br />so I came to give it a look. I\'m definitely loving the information. I\'m bookmarking and will be tweeting this to my followers!<br />Outstanding blog and superb style and design.','107.174.252.23','2017-04-06 20:28:32',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(563,0,70,'com_content','','en-GB',0,'reparation mac','reparation mac','richardcounsel@zoho.com','http://www.furscity.com/home.php?mod=space&#038;uid=1274895&#038;do=profile&#038;from=space','','Hi there, I check your blogs on a regular basis. Your writing style is <br />witty, keep it up!','89.46.76.81','2017-04-27 21:01:38',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(564,0,70,'com_content','','en-GB',0,'dsg','dsg','joycerainey@zoho.com','http://mfpt2.com','','I like what you guys tend to be up too. This sort of clever work and coverage!<br />Keep up the good works guys I\'ve included you guys to my blogroll.','223.19.41.6','2017-05-09 08:38:32',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(565,0,70,'com_content','','en-GB',0,'Private schools','Private schools','reubenbevan@arcor.de','http://www.conroeacademy.com','','It\'s truly very complicated in this busy life to listen news on Television, thus I simply use web for that reason, and get the <br />hottest information.<br /><br />My web page; Private schools: http://www.conroeacademy.com','107.152.240.235','2017-05-14 02:24:25',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(566,0,70,'com_content','','en-GB',0,'reparation mac','reparation mac','carmelvalenzuela@gmail.com','http://www.buzlot.com/item.php?id=237923&#038;mode=1','','Howdy! I could have sworn I\'ve been to this website before but after checking through some <br />of the post I realized it\'s new to me. Anyhow, I\'m definitely delighted <br />I found it and I\'ll be bookmarking and checking back often!','93.158.200.243','2017-05-16 11:03:09',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(567,0,283,'com_content','','en-GB',0,'SailipSeirl','SailipSeirl','r8974jjil@gmail.com','http://undeclaiming.xyz','','http://undeclaiming.xyz norsk kasino http://undeclaiming.xyz - norsk kasino','46.161.9.12','2017-05-22 15:00:26',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(568,0,70,'com_content','','en-GB',0,'Leather Dealer','Leather Dealer','jamaalvandorn@gmail.com','http://5ijjh.cn/space.php?uid=12921&#038;do=blog&#038;id=141263','','Hi there, You have done a fantastic job. I will certainly digg it and personally suggest to my <br />friends. I am sure they\'ll be benefited from this site.<br /><br />Check out my page Leather Dealer: http://5ijjh.cn/space.php?uid=12921&do=blog&id=141263','87.228.95.27','2017-07-03 08:53:18',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(569,0,305,'com_content','','en-GB',0,'Anemonalove','Anemonalove','cassielowrance@gmail.com','https://3.bp.blogspot.com/-u5pGYuGNsSo/WVixiO8RBUI/AAAAAAAAAFA/JWa2LHHFI2AkHParQa3fwwHhVijolmq8QCLcBGAs/s1600/hottest2Bwebcam2Bgirl2B-2BAnemonalove.jpg','','Hello guys! Who wants to see me live? I\'m live at HotBabesCams.com, <br />we can chat, you can watch me live for free, my nickname is Anemonalove , here <br />is my photo: <br /><br />https://3.bp.blogspot.com/-u5pGYuGNsSo/WVixiO8RBUI/AAAAAAAAAFA/JWa2LHHFI2AkHParQa3fwwHhVijolmq8QCLcBGAs/s1600/hottest%2Bwebcam%2Bgirl%2B-%2BAnemonalove.jpg','187.64.27.232','2017-07-06 16:33:28',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(570,0,154,'com_content','','en-GB',0,'Anemonalove','Anemonalove','salvadorsilvey@t-online.de','https://3.bp.blogspot.com/-u5pGYuGNsSo/WVixiO8RBUI/AAAAAAAAAFA/JWa2LHHFI2AkHParQa3fwwHhVijolmq8QCLcBGAs/s1600/hottest2Bwebcam2Bgirl2B-2BAnemonalove.jpg','','Hi guys! Who wants to chat with me? I\'m live at HotBabesCams.com, we can chat, you can watch me live for free, <br />my nickname is Anemonalove , here is my pic:<br /><br /><br />https://3.bp.blogspot.com/-u5pGYuGNsSo/WVixiO8RBUI/AAAAAAAAAFA/JWa2LHHFI2AkHParQa3fwwHhVijolmq8QCLcBGAs/s1600/hottest%2Bwebcam%2Bgirl%2B-%2BAnemonalove.jpg','187.161.130.76','2017-07-09 04:10:17',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(571,0,70,'com_content','','en-GB',0,'Lyle','Lyle','bobbiedulaney@aol.com','http://www.5ijjh.cn/space.php?uid=26272&#038;do=blog&#038;id=377997','','Excellent article. I am dealing with a few of these issues as well..<br /><br /><br />Also visit my web blog: Lyle: http://www.5ijjh.cn/space.php?uid=26272&do=blog&id=377997','180.210.205.53','2017-07-09 18:21:51',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(572,0,305,'com_content','','en-GB',0,'Anemonalove','Anemonalove','ileneharricks@gmx.de','https://3.bp.blogspot.com/-u5pGYuGNsSo/WVixiO8RBUI/AAAAAAAAAFA/JWa2LHHFI2AkHParQa3fwwHhVijolmq8QCLcBGAs/s1600/hottest2Bwebcam2Bgirl2B-2BAnemonalove.jpg','','Hello fellas! Who wants to meet me? I have profile at HotBabesCams.com, we can chat, you can watch <br />me live for free, my nickname is Anemonalove , here <br />is my photo: <br /><br />https://3.bp.blogspot.com/-u5pGYuGNsSo/WVixiO8RBUI/AAAAAAAAAFA/JWa2LHHFI2AkHParQa3fwwHhVijolmq8QCLcBGAs/s1600/hottest%2Bwebcam%2Bgirl%2B-%2BAnemonalove.jpg','128.199.75.57','2017-07-10 08:39:12',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(573,0,246,'com_content','','en-GB',0,'Anemonalove','Anemonalove','jerilyngabb@gmail.com','https://3.bp.blogspot.com/-u5pGYuGNsSo/WVixiO8RBUI/AAAAAAAAAFA/JWa2LHHFI2AkHParQa3fwwHhVijolmq8QCLcBGAs/s1600/hottest2Bwebcam2Bgirl2B-2BAnemonalove.jpg','','Hello fellas! Who wants to chat with me? I have profile at HotBabesCams.com,<br />we can chat, you can watch me live for free, my nickname is Anemonalove , here is my pic:<br /><br /><br />https://3.bp.blogspot.com/-u5pGYuGNsSo/WVixiO8RBUI/AAAAAAAAAFA/JWa2LHHFI2AkHParQa3fwwHhVijolmq8QCLcBGAs/s1600/hottest%2Bwebcam%2Bgirl%2B-%2BAnemonalove.jpg','189.102.149.178','2017-07-16 16:10:33',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(574,0,305,'com_content','','en-GB',0,'Anemonalove','Anemonalove','delmarhardaway@bigstring.com','https://3.bp.blogspot.com/-u5pGYuGNsSo/WVixiO8RBUI/AAAAAAAAAFA/JWa2LHHFI2AkHParQa3fwwHhVijolmq8QCLcBGAs/s1600/hottest2Bwebcam2Bgirl2B-2BAnemonalove.jpg','','Hello guys! Who wants to see me live? I have profile at HotBabesCams.com, we can chat, you can watch me live for free, my nickname is Anemonalove , <br />here is my photo: <br /><br />https://3.bp.blogspot.com/-u5pGYuGNsSo/WVixiO8RBUI/AAAAAAAAAFA/JWa2LHHFI2AkHParQa3fwwHhVijolmq8QCLcBGAs/s1600/hottest%2Bwebcam%2Bgirl%2B-%2BAnemonalove.jpg','189.121.181.179','2017-07-18 01:27:46',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(575,0,343,'com_content','','en-GB',0,'Anemonalove','Anemonalove','antoniahummel@bigstring.com','https://3.bp.blogspot.com/-u5pGYuGNsSo/WVixiO8RBUI/AAAAAAAAAFA/JWa2LHHFI2AkHParQa3fwwHhVijolmq8QCLcBGAs/s1600/hottest2Bwebcam2Bgirl2B-2BAnemonalove.jpg','','Hello fellas! Who wants to meet me? I have profile at HotBabesCams.com, we can chat, <br />you can watch me live for free, my nickname is Anemonalove , here is my pic: <br /><br />https://3.bp.blogspot.com/-u5pGYuGNsSo/WVixiO8RBUI/AAAAAAAAAFA/JWa2LHHFI2AkHParQa3fwwHhVijolmq8QCLcBGAs/s1600/hottest%2Bwebcam%2Bgirl%2B-%2BAnemonalove.jpg','189.60.161.110','2017-07-18 17:13:46',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(576,0,70,'com_content','','en-GB',0,'Jacket Areas','Jacket Areas','lateshavaught@gmail.com','http://www.5Ijjh.cn/space.php?uid=21525&#038;do=blog&#038;id=101667','','I believe that is among the so much vital information for me.<br />And i\'m glad studying your article. But want <br />to commentary on few general issues, The website style is ideal, the articles is in point <br />of fact excellent : D. Good task, cheers<br /><br />Review my page; Jacket Areas: http://www.5Ijjh.cn/space.php?uid=21525&do=blog&id=101667','177.32.16.21','2017-07-18 22:06:10',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(577,0,70,'com_content','','en-GB',0,'gothic Symbols','gothic Symbols','shanelburkholder@gmail.com','http://www.spazioannunci.net/veicolimotori/automobili-e-fuoristrada/motorcycle-jackets-for-males-fantastic-biker-coat-for-males_i3119903','','Excellent blog right here! Additionally your website loads up <br />fast! What web host are you using? Can I get your affiliate <br />hyperlink to your host? I want my site loaded up as fast as yours <br />lol<br /><br />my weblog: gothic <br />Symbols: http://www.spazioannunci.net/veicolimotori/automobili-e-fuoristrada/motorcycle-jackets-for-males-fantastic-biker-coat-for-males_i3119903','189.60.215.118','2017-07-22 01:23:23',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(578,0,70,'com_content','','en-GB',0,'Motorcycle jackets','Motorcycle jackets','earnestineouthwaite@arcor.de','http://Www.Startblogg.se/index.php?a=stats&#038;u=maudedye61136','','Yes! Finally something about white leather armor set wow.<br /><br />my web blog: Motorcycle jackets: http://Www.Startblogg.se/index.php?a=stats&u=maudedye61136','186.221.7.134','2017-07-24 19:42:03',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(579,0,70,'com_content','','en-GB',0,'Tera','Tera','haydentisdall@gmail.com','http://diathesi.eu/?option=com_k2&#038;view=itemlist&#038;task=user&#038;id=98104','','Excellent post. I used to be checking constantly this blog and I\'m inspired!<br />Extremely helpful information particularly the final phase :) I <br />take care of such information a lot. I was looking for this particular info for a <br />very lengthy time. Thanks and good luck.<br /><br />My web site :: Tera: http://diathesi.eu/?option=com_k2&view=itemlist&task=user&id=98104','113.53.231.203','2017-08-05 08:28:07',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(580,0,70,'com_content','','en-GB',0,'Joesph','Joesph','ariellewhite@gmail.com','http://www.dqhty.com/comment/html/Index.php?page=1&#038;id=69419','','Ich habe lernen einige gerade richtig Sachen hier. Sicher Preis bookmarking Änderungsvorschlägen.','162.251.203.70','2017-08-08 21:47:55',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(581,0,70,'com_content','','en-GB',0,'www.kongyaji4s.com','www.kongyaji4s.com','olenbandy@t-online.de','http://www.kongyaji4s.com/comment/html/index.php?page=1&#038;id=1868','','Icch mag, was euch Regel. Diese Art der Deckung! Halten Siee sich die hervorragende grandiosen funktioniert Jungss Ich <br />habe einge euch zu Blogroll.','179.218.161.21','2017-09-07 23:14:55',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(582,0,283,'com_content','','en-GB',0,'Shanot','Shanot','shanpa@24meds.com','http://costofcial.com','','Kamagra En Hipertensos Propecia En Mujeres cialis Shipped Ups On Line Zentel Amex Controindicazioni Uso Cialis','146.185.223.150','2017-10-17 14:27:48',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(583,0,132,'com_content','','en-GB',0,'MaryellenSmall','MaryellenSmall','paulabeauchamp@web.de','https://Jamaal21.jimdo.com','','I have checked your page and i\'ve found some duplicate content, that\'s <br />why you don\'t rank high in google\'s search results, but there is a <br />tool that can help you to create 100% unique <br />content, search for: Boorfe\'s tips unlimited content','92.247.125.186','2017-11-15 08:45:01',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(584,0,305,'com_content','','en-GB',0,'BrainSmall','BrainSmall','kathi_kiel@aol.com','https://Davida33.wix.com','','I have checked your page and i\'ve found some duplicate content, that\'s why you don\'t rank high in google, but there <br />is a tool that can help you to create 100% <br />unique articles, search for: Boorfe\'s tips unlimited content','117.34.72.251','2017-11-17 10:44:55',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(585,0,305,'com_content','','en-GB',0,'StanSmall','StanSmall','austinrochon@googlemail.com','https://Vania21.jimdo.com','','I have checked your blog and i have found some duplicate content, that\'s <br />why you don\'t rank high in google, but there is a tool that can help you to create 100% unique articles, search for; Boorfe\'s tips unlimited content','95.110.208.125','2017-12-25 20:35:43',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(586,0,283,'com_content','','en-GB',0,'GuestAbrat','GuestAbrat','samburton202@aol.co.uk','http://kioppoerk.com/','','guest test post <br />bbcode <br />html <br />http://kioppoerk.com/ simple','46.161.9.63','2017-12-31 09:02:03',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(587,0,129,'com_content','','en-GB',0,'A Payday Loan','A Payday Loan','boricuarochny@evropost.top','http://loansinstantapproval.us.com','','instant loans online loans instant approval best online loans instant approval online loans instant approval','46.161.9.70','2018-01-20 01:31:51',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(588,0,429,'com_content','','en-GB',0,'Bad Credit','Bad Credit','sandrashakir@evropost.top','http://loansinstantapproval.us.com','','same day cash best online loans instant approval loans instant approval best online loans instant approval','46.161.9.70','2018-01-20 01:31:51',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(589,0,429,'com_content','','en-GB',0,'GuestAbrat','GuestAbrat','samburton202@aol.co.uk','http://temresults2018.com/','','guest test post <br />bbcode <br />html <br />http://temresults2018.com/ simple','46.161.9.63','2018-01-23 02:43:06',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(590,0,197,'com_content','','en-GB',0,'DavisSmall','DavisSmall','claritahirst@gmail.com','https://Donny33.wix.com','','I have checked your page and i\'ve found some duplicate content, <br />that\'s why you don\'t rank high in google, but <br />there is a tool that can help you to create 100% unique content, <br />search for; Boorfe\'s tips unlimited content','177.235.25.115','2018-01-29 00:19:32',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(591,0,154,'com_content','','en-GB',0,'SimaSmall','SimaSmall','renategist@gmail.com','https://Sabrina33.wix.com','','I have checked your blog and i\'ve found some duplicate content,<br />that\'s why you don\'t rank high in google, but there is a tool that can help you to create <br />100% unique content, search for; Boorfe\'s tips unlimited content','189.33.34.151','2018-01-29 10:17:53',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(592,0,129,'com_content','','en-GB',0,'A Payday Loan','A Payday Loan','elliottjf@pochtar.top','https://moneylenders.us.org','','no credit checks payday loans money lenders money lenders private lenders','46.161.9.61','2018-01-31 15:35:16',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(593,0,429,'com_content','','en-GB',0,'Payday Loans','Payday Loans','tosha@mailllc.top','https://moneylenders.us.org','','bad credit online loans private money lenders loan for bad credit money lenders','46.161.9.61','2018-01-31 15:35:16',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(594,0,129,'com_content','','en-GB',0,'Payday Loans','Payday Loans','joeonblue@evropost.top','https://cashadvanceloan.us.com','','private lender personal loans for poor credit bad credit personal loans guaranteed approval loans personal','46.161.9.61','2018-01-31 22:27:59',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(595,0,429,'com_content','','en-GB',0,'Easy Payday Loan','Easy Payday Loan','olene@evropost.top','https://paydayloan.us.org','','online loan online loan application online loan application online loan application','46.161.9.61','2018-01-31 22:27:59',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(596,0,429,'com_content','','en-GB',0,'Loan','Loan','olonaeloy@mailllc.top','https://loansonline.us.com','','payday loans online pay day lender online personal loan a payday loan','46.161.9.61','2018-02-01 08:08:37',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(597,0,429,'com_content','','en-GB',0,'Loans','Loans','marinelapirvan@pochtar.top','https://personalloansonline.us.org','','loans no credit check loans no credit check personal loan no credit check loans no credit check','46.161.9.61','2018-02-02 02:58:32',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(598,0,283,'com_content','','en-GB',0,'JacGera','JacGera','jactiex@cialorder.xyz','http://cialiviag.com','','Achat De Cialis En Espagne How Long Does Keflex Last cialis online Ordering Plavix Canada','146.185.223.202','2018-02-02 08:28:50',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(599,0,429,'com_content','','en-GB',0,'Payday Loans Online','Payday Loans Online','tblair@rainmail.top','https://paydayloan.us.org','','payday loans online payday loans online no credit check payday loans online no credit check cash loans with monthly payments','46.161.9.61','2018-02-02 22:50:58',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(600,0,129,'com_content','','en-GB',0,'Best Online Loans','Best Online Loans','nkellyfamily@pochtar.top','https://loansnocreditcheck.us.com','','payday loans sacramento payday advances payday advance payday advance','46.161.9.61','2018-02-05 11:05:07',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(601,0,429,'com_content','','en-GB',0,'Online Loans','Online Loans','jami@pochtar.top','https://paydayadvance.us.com','','instalment loans loans for bad credit loans for bad credit private lenders','46.161.9.61','2018-02-05 11:05:07',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(602,0,154,'com_content','','en-GB',0,'AdelaSmall','AdelaSmall','eloisefunderburk@arcor.de','https://Wilfredo33.wix.com','','I have checked your blog and i\'ve found some duplicate content, that\'s why you don\'t <br />rank high in google, but there is a tool that can help you to <br />create 100% unique articles, search for; <br />Boorfe\'s tips unlimited content','207.118.168.206','2018-02-09 21:40:23',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(603,0,129,'com_content','','en-GB',0,'Ace Homework','Ace Homework','dcaminiti@evropost.top','http://essays.store','','essays essays george orwell essays essay writing for canadian students','46.161.9.61','2018-02-15 03:00:39',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(604,0,283,'com_content','','en-GB',0,'JacGera','JacGera','jactiex@blaycob.net','http://cialicost.com','','Prescriptions Medications Online Buy Now Generic Dutasteride Mastercard Accepted Store Overnight Site Fiable Pour Achat Kamagra cialis Which Online Pharmacies Accept Paypal Levitra Foglio Illustrativo Onlinephatmacy','146.185.223.202','2018-02-17 16:41:43',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(605,0,429,'com_content','','en-GB',0,'Term Paper Writers','Term Paper Writers','mrholleman@evropost.top','http://essays.store','','write essays for me scholarship essays help with writing a narrative essay critical essays','46.161.9.61','2018-03-01 23:11:29',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(606,0,282,'com_content','','en-GB',0,'Good Homework Music','Good Homework Music','jcro1966@rainmail.top','http://essays.store','','essay writing formula application essays essays essays','46.161.9.61','2018-03-01 23:43:35',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(607,0,343,'com_content','','en-GB',0,'AcmucPiess','AcmucPiess','doqvwgausegumninny@greenslots2017.co','http://dkjshye7s632.com','','http://dkjshye7s632.com <br />very good publish, i definitely love this web site, carry on it','46.161.9.9','2018-03-21 08:09:18',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(608,0,343,'com_content','','en-GB',0,'Online Loans','Online Loans','eabreu1964@mailllc.top','http://loanpayday.store','','loan payday loan companies loan payday loan payday','178.159.37.148','2018-03-23 03:26:18',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(609,0,343,'com_content','','en-GB',0,'Cash Advance','Cash Advance','sarahdunn@evropost.top','http://loanpayday.store','','loan payday online lenders loan payday payday loan','178.159.37.148','2018-03-24 01:00:40',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(610,0,70,'com_content','','en-GB',0,'home remodeling','home remodeling','major_colebatch@googlemail.com','http://www.epocashop.it/modules.php?name=Your_Account&#038;op=userinfo&#038;username=LynetteHig','','We redesigned the kitchen space entirely.<br /><br /><br />Also visit my site; home remodeling: http://www.epocashop.it/modules.php?name=Your_Account&op=userinfo&username=LynetteHig','23.236.221.217','2018-04-02 04:07:32',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(611,0,70,'com_content','','en-GB',0,'Warner','Warner','annettwirtz@freenet.de','http://artsina.com/index.php?page=article&#038;article_id=22659','','Hey there! I realize this is sort of off-topic however I needed to ask.<br />Does running a well-established blog such as yours take a massive <br />amount work? I am completely new to writing a blog but I do write in my diary every day.<br />I\'d like to start a blog so I can share my experience and thoughts <br />online. Please let me know if you have any ideas or tips for brand new aspiring blog owners.<br /><br />Thankyou!','196.247.16.57','2018-06-10 03:25:10',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(612,0,305,'com_content','','en-GB',0,'73Clyde','73Clyde','rogelioforman@arcor.de','https://Ashleighfat.blogspot.se','','I can see that your blog probably doesn\'t have much visits.<br /><br />Your posts are interesting, you only need more <br />new readers. I know a method that can cause a viral effect <br />on your blog. Search in google: dracko\'s tricks make your content go viral','217.28.50.218','2018-07-28 14:10:54',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(613,0,340,'com_content','','en-GB',0,'79Raleigh','79Raleigh','albertinakeane@web.de','https://Kerstinfat.blogspot.se','','I can see that your site probably doesn\'t have much traffic.<br />Your articles are awesome, you only need more new readers.<br /><br />I know a method that can cause a viral effect on your website.<br />Search in google: dracko\'s tricks make your content go viral','95.154.71.76','2018-07-28 19:50:56',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(614,0,70,'com_content','','en-GB',0,'SalvadorJuicy','SalvadorJuicy','mablehendrix@speedymail.org','https://ArdisSee.wix.com','','Hello. I see that you don\'t update your blog too often. I know that writing posts is time consuming and boring.<br />But did you know that there is a tool that allows you to create new <br />posts using existing content (from article directories or other pages from your niche)?<br />And it does it very well. The new posts are high <br />quality and pass the copyscape test. You should try <br />miftolo\'s tools','176.10.42.89','2018-07-30 08:16:05',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(615,0,158,'com_content','','en-GB',0,'79Leon','79Leon','anthonybavin@inbox.com','https://Lelandfat.blogspot.com','','I can see that your site probably doesn\'t have much visits.<br />Your articles are awesome, you only need more new readers.<br /><br />I know a method that can cause a viral effect on your website.<br />Search in google: dracko\'s tricks make your content go viral','91.115.0.245','2018-07-31 05:01:48',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(616,0,246,'com_content','','en-GB',0,'IvyJuicy','IvyJuicy','kandiclucas@gmail.com','https://MelanieBad.blogspot.com','','Hi. I see that you don\'t update your website too often. I know that writing content <br />is boring and time consuming. But did you know that there is a tool <br />that allows you to create new posts using existing content (from article directories or other blogs from your <br />niche)? And it does it very well. The new posts are high quality and pass <br />the copyscape test. You should try miftolo\'s <br />tools','196.200.53.131','2018-07-31 09:57:31',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(617,0,168,'com_content','','en-GB',0,'TeddyJuicy','TeddyJuicy','vicky_billings@gmail.com','https://AdrienneBad.blogspot.com','','Hi. I see that you don\'t update your website too often. I know that writing posts is boring and time <br />consuming. But did you know that there is a tool that allows you to <br />create new articles using existing content (from article <br />directories or other websites from your niche)? And it does it very well.<br />The new articles are high quality and pass the copyscape test.<br />You should try miftolo\'s tools','103.227.60.177','2018-07-31 14:21:39',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(618,0,201,'com_content','','en-GB',0,'99Mabel','99Mabel','andreasholman@gawab.com','https://Arlenefat.blogspot.de','','I can see that your content probably doesn\'t have much traffic.<br />Your posts are interesting, you only need more new readers.<br />I know a method that can cause a viral effect on your website.<br />Search in google: dracko\'s tricks make your content go viral','200.242.181.4','2018-07-31 16:29:56',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(619,0,343,'com_content','','en-GB',0,'VictoriaJuicy','VictoriaJuicy','kareem_heaton@reallyfast.info','https://MireyaSee.wix.com','','Hi. I see that you don\'t update your site too often. I know that writing <br />content is boring and time consuming. But did you know that there is a tool that allows you to create new posts using existing <br />content (from article directories or other blogs <br />from your niche)? And it does it very well.<br />The new articles are unique and pass the copyscape test.<br />You should try miftolo\'s tools','185.177.242.142','2018-07-31 23:36:30',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(620,0,166,'com_content','','en-GB',0,'98Sammie','98Sammie','shaylanorthmore@gmail.com','https://Charlinefat.blogspot.com','','I can see that your page probably doesn\'t have much traffic.<br />Your posts are awesome, you only need more new readers. I know a method that can cause <br />a viral effect on your website. Search in google: dracko\'s tricks make your content go viral','77.121.253.135','2018-08-01 18:00:17',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(621,0,343,'com_content','','en-GB',0,'98Felicia','98Felicia','beauballinger@gawab.com','https://Garnetfat.blogspot.com','','I can see that your content probably doesn\'t have much <br />visits. Your posts are interesting, you only need more new readers.<br />I know a method that can cause a viral effect on your website.<br /><br />Search in google: dracko\'s tricks make your content go viral','188.137.85.235','2018-08-02 00:12:40',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(622,0,70,'com_content','','en-GB',0,'ferragamo slippers','ferragamo slippers','corinne.stillman@gmail.com','http://hpcafrica.com/index.php?option=com_k2&#038;view=itemlist&#038;task=user&#038;id=47143','','I really love your blog.. Very nice colors & theme.<br /><br />Did you build this website yourself? Please reply back as I\'m planning <br />to create my own personal blog and would love to know where you got this from or just what the theme <br />is called. Kudos!','190.248.136.154','2018-08-03 00:46:08',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(623,0,187,'com_content','','en-GB',0,'BridgetJuicy','BridgetJuicy','savannahprendiville@gmail.com','https://CoreySee.wix.com','','Hello. I see that you don\'t update your website too often. I know that writing content is boring and time consuming.<br /><br />But did you know that there is a tool that allows you to create new posts using existing <br />content (from article directories or other websites from your niche)?<br />And it does it very well. The new articles are <br />high quality and pass the copyscape test. You should try miftolo\'s tools','177.185.49.160','2018-08-05 11:00:25',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(624,0,176,'com_content','','en-GB',0,'MartaJuicy','MartaJuicy','verna_langer@freenet.de','https://HelenBad.blogspot.com','','Hello. I see that you don\'t update your site too often. I know that writing articles is boring and time consuming.<br />But did you know that there is a tool that allows you to create new posts using existing content (from <br />article directories or other websites from your niche)?<br />And it does it very well. The new articles are unique and pass the copyscape test.<br /><br />You should try miftolo\'s tools','170.150.101.3','2018-08-05 16:14:13',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(625,0,186,'com_content','','en-GB',0,'JaimeJuicy','JaimeJuicy','charmain.braswell@gmail.com','https://NobleWee.blogspot.com','','Hi. I see that you don\'t update your blog too often. I know that writing posts is time consuming and <br />boring. But did you know that there is a tool that allows you <br />to create new posts using existing content (from article directories or other <br />pages from your niche)? And it does it very well. The <br />new posts are high quality and pass the copyscape test.<br />You should try miftolo\'s tools','91.226.206.87','2018-08-05 19:59:58',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(626,0,163,'com_content','','en-GB',0,'CarmonJuicy','CarmonJuicy','newton.vallejos@googlemail.com','https://AlexanderWee.blogspot.com','','Hello. I see that you don\'t update your blog too often. I know that writing <br />posts is time consuming and boring. But did you know that there is a tool that allows you to create new articles using existing <br />content (from article directories or other blogs from your niche)?<br />And it does it very well. The new posts are high quality and pass the <br />copyscape test. You should try miftolo\'s tools','89.25.84.34','2018-08-10 09:44:10',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(627,0,132,'com_content','','en-GB',0,'MartinaJuicy','MartinaJuicy','shadthurston@aol.com','https://RaeSick.wix.com','','Hello. I see that you don\'t update your website too often. I know that writing content is boring and time consuming.<br />But did you know that there is a tool that allows you to create new articles using <br />existing content (from article directories or other websites from your niche)?<br />And it does it very well. The new articles are unique and pass the copyscape test.<br />You should try miftolo\'s tools','89.111.88.229','2018-08-10 12:25:56',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(628,0,228,'com_content','','en-GB',0,'RaymondJuicy','RaymondJuicy','beulahashcroft@gmx.net','https://BettieWee.blogspot.com','','Hello. I see that you don\'t update your blog too <br />often. I know that writing articles is boring and time consuming.<br />But did you know that there is a tool that allows you to create <br />new articles using existing content (from article directories or other pages from your niche)?<br />And it does it very well. The new posts are high <br />quality and pass the copyscape test. You should try miftolo\'s <br />tools','1.0.198.11','2018-08-10 18:49:54',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(629,0,187,'com_content','','en-GB',0,'CamilleJuicy','CamilleJuicy','belle.darcy@googlemail.com','https://GraceBad.wix.com','','Hi. I see that you don\'t update your blog too often. I <br />know that writing articles is boring and time consuming.<br /><br />But did you know that there is a tool that allows you to create new posts using existing <br />content (from article directories or other pages from your niche)?<br />And it does it very well. The new posts are high quality and pass the copyscape test.<br /><br />You should try miftolo\'s tools','178.22.121.69','2018-08-10 21:35:01',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(630,0,340,'com_content','','en-GB',0,'RomaJuicy','RomaJuicy','antjedescoteaux@zoho.com','https://HildredWee.blogspot.com','','Hi. I see that you don\'t update your website too <br />often. I know that writing posts is time consuming and <br />boring. But did you know that there is a tool that allows you to create new posts using existing content <br />(from article directories or other websites from your niche)?<br />And it does it very well. The new posts are high quality and pass the copyscape test.<br />You should try miftolo\'s tools','2.187.35.103','2018-08-11 04:34:56',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(631,0,282,'com_content','','en-GB',0,'GayJuicy','GayJuicy','rhondamoorman@gmail.com','https://MarcelinoBad.wix.com','','Hello. I see that you don\'t update your page too often. I know that writing <br />content is time consuming and boring. But did you <br />know that there is a tool that allows you to create new posts using existing content (from article directories or other blogs from your niche)?<br />And it does it very well. The new posts are unique and pass the copyscape test.<br /><br />You should try miftolo\'s tools','123.205.145.43','2018-08-11 20:57:35',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(632,0,154,'com_content','','en-GB',0,'BestNatalia','BestNatalia','ellisetter@yahoo.com','https://MightyGeorge.blogspot.co.uk','','I see you don\'t monetize your page, don\'t waste your <br />traffic, you can earn extra bucks every month. You can use <br />the best adsense alternative for any type of website (they approve all websites), for more info simply search in gooogle:<br />boorfe\'s tips monetize your website','177.137.157.194','2018-08-12 18:18:32',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(633,0,305,'com_content','','en-GB',0,'ZenaidaJuicy','ZenaidaJuicy','anderson.thalberg@gmx.de','https://MelvinaBad.wix.com','','Hello. I see that you don\'t update your blog too often. I <br />know that writing posts is boring and time consuming.<br />But did you know that there is a tool that allows you to create new articles using <br />existing content (from article directories or other blogs from your niche)?<br /><br />And it does it very well. The new articles are unique and pass <br />the copyscape test. You should try miftolo\'s tools','193.77.242.110','2018-08-12 20:03:12',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(634,0,305,'com_content','','en-GB',0,'TangelaJuicy','TangelaJuicy','johnette_warfe@zoho.com','https://MarcusBad.wix.com','','Hello. I see that you don\'t update your blog too often. I know that writing content is boring and time consuming.<br />But did you know that there is a tool that allows you to create <br />new articles using existing content (from article directories or <br />other websites from your niche)? And it does it very well.<br /><br />The new articles are high quality and pass the copyscape test.<br />You should try miftolo\'s tools','84.241.18.235','2018-08-13 06:42:38',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(635,0,204,'com_content','','en-GB',0,'BestHenrietta','BestHenrietta','antjejohnson@arcor.de','https://CleverEffie.blogspot.com','','I see you don\'t monetize your site, don\'t waste your traffic, you <br />can earn extra bucks every month. You can use the best adsense alternative for <br />any type of website (they approve all websites), for more <br />details simply search in gooogle: boorfe\'s tips monetize your website','170.79.177.31','2018-08-14 02:47:39',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(636,0,305,'com_content','','en-GB',0,'GeraldineJuicy','GeraldineJuicy','tandybabin@zoho.com','https://DonnellWee.blogspot.com','','Hello. I see that you don\'t update your site too often. I know that writing articles is time consuming and boring.<br /><br />But did you know that there is a tool that allows you to create new articles using <br />existing content (from article directories or other pages from your niche)?<br />And it does it very well. The new articles are unique and pass the copyscape test.<br />You should try miftolo\'s tools','103.61.198.22','2018-08-15 07:44:39',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(637,0,513,'com_content','','en-GB',0,'BestOsvaldo','BestOsvaldo','bryon.mansell@fast-mail.org','https://MightyLakeisha.blogspot.co.uk','','I see you don\'t monetize your website, don\'t waste your traffic, you can earn extra bucks every month.<br />You can use the best adsense alternative for any type <br />of website (they approve all websites), for more details simply <br />search in gooogle: boorfe\'s tips monetize your <br />website','170.79.49.181','2018-08-15 09:57:29',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(638,0,154,'com_content','','en-GB',0,'DougJuicy','DougJuicy','mammiemendenhall@bigstring.com','https://KateSee.wix.com','','Hi. I see that you don\'t update your site too often. I know that writing articles is time consuming and <br />boring. But did you know that there is a tool that allows you to create new posts using existing content (from article directories <br />or other pages from your niche)? And it does it very well.<br />The new posts are high quality and pass the copyscape <br />test. You should try miftolo\'s tools','192.145.204.1','2018-08-16 05:56:34',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(639,0,168,'com_content','','en-GB',0,'BestHubert','BestHubert','geoffreygirard@aol.com','https://FollowBeryl.blogspot.se','','I see you don\'t monetize your website, don\'t waste your traffic, you can earn extra cash every month.<br />You can use the best adsense alternative for any type of website (they approve all websites), for more details simply search in gooogle:<br />boorfe\'s tips monetize your website','170.79.176.49','2018-08-19 15:14:19',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(640,0,70,'com_content','','en-GB',0,'Remy Human Hair','Remy Human Hair','manuelbednall@emailgroups.net','http://neurogym.com.gt/index.php?option=com_k2&#038;view=itemlist&#038;task=user&#038;id=712500','','My partner and I stumbled over here from a different web page and thought I may as well check things out.<br /><br />I like what I see so now i\'m following you. Look forward to <br />checking out your web page repeatedly.','89.186.3.101','2018-08-19 19:57:57',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(641,0,305,'com_content','','en-GB',0,'LorrieJuicy','LorrieJuicy','genesisbreinl@wildmail.com','https://QuintonSick.wix.com','','Hi. I see that you don\'t update your page too often. I know that writing content is time consuming and boring.<br />But did you know that there is a tool that <br />allows you to create new posts using existing content <br />(from article directories or other pages from your niche)?<br />And it does it very well. The new articles are high quality and pass <br />the copyscape test. Search in google and try: miftolo\'s tools','84.241.39.72','2018-08-21 12:22:22',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(642,0,165,'com_content','','en-GB',0,'TonjaJuicy','TonjaJuicy','warren_sleath@vegemail.com','https://JuliusBad.blogspot.com','','Hello. I see that you don\'t update your blog too often. I know that writing content is time consuming and boring.<br />But did you know that there is a tool that allows you to create new articles using existing content (from article directories or other pages <br />from your niche)? And it does it very well. The new articles are high quality <br />and pass the copyscape test. Search in google and try: miftolo\'s tools','88.83.243.33','2018-08-21 16:06:28',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(643,0,343,'com_content','','en-GB',0,'LavondaJuicy','LavondaJuicy','asavigna@internet-e-mail.com','https://ValenciaWee.blogspot.com','','Hello. I see that you don\'t update your website too often. I know that writing content is time consuming and boring.<br />But did you know that there is a tool that allows you to create new posts using existing <br />content (from article directories or other pages <br />from your niche)? And it does it very well.<br />The new posts are unique and pass the copyscape test.<br />Search in google and try: miftolo\'s tools','103.232.33.224','2018-08-23 03:43:27',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(644,0,165,'com_content','','en-GB',0,'XBettie','XBettie','malissa.glauert@live.com','https://CleverCesar.blogspot.com','','Hi admin. It was hard to find this site in google.<br />It\'s not even in top 10. You should focus on hq links from top <br />websites in your niche. I know of a very effective free method to <br />get high quality backlinks and instant traffic.<br /><br />The best thing about this method is that you start getting traffic right away.<br />For more info search in google for; masitsu\'s tricks','45.112.125.194','2018-08-23 14:10:22',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(645,0,343,'com_content','','en-GB',0,'Bernardo','Bernardo','margretgrisham@gmail.com','http://prsync.com/mobile-slot-games/scr-ranks-asthe-best-online-platform-for-downloading-mobile-slot-games-2213355/','','I read this article fuully on the topic off the comparison oof hottest and <br />preceding technologies, it\'s remarkable article.','172.86.104.148','2018-08-25 09:09:37',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(646,0,343,'com_content','','en-GB',0,'mega888 game app','mega888 game app','laurel.burrow@arcor.de','http://eknukubuhego.mihanblog.com/post/16','','How do judges the actual International Speech Competition know who <br />a visit is? Start having a strong point and end with a point.<br /><br />There are two keys to this: vocal control and eye contact with.','144.172.103.245','2018-08-26 00:11:25',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(647,0,246,'com_content','','en-GB',0,'XColin','XColin','pearlinegartrell@t-online.de','https://CleverLuigi.blogspot.com','','Hi admin. It was hard to find this site in google.<br />It\'s not even in top10. You should focus on high quality links from top websites in your niche.<br />I know of a very effective free method to get high quality backlinks <br />and instant traffic. The best thing about this method is that you start getting traffic right away.<br />For more details search in google for: masitsu\'s tricks','81.161.67.40','2018-08-27 14:11:47',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(648,0,340,'com_content','','en-GB',0,'XDoyle','XDoyle','annissimos@googlemail.com','https://FollowArmand.blogspot.se','','Hello buddy. It was hard to find this site in google. It\'s not even in top10.<br />You should focus on high quality links from high authority websites in your niche.<br />I know of a very effective free method to get strong backlinks and instant traffic.<br />The best thing about this method is that you start getting clicks right away.<br />For more info search in google for: masitsu\'s tricks','201.183.224.123','2018-08-31 13:44:37',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(649,0,186,'com_content','','en-GB',0,'LiamJuicy','LiamJuicy','mattie.hodgson@gmail.com','https://JerriWee.blogspot.com','','Hi. I see that you don\'t update your website too often. I know that writing content is time consuming and boring.<br />But did you know that there is a tool that allows you to create new articles using existing <br />content (from article directories or other blogs from your niche)?<br /><br />And it does it very well. The new articles are unique <br />and pass the copyscape test. Search in google and try:<br />miftolo\'s tools','194.183.181.204','2018-09-04 06:57:25',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(650,0,154,'com_content','','en-GB',0,'BestCarey','BestCarey','leonie.ogren@t-online.de','https://MightyLeonard.blogspot.co.uk','','I have noticed you don\'t monetize your blog, don\'t waste <br />your traffic, you can earn extra cash every month.<br />You can use the best adsense alternative for any type of website (they approve all websites), for more info <br />simply search in gooogle: boorfe\'s tips monetize your website','121.135.246.142','2018-09-06 09:26:42',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(651,0,154,'com_content','','en-GB',0,'HattieJuicy','HattieJuicy','andersonbruner@gmail.com','https://PorfirioTalks.jimdo.com','','Hello. I see that you don\'t update your site too often. I know that writing content is time consuming and <br />boring. But did you know that there is a tool that allows you to create new articles using <br />existing content (from article directories or other websites from your niche)?<br />And it does it very well. The new posts are unique and pass the copyscape test.<br />Search in google and try: miftolo\'s tools','213.168.5.250','2018-09-07 01:01:10',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(652,0,513,'com_content','','en-GB',0,'LatiaJuicy','LatiaJuicy','jermaineforrester@mailc.net','https://GailBad.wix.com','','Hello. I see that you don\'t update your page too often. I know that writing content is time consuming and boring.<br />But did you know that there is a tool that allows you to create new articles using existing content (from article directories or other websites from your niche)?<br />And it does it very well. The new articles are unique and pass the copyscape test.<br />Search in google and try: miftolo\'s tools','213.254.21.191','2018-09-07 05:38:35',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(653,0,134,'com_content','','en-GB',0,'BestArlie','BestArlie','eliseharms@hotmail.com','https://CleverWilhelmina.blogspot.com','','I see you don\'t monetize your blog, don\'t waste your traffic, you can earn additional cash every month.<br /><br />You can use the best adsense alternative for any type of website (they approve <br />all websites), for more info simply search in gooogle: boorfe\'s tips monetize <br />your website','89.22.47.78','2018-09-07 11:03:46',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(654,0,343,'com_content','','en-GB',0,'sky casino blackjack','sky casino blackjack','mariettabarger@googlemail.com','https://forum.faucetbox.org/index.php?action=profile;u=853','','Fascinating blog! Is your theme custom made or did you download it from <br />somewhere? A theme like yours with a few simple adjustements would <br />really make my blog shine. Please let me know where you got your theme.<br />Cheers','194.187.249.181','2018-09-19 10:59:28',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(655,0,343,'com_content','','en-GB',0,'918 kiss','918 kiss','nanniemarshburn@yahoo.com','','','Hello there! I know this is kind of off topic but <br />I was wondering if you knew where I could find a captcha plugin for my comment form?<br />I\'m using the same blog platform as yours and I\'m having problems finding one?<br />Thanks a lot!','31.44.247.3','2018-09-19 11:27:00',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(656,0,343,'com_content','','en-GB',0,'ocean king yangon','ocean king yangon','dwightgaertner@yahoo.com','http://855068.net/__media__/js/netsoltrademark.php?d=918.network2Fdownloads2F86-play8oy','','Every weekend i used to go to see this website, for the reason that i wish for enjoyment, for the reason that this this web page <br />conations really pleasant funny information too.','113.197.194.146','2018-09-19 14:03:06',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(657,0,343,'com_content','','en-GB',0,'scr888 video','scr888 video','kendra_wing@googlemail.com','http://kencodistribution.us/__media__/js/netsoltrademark.php?d=wholesaleradiators.org','','Thhis is the right website for everyone whoo would like to understand this <br />topic. You know so muych its almost hard too argue with you (not that I personally <br />would want to…HaHa). You certainly put a fresh spin on a topic that\'s been discussed for many years.<br /><br />Wonderful stuff, just wonderful!','81.171.107.64','2018-09-19 17:19:53',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(658,0,343,'com_content','','en-GB',0,'t kiosk scr888','t kiosk scr888','saundravergara@yahoo.com','http://home.dongyang.ac.kr/~sagewide/index.files/Page327.html?a5B5D=3Ca+href3Dhttp3A2F2Fmystatecapitals.net2F__media__2Fjs2Fnetsoltrademark.php3Fd3D918.network252Fdownloads252F79-download-918kiss-download-918-kiss-download-scr8883E918kiss+apk+download+pc3','','I have been exploring for a bit for any high-quality <br />articles or weblog posts in this kind of house . Exploring in Yahoo I at <br />last stumbled upon this site. Studying this info So i\'m glad to <br />show that I\'ve a very excellent uncanny feeling I discovered just <br />what I needed. I most without a doubt will make certain to do not <br />forget this website and give it a glance on a continuing basis.','216.151.183.56','2018-09-19 20:25:53',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(659,0,343,'com_content','','en-GB',0,'live roulette fixed','live roulette fixed','lin.perl@bigstring.com','http://www.spiritualforums.com/vb/redir.php?link=http://paysafecardgeneratorcodes.wordpress.com.assetline.com/__media__/js/netsoltrademark.php?d=918.network2Fcasino-games2F69-ntc33-newton-casino','','I’m not that much of a internet reader to be honest but your sites really nice, keep it up!<br />I\'ll go ahead and bookmark your site to come back <br />later on. Cheers','85.236.12.195','2018-09-20 19:41:23',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(660,0,343,'com_content','','en-GB',0,'3win8 slot','3win8 slot','freddy.desimone@aol.com','','','I\'ve been exploring for a bit for any high quality articles or weblog posts on this kind of <br />space . Exploring in Yahoo I eventually stumbled upon this website.<br />Reading this info So i\'m glad to show that I have a very excellent uncanny feeling I came upon just what I needed.<br />I so much certainly will make sure to do not omit this web site and provides it a look regularly.','212.92.105.207','2018-09-22 09:19:35',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(661,0,343,'com_content','','en-GB',0,'bwin online casino','bwin online casino','imogenepye@freenet.de','http://Valuepoint.com/__media__/js/netsoltrademark.php?d=918.network2Fcasino-games2F68-rollex11','','Hi, this weekend is good in support of me, since this time i am reading this great <br />educational piece of writing here at my home.','89.107.218.52','2018-09-28 03:53:58',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(662,0,305,'com_content','','en-GB',0,'JadaJuicy','JadaJuicy','leandrodamron@arcor.de','https://ElmaWee.blogspot.com','','Hello. I see that you don\'t update your site too often. I know <br />that writing articles is boring and time consuming.<br />But did you know that there is a tool that allows you to create new articles using existing content (from article directories or other pages from your niche)?<br /><br />And it does it very well. The new articles are unique and pass the copyscape test.<br />Search in google and try: miftolo\'s tools','202.180.220.70','2018-09-29 04:19:58',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(663,0,343,'com_content','','en-GB',0,'blackjack live band','blackjack live band','gabrielle_knowles@peacemail.com','http://jainsons.com/__media__/js/netsoltrademark.php?d=918.network2Fcasino-games2F69-ntc33-newton-casino','','WOW just what I was searching for. Came here by searching for games slot machines casino','82.103.133.54','2018-09-29 05:19:18',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(664,0,343,'com_content','','en-GB',0,'m.2 b m slot','m.2 b m slot','warrengatehouse@inbox.com','http://waxholmsstad.info/__media__/js/netsoltrademark.php?d=918kiss.party2Fhome2Flpe88','','Undeniably believe that which you said. Your favorite justification seemed to be on the net the <br />easiest thing to be aware of. I say to you, I certainly get irked while <br />people think about worries that they just do not know about.<br /><br />You managed to hit the nail upon the top as well as defined <br />out the whole thing without having side effect , people <br />can take a signal. Will probably be back to get more.<br />Thanks','173.244.36.15','2018-09-29 16:40:56',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(665,0,305,'com_content','','en-GB',0,'?????','?????','ermelindasteward@web.de','https://7elm5.com/totosite/','','The events occur with the world renowned Rio Casino in Las Vegas, Nevada.<br />In a Brick and mortar casino there stands the entire <br />price of setting up, through the building towards the equipment as well as the staffs that look, manage and supply various services.<br />Millions of folks used head to formal casinos to learn casino games,<br />however they are able to benefit from the similar fun and amusement of actual casino games from <br />the comfort of their home.','109.87.40.23','2018-10-03 20:11:15',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(666,0,310,'com_content','','en-GB',0,'moz','moz','kareemkoontz@googlemail.com','https://Moz.com/','','No matter if some one searches for his necessary thing, therefore he/she desires to be available <br />that in detail, thus that thing is maintained over here.<br /><br /><br /><br />Here is my site; moz: https://Moz.com/','193.238.152.59','2018-10-06 20:16:19',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(667,0,310,'com_content','','en-GB',0,'moz','moz','danielle_maxie@mailhaven.com','https://moz.com','','What i don\'t realize is in truth how you are not <br />really much more well-favored than you might be right now.<br />You are so intelligent. You recognize therefore significantly in terms of this topic,<br />made me in my view believe it from so many various <br />angles. Its like men and women aren\'t fascinated unless it is one thing to accomplish <br />with Lady gaga! Your personal stuffs great. At all times handle it <br />up!<br /><br />Also visit my weblog; moz: https://moz.com','82.102.23.14','2018-10-09 11:59:11',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(668,0,305,'com_content','','en-GB',0,'?????','?????','mickimcgrew@web.de','https://7elm5.com/totosite/','','The events occur on the world renowned Rio Casino in Las Vegas, Nevada.<br /><br />Wait for your golden opportunity into the future then hit about the bull\'s eye in bluffing.<br />\"Start spreading the news\" in regards to <br />a spitting image of America\'s most populous city in Paradise, <br />Nevada .','92.245.174.56','2018-10-10 02:19:44',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(669,0,343,'com_content','','en-GB',0,'lpe88 apk','lpe88 apk','olivaramer@yahoo.de','','','you\'re really a excellent webmaster. The web site loading velocity is incredible.<br />It kind of feels that you\'re doing any distinctive trick.<br />Also, The contents are masterpiece. you have performed a magnificent task in this <br />topic!','1.217.24.139','2018-10-15 05:32:27',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(670,0,343,'com_content','','en-GB',0,'lpe88 download','lpe88 download','danutahowells@gmail.com','','','I relish, lead to I discovered just what I used to be taking a look for.<br /><br />You\'ve ended my 4 day long hunt! God Bless you man. Have a nice day.<br /><br />Bye','203.145.115.13','2018-10-17 04:06:53',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(671,0,343,'com_content','','en-GB',0,'rollex11 download pc','rollex11 download pc','ericktrimble@gmail.com','http://4geo.ru/redirect/?service=online&#038;url=scr888.group2Flive-casino-games2F2487-rollex11','','Have to make sure the graphics are very light <br />to be able to make their site fast good enough. That low cost content material isn\'t likely to make you any dinero.','177.22.111.115','2018-10-18 04:10:07',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(672,0,343,'com_content','','en-GB',0,'sky777 apk','sky777 apk','shantellcarington@t-online.de','','','Wonderful items from you, man. I\'ve be mindful your stuff previous to and <br />you are simply extremely excellent. I really like what you have obtained right <br />here, really like what you are saying and the way in which by which you <br />assert it. You make it entertaining and you still care for to stay it sensible.<br />I cant wait to read much more from you. That is really a great website.','78.56.221.230','2018-10-18 09:14:18',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(673,0,343,'com_content','','en-GB',0,'online poker yahoo','online poker yahoo','bridgetlangley@gawab.com','http://www.Flagstarhomelending.com/__media__/js/netsoltrademark.php?d=scr888.group2Flive-casino-games2F2485-3win8','','We might the readers wrote negative comments, do not <br />bother reading the submitted article. If you\'re in order to be be writing a long article, might as well make it fun their own behalf to look over.','196.249.70.59','2018-10-19 04:14:14',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(674,0,343,'com_content','','en-GB',0,'x tip online casino','x tip online casino','ola_beeby@arcor.de','http://Www.principalpropertiesllc.com/__media__/js/netsoltrademark.php?d=918.network2Fdownloads2F90-rollex11','','Hi, i read your blog from time to time and i own a similar one and i was just curious <br />if you get a lot of spam comments? If so how do you stop it, any <br />plugin or anything you can advise? I get so much <br />lately it\'s driving me mad so any support is very much appreciated.','78.140.203.82','2018-10-19 04:56:26',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(675,0,343,'com_content','','en-GB',0,'newtown ntc33','newtown ntc33','jaxonchidley@t-online.de','','','I have learn some good stuff here. Definitely worth bookmarking for revisiting.<br />I surprise how much effort you set to create this sort of excellent informative site.','187.33.161.106','2018-10-19 05:22:38',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(676,0,343,'com_content','','en-GB',0,'scr888','scr888','hongsodersten@gmail.com','','','Very good website you have here but I was wanting to know if you knew of any <br />community forums that cover the same topics discussed here?<br />I\'d really like to be a part of group where I can get suggestions from other <br />knowledgeable people that share the same <br />interest. If you have any recommendations, please let me know.<br /><br />Kudos!','197.243.34.228','2018-10-20 08:52:30',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(677,0,310,'com_content','','en-GB',0,'Gladys','Gladys','jordanmunson@inbox.com','http://wikimedia.org','','Hi, its pleasant article regarding media print, we all understand media is a enormous source of facts.<br /><br /><br />My site: Gladys: http://wikimedia.org','185.210.217.117','2018-10-22 11:47:41',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(678,0,343,'com_content','','en-GB',0,'BestLesli','BestLesli','florrie.chamberlin@gmail.com','https://CleverBeryl.blogspot.com','','I have noticed you don\'t monetize your blog, don\'t waste your traffic, you can earn extra bucks <br />every month. You can use the best adsense alternative for any type of website (they approve all websites), for more info simply search in gooogle: boorfe\'s tips monetize your website','194.50.147.182','2018-10-23 12:23:13',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(679,0,343,'com_content','','en-GB',0,'ace333 apk download','ace333 apk download','carmonlongwell@bigstring.com','','','Hey! Do you know if they make any plugins to assist with Search Engine Optimization? I\'m trying to get my blog to rank for some targeted <br />keywords but I\'m not seeing very good results. If you <br />know of any please share. Many thanks!','87.252.171.132','2018-10-25 01:41:42',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(680,0,343,'com_content','','en-GB',0,'sky77762 datasheet','sky77762 datasheet','ezequielnapoli@gawab.com','http://Pw15.phury.net/php/info.php?a5B5D=3Ca+href3Dhttp3A2F2Fwww.amanda-gores.net2F__media__2Fjs2Fnetsoltrademark.php3Fd3D918kiss.party252Fdownloads252F5013-download-sky777-for-android-and-ios3Esky777+test+account3C2Fa3E','','When someone writes an piece of writing he/she maintains the idea of a user <br />in his/her brain that how a user can be aware of it.<br />Thus that\'s why this paragraph is perfect. Thanks!','91.122.47.157','2018-10-26 06:47:31',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(681,0,343,'com_content','','en-GB',0,'mega888 apk','mega888 apk','karina_urquhart@inbox.com','','','I\'m extremely impressed with your writing skills and also with the layout on your weblog.<br />Is this a paid theme or did you modify it yourself? Either way keep up the nice quality writing, it is rare to see a nice blog like this one nowadays.','61.244.201.118','2018-10-27 00:59:45',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(682,0,282,'com_content','','en-GB',0,'BestNannette','BestNannette','russelljefferson@gmail.com','https://MightyIla.blogspot.co.uk','','I have noticed you don\'t monetize your website, don\'t waste your <br />traffic, you can earn extra bucks every month.<br />You can use the best adsense alternative for any type of website <br />(they approve all websites), for more info simply search in gooogle: boorfe\'s tips monetize your <br />website','91.98.74.149','2018-10-28 03:27:25',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(683,0,343,'com_content','','en-GB',0,'mega888 logo','mega888 logo','darcyseccombe@googlemail.com','http://www.ladysmithfederal.com/linkout.aspx?link=http://instantgarages.net/__media__/js/netsoltrademark.php?d=918.network2Fcasino-games2F74-mega888','','Why viewers still make use of to read news papers when in this <br />technological world everything is existing on net?','186.193.28.33','2018-10-28 08:07:36',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(684,0,343,'com_content','','en-GB',0,'BestLavon','BestLavon','myrna.delacruz@gmx.net','https://MightyDeandre.blogspot.co.uk','','I see you don\'t monetize your site, don\'t waste your traffic, <br />you can earn additional cash every month. You can use the best adsense alternative for any type of website (they approve <br />all websites), for more details simply search in gooogle:<br />boorfe\'s tips monetize your website','213.87.42.12','2018-10-28 16:43:14',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(685,0,305,'com_content','','en-GB',0,'??????','??????','kiacastrejon@yahoo.com','https://7elm5.com/obamacasino/','','The main procedures from the game are also virtually <br />the same with Texas Hold\'em. In a Brick and mortar casino there stands your entire price of creating,<br />from the building to the equipment and also the staffs that look, <br />manage and provide various services. These promotions can be in all forms like special bonuses, free <br />party points, freerolls, and the opportunity to enter big tournaments.','103.228.118.57','2018-10-28 23:58:17',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(686,0,154,'com_content','','en-GB',0,'KarlJuicy','KarlJuicy','pollygregson@bigstring.com','https://ShaylaWee.blogspot.com','','Hi. I see that you don\'t update your blog too often. I know that writing content is time <br />consuming and boring. But did you know that there is a <br />tool that allows you to create new posts using existing content (from article directories or <br />other websites from your niche)? And it does it very well.<br />The new articles are high quality and pass the copyscape test.<br />Search in google and try: miftolo\'s tools','84.241.31.0','2018-10-31 21:10:13',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(687,0,282,'com_content','','en-GB',0,'BestLeilani','BestLeilani','dannduval@bigstring.com','https://CleverVirginia.blogspot.com','','I have noticed you don\'t monetize your page, don\'t waste your traffic, you can earn additional bucks every month.<br />You can use the best adsense alternative for any type of <br />website (they approve all websites), for more <br />details simply search in gooogle: boorfe\'s tips monetize your website','80.78.76.70','2018-11-04 05:50:08',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(688,0,343,'com_content','','en-GB',0,'UteJuicy','UteJuicy','miravillasenor@gmail.com','https://LesterTalks.jimdo.com','','Hello. I see that you don\'t update your blog too often. I know that writing content is time <br />consuming and boring. But did you know that there is a <br />tool that allows you to create new articles using existing content (from article directories <br />or other pages from your niche)? And it does it very well.<br /><br />The new posts are high quality and pass the copyscape test.<br />Search in google and try: miftolo\'s tools','95.31.26.99','2018-11-05 20:23:44',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(689,0,343,'com_content','','en-GB',0,'sky casino down','sky casino down','dollie.goodlet@zoho.com','http://www.emadalbahar.com/__media__/js/netsoltrademark.php?d=forum.novinilya.com2Fentry.php3F5067-Motor-City-Casino-25-000-Time-Flies-Giveaway-Ends-Jan-31-2011','','If you have to avoid like the look and feel of the \'H\' tags, use CSS to <br />set it up to your choice. Now I have owned this method in previous and have had very limited success needed.','200.5.32.34','2018-11-10 20:54:25',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(690,0,343,'com_content','','en-GB',0,'BestLashawn','BestLashawn','sommersturm@bigstring.com','https://CleverFlora.blogspot.com','','I have noticed you don\'t monetize your site, don\'t waste your traffic, <br />you can earn extra bucks every month. You can use the best <br />adsense alternative for any type of website (they approve all websites), for <br />more info simply search in gooogle: boorfe\'s tips monetize your website','190.181.113.213','2018-11-11 02:29:42',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(691,0,282,'com_content','','en-GB',0,'BestWindy','BestWindy','ajahagen@yahoo.com','https://CleverPatricia.blogspot.com','','I have noticed you don\'t monetize your website, don\'t waste your <br />traffic, you can earn extra bucks every month.<br />You can use the best adsense alternative for any type <br />of website (they approve all websites), for more details simply search in gooogle:<br />boorfe\'s tips monetize your website','101.109.83.208','2018-11-13 15:07:25',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(692,0,154,'com_content','','en-GB',0,'jasa seo','jasa seo','paulbarton@googlemail.com','https://shaposervice.com/','','Keep working ,remarkable job!','23.108.93.243','2018-11-14 13:26:24',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(693,0,343,'com_content','','en-GB',0,'BestAngeline','BestAngeline','emory.shand@t-online.de','https://MightyIzetta.blogspot.co.uk','','I have noticed you don\'t monetize your blog, don\'t waste your <br />traffic, you can earn extra bucks every month.<br />You can use the best adsense alternative for any type <br />of website (they approve all websites), for more details <br />simply search in gooogle: boorfe\'s tips monetize your website','203.153.108.219','2018-11-16 10:55:33',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(694,0,165,'com_content','','en-GB',0,'BestJeannine','BestJeannine','marceladockery@gmail.com','https://CleverRosalyn.blogspot.com','','I see you don\'t monetize your page, don\'t waste your traffic, you <br />can earn extra bucks every month. You can use the best <br />adsense alternative for any type of website (they approve all websites), for more <br />details simply search in gooogle: boorfe\'s tips monetize <br />your website','188.162.235.76','2018-11-16 17:06:15',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(695,0,343,'com_content','','en-GB',0,'????? open sky 777','????? open sky 777','shalandaparrish@yahoo.com','http://www.mysizeonline.com/__media__/js/netsoltrademark.php?d=warpentertainment.com2F__media__2Fjs2Fnetsoltrademark.php3Fd3D918.network2Fcasino-games2F76-sky777','','My family members all the time say that I am killing <br />my time here at web, except I know I am getting familiarity everyday by reading thes pleasant articles.','109.81.190.118','2018-11-18 05:44:45',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(696,0,287,'com_content','','en-GB',0,'BestJenifer','BestJenifer','joeypremo@gmail.com','https://FollowJayne.blogspot.se','','I see you don\'t monetize your page, don\'t waste your traffic, you can earn extra bucks every month.<br />You can use the best adsense alternative for any type of website (they approve all websites), for more details simply search in gooogle: boorfe\'s tips monetize your website','103.103.182.19','2018-11-18 17:03:17',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(697,0,343,'com_content','','en-GB',0,'BestKoby','BestKoby','brent_heinig@gmail.com','https://FollowIlana.blogspot.se','','I see you don\'t monetize your website, don\'t waste your traffic, you can earn additional cash every month.<br />You can use the best adsense alternative for any type of website (they approve all websites), for more <br />info simply search in gooogle: boorfe\'s tips monetize your website','190.25.222.2','2018-11-20 10:39:29',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(698,0,343,'com_content','','en-GB',0,'joker123 apk','joker123 apk','rosalinedugas@gmail.com','','','If you want to get a great deal from this piece of writing then you have to apply <br />such strategies to your won webpage.','37.32.126.69','2018-11-22 02:00:16',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(699,0,287,'com_content','','en-GB',0,'fish finder','fish finder','wandaemma@gmail.com','https://fishfindersreview.wordpress.com/','','Thanks in favor of sharing such a pleasant opinion, piece of writing is good, thats why i have read it completely','192.99.160.45','2018-11-23 20:49:05',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(700,0,154,'com_content','','en-GB',0,'JeffersonJuicy','JeffersonJuicy','joliesamuel@gmail.com','https://PasqualeBad.blogspot.com','','Hi. I see that you don\'t update your blog too often. I know that writing posts is time consuming and boring.<br />But did you know that there is a tool that allows you to create new posts using existing content (from <br />article directories or other websites from your niche)?<br />And it does it very well. The new articles are unique and pass the copyscape test.<br /><br />Search in google and try: miftolo\'s tools','168.181.178.129','2018-11-24 20:44:09',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(701,0,305,'com_content','','en-GB',0,'TashaJuicy','TashaJuicy','marylinkeister@bigstring.com','https://RosemaryBad.wix.com','','Hi. I see that you don\'t update your page too often. I know that writing posts <br />is boring and time consuming. But did you know that there is <br />a tool that allows you to create new posts using existing content (from article directories or other pages from your niche)?<br /><br />And it does it very well. The new posts are high quality and pass the copyscape test.<br />Search in google and try: miftolo\'s tools','118.67.220.227','2018-11-25 05:19:12',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(702,0,343,'com_content','','en-GB',0,'rollex11 download','rollex11 download','candymiah@zoho.com','','','you\'re actually a good webmaster. The site loading speed is incredible.<br />It kind of feels that you are doing any distinctive trick.<br />Also, The contents are masterpiece. you have performed a wonderful activity in this subject!','109.167.29.26','2018-11-27 05:30:00',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(703,0,287,'com_content','','en-GB',0,'fish finder reviews','fish finder reviews','ervinalcala@zoho.com','https://fishfindersreview.wordpress.com/','','If you desire to increase your experience only keep visiting this website and be updated with the <br />most up-to-date information posted here.','165.227.97.247','2018-11-27 07:43:59',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(704,0,287,'com_content','','en-GB',0,'portable fish finder','portable fish finder','victorinabeals@zoho.com','https://fishfindersreview.wordpress.com/','','Thanks for sharing your thoughts about bible. Regards','157.65.171.86','2018-11-28 13:27:56',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(705,0,154,'com_content','','en-GB',0,'female viagra pills','female viagra pills','essie.olney@yahoo.de','http://scat.in/user/GraigCheel484/','','female viagra pills: http://scat.in/user/GraigCheel484/','210.195.162.227','2018-11-30 01:10:49',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(706,0,287,'com_content','','en-GB',0,'best fish finder','best fish finder','faecoane@gmail.com','https://fishfindersreview.wordpress.com/','','Quality posts is the important to interest the visitors to pay <br />a quick visit the web site, that\'s what this web page is providing.','109.202.13.24','2018-11-30 12:03:42',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(707,0,287,'com_content','','en-GB',0,'fish finder','fish finder','william_traylor@freenet.de','https://fishfindersreview.wordpress.com/','','Excellent post. I was checking constantly this blog and I\'m inspired!<br />Very useful info particularly the ultimate phase :) I care for <br />such information a lot. I was looking for this particular information for a very long time.<br />Thanks and good luck.','54.39.177.249','2018-11-30 19:53:07',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(708,0,343,'com_content','','en-GB',0,'ace 333','ace 333','melvairons@gmail.com','','','Hey there! I\'ve been following your website for a long <br />time now and finally got the bravery to go ahead and give <br />you a shout out from Humble Tx! Just wanted to tell you keep up <br />the excellent work!','201.140.220.60','2018-12-02 16:10:59',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(709,0,154,'com_content','','en-GB',0,'CorrineBig','CorrineBig','darwin.hymel@aol.com','https://GabrielBad.blogspot.com','','Hi. I have checked your letsrebuildit.com and <br />i see you\'ve got some duplicate content <br />so probably it is the reason that you don\'t rank hi in google.<br />But you can fix this issue fast. There is a tool that creates content like human, just search in google: miftolo\'s tools','103.12.160.203','2018-12-10 08:42:15',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(710,0,343,'com_content','','en-GB',0,'mega888 apk','mega888 apk','marcellamonds@googlemail.com','','','Great blog here! Additionally your web site loads up very fast!<br />What web host are you using? Can I get your affiliate <br />link on your host? I wish my web site loaded up as quickly as <br />yours lol','92.115.158.193','2018-12-10 18:22:49',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(711,0,246,'com_content','','en-GB',0,'DeneenBig','DeneenBig','iristhornhill@gawab.com','https://JonathonBad.wix.com','','Hello. I have checked your letsrebuildit.com and i see you\'ve <br />got some duplicate content so probably it is the reason that you don\'t rank high in google.<br /><br />But you can fix this issue fast. There is a tool that rewrites content like human, just <br />search in google: miftolo\'s tools','103.67.23.21','2018-12-10 19:38:34',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(712,0,287,'com_content','','en-GB',0,'ibobber price','ibobber price','chaumasterson@gmail.com','http://nemoadministrativerecord.com/UserProfile/tabid/57/userId/6573153/Default.aspx','','It is not my first time to visit this website, i am visiting this <br />site dailly and take good information from here everyday.','85.238.100.243','2018-12-11 04:01:49',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(713,0,343,'com_content','','en-GB',0,'live 22428','live 22428','lonnyalston@gmail.com','http://www.olgrace.org/__media__/js/netsoltrademark.php?d=918Kiss.poker2Fdownloads','','But that didn\'t help me because my teacher thought I <br />was trying to do something smart. They will more than likely take just like of proper care of your car as perform their tools and equipment.<br /><br />The ogling could increase his libido and desire.','109.104.144.62','2018-12-11 20:50:41',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(714,0,343,'com_content','','en-GB',0,'online casino bonus','online casino bonus','juliobarkman@mailas.com','http://Nigeriannavy.com/__media__/js/netsoltrademark.php?d=www.domrebenok.ru2Fbitrix2Frk.php3Fgoto3Dhttps3A2F2F918.network2Fcasino-games2F68-rollex11','','Hi there to every one, the contents present at this website are actually amazing for people experience, <br />well, keep up the nice work fellows.','151.80.143.155','2018-12-21 16:41:56',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(715,0,343,'com_content','','en-GB',0,'m ntc33','m ntc33','minda_ramey@freenet.de','','','What\'s up, after reading this amazing article i am <br />as well happy to share my know-how here with friends.','202.169.246.48','2018-12-23 16:54:31',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(716,0,343,'com_content','','en-GB',0,'3win8 download','3win8 download','kassieoreily@web.de','','','Do you have any video of that? I\'d like to find out more details.','177.124.101.52','2018-12-25 08:07:15',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(717,0,204,'com_content','','en-GB',0,'what do you think','what do you think','gilbertowatkins@gmail.com','https://www.tripline.net/mediasandrapeters','','Search engine optimisation, and this is usually known as SEO, is the practice of increasing the amount and quality of traffic <br />produced into some site or other Web established property from search motors\' <br />natural/organic rank results for certain words referred to keywords.','118.175.207.169','2018-12-29 19:57:27',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(718,0,343,'com_content','','en-GB',0,'918kiss update apk','918kiss update apk','rodgerhenegar@googlemail.com','https://www.yuxianfa.com/home.php?mod=space&#038;uid=40406&#038;do=profile&#038;from=space','','I\'m gone to tell my little brother, that he should also go to see this weblog on regular basis to take updated from most up-to-date information.','38.88.154.218','2018-12-31 17:32:21',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(719,0,343,'com_content','','en-GB',0,'sic bo jackpot','sic bo jackpot','earlene.dunham@gmail.com','http://notariesoncall.net/__media__/js/netsoltrademark.php?d=Www.Getfuzzy.com2F__media__2Fjs2Fnetsoltrademark.php3Fd3D918.network2Fcasino-games2F70-3win8','','Hi there, just became aware of your blog through Google,<br />and found that it\'s truly informative. I am gonna watch out for brussels.<br />I\'ll appreciate if you continue this in future. Numerous people will <br />be benefited from your writing. Cheers!','177.53.45.39','2019-01-01 04:35:50',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(720,0,343,'com_content','','en-GB',0,'sic bo for fun','sic bo for fun','harriettgladys@gmail.com','http://discover-a-passion.com/__media__/js/netsoltrademark.php?d=go.gemscript.ir2Findex.php3Furl3Dhttp3A2F2Fwww.ezyget.com2Findex.html','','Good articles can continue producing results at a year or higher.<br />So give them some useful information that they will use.<br /><br />One of the reasons that I submit articles is encourage my businesses.','220.158.232.18','2019-01-04 10:56:09',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(721,0,343,'com_content','','en-GB',0,'ocean king group','ocean king group','murielharford@t-online.de','http://Kreslo35.ru/bitrix/rk.php?goto=http://918.network/casino-games/73-playboy-casino','','Hi, all is going fine here and ofcourse every one is sharing information, that\'s <br />truly excellent, keep up writing.','188.175.195.5','2019-01-07 02:41:58',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(722,0,343,'com_content','','en-GB',0,'live poker win rates','live poker win rates','ingrid_mcgowan@arcor.de','http://fuckbowl.com/__media__/js/netsoltrademark.php?d=kidneystew.org2F__media__2Fjs2Fnetsoltrademark.php3Fd3D918.network2Fdownloads2F82-ntc33','','I like the valuable information you provide in your articles.<br />I\'ll bookmark your blog and check again here frequently. I\'m quite <br />certain I will learn many new stuff right here!<br />Best of luck for the next!','195.175.74.254','2019-01-11 13:23:32',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(723,0,343,'com_content','','en-GB',0,'ace333 slot','ace333 slot','selmapearce@bigstring.com','','','I\'m not positive the place you are getting your info, however great topic.<br />I needs to spend some time finding out much more or figuring out <br />more. Thank you for excellent info I used to be searching for this information for my mission.','46.225.142.206','2019-01-12 14:07:51',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(724,0,343,'com_content','','en-GB',0,'live blackjack apps','live blackjack apps','mitzi.harmon@gmail.com','http://www.probonoinstitute.org/__media__/js/netsoltrademark.php?d=918.network2Fdownloads2F82-ntc33','','Thanks for sharing your thoughts. I really appreciate your efforts and I am waiting for your next post thanks once again.','91.98.133.50','2019-01-15 05:52:35',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(725,0,343,'com_content','','en-GB',0,'918kiss free id','918kiss free id','berylrivers@gmail.com','http://bankbypc.com/__media__/js/netsoltrademark.php?d=todayboxofficecollection.in2Fchoosing-online-casino2F','','Give exclusive time for your loved one. <br />If I\'m successful at this, is it what Experienced meant total?<br />One does are fascinated with trading online, you really <br />should treat it like company.','195.138.65.27','2019-01-16 18:47:04',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(726,0,154,'com_content','','en-GB',0,'female viagra','female viagra','hongmilner@yahoo.de','https://sman1gomoker.sch.id/qtoa/index.php?qa=79010&#038;qa_1=the-two-minute-rule-for-female-viagra','','Wonderful goods from you, man. I have understand your stuff previous to and you\'re just extremely excellent.<br />I actually like what you\'ve acquired here, certainly like what you\'re saying and the way in which you say it.<br />You make it enjoyable and you still care for <br />to keep it sensible. I can\'t wait to read much more from you.<br />This is actually a great site. female viagra: https://sman1gomoker.sch.id/qtoa/index.php?qa=79010&qa_1=the-two-minute-rule-for-female-viagra','210.187.236.100','2019-01-24 10:50:37',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(727,0,287,'com_content','','en-GB',0,'KandyBig','KandyBig','inesbelton@googlemail.com','https://KarenTalks.jimdo.com','','Hi. I have checked your letsrebuildit.com and i see you\'ve got some duplicate content so <br />probably it is the reason that you don\'t rank high in google.<br /><br />But you can fix this issue fast. There is a tool that rewrites content like human, just search in google: miftolo\'s tools','95.43.182.13','2019-01-26 06:16:47',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(728,0,343,'com_content','','en-GB',0,'good luck casino','good luck casino','kerryprendiville@web.de','http://www.malibumermaids.com/__media__/js/netsoltrademark.php?d=amaseciknole.mihanblog.com2Fpost2Fcomment2Fnew2F152Ffromtype2Fpostone2Ffid2F15446734805c11d8c8036d52Fatrty2F15446734802Favrvy2F02Fkey2F360d3a925a7e18c34a9d257185080e682F','','There is no better in order to grow your online business than through Internet article writing.<br />In addition, they can also reduce the page rated.<br />Many online businesses have begun with little thought as to tips on how to <br />market it.','77.245.108.242','2019-02-04 17:34:07',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(729,0,343,'com_content','','en-GB',0,'roulette mobile','roulette mobile','demetriaherz@live.com','http://www.pomardapipa.com/guestbook/index.php','','Way cool! Some very valid points! I appreciate you penning this write-up plus the <br />rest of the website is also really good.','72.250.134.235','2019-02-05 08:07:36',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(730,0,343,'com_content','','en-GB',0,'mega888 apk','mega888 apk','annsison@freenet.de','','','Usually I do not read post on blogs, however I <br />would like to say that this write-up very forced me to try and do it!<br />Your writing style has been amazed me. Thanks, quite great post.','94.74.153.1','2019-02-06 06:41:40',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(731,0,343,'com_content','','en-GB',0,'mega casino.de','mega casino.de','jessiependley@inbox.com','http://www.gulfenergy.com/__media__/js/netsoltrademark.php?d=918.network2Fcasino-games2F74-mega888','','This is very fascinating, You are a very skilled blogger.<br />I have joined your feed and look ahead to looking for extra of your magnificent post.<br /><br />Additionally, I\'ve shared your site in my social networks','189.14.194.6','2019-02-08 12:53:19',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(732,0,343,'com_content','','en-GB',0,'918kiss kredit free','918kiss kredit free','kate.ordonez@freenet.de','http://pointsvacations.com/__media__/js/netsoltrademark.php?d=918.network2Fdownloads2F79-download-918kiss-download-918-kiss-download-scr888','','My brother recommended I might like this blog. He was totally right.<br /><br />This post truly made my day. You can not imagine simply how much time <br />I had spent for this info! Thanks!','159.89.46.56','2019-02-09 02:34:48',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(733,0,343,'com_content','','en-GB',0,'live 22552','live 22552','valliecarone@zoho.com','http://Www.Chuli.com/__media__/js/netsoltrademark.php?d=www.lqjcf.top2Fcomment2Fhtml2F3F1006.html','','Write more, thats all I have to say. Literally, it seems as though you relied on the video to make your point.<br />You clearly know what youre talking about, why waste your intelligence on just posting videos to your <br />site when you could be giving us something informative to read?','43.241.28.248','2019-02-11 06:25:03',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(734,0,343,'com_content','','en-GB',0,'ocean king buffet','ocean king buffet','janinecloutier@freenet.de','http://ironteam.com/__media__/js/netsoltrademark.php?d=918.network2Fcasino-games2F73-playboy-casino','','Thanks for some other informative blog. Where else may just I get that type of information written in such a perfect manner?<br />I have a venture that I\'m simply now running on, and I\'ve been at the look out for such info.','203.215.181.218','2019-02-11 07:25:05',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(735,0,343,'com_content','','en-GB',0,'live22 website','live22 website','baileyrountree@bigstring.com','http://nmh.kz/bitrix/redirect.php?event1=&#038;event2=&#038;event3=&#038;goto=http://sztcom.ru/bitrix/rk.php3Fgoto=http://www.ezyget.com/index.html','','Another strategy to get one links end up being post comments on Blogs in your niche.<br />Page accessories consist of paw prints, outdoor <br />backgrounds and earthy shades and textures. So, it <br />goes without on the grounds that \'title\' is very important.','180.247.187.26','2019-02-15 16:09:46',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(736,0,343,'com_content','','en-GB',0,'play8oy casino','play8oy casino','katiachaney@bigstring.com','','','I used to be able to find good advice from your articles.','181.29.14.148','2019-02-16 20:47:57',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(737,0,243,'com_content','','en-GB',0,'BioBelt','BioBelt','jeffersonmccool@gmail.com','http://erektion-dk.eu/biobelt.html','','Thanks a bunch! This is definitely an fantastic website!','37.47.167.6','2019-02-20 09:47:45',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(738,0,154,'com_content','','en-GB',0,'udecageyqej','udecageyqej','uyorizi@senfgad.com','http://theprettyguineapig.com/amoxicillin/','','http://theprettyguineapig.com/amoxicillin/ - Amoxicillin Without Prescription Buy Amoxil 500mg http://theprettyguineapig.com/amoxicillin/','195.154.242.189','2019-02-25 05:52:04',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(739,0,154,'com_content','','en-GB',0,'epiqedotiq','epiqedotiq','arekeg@goasfer.com','http://theprettyguineapig.com/amoxicillin/','','http://theprettyguineapig.com/amoxicillin/ - Amoxil Buy Generic Amoxicillin 500mg Capsules http://theprettyguineapig.com/amoxicillin/','195.154.242.189','2019-02-25 11:18:00',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(740,0,154,'com_content','','en-GB',0,'iwopoolinai','iwopoolinai','ibuwaq@messagesenff.com','http://theprettyguineapig.com/amoxicillin/','','http://theprettyguineapig.com/amoxicillin/ - Amoxil Buy Generic Amoxicillin Online http://theprettyguineapig.com/amoxicillin/','37.115.221.141','2019-02-25 11:29:59',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(741,0,154,'com_content','','en-GB',0,'ehuxijoyavu','ehuxijoyavu','aikmox@goasfer.com','http://theprettyguineapig.com/amoxicillin/','','http://theprettyguineapig.com/amoxicillin/ - Buy Amoxil 500mg Buy Amoxicillin Online http://theprettyguineapig.com/amoxicillin/','195.154.242.189','2019-02-25 11:34:46',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(742,0,154,'com_content','','en-GB',0,'izuzehisona','izuzehisona','aduxgzuru@messagesenff.com','http://theprettyguineapig.com/amoxicillin/','','http://theprettyguineapig.com/amoxicillin/ - Amoxicillin Online Amoxicillin 500 Mg http://theprettyguineapig.com/amoxicillin/','37.115.221.141','2019-02-25 12:07:02',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(743,0,343,'com_content','','en-GB',0,'onejonfos','onejonfos','opefim@senfgad.com','http://theprettyguineapig.com/amoxicillin/','','http://theprettyguineapig.com/amoxicillin/ - Buy Amoxicillin Amoxicillin Online http://theprettyguineapig.com/amoxicillin/','195.154.242.189','2019-03-02 05:27:41',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(744,0,343,'com_content','','en-GB',0,'edekene','edekene','ibanumeqe@senfgad.com','http://theprettyguineapig.com/amoxicillin/','','http://theprettyguineapig.com/amoxicillin/ - Buy Amoxicillin Amoxicillin Online http://theprettyguineapig.com/amoxicillin/','195.154.242.189','2019-03-02 06:02:46',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(745,0,287,'com_content','','en-GB',0,'umirefadazla','umirefadazla','uwabam@namnerbca.com','http://theprettyguineapig.com/amoxicillin/','','http://theprettyguineapig.com/amoxicillin/ - Amoxicillin Buy Amoxicillin http://theprettyguineapig.com/amoxicillin/','195.154.222.29','2019-03-04 14:33:11',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(746,0,287,'com_content','','en-GB',0,'asapday','asapday','oruvera@namnerbca.com','http://theprettyguineapig.com/amoxicillin/','','http://theprettyguineapig.com/amoxicillin/ - Amoxicillin Without Prescription Amoxicillin Online http://theprettyguineapig.com/amoxicillin/','195.154.222.29','2019-03-04 14:59:02',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(747,0,287,'com_content','','en-GB',0,'alxujuv','alxujuv','izukop@namnerbca.com','http://theprettyguineapig.com/amoxicillin/','','http://theprettyguineapig.com/amoxicillin/ - Amoxicillin Amoxicillin 500 Mg http://theprettyguineapig.com/amoxicillin/','195.154.222.29','2019-03-04 18:47:18',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(748,0,287,'com_content','','en-GB',0,'uyouwipehufu','uyouwipehufu','eulineme@tmailffrt.com','http://theprettyguineapig.com/amoxicillin/','','http://theprettyguineapig.com/amoxicillin/ - Amoxicillin 500mg Capsules Amoxicillin 500mg http://theprettyguineapig.com/amoxicillin/','62.210.177.44','2019-03-04 19:14:33',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(749,0,287,'com_content','','en-GB',0,'aaocuzeuae','aaocuzeuae','akinices@namnerbca.com','http://theprettyguineapig.com/amoxicillin/','','http://theprettyguineapig.com/amoxicillin/ - Order Amoxicillin 500mg Buy Amoxicillin Online http://theprettyguineapig.com/amoxicillin/','195.154.222.29','2019-03-04 19:16:06',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(750,0,290,'com_content','','en-GB',0,'orofiyaneje','orofiyaneje','ikubunapu@drfsmail.com','http://theprettyguineapig.com/amoxicillin/','','http://theprettyguineapig.com/amoxicillin/ - Buy Amoxicillin Amoxicillin http://theprettyguineapig.com/amoxicillin/','37.115.114.228','2019-03-05 14:48:00',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(751,0,290,'com_content','','en-GB',0,'amohinitoveso','amohinitoveso','yufemq@maildfga.com','http://theprettyguineapig.com/amoxicillin/','','http://theprettyguineapig.com/amoxicillin/ - Amoxicillin Online Amoxicillin http://theprettyguineapig.com/amoxicillin/','37.115.221.141','2019-03-05 14:48:34',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(752,0,290,'com_content','','en-GB',0,'umoguvejojo','umoguvejojo','ojemofogi@maildfga.com','http://theprettyguineapig.com/amoxicillin/','','http://theprettyguineapig.com/amoxicillin/ - Amoxicillin 500 Mg Buy Amoxicillin http://theprettyguineapig.com/amoxicillin/','37.115.221.141','2019-03-05 15:20:58',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(753,0,290,'com_content','','en-GB',0,'efiqutzuxaj','efiqutzuxaj','usavaxi@drfsmail.com','http://theprettyguineapig.com/amoxicillin/','','http://theprettyguineapig.com/amoxicillin/ - Buy Amoxicillin Buy Amoxicillin Online http://theprettyguineapig.com/amoxicillin/','37.115.114.228','2019-03-05 15:23:22',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(754,0,290,'com_content','','en-GB',0,'oxokoyaceru','oxokoyaceru','agaltexi@newgmailruner.com','http://theprettyguineapig.com/amoxicillin/','','http://theprettyguineapig.com/amoxicillin/ - Amoxicillin Buy Amoxicillin Online http://theprettyguineapig.com/amoxicillin/','37.115.221.141','2019-03-05 20:39:24',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(755,0,290,'com_content','','en-GB',0,'saidamogiguxo','saidamogiguxo','efeceeja@senfgad.com','http://theprettyguineapig.com/amoxicillin/','','http://theprettyguineapig.com/amoxicillin/ - Amoxicillin Amoxicillin 500mg Capsules http://theprettyguineapig.com/amoxicillin/','195.154.242.189','2019-03-10 00:40:20',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(756,0,290,'com_content','','en-GB',0,'ucimazetm','ucimazetm','isileif@senfgad.com','http://theprettyguineapig.com/amoxicillin/','','http://theprettyguineapig.com/amoxicillin/ - Buy Amoxicillin Buy Amoxicillin http://theprettyguineapig.com/amoxicillin/','195.154.242.189','2019-03-10 01:11:18',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(757,0,290,'com_content','','en-GB',0,'iawetuguvase','iawetuguvase','emapuyo@fgsradffd.com','http://theprettyguineapig.com/amoxicillin/','','http://theprettyguineapig.com/amoxicillin/ - Amoxicillin Without Prescription Amoxicillin Online http://theprettyguineapig.com/amoxicillin/','195.154.222.31','2019-03-10 04:13:20',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(758,0,290,'com_content','','en-GB',0,'zxkzdpvoru','zxkzdpvoru','usoloy@fgsradffd.com','http://theprettyguineapig.com/amoxicillin/','','http://theprettyguineapig.com/amoxicillin/ - Buy Amoxicillin Online Amoxicillin 500mg Capsules http://theprettyguineapig.com/amoxicillin/','195.154.222.31','2019-03-10 04:39:47',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(759,0,343,'com_content','','en-GB',0,'uxutapeese','uxutapeese','ofiaaqugd@mailerraas.com','http://theprettyguineapig.com/amoxicillin/','','http://theprettyguineapig.com/amoxicillin/ - Amoxicillin Buy Amoxicillin Online http://theprettyguineapig.com/amoxicillin/','62.210.83.206','2019-03-11 15:48:28',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(760,0,343,'com_content','','en-GB',0,'ujinaxoboxom','ujinaxoboxom','ireneweku@mailerraas.com','http://theprettyguineapig.com/amoxicillin/','','http://theprettyguineapig.com/amoxicillin/ - Amoxicillin Amoxicillin 500mg http://theprettyguineapig.com/amoxicillin/','62.210.83.206','2019-03-11 15:55:52',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(761,0,290,'com_content','','en-GB',0,'nenpivek','nenpivek','uhijuh@mailerraas.com','http://theprettyguineapig.com/amoxicillin/','','http://theprettyguineapig.com/amoxicillin/ - Amoxicillin Online Buy Amoxicillin http://theprettyguineapig.com/amoxicillin/','62.210.83.206','2019-03-18 05:53:42',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(762,0,290,'com_content','','en-GB',0,'azemofjaf','azemofjaf','asuhobume@mailerraas.com','http://theprettyguineapig.com/amoxicillin/','','http://theprettyguineapig.com/amoxicillin/ - Amoxicillin Buy Amoxicillin Online http://theprettyguineapig.com/amoxicillin/','62.210.83.206','2019-03-18 06:05:08',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(763,0,243,'com_content','','en-GB',0,'maca peruana','maca peruana','everettemaskell@gmail.com','http://produtos-para-disfuncao-eretil.eu/maca-peruana.html','','Good post. I\'m facing many of these issues as well..','192.162.165.22','2019-03-23 00:47:19',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(764,0,343,'com_content','','en-GB',0,'whats an m.2 slot','whats an m.2 slot','nildahutchison@zoho.com','','','It will improve your online business greatly, keep <br />you time and does not cost basically small success! While one tip <br />may work on a particular day or week, another tip may go better the following.','187.120.143.183','2019-03-23 01:12:46',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(765,0,243,'com_content','','en-GB',0,'Maxman','Maxman','mariettastory@snail-mail.net','http://los-mejores-boosters-de-testosterona.eu/Maxman.html','','Woah! I\'m really digging the template/theme of this blog.<br />It\'s simple, yet effective. A lot of times it\'s very difficult to get that \"perfect balance\" between user friendliness <br />and appearance. I must say you\'ve done a awesome job with <br />this. Also, the blog loads extremely quick for me on Safari.<br />Outstanding Blog!','192.162.165.22','2019-03-26 02:50:27',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(766,0,243,'com_content','','en-GB',0,'maca peruviana','maca peruviana','marcel_loeffler@gmail.com','http://ingrandimento-del-pene.eu/maca-peruviana.html','','Fantastic blog! Do you have any recommendations for aspiring writers?<br /><br />I\'m hoping to start my own site soon but I\'m a little lost on everything.<br />Would you advise starting with a free platform like Wordpress or go for <br />a paid option? There are so many options out there <br />that I\'m completely overwhelmed .. Any tips? Kudos!','192.162.165.22','2019-03-27 03:20:10',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(767,0,343,'com_content','','en-GB',0,'mega casino','mega casino','tiaraclemmons@hotmail.com','','','Definitely believe that which you said. Your favorite reason seemed to be on the <br />net the easiest thing to be aware of. I say to you, <br />I certainly get annoyed while people consider worries that they plainly don\'t know about.<br />You managed to hit the nail upon the top and defined <br />out the whole thing without having side effect , people can take a signal.<br />Will likely be back to get more. Thanks','1.20.100.111','2019-04-01 13:39:55',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(768,0,282,'com_content','','en-GB',0,'BlancaBig','BlancaBig','sallygaston@animail.net','https://TameraFix.blogspot.com','','Hello. I have checked your letsrebuildit.com and i see you\'ve got some duplicate content so probably it is the reason that you don\'t rank hi in google.<br />But you can fix this issue fast. There is a tool that generates articles like human, just search <br />in google: miftolo\'s tools','27.147.143.186','2019-04-03 04:12:44',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(769,0,243,'com_content','','en-GB',0,'Erogan','Erogan','madelinealden@gmail.com','http://integratoripererezione2017.ovh/erogan.html','','Neat blog! Is your theme custom made or did you download it from somewhere?<br />A theme like yours with a few simple tweeks would really make my blog <br />jump out. Please let me know where you got your theme.<br />Thank you','192.162.165.22','2019-04-16 22:30:01',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(770,0,343,'com_content','','en-GB',0,'rollex11 download','rollex11 download','danae.galloway@live.com','','','Good site you\'ve got here.. It\'s hard to find high quality writing like yours these days.<br /><br />I really appreciate individuals like you! Take care!!','37.159.222.242','2019-04-17 17:56:29',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(771,0,343,'com_content','','en-GB',0,'download games lpe88','download games lpe88','kennithdutcher@googlemail.com','http://Gottahavawawa.org/__media__/js/netsoltrademark.php?d=joker.vin2Findex.php2Fother-games2Flpe882F21-lpe88-2','','Therefore, these type of casino bonus is recommended mostly individuals just <br />enjoy playing the games. Slots is really a reel game which is played over <br />a slots piece of equipment. Since Keno is a game of chance,<br />is certainly random.','119.15.90.38','2019-04-18 00:59:01',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(772,0,243,'com_content','','en-GB',0,'como dormir bien','como dormir bien','magda.bachmeier@zoho.com','http://pastillasparadormir.eu/','','Hi mates, pleasant piece of writing and good urging commented at this place, <br />I am genuinely enjoying by these.','192.162.165.22','2019-04-21 02:40:06',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(773,0,343,'com_content','','en-GB',0,'kiosk3 scr888.yahoo','kiosk3 scr888.yahoo','antonalfaro@zoho.com','http://www.jamestowncustomhomes.com/__media__/js/netsoltrademark.php?d=www.tygdddygzs.com3A862Fhome.php3Fmod3Dspace26uid3D6746026do3Dprofile','','Many . one with the keys to bolster your online presence.<br />Most girls love animals and family portrait pet can be <br />a great theme. These programs help direct traffic into a site as a result of information.','175.139.152.233','2019-04-22 10:05:17',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(774,0,289,'com_content','','en-GB',0,'euxiyoo','euxiyoo','itabugaf@maildgsp.com','http://theprettyguineapig.com/amoxicillin/','','http://theprettyguineapig.com/amoxicillin/ - Amoxicillin 500mg Capsules Buy Amoxicillin Online bvr.elyc.letsrebuildit.com.htu.cj http://theprettyguineapig.com/amoxicillin/','46.119.4.212','2019-04-23 23:08:54',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(775,0,289,'com_content','','en-GB',0,'igcaoha','igcaoha','vbolipem@maildgsp.com','http://theprettyguineapig.com/amoxicillin/','','http://theprettyguineapig.com/amoxicillin/ - Amoxicillin No Prescription Amoxil Used lii.ufjb.letsrebuildit.com.rjm.vx http://theprettyguineapig.com/amoxicillin/','46.119.4.212','2019-04-23 23:51:26',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(776,0,343,'com_content','','en-GB',0,'918kiss blog','918kiss blog','taniastoker@gmail.com','http://returnman2game.net/playing-a-modern-port-and-your-money/','','These marks are essentials when it appears to assigning a value to a coin. Stuttering or increased rate of speech one other possible.<br />This can be more difficult in smaller boutiques.','114.247.153.141','2019-04-24 15:30:29',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(777,0,243,'com_content','','en-GB',0,'longueur pénis','longueur pénis','careygrabowski@zoho.com','http://allongement-penis-fr.eu/','','Hi there! I just would like to give you a big thumbs up for your great information you <br />have here on this post. I am coming back to your web site for more soon.','192.162.165.22','2019-04-29 08:52:12',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(778,0,343,'com_content','','en-GB',0,'rollex 11','rollex 11','refugiamagnus@gmail.com','','','When I initially left a comment I appear to have clicked the -Notify me when new comments <br />are added- checkbox and now each time a comment <br />is added I receive 4 emails with the exact same comment.<br /><br />Is there a way you are able to remove me from that service?<br />Thanks!','138.229.108.222','2019-05-01 14:03:19',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(779,0,343,'com_content','','en-GB',0,'live22 download','live22 download','erniestledger@gmail.com','','','What\'s up, yup this paragraph is really pleasant and <br />I have learned lot of things from it about blogging. thanks.','152.44.110.155','2019-05-04 06:24:16',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(780,0,343,'com_content','','en-GB',0,'3win8 download','3win8 download','macsurratt@gawab.com','','','Wonderful goods from you, man. I have take note your stuff prior to <br />and you\'re simply extremely excellent. I actually like <br />what you\'ve obtained here, really like what you\'re <br />stating and the way in which through which you say it. You are making it entertaining and you still take <br />care of to stay it wise. I can not wait to read far more from you.<br /><br />That is really a terrific website.','138.229.102.104','2019-05-08 19:29:36',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(781,0,343,'com_content','','en-GB',0,'live22 online game','live22 online game','gregorio.jessep@gmail.com','http://crankytacklecompany.com/__media__/js/netsoltrademark.php?d=918.network2Fcasino-games2F78-live22','','Hmm is anyone else experiencing problems with the images <br />on this blog loading? I\'m trying to determine if its a problem on my end or if it\'s the blog.<br />Any feedback would be greatly appreciated.','138.229.108.222','2019-05-10 03:37:04',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(782,0,343,'com_content','','en-GB',0,'22 live round gun','22 live round gun','katharina_lavallie@zoho.com','http://www.trentondiocese.org/__media__/js/netsoltrademark.php?d=www.ongbaby.com2Fblog2Fcategories2Flive22','','If you watch this Soccer game, you can try the hyperlinks i issued.<br />This is a NFL football on 5-12-2010 between Dallas Cowboys and <br />Indianapolis Colts. Football is now being played for all <br />countries.','172.96.84.26','2019-05-16 00:14:04',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(783,0,343,'com_content','','en-GB',0,'918kiss joker','918kiss joker','kellee_deakin@zoho.com','http://dcs.chonbuk.ac.kr/~ghcho/courses/test.php?a5B5D=3Ca+href3Dhttp3A2F2Flpe88.life2Findex.php2Fother-games2F918kiss3Escr888+download3C2Fa3E','','Being a result many memories with the last numerous her marriage have been denied thes.<br />Picture leather handbag, a associated with leather gloves, a silk scarf all <br />make great gifts.','67.218.4.74','2019-05-19 01:01:37',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(784,0,343,'com_content','','en-GB',0,'ace333 download','ace333 download','grace.haigler@yahoo.de','https://www.ongbaby.com/blog/categories/ace333','','If you can afford large and flashy stands then easier to that you have several standing.<br />Calling up your date immediately following a date will seem extremely <br />determined. Work towards changing a particular habit at <br />once.','167.160.67.240','2019-05-19 01:37:05',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(785,0,343,'com_content','','en-GB',0,'live casino buffet','live casino buffet','flossiepeacock@bigstring.com','http://richardcabot.com/__media__/js/netsoltrademark.php?d=lpe88.life2Findex.php2Fother-games2Face333','','This feature is both satisfying and frustrating at duration. <br />The more valuable it has then far better it should be!<br />This is concerning cannot viewed as a human deal for a virtual <br />table.','167.160.72.138','2019-05-20 01:05:13',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(786,0,343,'com_content','','en-GB',0,'mega888 casino','mega888 casino','noeliadash@web.de','','','I\'m gone to convey my little brother, that he should also visit this webpage oon regular <br />basis to gett updated from mosst up-to-date reports.<br /><br /><br /><br />Also visit my web-site :: mega888 casino: https://918.network/downloads/83-mega888','152.44.110.155','2019-05-26 08:12:18',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(787,0,243,'com_content','','en-GB',0,'VigRX Plus prijs','VigRX Plus prijs','jaclynpung@zoho.com','http://erectiepillen-bestellen.eu/vigrxplus.html','','I know this if off topic but I\'m looking into starting my own blog and was wondering what <br />all is needed to get setup? I\'m assuming having a <br />blog like yours would cost a pretty penny?<br />I\'m not very internet smart so I\'m not 100% certain. Any tips or advice would be greatly appreciated.<br />Thank you','192.162.165.22','2019-05-26 08:13:06',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(788,0,343,'com_content','','en-GB',0,'joker123 net','joker123 net','wilfred.tildesley@gmail.com','http://whatisso.com/__media__/js/netsoltrademark.php?d=megamaxi.ru2Fbitrix2Frk.php3Fgoto3Dhttp3A2F2F918.credit2Fcasino-games2Fjoker-123','','To help my website rankings, I only submit to sites that happen to be ranked well.<br />With so many new directories appearing, which always be the best is a superb sites?<br />So place a connection to internet page.','209.59.231.157','2019-05-26 18:48:00',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(789,0,343,'com_content','','en-GB',0,'918kiss win','918kiss win','geritraill@zoho.com','http://www.tutun.com/__media__/js/netsoltrademark.php?d=918.credit2Fcasino-games2F918kiss-scr888','','But still you can not resist your eyes to examine the <br />restaurant menu card design. It isn\'t anything bad, just just a little goofy.<br />Choosing the perfect gift for carrying out person is a difficult <br />task to execute.','107.175.6.52','2019-05-26 19:35:24',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(790,0,343,'com_content','','en-GB',0,'ace333 apk download','ace333 apk download','sabrina.luse@gmx.net','','','Hello there! I know this is kind of off topic but <br />I was wondering which blog platform are you using for this <br />website? I\'m getting sock and tired of Wordpresss because I\'ve had problems with <br />hackers and I\'m looking at alternatives for another platform.<br />I would be awesome if youu could point me in the direction of a good platform.<br /><br /><br />Also visit my weblog; ace333 apk download: https://918.network/downloads/89-ace333','138.229.111.109','2019-05-27 03:50:08',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(791,0,343,'com_content','','en-GB',0,'scr8888 download','scr8888 download','anibal.bar@gmail.com','http://nordrstromrack.com/__media__/js/netsoltrademark.php?d=918.network2Fcasino-games2F72-918kiss-scr888','','Do you mind if I quote a couple of your articles as long as I <br />provide credit and sources back to your site? My website is in the very sasme niche aas yours <br />and mmy visitors would genuinely benefit from some of the information you provide here.<br />Pleaswe let me know if this ok with you. Cheers!<br /><br />my web page - scr8888 download: http://nordrstromrack.com/__media__/js/netsoltrademark.php?d=918.network%2Fcasino-games%2F72-918kiss-scr888','66.84.90.219','2019-05-30 05:17:22',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(792,0,343,'com_content','','en-GB',0,'playboy888','playboy888','ralphdugas@web.de','','','Haave yoou ever thought about adding a little bit more than just your articles?<br />I mean, what you say is important and everything.<br />But think of if you added some great graphics or videos to give <br />your posts more, \"pop\"! Your content is excellent but with images and videos, this blog could definitely be one of the best in its <br />niche. Excellent blog!<br /><br />Feel free to visit my web-site playboy888: https://918.network/downloads/86-play8oy','66.84.90.231','2019-05-31 11:34:09',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(793,0,343,'com_content','','en-GB',0,'mega888 casino','mega888 casino','stellaallard@aol.com','','','Hello, i think that i saw you visited my blog thuus <br />i came to “return the favor”.I\'m trying to find things to improve my <br />website!I suppose its ook to use a few of your ideas!!<br /><br /><br />Here is my webpage; mega888 casino: https://918.network/downloads/83-mega888','66.84.90.219','2019-06-05 19:05:27',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(794,0,343,'com_content','','en-GB',0,'live auto roulette','live auto roulette','dorinerodway@aol.com','http://mytrustmark.org/__media__/js/netsoltrademark.php?d=ongbaby.com','','Thhe ost rewardingg is the zero live auto roulette: http://mytrustmark.org/__media__/js/netsoltrademark.php?d=ongbaby.com wheel.<br />Simply use of people hints, and the top online casino games <br />should turned into a whole additional enjoyable. Everybody there saw that <br />was a farmer playing the rush.','168.91.40.141','2019-06-07 11:08:16',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(795,0,343,'com_content','','en-GB',0,'sky777 casino','sky777 casino','bettinaaustin@live.de','','','If you wsnt to get much ffom this paragraph then yyou have to apply <br />such methods to your won webpage.<br /><br />Visit my website sky777 casino: https://918.network/casino-games/76-sky777','139.180.6.169','2019-06-12 04:48:11',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(796,0,343,'com_content','','en-GB',0,'m/v ocean king','m/v ocean king','janetwendt@gmail.com','http://Ksroll.net/shop/koreapt/phpinfo.php?a5B5D=3Ca+href3Dhttp3A2F2Fcorporativoinfo.com2Fcisa2Fmodules.php3Fname3DYour_Account26op3Duserinfo26username3DHesterFitz3Ecasino+slot+games+rules3C2Fa3E','','What\'s up, its nice piece of writing concerning media print, <br />wwe all understand media is a great source of information.<br /><br />Herre is my webpage; m/v ocean king: http://Ksroll.net/shop/koreapt/phpinfo.php?a%5B%5D=%3Ca+href%3Dhttp%3A%2F%2Fcorporativoinfo.com%2Fcisa%2Fmodules.php%3Fname%3DYour_Account%26op%3Duserinfo%26username%3DHesterFitz%3Ecasino+slot+games+rules%3C%2Fa%3E','66.84.90.219','2019-06-17 01:57:10',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(797,0,343,'com_content','','en-GB',0,'usa','usa','samuel.partain@gmail.com','https://www.origo.hu','','Hi there, just became aware of your blog through Google, and <br />found that it\'s truly informative. I\'m gonna watch out for <br />brussels. I will be grateful if you continue this in future.<br />Many people will be benefited from your writing. Cheers!','119.82.252.98','2019-06-23 13:06:28',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(798,0,343,'com_content','','en-GB',0,'usa','usa','doloresbowden@gmail.com','https://www.origo.hu','','Hi would you mind letting me know which hosting company <br />you\'re working with? I\'ve loaded your blog in 3 different web browsers and <br />I must say this blog loads a lot quicker then most.<br />Can you recommend a good hosting provider at a honest <br />price? Thank you, I appreciate it!','182.253.94.166','2019-06-24 04:50:10',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(799,0,343,'com_content','','en-GB',0,'m.2 slot 1','m.2 slot 1','melodee_olivares@freenet.de','','','Can\'t there be an additional alternative available to individuals who crave to create e-mail lists <br />and create leads? Free online slots can greatly help you \'practice,\' and determine how well you\'ll fair in real online making a bet.','142.147.109.140','2019-06-28 15:28:52',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(800,0,343,'com_content','','en-GB',0,'777 apache sky blvd','777 apache sky blvd','cristineotero@zoho.com','http://fwto.eu/skycasinorewards410781','','What\'s up it\'s me, I am also visiting this site daily, this site <br />is in fact good and the users aare really sharing fastidious thoughts.<br /><br /><br /><br />Feel free to surf to my web site ... 777 apache sky blvd: http://fwto.eu/skycasinorewards410781','149.20.241.96','2019-06-28 17:45:19',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(801,0,343,'com_content','','en-GB',0,'mega888 casino','mega888 casino','norma.starns@freenet.de','','','Hi! I\'ve been reading your blog for some time now and finally got the courage tto go ahea and give you a shout out from Huffman Tx!<br />Jusst wanted to say keep up the fantastic work!<br /><br />My web-site mega888 casino: https://918.network/downloads/83-mega888','52.124.18.32','2019-06-29 05:58:53',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(802,0,343,'com_content','','en-GB',0,'ace333 download','ace333 download','benny.castro@petml.com','','','You have made some really good points there. I checked on the internet for more <br />information about the issue and found most individuals will go along wit your views onn this site.<br /><br /><br />Stop bby my web site ... ace333 download: https://918.network/casino-games/75-ace333','168.91.40.141','2019-07-05 03:45:26',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(803,0,343,'com_content','','en-GB',0,'Parkolas','Parkolas','aliradford@googlemail.com','https://www.origo.hu','','Hello, I think your site might be having browser compatibility <br />issues. When I look at your blog site in Ie, it looks fine but when opening in Internet Explorer, it has <br />some overlapping. I just wanted to give you a quick heads up!<br />Other then that, fantastic blog!','222.124.59.80','2019-07-05 15:46:41',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(804,0,343,'com_content','','en-GB',0,'ntc33 download','ntc33 download','erna.ratcliffe@googlemail.com','','','Hey I know this is off topic but I was wondering if you knew off any widgets I could add to <br />my blog that automatically tweet mmy newest twiter updates.<br />I\'ve been looking for a plug-in like this for <br />quite some time and was hoping maybe you would have some experience with something like this.<br /><br />Please let me know if you run into anything. I truly enjoy <br />reading yoiur blog and I look forward to your new updates.<br /><br />my weblog; ntc33 download: https://918.network/downloads/82-ntc33','167.160.77.42','2019-07-05 18:01:25',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(805,0,343,'com_content','','en-GB',0,'parkolas','parkolas','nganfournier@gmx.de','https://www.origo.hu','','Howdy just wanted to give you a quick heads up.<br /><br />The text in your article seem to be running off the screen in Internet explorer.<br /><br />I\'m not sure if this is a formatting issue or <br />something to do with internet browser compatibility but I figured <br />I\'d post to let you know. The style and design look great though!<br />Hope you get the issue solved soon. Cheers','103.240.35.12','2019-07-05 19:53:17',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(806,0,233,'com_content','','en-GB',0,'health advice','health advice','earl.hersom@gmail.com','http://healthknowledge.eu','','Heya i am for the primary time here. I found <br />this board and I in finding It really useful & it helped me <br />out much. I hope to offer something back and aid others like you <br />aided me.','185.37.211.222','2019-07-07 12:04:48',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(807,0,233,'com_content','','en-GB',0,'finance companies','finance companies','christengabel@zoho.com','http://financeknowledge.eu/','','Hello there! Do you use Twitter? I\'d like <br />to follow you if that would be ok. I\'m absolutely enjoying your blog and look forward to new updates.','103.70.145.207','2019-07-08 13:38:33',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(808,0,343,'com_content','','en-GB',0,'ntc33 kiosk','ntc33 kiosk','margarita_bignold@wildmail.com','http://historylovestheoutdoors.com/__media__/js/netsoltrademark.php?d=918.network2Fdownloads2F82-ntc33','','I resally like it when people come togetheer and share views.<br />Great blog, stick with it!<br /><br />My web-site :: ntc33 <br />kiosk: http://historylovestheoutdoors.com/__media__/js/netsoltrademark.php?d=918.network%2Fdownloads%2F82-ntc33','216.180.105.97','2019-07-10 01:04:27',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(809,0,343,'com_content','','en-GB',0,'ace333 apk download','ace333 apk download','mckinley.hutcheson@hotmail.de','','','Pretty section of content. I just stumbled upn your web site and in accession capital to assert that I acquire in fact <br />ejoyed account your blog posts. Anyway I will be subscribng to your augnent and <br />even I achievement youu access consistently rapidly.<br /><br /><br />Feell free to surf tto mmy web blog; ace333 apk download: https://918.network/downloads/89-ace333','209.163.118.61','2019-07-11 13:20:00',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(810,0,343,'com_content','','en-GB',0,'3win8 download','3win8 download','hansboshears@yahoo.de','','','Hi tto all,how iis thhe whole thing, I think every one is getting more from this website, and yor views are good for <br />new visitors.<br /><br />Also visit my web-site ... 3win8 download: https://918.network/downloads/87-3win8','167.160.76.229','2019-07-12 09:42:28',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(811,0,154,'com_content','','en-GB',0,'neighbour porn','neighbour porn','jayden_stiltner@zoho.com','http://celstreamtechnologies.de/__media__/js/netsoltrademark.php?d=sfbestlimousine.com','','Hello there, I discovered your website viaa Google at tthe <br />same time ass searching for a similar subject, your website came up, it seems great.<br />I have bookmarked it in my google bookmarks.<br />Hi there, just become alert to your weblog via Google, <br />and located that it\'s truly informative. I aam going to be careful for brussels.<br />I will be grateful should you prroceed tbis in future. Many other folks might be benefited out of your writing.<br />Cheers!<br /><br />Here is my wesblog - neighbour porn: http://celstreamtechnologies.de/__media__/js/netsoltrademark.php?d=sfbestlimousine.com','185.255.47.137','2019-07-14 08:17:09',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(812,0,343,'com_content','','en-GB',0,'lofasz','lofasz','eusebiachomley@gawab.com','http://ww.origo.hu','','Hello, yes this post is in fact pleasant and I have learned lot of things from it concerning blogging.<br />thanks.','185.23.128.180','2019-07-16 19:28:17',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(813,0,70,'com_content','','en-GB',0,'itwjz.com','itwjz.com','harriettcarrozza@inbox.com','http://itwjz.com/member.asp?action=view&#038;memName=DemetriaLockard3672','','The Swiss M?litary Knife, by Peter Hayden.<br /><br />Feel free too surf to my homepage; victorinox swiss classic mess?rblock - it?jz.com: http://itwjz.com/member.asp?action=view&memName=DemetriaLockard3672,','42.115.221.58','2019-07-18 13:37:54',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(814,0,343,'com_content','','en-GB',0,'family','family','lilliana.thurgood@bigstring.com','https://studio.yourstory.com/editor/1/118395','','Everything said was very reasonable. However, think about <br />this, suppose you added a little information? <br />I am not suggesting your content isn\'t good, but what if you added a post title to maybe get folk\'s attention? <br />I mean \"What Has America Become\" is kinda boring.<br />You could glance at Yahoo\'s home page and watch how they create post titles to get people interested.<br />You might try adding a video or a related picture or two to get people excited about everything\'ve <br />got to say. Just my opinion, it would make your blog a little bit more interesting.','41.60.239.118','2019-07-22 13:31:30',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(815,0,343,'com_content','','en-GB',0,'bulgaria','bulgaria','kennycorlis@gmail.com','https://www.origo.hu','','Hi! I know this is somewhat off topic but I was wondering which blog <br />platform are you using for this site? I\'m getting fed <br />up of Wordpress because I\'ve had problems with hackers and I\'m looking at options for another platform.<br />I would be great if you could point me in the direction of a good platform.','92.247.168.113','2019-07-23 01:51:55',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(816,0,70,'com_content','','en-GB',0,'Unknown','Unknown','andreas_monds@gmail.com','https://www.Evernote.com/shard/s545/sh/4b0a1abc-f627-49eb-880c-17608c0be8ff/3721de639d64562e46d8e600e5e21e20','','Knif? collectors often specialise in a singl? type.<br /><br /><br />my web blog - Unknown: https://www.Evernote.com/shard/s545/sh/4b0a1abc-f627-49eb-880c-17608c0be8ff/3721de639d64562e46d8e600e5e21e20','124.158.163.154','2019-07-23 21:54:28',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(817,0,70,'com_content','','en-GB',0,'search.Wi.gov','search.Wi.gov','ernestroundtree@gmail.com','http://geniaworgan3.mw.lt/index/__xtblog_entry/13773324-case-pocket-knives-the-most-popular-brand-amongst-collectors?__xtblog_block_id=1','','Some ?ollectors kni?es are ranked by brand identify.<br /><br /><br />Also visit my ?age - search.W?.?ov: http://geniaworgan3.mw.lt/index/__xtblog_entry/13773324-case-pocket-knives-the-most-popular-brand-amongst-collectors?__xtblog_block_id=1','198.211.99.93','2019-07-23 22:29:27',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(818,0,343,'com_content','','en-GB',0,'newtown ntc33','newtown ntc33','tisha_cann@arcor.de','','','Thiis is vesry interesting, You are a very skilled blogger.<br />I have joined your rss feed and look forward to <br />seeking more of your great post. Also, I have shared your <br />web site in my social networks!<br /><br />my site :: newtown ntc33: https://918.network/casino-games/69-ntc33-newton-casino','142.147.107.252','2019-07-24 07:55:33',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(819,0,233,'com_content','','en-GB',0,'health plan','health plan','rebbecaelem@yahoo.de','http://healthpointer.eu/','','This web site truly has all of the information I wanted concerning this subject and didn\'t know who to ask.','189.84.121.34','2019-07-29 00:04:18',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(820,0,343,'com_content','','en-GB',0,'parkolas','parkolas','brittnypratt@yahoo.de','https://www.origo.hu','','Do you have a spam issue on this site; I also am a blogger, and I was curious about your situation; many of us have developed some nice <br />methods and we are looking to exchange methods with others, why not shoot <br />me an email if interested.','103.42.195.70','2019-07-31 05:31:35',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(821,0,343,'com_content','','en-GB',0,'ace333 slot','ace333 slot','raina.teeter@aol.com','','','There\'s deinately a great deal to learn about this issue.<br />I like all the points you\'ve made.<br /><br />Feel free to visit my site ace333 slot: https://918.network/downloads/89-ace333','138.229.110.158','2019-08-04 15:23:42',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(822,0,233,'com_content','','en-GB',0,'health education','health education','maricelacosta@googlemail.com','http://healthpointer.eu/','','Hey there just wanted to give you a quick heads up.<br /><br />The text in your article seem to be running off the screen in Safari.<br /><br />I\'m not sure if this is a format issue or something to do with internet browser compatibility but I thought I\'d post <br />to let you know. The layout look great though! Hope you get the problem solved soon. Cheers','191.37.183.209','2019-08-05 07:05:14',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(823,0,273,'com_content','','en-GB',0,'uduxeunuwude','uduxeunuwude','ocbiguofa@email.namnerbca.com','http://mewkid.net/order-amoxicillin/','','http://mewkid.net/order-amoxicillin/ - Amoxicillin 500mg Capsules Amoxil bwq.esdk.letsrebuildit.com.ync.zc http://mewkid.net/order-amoxicillin/','37.115.207.89','2019-08-05 16:39:45',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(824,0,343,'com_content','','en-GB',0,'play8oy','play8oy','piperpan@gmail.com','','','Hurrah! Affter all I got a webpage from where I be able to truly get valuable information concerning my <br />study and knowledge.<br /><br />Look into myy web blog ... play8oy: https://918.network/downloads/86-play8oy','104.202.211.218','2019-08-06 18:13:57',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(825,0,343,'com_content','','en-GB',0,'live22 apk','live22 apk','angusstrutt@gmail.com','','','Great article! This is tthe kind of information that are meant to be shared around thee web.<br />Disgrace onn Google forr not positioning thiss submit <br />higher! Come on over and consult with my web site .<br /><br />Thank yyou =)<br /><br />Here is my homepage :: live22 apk: https://918.network/casino-games/78-live22','152.44.101.200','2019-08-06 19:51:56',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(826,0,343,'com_content','','en-GB',0,'Parkolas','Parkolas','betty_putilin@web.de','https://www.origo.hu','','Today, I went to the beach with my children. I found a sea shell and gave it to <br />my 4 year old daughter and said \"You can hear the ocean if you put this to your ear.\" She put the <br />shell to her ear and screamed. There was a hermit crab inside and it <br />pinched her ear. She never wants to go back!<br />LoL I know this is totally off topic but I had to tell someone!','91.98.101.44','2019-08-06 20:03:07',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(827,0,343,'com_content','','en-GB',0,'918kiss raya','918kiss raya','randallhazel@gmail.com','http://keystone-clearwater.net/__media__/js/netsoltrademark.php?d=harpersmith51.wordpress.com','','If you see carefully that page must be very congratulations with 100% keyword relevancy for that keyword.<br />Also use your keyword phrase in your title and four times in content material of your article.<br /><br /><br />Feel free to visit my page 918kiss raya: http://keystone-clearwater.net/__media__/js/netsoltrademark.php?d=harpersmith51.wordpress.com','209.163.116.134','2019-08-09 11:05:39',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(828,0,343,'com_content','','en-GB',0,'sky777 demo','sky777 demo','braydengoode@yahoo.de','https://foursquare.com/user/543063673/list/disadvantages-of-online-casino-games','','There are many casinos that give choices to players <br />that whether they play just for fun or play for earnings.<br />Online casino games end up being the most <br />popular forms of pastime for stressed-out individuals.','168.91.41.222','2019-08-22 10:09:47',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(829,0,343,'com_content','','en-GB',0,'online casino korea','online casino korea','moraestell@bigstring.com','http://myump-attire.com/__media__/js/netsoltrademark.php?d=b3.zcubes.com2Fv.aspx3Fmid3D1085330','','The word, which most for this new players understands is \'bet\'.<br /><br />You\'ve where extended period of time to reduce.<br /><br />It is important to know the money that players can afford or lose.','192.171.81.104','2019-08-24 04:58:59',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(830,0,343,'com_content','','en-GB',0,'bulgaria','bulgaria','hellen.mansour@gmail.com','https://www.dentalshit.com','','You can definitely see your expertise in the article you write.<br />The world hopes for more passionate writers such as <br />you who are not afraid to say how they believe. Always follow your heart.','118.96.172.95','2019-08-24 17:39:33',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(831,0,243,'com_content','','en-GB',0,'Penilux Gel cena','Penilux Gel cena','katherineholland@whale-mail.com','http://ranking-powiekszanie-penisa.eu/Penilux-Gel.html','','Dianne precisely what her husband loves to call her but people always misspell it.<br />For years I have been living in New York and won\'t move.<br />He is really fond of going to fitness and these days he <br />has time acquire on issues. Software developing is what he is doing but he\'s already requested for another one particular particular.<br />Check out my website here: http://ranking-powiekszanie-penisa.eu/Penilux-Gel.html','192.162.165.22','2019-08-25 23:49:56',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(832,0,243,'com_content','','en-GB',0,'http://nonacne-ro.eu','http://nonacne-ro.eu','asanewell@inbox.com','http://nonacne-ro.eu','','The name of this writer is Kristy Magdaleno but people <br />always misspell of which. He used to be unemployed <br />on the other hand he is actually definitely an accounting police.<br />New York exactly where we\'ve been living for years but I\'m going to have to transport in 12 months <br />or a pair of. The favorite hobby for my child and her kids will probably be to fitness and now she has time acquire on new things.<br />He\'s been creating his website for quite a while now.<br />Certify it out here: http://nonacne-ro.eu','192.162.165.22','2019-08-26 02:39:31',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(833,0,207,'com_content','','en-GB',0,'emezufeta','emezufeta','okofniga@dfasdf.namnerbca.com','http://mewkid.net/order-amoxicillin/','','http://mewkid.net/order-amoxicillin/ - Amoxicillin 500mg Capsules Buy Amoxicillin Online sio.srgo.letsrebuildit.com.grv.ra http://mewkid.net/order-amoxicillin/','5.248.165.110','2019-08-28 14:58:31',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(834,0,243,'com_content','','en-GB',0,'VigRX Plus','VigRX Plus','alejandrinacartledge@gmail.com','http://tratarea-impotentei-ro.eu/vigrxplus.html','','Tawanna Magdaleno is how I\'m called and I totally dig that <br />list. Montana has always been my home and I really every day living this.<br />Data processing been recently my profession for a few days.<br />Acting is one of issues I love most. If you want to get <br />more check out my website: http://tratarea-impotentei-ro.eu/vigrxplus.html','192.162.165.22','2019-08-30 23:52:18',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(835,0,243,'com_content','','en-GB',0,'Muscle Pro Xtreme','Muscle Pro Xtreme','deborahscholl@gmail.com','http://muskelaufbau-tabletten.eu/Muscle-Pro-Xtreme.html','','Tawanna Magdaleno is what her husband loves to call her although <br />the not her birth determine. Meter reading already been my profession for some time and Do <br />not think think I\'ll change it anytime soon. Fishing is the hobby I <br />am going to never stop doing. New York is her birth put.<br />Check out his website here: http://muskelaufbau-tabletten.eu/Muscle-Pro-Xtreme.html','192.162.165.22','2019-08-31 04:19:57',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(836,0,243,'com_content','','en-GB',0,'Armostrax','Armostrax','serenaniven@arcor.de','http://pastillasparaaumentarmasamuscular.eu/armostrax.html','','Hello dear visitor. I am Jaime. To solve puzzles is <br />the hobby she\'ll never stop doing. Dispatching is what he does for a living and he\'ll almost certainly not change it out anytime rather quickly.<br />For years I have been living in Montana and my parents live just about to happen. <br />See what\'s new on her website here: http://pastillasparaaumentarmasamuscular.eu/armostrax.html','192.162.165.22','2019-08-31 07:43:23',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(837,0,154,'com_content','','en-GB',0,'GeniaBig','GeniaBig','victoria.lowes@inbox.com','https://KathleneBad.blogspot.com','','Hi. I have checked your letsrebuildit.com and i see you\'ve got some duplicate content so probably it is the reason that you <br />don\'t rank hi in google. But you can fix this issue fast.<br />There is a tool that generates articles like human, just search in google: miftolo\'s tools','95.110.230.142','2019-09-14 11:12:45',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(838,0,343,'com_content','','en-GB',0,'3win8 apk','3win8 apk','pedrocolmenero@gmail.com','','','Aw, this was an incredibly nice post. Spenmding some <br />time and actual effort to make a really good article… but what ccan I say… I put things off a <br />lot and don\'t seem to get nearly anything done.<br /><br /><br />Stop by my page ... 3win8 apk: https://918.network/downloads/87-3win8','66.146.234.32','2019-09-14 14:15:31',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(839,0,243,'com_content','','en-GB',0,'eroxel','eroxel','charline_baylis@gmail.com','http://jak-prodlouzit-penis-cz.eu/eroxel.html','','Hello ally. Let me introduce myself. I\'m Jaime Kehoe but I am like are extremely use <br />my full name. Software developing is how I support my loved ones <br />and the salary has been really doing. For years she\'s been living in Montana but her husband wants them to hold.<br /><br />What his friends him love is perform baseball but <br />he\'s thinking on starting something brand new. My wife and I have a website.<br />It\'s advisable to investigate for yourself here: http://jak-prodlouzit-penis-cz.eu/eroxel.html','192.162.165.22','2019-09-14 23:29:20',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(840,0,177,'com_content','','en-GB',0,'BestJudson','BestJudson','gladysjohnson@web.de','https://FollowJuanita.blogspot.se','','I have noticed you don\'t monetize letsrebuildit.com, don\'t <br />waste your traffic, you can earn extra bucks every month with <br />new monetization method. This is the best adsense alternative <br />for any type of website (they approve all websites), for more details simply search in gooogle: murgrabia\'s tools','91.185.236.236','2019-09-17 08:41:18',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(841,0,343,'com_content','','en-GB',0,'mobile slot hack','mobile slot hack','jasminsouter@live.com','http://Dentaler.us/__media__/js/netsoltrademark.php?d=nsg.li2Fbestmobilerouletteapps302120','','I re?ll? love your blog.. P?easant col?rs <br />& theme. Did you ?eveli? th?? site yourself?<br />Pleas? reoly back as I\'m attempting to create my o?n personal blog and would like to fknd <br />out where you got this fromm or just what the theme is called.<br />Kudos!<br /><br />Also isit my web page ... mobile slot hack: http://Dentaler.us/__media__/js/netsoltrademark.php?d=nsg.li%2Fbestmobilerouletteapps302120','206.198.219.114','2019-09-19 17:13:04',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(842,0,243,'com_content','','en-GB',0,'Erogan','Erogan','cathernholeman@bigstring.com','http://pilloleperaumentareilpeneit.ovh/erogan.html','','Greetings. Permit me to start by telling you the author\'s name - Rico and he totally digs that logo.<br />Data processing happens when I support my and also the salary has <br />been really pleasing. The favorite hobby for my children and me is resolve puzzles nevertheless i can\'t to become my profession really.<br />Montana is where I\'ve been living. Check out my website here: <br />http://pilloleperaumentareilpeneit.ovh/erogan.html','64.146.143.148','2019-09-27 23:40:28',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(843,0,305,'com_content','','en-GB',0,'AshleighBig','AshleighBig','samuel.brooke@arcor.de','https://MellissaBad.wix.com','','Hello. I have checked your letsrebuildit.com and i see you\'ve got <br />some duplicate content so probably it is the reason that you don\'t rank hi in google.<br />But you can fix this issue fast. There is a tool <br />that generates content like human, just search in google: <br />miftolo\'s tools','189.126.67.230','2019-09-30 02:12:30',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(844,0,154,'com_content','','en-GB',0,'MelisaBig','MelisaBig','tillybernal@gmail.com','https://DorthyBad.wix.com','','Hello. I have checked your letsrebuildit.com and i see you\'ve got some <br />duplicate content so probably it is the reason that you don\'t rank hi in google.<br />But you can fix this issue fast. There is a tool that creates articles like human, just search in google:<br />miftolo\'s tools','201.11.180.139','2019-09-30 06:25:59',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(845,0,154,'com_content','','en-GB',0,'IleneBig','IleneBig','burton_carper@gmail.com','https://ClemmieFix.blogspot.com','','Hello. I have checked your letsrebuildit.com and i see you\'ve got some duplicate <br />content so probably it is the reason that you don\'t rank high in google.<br /><br />But you can fix this issue fast. There is a tool that generates content like human, just search in google:<br />miftolo\'s tools','185.118.155.145','2019-09-30 09:36:15',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(846,0,243,'com_content','','en-GB',0,'BioBelt Composição','BioBelt Composição','maddisonroughley@gmail.com','http://www.produtos-para-disfuncao-eretil.eu/biobelt.html','','Santiago is his name and he totally digs that moniker.<br />She used to get unemployed however right now he can be a data processing officer.<br /><br />Delaware is the only place he\'s been moving into. The favorite hobby for the children and me is to assemble <br />badges however can\'t it\'s my profession really.<br />He\'s not godd at design but you may decide to check his website: http://www.produtos-para-disfuncao-eretil.eu/biobelt.html','62.116.236.217','2019-09-30 10:43:05',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(847,0,243,'com_content','','en-GB',0,'Penigen 500 werking','Penigen 500 werking','augustatjangamarra@gmail.com','http://penisvergrotingpillennl.ovh/penigen500.html','','Santiago is his name and he totally digs that heading.<br />The favorite hobby for the children and me is to accumulate badges nevertheless <br />can\'t turn out to be my profession really. Delaware is <br />the only place he\'s been surviving in. She used with <br />regard to unemployed however right now he can be a data processing officer.<br />He\'s not godd at design but you\'ll probably <br />decide to to check his website: http://penisvergrotingpillennl.ovh/penigen500.html','119.15.93.98','2019-09-30 18:19:31',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(848,0,343,'com_content','','en-GB',0,'joker123 apk','joker123 apk','helenelemus@zoho.com','','','Fastidious respond in return of this difficlty with genuine arguments and telling all on the topic of that.<br /><br /><br />Here is my hoomepage joker123 apk: https://918.network/casino-games/66-joker123','104.227.112.200','2019-10-01 11:19:02',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(849,0,343,'com_content','','en-GB',0,'slot in m','slot in m','delphiamackaness@bigstring.com','http://judyfontana.com/__media__/js/netsoltrademark.php?d=918.network2Fdownloads2F84-lpe88','','Heloo there, I found your blog by the use of Google <br />at the same time as looking for a comparable matter, your website came up, it looks <br />great. I have bookmaked it in my google bookmarks.<br />Hi there, simply was alert to your blog thru Google, and found that it <br />is really informative. I\'m gonna be careful for brussels.<br />I will appreciate in the event you proceed this <br />slot in m: http://judyfontana.com/__media__/js/netsoltrademark.php?d=918.network%2Fdownloads%2F84-lpe88 <br />future. Numerous other people might be benefited from your writing.<br />Cheers!','104.144.89.72','2019-10-03 00:00:45',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(850,0,343,'com_content','','en-GB',0,'live casino romania','live casino romania','maurineposton@gmail.com','','','Spot on with this write-up, I seriously feel this site needs much more attention. I\'ll probably bee returning to read through more, thanks for <br />the information!<br /><br />Here is my webpage live casino romania: http://Fre.Shwat.E.Rj.F.Z.Z@Shella.Barksdale@E.Xped.It.Io.N.Eg.D.G@Burton.Rene@Sus.Ta.I.N.J.Ex.K@P.E.Ll.Dewangk.Aoyumugute.Ngxun@Sus.Ta.I.N.J.Ex.K@P.E.Ll.Dewangk.Aoyumugute.Ngxun@Gal.EHi.Nt.On78.8.27@Dfu.S.M.F.H.U8.645V.Nb@WWW.EMEKAOLISA@Carlton.Theis@Silvia.Woodw.O.R.T.H@S.Jd.U.Eh.Yds.G.524.87.59.68.4@Johnsdfsdff.Dsgdsgdshdghsdhdhfd@M.A.Na.Gement.Xz.U.Y@Oliver.Thompson@Johndf.Gfjhfgjf.Ghfdjfhjhjhjfdgh@Sybbr%3Er.Eces.Si.V.E.X.G.Z@Leanna.Langton@C.O.Nne.C.T.Tn.Tu@Go.O.Gle.Email.2.%5C%5C%5C%5C%5C%5C%5C%5Cn1@Sarahjohnsonw.Estbrookbertrew.E.R@Hu.Fe.Ng.K.Ua.Ngniu.Bi..Uk41@Www.Zanele@Silvia.Woodw.O.R.T.H@Charles.Shultz@Vi.Rt.U.Ali.Rd.J@H.Att.Ie.M.C.D.O.W.E.Ll2.56.6.3@Burton.Rene@Fullgluestickyriddl.Edynami.C.T.R.A@Johndf.Gfjhfgjf.Ghfdjfhjhjhjfdgh@Sybbr%3Er.Eces.Si.V.E.X.G.Z@Leanna.Langton@C.O.Nne.C.T.Tn.Tu@Go.O.Gle.Email.2.%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5Cn1@Sarahjohnsonw.Estbrookbertrew.E.R@Hu.Fe.Ng.K.Ua.Ngniu.Bi..Uk41@Www.Zanele@Silvia.Woodw.O.R.T.H@Fullgluestickyriddl.Edynami.C.T.R.A@Johndf.Gfjhfgjf.Ghfdjfhjhjhjfdgh@Sybbr%3Er.Eces.Si.V.E.X.G.Z@Leanna.Langton@C.O.Nne.C.T.Tn.Tu@Go.O.Gle.Email.2.%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5Cn1@Sarahjohnsonw.Estbrookbertrew.E.R@Hu.Fe.Ng.K.Ua.Ngniu.Bi..Uk41@Www.Zanele@Silvia.Woodw.O.R.T.H@Johnsdfsdff.Dsgdsgdshdghsdhdhfd@M.A.Na.Gement.Xz.U.Y@Oliver.Thompson@Johndf.Gfjhfgjf.Ghfdjfhjhjhjfdgh@Sybbr%3Er.Eces.Si.V.E.X.G.Z@Leanna.Langton@C.O.Nne.C.T.Tn.Tu@Go.O.Gle.Email.2.%5C%5C%5C%5C%5C%5C%5C%5Cn1@Sarahjohnsonw.Estbrookbertrew.E.R@Hu.Fe.Ng.K.Ua.Ngniu.Bi..Uk41@Www.Zanele@Silvia.Woodw.O.R.T.H@Www.Privatemagazine.org/ar/node/13662/track','52.128.31.6','2019-10-05 05:24:03',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(851,0,343,'com_content','','en-GB',0,'918 kiss','918 kiss','eliseshelly@bigstring.com','','','In fact when someone doesn\'t know afterward its up to other visitors <br />that theey will assist, so here it takes place.<br /><br /><br />Here is my web page 918 kiss: https://918.network/downloads/79-download-918kiss-download-918-kiss-download-scr888','107.172.225.109','2019-10-05 20:47:50',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(852,0,343,'com_content','','en-GB',0,'scr888 download','scr888 download','nancystroud@gmail.com','','','This info is worth everyone\'s attention. How can I find out more?<br /><br /><br />Here is my webpage - scr888 download: https://918.network/casino-games/72-918kiss-scr888','23.245.195.2','2019-10-09 11:48:27',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(853,0,243,'com_content','','en-GB',0,'Celuraid Muscle','Celuraid Muscle','velmashafer@gmail.com','http://basta-testosteron-boosters.eu/CeluraidMuscle.html','','Santiago is the place where I\'m called and my sister doesn\'t <br />may damage at all of the. I\'ve always loved living co.<br />For years she has been working as an interviewer and he or she will not change it <br />anytime today. Fishing amongst the of factors that he loves most.<br /><br />My wife and I maintain a website. You might want to check it out here: http://basta-testosteron-boosters.eu/CeluraidMuscle.html','89.190.117.167','2019-10-09 16:15:43',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(854,0,343,'com_content','','en-GB',0,'live22 casino','live22 casino','sophieparkhill@gmail.com','','','Very nice post. I just stumbled upon your weblog and wished to <br />saay that I\'ve really enjoyed surfing around your blog posts.<br />In any case I\'ll be subscribing to your rss feedd aand I hope you write again soon!<br /><br />Feel free to visit mmy web blog: live22 casino: https://918.network/casino-games/78-live22','107.175.224.219','2019-10-13 15:46:29',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(855,0,343,'com_content','','en-GB',0,'live22 download','live22 download','chaugoossens@gmail.com','','','This piece of writing presents clesr ideea in support of the new visitors of blogging, that in fact how to do running a blog.<br /><br /><br />Also visit my homepage :: live22 download: https://918.network/downloads/85-download-live22','138.128.118.249','2019-10-13 18:41:15',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(856,0,343,'com_content','','en-GB',0,'sicbo88','sicbo88','juliana.goldsmith@yahoo.de','http://no2.nayana.kr/info.php?a5B5D=3Ca+href3Dhttps3A2F2F918.network2Fcasino-games2F70-3win83E3win8+casino3C2Fa3E','','Excellent article. Keep posting such kind of information on your page.<br />Im really impressed bby your site.<br />Hi there, You\'ve ddone an excellent job. I\'ll certainly digg it and personally <br />suggest to my friends. I\'m confideent they wioll be benefited from <br />this site.<br /><br />my homepage - sicbo88: http://no2.nayana.kr/info.php?a%5B%5D=%3Ca+href%3Dhttps%3A%2F%2F918.network%2Fcasino-games%2F70-3win8%3E3win8+casino%3C%2Fa%3E','172.245.253.4','2019-10-14 05:08:27',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(857,0,343,'com_content','','en-GB',0,'discuss','discuss','franklinclarke@gmail.com','https://weheardit.stream/story.php?title=locating-the-most-readily-useful-csgo-betting-sitescsgo-gaming-sites','','Hi, i think that i noticed you visited my web site tthus i goot here to return the choose?.I am <br />attempting to in finding things to enhance my web site!I assume <br />its ok to use some of your ideas!!','39.108.133.94','2019-10-17 08:37:31',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(858,0,343,'com_content','','en-GB',0,'teespring','teespring','andersonbutt@gmail.com','http://ow.ly/pqtI50wN35r','','Attractive element of content. I simply stumbled upon your website and in accession capital to say that I get actually loved account your weblog posts.<br />Any way I will be subscribing on your augment and even I success you get <br />admission to consistently fast.','104.227.21.254','2019-10-26 06:57:16',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(859,0,343,'com_content','','en-GB',0,'joker Casino hack','joker Casino hack','onitawaid@freenet.de','http://www.ecogo.com/__media__/js/netsoltrademark.php?d=hot.gays-bdsm.com2Focean_king_in_glen_waverley_6108661','','Fi?st ?ff Iwant too say exce?lent b?og!<br />I had a quikck qustion which I\'d lik? to ask iff you don\'t mind.<br />I was cu?ious to f?nd out how you center yourse?f annd clear <br />yo?r head pri?? to writing. I ha?e had difficulty clearing myy <br />thou?hts in getting my thoughts out. I do enjoy writing ho?ever it ju?t seems li?e <br />t?e first 10 to 15 minutes a?e generally lost simply just <br />trying to fig??e out how to begin. ?ny sug?stions or hints?<br /><br />A?preciate it!<br /><br />my website - joke? <br />Casino hack: http://www.ecogo.com/__media__/js/netsoltrademark.php?d=hot.gays-bdsm.com%2Focean_king_in_glen_waverley_6108661','107.174.40.66','2019-11-02 03:46:52',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(860,0,154,'com_content','','en-GB',0,'onasakozuggay','onasakozuggay','estfexi@werwer.namnerbca.com','http://mewkid.net/where-is-xena/','','http://mewkid.net/where-is-xena/ - Amoxicillin Online Amoxicillin 500mg Capsules sxz.tsod.letsrebuildit.com.jgf.wn http://mewkid.net/where-is-xena/','37.115.216.65','2019-11-11 21:21:27',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(861,0,343,'com_content','','en-GB',0,'Mattie','Mattie','cody_grey@bigstring.com','http://tneducationlottery.com/__media__/js/netsoltrademark.php?d=Lol.do2Fmegacasinocouponcodes2017787197','','?i there, this weekend iss nice designed for me, as this point in time i am reading this great educ?tional article h?re at my h?use.<br /><br /><br /><br />My page m?bile slots rel money us? (Matti?: http://tneducationlottery.com/__media__/js/netsoltrademark.php?d=Lol.do%2Fmegacasinocouponcodes2017787197)','104.144.13.114','2019-11-13 17:22:13',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(862,0,343,'com_content','','en-GB',0,'mobile legends hack','mobile legends hack','murielwakefield@gmail.com','http://ow.ly/PE0u50wPnTq','','Interesting blog! Is your theme custom made or did you download it from <br />somewhere? A theme like yours with a few simple adjustements would <br />really make my blog stand out. Please let me know where you got your design. Bless <br />you','192.198.118.175','2019-11-20 20:49:44',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(863,0,305,'com_content','','en-GB',0,'mama bear t shirt','mama bear t shirt','jonacker@t-online.de','http://ow.ly/pqtI50wN35r','','You could definitely see your skills within the article you write.<br />The sector hopes for even more passionate writers like you who are not afraid to say how they <br />believe. At all times follow your heart.','65.99.193.93','2019-11-22 13:59:45',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(864,0,343,'com_content','','en-GB',0,'Cassie','Cassie','kylelonergan@yahoo.de','http://opac.bas-net.by/opacpage/phpinfo.php?a5B5D=3Ca+href3Dhttp3A2F2Fgalaxy-at-fairy.df.ru2Fphpinfo.php3Fa255B255D3D3win82B-2B253Ca2Bhref253Dhttps253A252F252Fwin8.today252Fcategory252F3win8253Esimply2Bclick2Bthe2Bup2Bcoming2Bsite253C252Fa253E252C3Ecasino','','WOW just w??t I was searching for. Caame here by sear?hing <br />for sic bo ?innjng secrets<br /><br />Feel free to surf to my website 3win8 update (Cassie: http://opac.bas-net.by/opacpage/phpinfo.php?a%5B%5D=%3Ca+href%3Dhttp%3A%2F%2Fgalaxy-at-fairy.df.ru%2Fphpinfo.php%3Fa%255B%255D%3D3win8%2B-%2B%253Ca%2Bhref%253Dhttps%253A%252F%252Fwin8.today%252Fcategory%252F3win8%253Esimply%2Bclick%2Bthe%2Bup%2Bcoming%2Bsite%253C%252Fa%253E%252C%3Ecasino+slot+games+apps%3C%2Fa%3E)','138.128.84.142','2019-11-23 11:58:28',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(865,0,343,'com_content','','en-GB',0,'m.2 expansion slot','m.2 expansion slot','ivyputilin@gmail.com','','','Even you feel hurt as he ogles other women, keep in mind that confronting him will <br />not carry you far. When he first met you, have you been more introverted <br />than now you are? Analyze the changes and understand them more exciting.','207.182.24.102','2019-12-19 14:09:48',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(866,0,343,'com_content','','en-GB',0,'http://http://','http://http://','rodolfo_halpern@yahoo.de','','','Hello! I\'m aat work browsing yor blog frim my new iphone!<br /><br />Jusst wanted to say I love reading through your blog and look forward to all your posts!<br />Keep up tthe great work!','54.37.130.254','2019-12-22 15:00:05',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(867,0,305,'com_content','','en-GB',0,'Quiet Buds Review','Quiet Buds Review','brunolesouef@gmail.com','http://makeshift-gear.info/wiki/index.php?title=3_Amazing_Tricks_To_Get_The_Most_Out_Of_Your_Quiet_Buds','','Oh my goodness! Impressive article dude! Thank you, However I am encountering troubles with your <br />RSS. I don\'t know the reason why I can\'t join it.<br />Is there anybody getting identical RSS problems? Anyone <br />that knows the solution will you kindly respond? Thanks!!<br /><br />Take a look at my web-site - Quiet Buds Review: http://makeshift-gear.info/wiki/index.php?title=3_Amazing_Tricks_To_Get_The_Most_Out_Of_Your_Quiet_Buds','191.102.153.245','2019-12-30 15:03:37',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(868,0,154,'com_content','','en-GB',0,'DroneX Pro','DroneX Pro','robin.dubois@yahoo.com','http://www.reismaatjes.nl/author/pxmadelaida/','','Hi, this weekend is nice in favor of me, since <br />this point in time i am reading this great educational post here at <br />my home.<br /><br />Take a look at my web blog; DroneX Pro: http://www.reismaatjes.nl/author/pxmadelaida/','107.174.108.136','2020-01-01 23:20:55',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(869,0,243,'com_content','','en-GB',0,'Penilux Gel prix','Penilux Gel prix','elberttindale@yahoo.com','http://agrandir-son-penis.eu/Penilux-Gel.html','','Greetings, awesome internet site you possess there.','192.162.165.22','2020-01-04 00:12:21',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(870,0,243,'com_content','','en-GB',0,'ingrandire pene','ingrandire pene','alexandercandelaria@live.com','http://pillole-per-ingrandire-il-pene.eu','','Just simply want to emphasize I\'m just grateful <br />that i came in your page!','192.162.165.22','2020-01-05 05:00:44',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(871,0,343,'com_content','','en-GB',0,'live casino virginia','live casino virginia','oscarhills@hotmail.com','http://www.51ofc.com/home.php?mod=space&#038;uid=501292&#038;do=profile&#038;from=space','','You should start the serarch from the places which can near for and go far awayy from.<br />But you don\'t necessarily would be wise to be a bride-to-be <br />to get such an initiative.','149.20.246.12','2020-01-12 10:35:54',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(872,0,233,'com_content','','en-GB',0,'internet health','internet health','amparolittlefield@gmx.de','http://healthpointer.eu/','','Hello there! This blog post could not be written any better!<br /><br />Reading through this post reminds me of my previous <br />roommate! He constantly kept preaching about this.<br />I will forward this post to him. Pretty sure he will have <br />a good read. Thank you for sharing!','186.46.138.194','2020-01-19 13:11:36',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(873,0,233,'com_content','','en-GB',0,'health advice','health advice','denice.aird@gmail.com','http://healthpointer.eu/','','What\'s up, after reading this awesome post i am also cheerful to share my know-how here with colleagues.','217.61.19.109','2020-01-21 02:56:37',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(874,0,233,'com_content','','en-GB',0,'health promotion','health promotion','paula_olvera@googlemail.com','http://healthpointer.eu/','','I enjoy, result in I found just what I used to be having a look for.<br />You\'ve ended my 4 day lengthy hunt! God Bless <br />you man. Have a nice day. Bye','37.79.244.174','2020-01-21 19:35:08',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(875,0,233,'com_content','','en-GB',0,'health services','health services','annawoolery@gmx.net','http://healthpointer.eu/','','I was suggested this web site by my cousin. I\'m not sure whether this post <br />is written by him as no one else know such detailed <br />about my problem. You\'re incredible! Thanks!','36.90.22.191','2020-01-23 01:00:51',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(876,0,343,'com_content','','en-GB',0,'live 22445','live 22445','gladisbramlett@gmail.com','http://littleart.org/__media__/js/netsoltrademark.php?d=Itdm.Pixsell.Com.my2Fprofile.php3Fid3D734113','','Only undergo sites possess been good page Rank numbers.<br />Increasing the traffic upon the site means that to elevate tthe <br />sales on a site. Pr helps that converge traffic towards the <br />cost.','152.44.111.19','2020-02-07 09:58:32',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(877,0,233,'com_content','','en-GB',0,'stellenanzeigen','stellenanzeigen','alfonso_timmons@gawab.com','http://reklametafel.eu','','hello!,I like your writing so so much! share we keep up a correspondence more approximately your article on AOL?<br />I need a specialist on this space to solve my problem.<br />Maybe that\'s you! Having a look forward to peer you.','51.79.53.10','2020-02-18 09:40:02',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(878,0,305,'com_content','','en-GB',0,'Free Adds','Free Adds','jensturnbull@gmail.com','http://ukbuysell.eu','','Howdy! Would you mind if I share your blog with my twitter group?<br />There\'s a lot of folks that I think would really enjoy your <br />content. Please let me know. Thank you','210.140.170.236','2020-03-17 06:10:28',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(879,0,305,'com_content','','en-GB',0,'immobilien','immobilien','damiennolte@bigstring.com','http://kaufenverkauf.eu','','Pretty nice post. I just stumbled upon your weblog <br />and wanted to say that I\'ve truly enjoyed surfing around your <br />blog posts. In any case I will be subscribing to your feed and I hope you write again very soon!','185.205.209.198','2020-03-18 07:15:09',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(880,0,233,'com_content','','en-GB',0,'kleinanzeigen','kleinanzeigen','audryknetes@web.de','http://kaufenverkauf.eu','','I think that is one of the so much significant info for me.<br />And i am happy reading your article. But wanna statement on few basic things,<br />The site taste is ideal, the articles is actually excellent :<br />D. Good job, cheers','201.4.180.97','2020-04-14 13:03:19',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(881,0,233,'com_content','','en-GB',0,'immobilien','immobilien','teddisney@gmx.net','http://reklametafel.eu','','Remarkable! Its in fact amazing paragraph, I have got much clear <br />idea concerning from this paragraph.','51.79.159.47','2020-04-14 19:10:13',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(882,0,233,'com_content','','en-GB',0,'Online Classifieds','Online Classifieds','lorawaugh@arcor.de','http://ukbuysell.eu','','Simply desire to say your article is as astonishing.<br />The clearness to your put up is just spectacular and i could suppose you are a professional in this subject.<br />Well along with your permission allow me to snatch your RSS feed to keep up <br />to date with impending post. Thanks one million and please keep up the <br />gratifying work.','2.50.18.118','2020-04-14 22:07:53',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(883,0,206,'com_content','','en-GB',0,'fabianno','fabianno','sweetro2zyczkag@gmail.com','','','Your site is very cool, i have bookmarked it.','178.32.6.105','2020-04-15 02:27:09',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(884,0,206,'com_content','','en-GB',0,'felicjanoo','felicjanoo','sweetro2zyczkas@gmail.com','','','Your website is very cool, i have bookmarked it.','51.158.180.179','2020-04-19 14:08:33',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(885,0,305,'com_content','','en-GB',0,'Online Advertising','Online Advertising','lenorapettey@aol.com','http://ukbuysell.eu','','What a stuff of un-ambiguity and preserveness of precious <br />knowledge regarding unpredicted feelings.<br />--- www.ukbuysell.eu','79.129.165.107','2020-04-21 13:44:55',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(886,0,513,'com_content','','en-GB',0,'77pkr','77pkr','adellchampion@yahoo.de','http://77pkr.com','','Excellent web site you\'ve got here.. It\'s hard to find good quality writing <br />like yours nowadays. I seriously appreciate individuals like you!<br />Take care!!','192.126.154.25','2020-04-22 10:34:13',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(887,0,305,'com_content','','en-GB',0,'inserieren','inserieren','antonymackay@inbox.com','http://kaufenverkauf.eu','','Your means of describing all in this article is really <br />good, all can simply know it, Thanks a lot. --- www.kaufenverkauf.eu','117.70.40.88','2020-04-23 17:13:33',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(888,0,233,'com_content','','en-GB',0,'petites annonces fr','petites annonces fr','groverdortch@gmail.com','http://achetervendre.eu/','','Thank you for every other excellent post. Where else could <br />anybody get that type of info in such a perfect method of writing?<br />I\'ve a presentation next week, and I am at the look for such information. --- www.achetervendre.eu','114.107.149.231','2020-04-23 18:07:09',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(889,0,513,'com_content','','en-GB',0,'77pkr','77pkr','niamhvarghese@aol.com','http://77pkr.com','','Thanks for your marvelous posting! I certainly enjoyed reading it, you happen to be a great author.<br />I will make certain to bookmark your blog and definitely will come back sometime <br />soon. I want to encourage you to ultimately continue your great <br />job, have a nice afternoon!','192.126.158.149','2020-04-24 21:22:31',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(890,0,513,'com_content','','en-GB',0,'77pkr','77pkr','haydengertrude@gmail.com','http://77pkr.com','','Hi my friend! I want to say that this article is awesome, nice written and include almost all important infos.<br />I\'d like to peer more posts like this .','192.126.158.149','2020-04-26 08:24:21',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(891,0,343,'com_content','','en-GB',0,'gaye','gaye','mireyaseymour@gmail.com','https://www.pinterest.com/Ketosis_ebay/','','It is appropriate time to make some plans for the future and it\'s time to be happy.<br /><br />I\'ve read this post and if I could I want to suggest <br />you few interesting things or advice. Maybe you can write next articles referring <br />to this article. I wish to read more things about it!','114.238.124.123','2020-04-28 13:31:29',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(892,0,233,'com_content','','en-GB',0,'particuliers','particuliers','janieshackell@gmail.com','http://achetervendre.eu/','','What\'s up to all, how is all, I think every one <br />is getting more from this site, and your views are good <br />for new viewers. --- www.achetervendre.eu','96.96.33.133','2020-05-02 06:54:36',0,0,0,0,'',0,'0000-00-00 00:00:00',''),(893,0,233,'com_content','','en-GB',0,'Uk Classifieds','Uk Classifieds','modestawoolner@gmx.de','http://ukads.eu/','','Simply want to say your article is as amazing. The clearness for <br />your submit is just spectacular and that i could suppose you\'re an expert in this <br />subject. Well along with your permission allow me to take hold of your <br />feed to keep up to date with impending post.<br /><br />Thanks one million and please carry on the rewarding work.<br /><br />--- www.ukads.eu','191.101.90.63','2020-05-05 18:13:34',0,0,0,0,'',0,'0000-00-00 00:00:00','');
/*!40000 ALTER TABLE `jos_jcomments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_jcomments_custom_bbcodes`
--

DROP TABLE IF EXISTS `jos_jcomments_custom_bbcodes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_jcomments_custom_bbcodes` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(32) NOT NULL DEFAULT '',
  `simple_pattern` varchar(255) NOT NULL DEFAULT '',
  `simple_replacement_html` text NOT NULL,
  `simple_replacement_text` text NOT NULL,
  `pattern` varchar(255) NOT NULL DEFAULT '',
  `replacement_html` text NOT NULL,
  `replacement_text` text NOT NULL,
  `button_acl` text NOT NULL,
  `button_open_tag` varchar(16) NOT NULL DEFAULT '',
  `button_close_tag` varchar(16) NOT NULL DEFAULT '',
  `button_title` varchar(255) NOT NULL DEFAULT '',
  `button_prompt` varchar(255) NOT NULL DEFAULT '',
  `button_image` varchar(255) NOT NULL DEFAULT '',
  `button_css` varchar(255) NOT NULL DEFAULT '',
  `button_enabled` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `ordering` int(11) unsigned NOT NULL DEFAULT '0',
  `published` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_jcomments_custom_bbcodes`
--

LOCK TABLES `jos_jcomments_custom_bbcodes` WRITE;
/*!40000 ALTER TABLE `jos_jcomments_custom_bbcodes` DISABLE KEYS */;
INSERT INTO `jos_jcomments_custom_bbcodes` VALUES (1,'YouTube Video','[youtube]http://www.youtube.com/watch?v={IDENTIFIER}[/youtube]','<object width=\"425\" height=\"350\"><param name=\"movie\" value=\"http://www.youtube.com/v/{IDENTIFIER}\"></param><param name=\"wmode\" value=\"transparent\"></param><embed src=\"http://www.youtube.com/v/{IDENTIFIER}\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"425\" height=\"350\"></embed></object>','http://www.youtube.com/watch?v={IDENTIFIER}','\\[youtube\\]http\\://www\\.youtube\\.com/watch\\?v\\=([A-Za-z0-9-_]+)\\[\\/youtube\\]','<object width=\"425\" height=\"350\"><param name=\"movie\" value=\"http://www.youtube.com/v/${1}\"></param><param name=\"wmode\" value=\"transparent\"></param><embed src=\"http://www.youtube.com/v/${1}\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"425\" height=\"350\"></embed></object>','http://www.youtube.com/watch?v=${1}','Unregistered,Registered,Author,Editor,Publisher,Manager,Administrator,Super Administrator','[youtube]','[/youtube]','YouTube Video','','','bbcode-youtube',1,1,1),(2,'Google Video','[google]http://video.google.com/videoplay?docid={IDENTIFIER}[/google]','<embed style=\"width:425px; height:350px;\" id=\"VideoPlayback\" type=\"application/x-shockwave-flash\" src=\"http://video.google.com/googleplayer.swf?docId={IDENTIFIER}\" flashvars=\"\"></embed>','http://video.google.com/videoplay?docid={IDENTIFIER}','\\[google\\]http\\://video\\.google\\.com/videoplay\\?docid\\=([A-Za-z0-9-_]+)\\[\\/google\\]','<embed style=\"width:425px; height:350px;\" id=\"VideoPlayback\" type=\"application/x-shockwave-flash\" src=\"http://video.google.com/googleplayer.swf?docId=${1}\" flashvars=\"\"></embed>','http://video.google.com/videoplay?docid=${1}','Unregistered,Registered,Author,Editor,Publisher,Manager,Administrator,Super Administrator','[google]','[/google]','Google Video','','','bbcode-google',1,2,1),(3,'Wiki','[wiki]{TEXT}[/wiki]','<a href=\"http://www.wikipedia.org/wiki/{TEXT}\" title=\"{TEXT}\" target=\"_blank\">{TEXT}</a>','{TEXT}','\\[wiki\\]([\\w0-9-\\+\\.,_ ]+)\\[\\/wiki\\]','<a href=\"http://www.wikipedia.org/wiki/${1}\" title=\"${1}\" target=\"_blank\">${1}</a>','${1}','Unregistered,Registered,Author,Editor,Publisher,Manager,Administrator,Super Administrator','[wiki]','[/wiki]','Wikipedia','','','bbcode-wiki',1,3,1);
/*!40000 ALTER TABLE `jos_jcomments_custom_bbcodes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_jcomments_settings`
--

DROP TABLE IF EXISTS `jos_jcomments_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_jcomments_settings` (
  `component` varchar(50) CHARACTER SET utf8 NOT NULL DEFAULT '',
  `lang` varchar(20) CHARACTER SET utf8 NOT NULL DEFAULT '',
  `name` varchar(50) CHARACTER SET utf8 NOT NULL DEFAULT '',
  `value` text NOT NULL,
  PRIMARY KEY (`component`,`lang`,`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_jcomments_settings`
--

LOCK TABLES `jos_jcomments_settings` WRITE;
/*!40000 ALTER TABLE `jos_jcomments_settings` DISABLE KEYS */;
INSERT INTO `jos_jcomments_settings` VALUES ('','','enable_username_check','1'),('','','username_maxlength','20'),('','','forbidden_names','administrator,moderator,admin,eagle'),('','','author_email','2'),('','','author_homepage','1'),('','','comment_maxlength','2000'),('','','word_maxlength','15'),('','','link_maxlength','30'),('','','flood_time','30'),('','','enable_notification','0'),('','','notification_email',''),('','','template','default'),('','','enable_smiles','1'),('','','comments_per_page','10'),('','','comments_page_limit','15'),('','','comments_pagination','both'),('','','comments_order','DESC'),('','','show_commentlength','1'),('','','enable_nested_quotes','1'),('','','enable_rss','1'),('','','censor_replace_word','[censored]'),('','','can_comment','Unregistered,Registered,Author,Editor,Publisher,Manager,Administrator,Super Administrator'),('','','can_reply','Unregistered,Registered,Author,Editor,Publisher,Manager,Administrator,Super Administrator'),('','','show_policy','Unregistered,Registered'),('','','enable_captcha','Unregistered'),('','','floodprotection','Unregistered,Registered,Author,Editor'),('','','enable_comment_length_check','Unregistered,Registered'),('','','autopublish','Registered,Author,Editor,Publisher,Manager,Administrator,Super Administrator'),('','','autolinkurls','Registered,Author,Editor,Publisher,Manager,Administrator,Super Administrator'),('','','enable_subscribe','Unregistered,Registered,Author,Editor,Publisher,Manager,Administrator,Super Administrator'),('','','enable_gravatar',''),('','','can_view_homepage','Registered,Author,Editor,Publisher,Manager,Administrator,Super Administrator'),('','','can_publish','Publisher,Manager,Administrator,Super Administrator'),('','','can_view_email','Manager,Administrator,Super Administrator'),('','','can_edit','Manager,Administrator,Super Administrator'),('','','can_edit_own','Registered,Author,Editor,Publisher,Manager,Administrator,Super Administrator'),('','','can_delete','Manager,Administrator,Super Administrator'),('','','can_delete_own','Manager,Administrator,Super Administrator'),('','','enable_bbcode_b','Registered,Author,Editor,Publisher,Manager,Administrator,Super Administrator'),('','','enable_bbcode_i','Registered,Author,Editor,Publisher,Manager,Administrator,Super Administrator'),('','','enable_bbcode_u','Registered,Author,Editor,Publisher,Manager,Administrator,Super Administrator'),('','','enable_bbcode_s','Registered,Author,Editor,Publisher,Manager,Administrator,Super Administrator'),('','','enable_bbcode_url','Registered,Author,Editor,Publisher,Manager,Administrator,Super Administrator'),('','','enable_bbcode_img','Registered,Author,Editor,Publisher,Manager,Administrator,Super Administrator'),('','','enable_bbcode_list','Registered,Author,Editor,Publisher,Manager,Administrator,Super Administrator'),('','','enable_bbcode_hide','Registered,Author,Editor,Publisher,Manager,Administrator,Super Administrator'),('','','can_view_ip','Administrator,Super Administrator'),('','','enable_categories','41,42,43'),('','','emailprotection','Unregistered'),('','','enable_comment_maxlength_check',''),('','','enable_autocensor','Unregistered,Author'),('','','badwords','fuck\ncunt\nshit\nasshole\ndipshit\nprick\ndick\ncock\ncocksucker\npussy\ntits\nboobs\ngoddamn\ndamn\ngod-damn\nmotherfucker\nmother-fucker\nmother-fucker\npubic\nbutt\nbutthole\nbitch\nson-of-a-bitch\nsonofabitch\nbitch\nwhore'),('','','smiles',':D	laugh.gif\n:lol:	lol.gif\n:-)	smile.gif\n;-)	wink.gif\n8)	cool.gif\n:-|	normal.gif\n:-*	whistling.gif\n:oops:	redface.gif\n:sad:	sad.gif\n:cry:	cry.gif\n:o	surprised.gif\n:-?	confused.gif\n:-x	sick.gif\n:eek:	shocked.gif\n:zzz	sleeping.gif\n:P	tongue.gif\n:roll:	rolleyes.gif\n:sigh:	unsure.gif'),('','','enable_mambots','1'),('','','form_show','1'),('','','display_author','name'),('','','enable_voting','1'),('','','can_vote','Unregistered,Registered,Author,Editor,Publisher,Manager,Administrator,Super Administrator'),('','','merge_time','30'),('','','gzip_js','0'),('','','template_view','list'),('','','message_policy_post','We are here to seek the truth, point the way and pray that some will see.'),('','','message_policy_whocancomment',''),('','','message_locked','This content has been locked. You can no longer post any comment.'),('','','comment_title','0'),('','','enable_custom_bbcode','0'),('','','enable_bbcode_quote','Unregistered,Registered,Author,Editor,Publisher,Manager,Administrator,Super Administrator'),('','','enable_bbcode_code',''),('','','enable_geshi','0');
/*!40000 ALTER TABLE `jos_jcomments_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_jcomments_subscriptions`
--

DROP TABLE IF EXISTS `jos_jcomments_subscriptions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_jcomments_subscriptions` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `object_id` int(11) unsigned NOT NULL DEFAULT '0',
  `object_group` varchar(255) NOT NULL DEFAULT '',
  `lang` varchar(255) NOT NULL DEFAULT '',
  `userid` int(11) unsigned NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `email` varchar(255) NOT NULL DEFAULT '',
  `hash` varchar(255) NOT NULL DEFAULT '',
  `published` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_object` (`object_id`,`object_group`),
  KEY `idx_lang` (`lang`),
  KEY `idx_hash` (`hash`)
) ENGINE=MyISAM AUTO_INCREMENT=79 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_jcomments_subscriptions`
--

LOCK TABLES `jos_jcomments_subscriptions` WRITE;
/*!40000 ALTER TABLE `jos_jcomments_subscriptions` DISABLE KEYS */;
INSERT INTO `jos_jcomments_subscriptions` VALUES (1,99,'com_content','en-GB',0,'Jack B','','ef1696f8bb8ed36c54ac4430be70d652',1),(2,131,'com_content','en-GB',0,'Jack B','','f83ce34f1e3e14d1007cb69a1f81891d',1),(3,175,'com_content','en-GB',0,'Helio','','adeefe6e0bc06f65114aee04b8b11e5f',1),(4,175,'com_content','en-GB',0,'Jack B','','ec4998087031ee3aeffc06859160cae6',1),(5,191,'com_content','en-GB',0,'JB','','c356a87958463b59b9fc647f5ef2195a',1),(6,246,'com_content','en-GB',0,'Tom Brake','','e709602ecfeb1fd1aae9f965629e5363',1),(7,310,'com_content','en-GB',0,'J Brake','','cebd418a5e89a8f626c22b4127f968a0',1),(8,216,'com_content','en-GB',0,'prevage','','41a51bbe2ebce1b6b76c7e608db7df09',1),(9,259,'com_content','en-GB',0,'burn 60','','e38f2a257b9a52359342267f6c95def3',1),(10,141,'com_content','en-GB',0,'ditdrimbsar','','b18943d7f761d2297439eeba1eebfde9',1),(11,141,'com_content','en-GB',0,'Motoattense','asfdasf@gmail.com','599146a49cec91bad5d078ee30b29a00',1),(12,428,'com_content','en-GB',0,'Jack B','jhbrake@comcast.net','db4027f7d74136733c715c22ee6a5de2',1),(13,441,'com_content','en-GB',0,'eagle888','jhbrake@comcast.net','a61cae5040a4f8def7270b088bbc00d5',1),(14,146,'com_content','en-GB',0,'dawsstailedly','nickji.vichi@gmail.com','20cf9ecfd9065434bd886359ed110413',1),(15,146,'com_content','en-GB',0,'alielesoM','hiupoliakos@hotmail.com','b04d423c18a53fdecf69a3681204b458',1),(16,146,'com_content','en-GB',0,'DerVeffrige','gipaydaywebon@hotmail.com','15e722bf05803c9c6fc36550402d2c78',1),(17,146,'com_content','en-GB',0,'HitspheptHics','john@femaleformat.net','a565c0df7dc0c78c18718b521715f11e',1),(18,305,'com_content','en-GB',0,'kukuryku','adfadsfasfda@dfasdfa.com','5a4012cabbb4cdca233690b0ace26672',1),(19,305,'com_content','en-GB',0,'ReliFlielpRox','kolomy.tsyura@gmail.com','65d10f17db46ae2c720f12c7e95c7814',1),(20,142,'com_content','en-GB',0,'Williamjack','sdvxcbsdhg1@mail.ru','e8741fd514257873f926a74697acf2b6',1),(21,142,'com_content','en-GB',0,'Georgedino','sdv1xd1cb13sdhg1@mail.ru','ccc4502c33414309ebef0987f9e0f630',1),(22,159,'com_content','en-GB',0,'ScottPiess','yourmail@gmail.com','2ac498ed344628e581715b9604f209c4',1),(23,343,'com_content','en-GB',0,'PhilipSeirl','jackyapril@gmail.com','0f15810d21a8a564fbd97ac8c02e4f79',1),(24,283,'com_content','en-GB',0,'SailipSeirl','r8974jjil@gmail.com','83f572d059f07fdf85fa13951ea90309',1),(25,283,'com_content','en-GB',0,'Shanot','shanpa@24meds.com','dd22097cf542408f2ff33f1a8295e426',1),(26,283,'com_content','en-GB',0,'GuestAbrat','samburton202@aol.co.uk','c96797d522044a8079c03c7fe3e7d449',1),(27,429,'com_content','en-GB',0,'Bad Credit','sandrashakir@evropost.top','aaf4d13b018c09cae7651bfb1f340f1a',1),(28,129,'com_content','en-GB',0,'A Payday Loan','boricuarochny@evropost.top','42c2fc22e22f4c7eb7705a950e8691ea',1),(29,429,'com_content','en-GB',0,'GuestAbrat','samburton202@aol.co.uk','ff322c746fa0013f6c3f1f33bbf6901c',1),(30,129,'com_content','en-GB',0,'A Payday Loan','elliottjf@pochtar.top','8ca919d6f523f32d9ded2d3a7a97518b',1),(31,429,'com_content','en-GB',0,'Payday Loans','tosha@mailllc.top','fc3ee777e2c4e16e4a65f8d59fb11606',1),(32,429,'com_content','en-GB',0,'Easy Payday Loan','olene@evropost.top','c13ece59c1968a411f1b892822e2afe8',1),(33,129,'com_content','en-GB',0,'Payday Loans','joeonblue@evropost.top','434c29b2c5149465028bf16cadf09522',1),(34,429,'com_content','en-GB',0,'Loan','olonaeloy@mailllc.top','18a7d189b25ee7f44295c0ab72f7c1eb',1),(35,429,'com_content','en-GB',0,'Loans','marinelapirvan@pochtar.top','76d2fa9909ab1966a412353e4635ab97',1),(36,283,'com_content','en-GB',0,'JacGera','jactiex@cialorder.xyz','ae7a4cb2c53402bea3233085c5226ef6',1),(37,429,'com_content','en-GB',0,'Payday Loans Online','tblair@rainmail.top','5f035b8274840ae6473daa7db75fa0fc',1),(38,129,'com_content','en-GB',0,'Best Online Loans','nkellyfamily@pochtar.top','dded43e4a031220716c07e6bb28fe3a6',1),(39,429,'com_content','en-GB',0,'Online Loans','jami@pochtar.top','59ae4b6cfa3c26058f2fb332c0cc41d6',1),(40,129,'com_content','en-GB',0,'Ace Homework','dcaminiti@evropost.top','b3ba5fc09a697a313fe6999efe022cc7',1),(41,283,'com_content','en-GB',0,'JacGera','jactiex@blaycob.net','821160e028dbe25165ee0295b5bfc61a',1),(42,429,'com_content','en-GB',0,'Term Paper Writers','mrholleman@evropost.top','2ef85f624b979b8d906f1155751e2312',1),(43,282,'com_content','en-GB',0,'Good Homework Music','jcro1966@rainmail.top','a415dcc15d709a318b221b62829a3c31',1),(44,343,'com_content','en-GB',0,'AcmucPiess','doqvwgausegumninny@greenslots2017.co','47e0e4b208cbe191ac2cbd4554bc5dc5',1),(45,343,'com_content','en-GB',0,'Online Loans','eabreu1964@mailllc.top','36379dd0807de4aa2c7d68cd27194118',1),(46,343,'com_content','en-GB',0,'Cash Advance','sarahdunn@evropost.top','86673ff3b20579318c6e3fc14de12eee',1),(47,154,'com_content','en-GB',0,'udecageyqej','uyorizi@senfgad.com','4192156a9e74200e7e25f6afa7a329d0',1),(48,154,'com_content','en-GB',0,'epiqedotiq','arekeg@goasfer.com','67122f8256bcfb5f864990e0ab1e3750',1),(49,154,'com_content','en-GB',0,'iwopoolinai','ibuwaq@messagesenff.com','31c9a27a98bd7c9ec9e4822886601b90',1),(50,154,'com_content','en-GB',0,'ehuxijoyavu','aikmox@goasfer.com','4ab8f454cea44b43aa8e3b364b45ea7c',1),(51,154,'com_content','en-GB',0,'izuzehisona','aduxgzuru@messagesenff.com','d5e2fb307b8e8eb824d6c2bb9d380f44',1),(52,343,'com_content','en-GB',0,'onejonfos','opefim@senfgad.com','283a7051e3be47bc0ed9f1d8bf18d8cd',1),(53,343,'com_content','en-GB',0,'edekene','ibanumeqe@senfgad.com','e96c3bed26044b8950baa1c452288a71',1),(54,287,'com_content','en-GB',0,'umirefadazla','uwabam@namnerbca.com','82caeb7bd103bd1eac5161662e5dd0de',1),(55,287,'com_content','en-GB',0,'asapday','oruvera@namnerbca.com','844dc7e5445847c746239ee1b67d5b73',1),(56,287,'com_content','en-GB',0,'alxujuv','izukop@namnerbca.com','d03cc089d0f0e1c56e9e17e47d1073d8',1),(57,287,'com_content','en-GB',0,'uyouwipehufu','eulineme@tmailffrt.com','bcc8297d1df1913dd0a41c5b764b2025',1),(58,287,'com_content','en-GB',0,'aaocuzeuae','akinices@namnerbca.com','045f4f17716691e458b58d71d074f761',1),(59,290,'com_content','en-GB',0,'orofiyaneje','ikubunapu@drfsmail.com','bd23c306000f6188168032a0de901f0b',1),(60,290,'com_content','en-GB',0,'amohinitoveso','yufemq@maildfga.com','34dee74ae3cda7a8565270437965b385',1),(61,290,'com_content','en-GB',0,'umoguvejojo','ojemofogi@maildfga.com','29b0e3cae7cecfc727bd4844967031fa',1),(62,290,'com_content','en-GB',0,'efiqutzuxaj','usavaxi@drfsmail.com','e0d5e56fb5112720455834e8f5805e76',1),(63,290,'com_content','en-GB',0,'oxokoyaceru','agaltexi@newgmailruner.com','1976cc95360ff18af98ec22d49d402f6',1),(64,290,'com_content','en-GB',0,'saidamogiguxo','efeceeja@senfgad.com','461124fb53dba4a7491a507dffd0a6d1',1),(65,290,'com_content','en-GB',0,'ucimazetm','isileif@senfgad.com','4cfea89ec05929132f95420866f7758d',1),(66,290,'com_content','en-GB',0,'iawetuguvase','emapuyo@fgsradffd.com','6efd8cd5c64e6d3cecfde25b2934181e',1),(67,290,'com_content','en-GB',0,'zxkzdpvoru','usoloy@fgsradffd.com','fd0fa43a1905fef35f665d4759f2ad6c',1),(68,343,'com_content','en-GB',0,'uxutapeese','ofiaaqugd@mailerraas.com','3a49ce94d37592cc2a44d76b46538f5e',1),(69,343,'com_content','en-GB',0,'ujinaxoboxom','ireneweku@mailerraas.com','8c02d4d32b8f723f17ed9210f8ea8ef5',1),(70,290,'com_content','en-GB',0,'nenpivek','uhijuh@mailerraas.com','6a51f45feca3d7f66eb2cc1c96d987b2',1),(71,290,'com_content','en-GB',0,'azemofjaf','asuhobume@mailerraas.com','ba90bc988a907ba444e78c68c35b47a1',1),(72,289,'com_content','en-GB',0,'euxiyoo','itabugaf@maildgsp.com','13231a1e1f1c273bd4497564e83eea47',1),(73,289,'com_content','en-GB',0,'igcaoha','vbolipem@maildgsp.com','c8c231775ab53bc9b7393a96d381df9c',1),(74,273,'com_content','en-GB',0,'uduxeunuwude','ocbiguofa@email.namnerbca.com','bbd9c293989fbbb364f9d0e897a40649',1),(75,207,'com_content','en-GB',0,'emezufeta','okofniga@dfasdf.namnerbca.com','846c9b8fd2247b7374f406b0b9447717',1),(76,154,'com_content','en-GB',0,'onasakozuggay','estfexi@werwer.namnerbca.com','e33ca19dddf50f4ff3583df19b686e73',1),(77,206,'com_content','en-GB',0,'fabianno','sweetro2zyczkag@gmail.com','fcdfe0c4f2c2565685433eecfea1fb9d',1),(78,206,'com_content','en-GB',0,'felicjanoo','sweetro2zyczkas@gmail.com','dc5aee936b72f4be131d3d79ed04a686',1);
/*!40000 ALTER TABLE `jos_jcomments_subscriptions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_jcomments_version`
--

DROP TABLE IF EXISTS `jos_jcomments_version`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_jcomments_version` (
  `version` varchar(16) NOT NULL DEFAULT '',
  `previous` varchar(16) NOT NULL DEFAULT '',
  `installed` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`version`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_jcomments_version`
--

LOCK TABLES `jos_jcomments_version` WRITE;
/*!40000 ALTER TABLE `jos_jcomments_version` DISABLE KEYS */;
INSERT INTO `jos_jcomments_version` VALUES ('2.1.0.0','','2010-05-02 22:38:45','0000-00-00 00:00:00');
/*!40000 ALTER TABLE `jos_jcomments_version` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_jcomments_votes`
--

DROP TABLE IF EXISTS `jos_jcomments_votes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_jcomments_votes` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `commentid` int(11) unsigned NOT NULL DEFAULT '0',
  `userid` int(11) unsigned NOT NULL DEFAULT '0',
  `ip` varchar(15) NOT NULL DEFAULT '',
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `value` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_comment` (`commentid`,`userid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_jcomments_votes`
--

LOCK TABLES `jos_jcomments_votes` WRITE;
/*!40000 ALTER TABLE `jos_jcomments_votes` DISABLE KEYS */;
INSERT INTO `jos_jcomments_votes` VALUES (1,18,0,'67.142.161.18','2010-05-24 07:23:41',1);
/*!40000 ALTER TABLE `jos_jcomments_votes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_jev_users`
--

DROP TABLE IF EXISTS `jos_jev_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_jev_users` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL DEFAULT '0',
  `published` tinyint(2) NOT NULL DEFAULT '0',
  `canuploadimages` tinyint(2) NOT NULL DEFAULT '0',
  `canuploadmovies` tinyint(2) NOT NULL DEFAULT '0',
  `cancreate` tinyint(2) NOT NULL DEFAULT '0',
  `canedit` tinyint(2) NOT NULL DEFAULT '0',
  `canpublishown` tinyint(2) NOT NULL DEFAULT '0',
  `candeleteown` tinyint(2) NOT NULL DEFAULT '0',
  `canpublishall` tinyint(2) NOT NULL DEFAULT '0',
  `candeleteall` tinyint(2) NOT NULL DEFAULT '0',
  `cancreateown` tinyint(2) NOT NULL DEFAULT '0',
  `cancreateglobal` tinyint(2) NOT NULL DEFAULT '0',
  `eventslimit` int(11) NOT NULL DEFAULT '0',
  `extraslimit` int(11) NOT NULL DEFAULT '0',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `user` (`user_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_jev_users`
--

LOCK TABLES `jos_jev_users` WRITE;
/*!40000 ALTER TABLE `jos_jev_users` DISABLE KEYS */;
INSERT INTO `jos_jev_users` VALUES (1,62,1,1,1,1,1,1,1,1,1,1,1,100,100,'0000-00-00 00:00:00');
/*!40000 ALTER TABLE `jos_jev_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_jevents_categories`
--

DROP TABLE IF EXISTS `jos_jevents_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_jevents_categories` (
  `id` int(12) NOT NULL DEFAULT '0',
  `color` varchar(8) NOT NULL DEFAULT '',
  `admin` int(12) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_jevents_categories`
--

LOCK TABLES `jos_jevents_categories` WRITE;
/*!40000 ALTER TABLE `jos_jevents_categories` DISABLE KEYS */;
INSERT INTO `jos_jevents_categories` VALUES (39,'#CCCCFF',62),(40,'#3366FF',62),(45,'#FF6600',62),(53,'#000000',62),(64,'#FF0000',62),(65,'#993399',62),(66,'#333399',62);
/*!40000 ALTER TABLE `jos_jevents_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_jevents_exception`
--

DROP TABLE IF EXISTS `jos_jevents_exception`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_jevents_exception` (
  `ex_id` int(12) NOT NULL AUTO_INCREMENT,
  `rp_id` int(12) NOT NULL DEFAULT '0',
  `eventid` int(12) NOT NULL DEFAULT '1',
  `eventdetail_id` int(12) NOT NULL DEFAULT '0',
  `exception_type` int(2) NOT NULL DEFAULT '0',
  `startrepeat` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`ex_id`),
  KEY `eventid` (`eventid`),
  KEY `rp_id` (`rp_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_jevents_exception`
--

LOCK TABLES `jos_jevents_exception` WRITE;
/*!40000 ALTER TABLE `jos_jevents_exception` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_jevents_exception` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_jevents_icsfile`
--

DROP TABLE IF EXISTS `jos_jevents_icsfile`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_jevents_icsfile` (
  `ics_id` int(12) NOT NULL AUTO_INCREMENT,
  `srcURL` varchar(255) NOT NULL DEFAULT '',
  `label` varchar(30) NOT NULL DEFAULT '',
  `filename` varchar(120) NOT NULL DEFAULT '',
  `icaltype` tinyint(3) NOT NULL DEFAULT '0',
  `isdefault` tinyint(3) NOT NULL DEFAULT '0',
  `ignoreembedcat` tinyint(3) NOT NULL DEFAULT '0',
  `state` tinyint(3) NOT NULL DEFAULT '1',
  `access` int(11) unsigned NOT NULL DEFAULT '0',
  `catid` int(11) NOT NULL DEFAULT '1',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(11) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(100) NOT NULL DEFAULT '',
  `modified_by` int(11) unsigned NOT NULL DEFAULT '0',
  `refreshed` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `autorefresh` tinyint(3) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ics_id`),
  UNIQUE KEY `label` (`label`),
  KEY `stateidx` (`state`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_jevents_icsfile`
--

LOCK TABLES `jos_jevents_icsfile` WRITE;
/*!40000 ALTER TABLE `jos_jevents_icsfile` DISABLE KEYS */;
INSERT INTO `jos_jevents_icsfile` VALUES (1,'','Default','Initial ICS File',2,1,0,1,0,39,'0000-00-00 00:00:00',0,'',0,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `jos_jevents_icsfile` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_jevents_repbyday`
--

DROP TABLE IF EXISTS `jos_jevents_repbyday`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_jevents_repbyday` (
  `rptday` date NOT NULL DEFAULT '0000-00-00',
  `rp_id` int(12) NOT NULL DEFAULT '0',
  `catid` int(11) NOT NULL DEFAULT '1',
  KEY `rptday` (`rptday`),
  KEY `daycat` (`rptday`,`catid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_jevents_repbyday`
--

LOCK TABLES `jos_jevents_repbyday` WRITE;
/*!40000 ALTER TABLE `jos_jevents_repbyday` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_jevents_repbyday` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_jevents_repetition`
--

DROP TABLE IF EXISTS `jos_jevents_repetition`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_jevents_repetition` (
  `rp_id` int(12) NOT NULL AUTO_INCREMENT,
  `eventid` int(12) NOT NULL DEFAULT '1',
  `eventdetail_id` int(12) NOT NULL DEFAULT '0',
  `duplicatecheck` varchar(32) NOT NULL DEFAULT '',
  `startrepeat` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `endrepeat` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`rp_id`),
  UNIQUE KEY `duplicatecheck` (`duplicatecheck`),
  KEY `eventid` (`eventid`),
  KEY `eventstart` (`eventid`,`startrepeat`),
  KEY `eventend` (`eventid`,`endrepeat`),
  KEY `eventdetail` (`eventdetail_id`),
  KEY `startrepeat` (`startrepeat`),
  KEY `startend` (`startrepeat`,`endrepeat`),
  KEY `endrepeat` (`endrepeat`)
) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_jevents_repetition`
--

LOCK TABLES `jos_jevents_repetition` WRITE;
/*!40000 ALTER TABLE `jos_jevents_repetition` DISABLE KEYS */;
INSERT INTO `jos_jevents_repetition` VALUES (1,1,1,'cad776967ac05453ced5cb8df8a90a5a','2010-05-06 12:20:00','2010-05-06 12:40:00'),(5,2,2,'5623cba8406cf7daf0b40eeb418e1ac1','2010-05-14 19:00:00','2010-05-14 15:00:00'),(4,3,3,'97cb78893d5f29eb9183dbdeaa6039d6','2010-05-13 19:00:00','2010-05-13 15:00:00'),(11,4,4,'2c3f7c2348e9a742bd7442e210d579c5','2010-05-15 00:00:00','2010-05-15 23:59:59'),(10,6,6,'71500af98bd8ee8b528e9f548a66f810','2010-05-22 09:00:00','2010-05-22 19:00:00'),(8,5,5,'34ba948c65c7309cf8172f2f89136f24','2010-05-21 18:00:00','2010-05-21 22:00:00'),(7,5,5,'dd24e23ff1aee2271cdf9ccf3ede50d3','2010-05-20 18:00:00','2010-05-20 22:00:00'),(12,7,7,'b25c50bc7ac5e7d29eb9cc8e01028035','2010-06-12 09:00:00','2010-06-12 15:00:00'),(13,8,8,'3bd3557d059bf0f683a966e98607d9c2','2010-06-05 10:30:00','2010-06-05 15:00:00'),(14,9,9,'c388e07f549b5e688d6a5ad58064b985','2010-05-22 18:30:00','2010-05-22 20:30:00'),(15,10,10,'e169ce3a7ea0c07053af9f9757928a99','2010-06-02 18:30:00','2010-06-02 20:30:00'),(16,11,11,'07b396c7e87d622151ff47f64717f4ca','2010-06-05 10:00:00','2010-06-05 15:00:00'),(17,12,12,'da778858749bb081461e6499f7c7cdbb','2010-05-24 20:00:00','2010-05-24 15:00:00'),(18,13,13,'57f27c0d3a9002a8261841ccdbe8bbe8','2010-08-26 08:00:00','2010-08-28 17:00:00'),(19,14,14,'1afe0c5973a1b69662a49312e22260d2','2010-06-13 18:00:00','2010-06-13 19:30:00'),(20,15,15,'6382e2b6bf9053d05163fb85842f7246','2010-10-30 13:00:00','2010-10-30 15:00:00'),(21,16,16,'79e2545eb59b2812cb90197fb788775c','2011-02-16 08:00:00','2011-02-19 15:00:00'),(22,17,17,'ff810237f8571b4d7eed88bcdd8cc592','2011-04-11 08:00:00','2011-04-14 15:00:00'),(23,18,18,'a2da65e003a352d6de3b0727f39ee81e','2011-03-18 09:00:00','2011-03-20 18:00:00'),(24,19,19,'c3e68b261d27effb2fea59c7de3241ce','2011-07-12 18:30:00','2011-07-12 15:00:00');
/*!40000 ALTER TABLE `jos_jevents_repetition` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_jevents_rrule`
--

DROP TABLE IF EXISTS `jos_jevents_rrule`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_jevents_rrule` (
  `rr_id` int(12) NOT NULL AUTO_INCREMENT,
  `eventid` int(12) NOT NULL DEFAULT '1',
  `freq` varchar(30) NOT NULL DEFAULT '',
  `until` int(12) NOT NULL DEFAULT '1',
  `untilraw` varchar(30) NOT NULL DEFAULT '',
  `count` int(6) NOT NULL DEFAULT '1',
  `rinterval` int(6) NOT NULL DEFAULT '1',
  `bysecond` varchar(50) NOT NULL DEFAULT '',
  `byminute` varchar(50) NOT NULL DEFAULT '',
  `byhour` varchar(50) NOT NULL DEFAULT '',
  `byday` varchar(50) NOT NULL DEFAULT '',
  `bymonthday` varchar(50) NOT NULL DEFAULT '',
  `byyearday` varchar(50) NOT NULL DEFAULT '',
  `byweekno` varchar(50) NOT NULL DEFAULT '',
  `bymonth` varchar(50) NOT NULL DEFAULT '',
  `bysetpos` varchar(50) NOT NULL DEFAULT '',
  `wkst` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`rr_id`),
  KEY `eventid` (`eventid`)
) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_jevents_rrule`
--

LOCK TABLES `jos_jevents_rrule` WRITE;
/*!40000 ALTER TABLE `jos_jevents_rrule` DISABLE KEYS */;
INSERT INTO `jos_jevents_rrule` VALUES (1,1,'none',0,'',1,1,'','','','TH','','','','','',''),(2,2,'none',0,'',1,1,'','','','+1FR,+2FR,+3FR,+4FR,+5FR','','','','','',''),(3,3,'none',0,'',1,1,'','','','+1TH,+2TH,+3TH,+4TH,+5TH','','','','','',''),(4,4,'none',0,'',1,1,'','','','+1SA,+2SA,+3SA,+4SA,+5SA','','','','','',''),(5,5,'DAILY',1274418000,'',99999,1,'','','','+1TH,+2TH,+3TH,+4TH,+5TH','','','','','',''),(6,6,'none',0,'',1,1,'','','','+1SA,+2SA,+3SA,+4SA,+5SA','','','','','',''),(7,7,'none',0,'',1,1,'','','','+1SA,+2SA,+3SA,+4SA,+5SA','','','','','',''),(8,8,'none',0,'',1,1,'','','','SA','','','','','',''),(9,9,'none',0,'',1,1,'','','','+1SA,+2SA,+3SA,+4SA,+5SA','','','','','',''),(10,10,'none',0,'',1,1,'','','','+1WE,+2WE,+3WE,+4WE,+5WE','','','','','',''),(11,11,'none',0,'',1,1,'','','','+1SA,+2SA,+3SA,+4SA,+5SA','','','','','',''),(12,12,'none',0,'',1,1,'','','','MO','','','','','',''),(13,13,'none',0,'',1,1,'','','','+1TH,+2TH,+3TH,+4TH,+5TH','','','','','',''),(14,14,'none',0,'',1,1,'','','','+1SU,+2SU,+3SU,+4SU,+5SU','','','','','',''),(15,15,'none',0,'',1,1,'','','','SA','','','','','',''),(16,16,'none',0,'',1,1,'','','','+3WE','','','','','',''),(17,17,'none',0,'',1,1,'','','','+4MO','','','','','',''),(18,18,'none',0,'',1,1,'','','','FR','','','','','',''),(19,19,'none',0,'',1,1,'','','','+1TU,+2TU,+3TU,+4TU,+5TU','','','','','','');
/*!40000 ALTER TABLE `jos_jevents_rrule` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_jevents_vevdetail`
--

DROP TABLE IF EXISTS `jos_jevents_vevdetail`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_jevents_vevdetail` (
  `evdet_id` int(12) NOT NULL AUTO_INCREMENT,
  `rawdata` longtext NOT NULL,
  `dtstart` int(11) NOT NULL DEFAULT '0',
  `dtstartraw` varchar(30) NOT NULL DEFAULT '',
  `duration` int(11) NOT NULL DEFAULT '0',
  `durationraw` varchar(30) NOT NULL DEFAULT '',
  `dtend` int(11) NOT NULL DEFAULT '0',
  `dtendraw` varchar(30) NOT NULL DEFAULT '',
  `dtstamp` varchar(30) NOT NULL DEFAULT '',
  `class` varchar(10) NOT NULL DEFAULT '',
  `categories` varchar(120) NOT NULL DEFAULT '',
  `color` varchar(20) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `geolon` float NOT NULL DEFAULT '0',
  `geolat` float NOT NULL DEFAULT '0',
  `location` varchar(120) NOT NULL DEFAULT '',
  `priority` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `status` varchar(20) NOT NULL DEFAULT '',
  `summary` longtext NOT NULL,
  `contact` varchar(120) NOT NULL DEFAULT '',
  `organizer` varchar(120) NOT NULL DEFAULT '',
  `url` varchar(120) NOT NULL DEFAULT '',
  `extra_info` varchar(240) NOT NULL DEFAULT '',
  `created` varchar(30) NOT NULL DEFAULT '',
  `sequence` int(11) NOT NULL DEFAULT '1',
  `state` tinyint(3) NOT NULL DEFAULT '1',
  `multiday` tinyint(3) NOT NULL DEFAULT '1',
  `hits` int(11) NOT NULL DEFAULT '0',
  `noendtime` tinyint(3) NOT NULL DEFAULT '0',
  PRIMARY KEY (`evdet_id`),
  FULLTEXT KEY `searchIdx` (`summary`,`description`)
) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_jevents_vevdetail`
--

LOCK TABLES `jos_jevents_vevdetail` WRITE;
/*!40000 ALTER TABLE `jos_jevents_vevdetail` DISABLE KEYS */;
INSERT INTO `jos_jevents_vevdetail` VALUES (1,'',1273166400,'',0,'',1273167600,'','','','','','<p><strong>MEET AT CITY HALL is a project for special prayer</strong> - a prayer for moral rebirth in America. It is a very simple concept. It involves people meeting at their local city hall and praying from 12:20 p.m. to 12:40 p.m. for a moral rebirth in our country. It is time we stand up publicly for the values that have made this country strong. We must set the example by taking a stand and lead our people as they stand with us. Let us unashamedly take our Light from underneath the basket and set it on a table.  Please see related article: <em><a href=\"http://letsrebuildit.com/Detail.aspx?id=2147483727\" title=\"title\" Nation=\"Nation\" That=\"That\" Prays\"\"=\"Prays\"\"\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">\"</span></span></a></em><em><a href=\"http://www.afa.net/Detail.aspx?id=2147483727\" title=\"title\" Nation=\"Nation\" That=\"That\" Prays\"\"=\"Prays\"\"\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">A Nation That Prays\"</span></span></a> </em>by Randall Murphree, AFA Journal Editor.</p>',0,0,'Your Local City Hall',0,'','MEET AT CITY HALL','American Family Association','','','','',0,1,1,52,0),(2,'',1273881600,'',0,'',1273867200,'','','','','','<p><span style=\"font-weight: bold;\">Francis Frangipane </span>will be in Michigan on May 13th – 14th.  The Transformation MI/Oak Initiative “city hop” series across Michigan has been very effective.  Francis rarely travels and we are honored to host him.  He will be addressing key issues such as overcoming offenses, unity in the church, and the importance of unified prayer in the challenging days we are facing.</p>\r\n<p><span style=\"font-weight: bold;\"><span style=\"font-size: medium; color: #a52a2a;\">LANSING</span></span> – Friday, May 14th – 7PM<br />Pre-Registration Requested – No Fee!<br />Go to www.Trinitywired.com to pre-register<br />“Unifying the Body and Transforming the Community”- 7pm-9pm<br /><span style=\"font-weight: bold;\"> </span><br style=\"font-weight: bold;\" /><span style=\"font-weight: bold;\">Location:</span><br />Trinity Church<br />3355 Dunckel Rd<br />Lansing, MI – 48911<br /> <br />CONTACT:  Natalie Willmarth - ngwillmarth@comcast.net<br />Church Phone: 517.272.3820<br /> </p>',0,0,'',0,'','Francis Frangipane','','','','','',0,1,1,44,1),(3,'',1273795200,'',0,'',1273780800,'','','','','','<p><span style=\"font-weight: bold;\">Francis Frangipane </span>will be in Michigan on May 13th – 14th.  The Transformation MI/Oak Initiative “city hop” series across Michigan has been very effective.  Francis rarely travels and we are honored to host him.  He will be addressing key issues such as overcoming offenses, unity in the church, and the importance of unified prayer in the challenging days we are facing.</p>\r\n<p><span style=\"font-weight: bold;\"><span style=\"font-size: medium; color: #a52a2a;\">PORT HURON REGION </span></span>– Thursday, May 13th – 7PM<br />NO REGISTRATION FEE! - Sponsored by Transformation Michigan/Oak Initiative<br /> <br />Hillside Wesleyan Church is proud to host Francis Frangipane <br /> “Unifying the Body and Transforming the Community”- 7pm-9pm Hillside Sanctuary<br /> <br /><span style=\"font-weight: bold;\">Location:</span><br />Hillside Wesleyan Church<br />5114 North River Rd.<br />Clyde, Mi. 48049<br /> <br />CONTACT: Pastor Mark Seppo – 810.434.7581            </p>\r\n<p> </p>',0,0,'',0,'','Francis Frangipane','','','','','',0,1,1,36,1),(4,'',1273899600,'',0,'',1273899600,'','','','','','<p><span class=\"calendarTitle\">Saturday May 15, 2010</span><br /><span class=\"calendarTitle\" style=\"font-size: 22px;\">Francis Frangipane/Port Huron AM/ Location and times to be Announced (Pastors and Leaders)</span></p>\r\n<p><em><span class=\"calendarTitle\"><strong>Time</strong>: 8:30 AM - 10:00 AM</span> </em></p>\r\n<p><em>Francis Frangipane/Port Huron AM/ Location and times to be Announced.  Pastors and Leaders from the region will be meeting in a breakfast meeting with Francis Frangipane.</em></p>\r\n<p><em> </em></p>\r\n<p><em>LOCATION:  To be Announced</em></p>\r\n<p><em>CONTACT: Pastor Mark Seppo - 810.434.7581</em></p>\r\n<p><br /><em><strong>Location</strong>: Port Huron </em></p>',0,0,'',0,'','Francis Frangipane','','','','','',0,1,1,41,0),(5,'',1274396400,'',0,'',1274410800,'','','','','','<p>Thursday evening (6-10:00 PM) Friday (6-10:00 PM) Saturday (9-9) Fulton and the Isaiah 58:12 will teach the FEMA certification course Community Emergency Response Team (CERT) Shawnee Park Christian Church (2255 Tecumseh Dr. SE, Grand Rapids, MI 49506).</p>',0,0,'',0,'','CERT Training','','','','','',0,1,1,95,0),(6,'',1274536800,'',0,'',1274572800,'','','','','','<p>Thursday evening (6-10:00 PM) Friday (6-10:00 PM) Saturday (9-9) Fulton and the Isaiah 58:12 will teach the FEMA certification course Community Emergency Response Team (CERT) Shawnee Park Christian Church (2255 Tecumseh Dr. SE, Grand Rapids, MI 49506).</p>',0,0,'',0,'','CERT Training','','','','','',0,1,1,37,0),(7,'',1276351200,'',0,'',1276372800,'','','','','','<p class=\"ecxmsonormal\" style=\"background: white; margin: 0in 0in 16.2pt;\"><span style=\"font-size: 10pt; color: #444444; font-family: Tahoma;\"><strong>Livingston County ARES and the LARK</strong> are offering an amateur radio Study Hall, Training and Testing for <strong>Amateur Radio Technician Class License,</strong><br />Session will be Saturday, June 12th beginning at 0900 hours.</span></p>\r\n<p class=\"ecxmsonormal\" style=\"background: white; margin: 0in 0in 16.2pt;\"><span style=\"font-size: 10pt; color: #444444; font-family: Tahoma;\">·         Location is the EOC room at Central Dispatch, 300 S. Highlander Way, Howell, MI 48843<br />·         Interested parties should contact Bruce Pollock at <a href=\"mailto:pollockbs@hotmail.com\">pollockbs@hotmail.com</a> via e-mail.  Bruce will sign you up for the class and reply via e-mail with an electronic file containing information participants can/should study before the session.<br />·         Participants will be provided with a self-paced PowerPoint slide show from which they can study before writing the test.  Members of the local amateur radio club will be on-hand to assist and answer questions.<br />·         The amateur radio test has been re-written.  The new test, coming out in July \'10, is more difficult to pass than the current test.  If you\'re thinking about getting a license, now is the time.<br />·         If participants have a laptop capable of running PowerPoint, they should please bring it.  There will be some laptops available for those coming without, but the number is limited.<br />·         Please contact me at <a href=\"mailto:pollockbs@hotmail.com\">pollockbs@hotmail.com</a> </span></p>\r\n<p class=\"ecxmsonormal\" style=\"background: white; margin: 0in 0in 16.2pt;\"><span style=\"font-size: 10pt; color: #444444; font-family: Tahoma;\">Bruce Pollock, Livingston County CERT Coordinator<br /><a href=\"mailto:pollockbs@hotmail.com\">pollockbs@hotmail.com</a><br />Cell 810-333-0205</span></p>\r\n<p class=\"ecxmsonormal\" style=\"background: white; margin: 0in 0in 16.2pt;\"><span style=\"font-size: 10pt; color: #444444; font-family: Tahoma;\"><span style=\"FONT-SIZE: 10pt; FONT-FAMILY: Verdana\"><strong>Those who are not amateur radio licensed</strong> we encourage you to come to the \"One Day Cram Session and Testing\" on June 12th at 9am.  Amateur radio equipment is considerably better than FRS radios during a deployment.<span style=\"mso-spacerun: yes\">  </span><span style=\"mso-spacerun: yes\"> </span>Attached is a <a href=\"ARStudyGuide.pdf\"><strong>pre-class study guide</strong></a><strong>,</strong> please consider coming and taking the test.</span><br /><span style=\"FONT-SIZE: 10pt; FONT-FAMILY: Verdana\"> </span><br /><span style=\"FONT-SIZE: 10pt; FONT-FAMILY: Verdana\">The cost for the test will be less then twenty dollars.<span style=\"mso-spacerun: yes\">  </span></span><br /><span style=\"FONT-SIZE: 10pt; FONT-FAMILY: Verdana\"> </span><br /><span style=\"FONT-SIZE: 10pt; FONT-FAMILY: Verdana\">Hope to see you there.</span></span></p>',0,0,'',0,'','Amateur Radio Tech Class License','','','','','',0,1,1,42,1),(8,'',1275751800,'',0,'',1275768000,'','','','','','<p><a href=\"http://thetroyteaparty.ning.com/events/dump-gary-peters-d-mi-9th\"><span style=\"color: #b82525; font-family: Georgia;\"><strong>Dump Gary Peters (D) MI 9th Congressional District</strong></span></a></p>\r\n<p><span class=\"item_date\"><a href=\"http://thetroyteaparty.ning.com/events/event/listByDate?date=2010-06-05\"><strong><span style=\"color: #b82525;\">June 5, 2010</span></strong></a> from 10:30am to 3pm – <a href=\"http://thetroyteaparty.ning.com/events/event/listByLocation?location=Rock+Financial+Showplace+-+Diamond+Center\"><strong><span style=\"color: #b82525;\">Rock Financial Showplace - Diamond Center</span></strong></a> </span><span class=\"item_info\">RetakeOurGov, a TEA Party group and political action committee, invites TEA Party Activists and other concerned citizens to join us for a networking opportunity at the Rock Financial Showplace in Nov<a href=\"http://thetroyteaparty.ning.com/events/dump-gary-peters-d-mi-9th\"><strong><span style=\"color: #b82525;\">…</span></strong></a></span> <span class=\"item_contributor\">Organized by <a href=\"http://www.letsrebuildit.com/profile/WesNakagiri\"><strong><span style=\"color: #b82525;\">Wes Nakagiri</span></strong></a> | Type: <a href=\"http://thetroyteaparty.ning.com/events/event/listByType?type=tea\"><strong><span style=\"color: #b82525;\">tea</span></strong></a>, <a href=\"http://thetroyteaparty.ning.com/events/event/listByType?type=party\"><strong><span style=\"color: #b82525;\">party</span></strong></a>, <a href=\"http://thetroyteaparty.ning.com/events/event/listByType?type=networking\"><strong><span style=\"color: #b82525;\">networking</span></strong></a>, <a href=\"http://thetroyteaparty.ning.com/events/event/listByType?type=candidate\"><strong><span style=\"color: #b82525;\">candidate</span></strong></a>, <a href=\"http://thetroyteaparty.ning.com/events/event/listByType?type=forum\"><strong><span style=\"color: #b82525;\">forum</span></strong></a>, <a href=\"http://thetroyteaparty.ning.com/events/event/listByType?type=brunch\"><strong><span style=\"color: #b82525;\">brunch</span></strong></a></span></p>',0,0,'',0,'','Dump Gary Peters (TEA Party)','','','','','',0,1,1,54,0),(9,'',1274571000,'',0,'',1274578200,'','','','','','<ul>\r\n<p style=\"text-align: left;\">Media Training:  “The Secret Life of the Media”    featuring two speakers from The Mackinac Center </p>\r\n<p style=\"text-align: left;\">(Sponsored by <a href=\"http://912libertyteaparty.com/\">912 Liberty TEA  Party</a>) </p>\r\n<p style=\"text-align: left;\">Location:  Gibson Center at Water’s Edge Camp and Conference Center,   Howell </p>\r\n<p style=\"text-align: left;\"><a href=\"http://www.retakeourgov.com/The_Secret_Life_of_the_Media.pdf\">More information</a></p>\r\n<p style=\"text-align: left;\">6:30 PM - 8:30 PM </p>\r\n</ul>',0,0,'',0,'','The Secret Life of the Media','','','','','',0,1,1,63,0),(12,'',1274749200,'',0,'',1274731200,'','','','','','<p><span class=\"calendarTitle\"><strong>Time</strong>: 8:00 PM <span class=\"miniCalendarEventDisplay\"></span></span></p>\r\n<p><strong><span style=\"font-size: 13.5pt;\">INFORMATION FOR ALL THE CONFERENCE CALLS BOXES</span></strong></p>\r\n<div style=\"margin: 0in 0in 0pt;\"> </div>\r\n<div style=\"margin: 0in 0in 0pt;\"><strong><span style=\"text-decoration: underline;\"><span style=\"font-size: 13.5pt;\">MI Oak Conference Call Recordings:</span></span></strong></div>\r\n<div style=\"margin: 0in 0in 0pt;\"><strong>CALL: 712.432.3100</strong></div>\r\n<div style=\"margin: 0in 0in 0pt;\"><strong>Conference Code:  940350</strong></div>\r\n<div style=\"margin: 0in 0in 0pt;\"> </div>\r\n<div style=\"margin: 0in 0in 0pt;\"> </div>\r\n<div style=\"margin: 0in 0in 0pt;\"><strong><span style=\"text-decoration: underline;\"><span style=\"font-size: 13.5pt;\">Listen to the past MI Oak Conference Call Recordings:</span></span></strong></div>\r\n<div style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 10pt;\">1.  Go online to <a href=\"http://www.freeconferencecalling.com/\"><span style=\"color: #0000ff;\">www.freeconferencecalling.com</span></a> - REMEMBER IT IS <strong><a href=\"http://www.freeconferencecalling.com/\"><span style=\"color: #0000ff;\">www.FREECONFERENCECALLING</span></a></strong>.com</span></div>\r\n<div style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 10pt;\">2.  Click on - </span><strong><span style=\"font-size: 13.5pt;\">Listen to Recordings</span></strong></div>\r\n<div style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 10pt;\">3.  Type in Information Requested</span></div>\r\n<div style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 10pt;\">4.  The conference call code is<strong> 940350</strong></span></div>\r\n<div style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 10pt;\">5.  <strong>Click Submit</strong> and then on to the recording you want to listen to.</span></div>\r\n<p><br /><strong>Location</strong>: PHONE <br /><strong>Phone</strong>: 712.432.3100</p>',0,0,'',0,'','Oak/Transformation MI Conference Call ','','','','','',0,1,1,47,1),(13,'',1282827600,'',0,'',1283032800,'','','','','','<p>Oak Initiative</p>\r\n<p>Do you want to be a part of this? There will be a place for every Oak Member. This coming August 26th through 28th we will be hosting our first Oak Congress. Set these dates aside to be a part of this potentially historic event. Times and places will be coming soon.</p>',0,0,'',0,'','OAK Congress','','','','','',0,1,1,52,0),(14,'',1276470000,'',0,'',1276475400,'','','','','','<p dir=\"ltr\"><span style=\"text-decoration: underline;\"><strong><span style=\"font-size: medium;\"><span style=\"color: #cc0000;\">Sunday, June 13th:</span> The Greatest Story Never Told</span></strong></span><br />Join us in Genesee County Sunday, June 13th, 6:00-7:30 PM<br /><br />Located at: Tyrone Covenant Church 10235 White Lake Rd. Fenton, Mi. 48430<br /><br /><a href=\"http://www.jotform.com/form/1055851214\"><strong><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">RSVP requested by Friday, June 11th (click here!)</span></span></strong></a><br /><br />“It is only with a complete understanding of America’s heritage that we can have the confidence to stand on scriptural principles and begin to solve some of the problems we face as a nation.” – James Muffett<br /><br />The Greatest Story Never Told dynamically reveals the pivotal role of faith in America’s public & private institutions.<br /><br />Call CTV Genesee Coordinator Robin Blitchok with questions 810-444-3509</p>\r\n<p dir=\"ltr\"><span style=\"color: #0066cc;\"><span style=\"text-decoration: underline;\"><a href=\"http://www.ctvmichigan.org/events/GSNT/Fenton%20GSNT%20Poster%202010.pdf\">Download flyer/poster</a></span></span><span style=\"font-size: medium;\"><strong><br /></strong></span><span style=\"color: #0066cc;\"><span style=\"text-decoration: underline;\"><a href=\"http://www.ctvmichigan.org/events/GSNT/GSNT%20Church%20Bulletin%202-up%20Portrait.pdf\">Download bulletin insert</a></span></span><br /><a href=\"http://www.jotform.com/form/1055851214\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">RSVP requested by Friday, June 11th! </span></span></a><span style=\"font-size: medium; color: #cc0000;\"><strong><br /></strong></span></p>',0,0,'',0,'','The Greatest Story Never Told','','','','','',0,1,1,50,0),(15,'',1288461600,'',0,'',1288468800,'','','','','','<div>To Isaiah 58:12 Participants & CERT Trainees:</div>\r\n<div> </div>\r\n<div>You have given an opportunity to participate in a NRA fire arms training led by Tom Conrad who has been working with Isaiah 58:12 providing First-Aid & Fire Suppression Training.  Tom has his own Church Security Service where he trains churches on how to make their church secure. This training will focus on fire arms proficiency as it relates to church and para-church ministry security.   I am sending this out to the West Michigan area and a few other key church leaders around the state who are overseeing their churches security.  The information about date and time is in the attachment.  I hope to see you there.</div>\r\n<div> </div>\r\n<div>Take care & God bless,</div>\r\n<div> </div>\r\n<div>Fulton</div>\r\n<div> </div>\r\n<div>Fulton Sheen<br />CEO of Merging Streams Commonwealth<br /><a href=\"wlmailhtml:{E4F5AFD2-CB9C-4000-8D63-135FB5ADB003}mid://00000101/!x-usc:http://www.mergingstreamscommonwealth.com/\" target=\"_blank\">www.MergingStreamsCommonwealth.com</a><br />Director of Isaiah 58:12<br /><a href=\"wlmailhtml:{E4F5AFD2-CB9C-4000-8D63-135FB5ADB003}mid://00000101/!x-usc:http://www.isaiah5812.org/\" target=\"_blank\">www.Isaiah5812.org</a> <br /><a href=\"wlmailhtml:{E4F5AFD2-CB9C-4000-8D63-135FB5ADB003}mid://00000101/!x-usc:mailto:fsheen@gmail.com\" target=\"_blank\">fsheen@gmail.com</a></div>\r\n<div class=\"gmail_quote\"><br />Hello Fulton and Matt,<br /><br />You are invited to attend a church safety security firearms training session.  Please feel free to pass this along to others.  Attachment has the particulars.<br /><br />Thanks, Fulton and Matt.<br /><span style=\"color: #888888;\"><br />Tom Conrad<br />Executive Director of the House of Worship Security Network<br />(616) 656-1672<br />Fax (616) 656-4200<br /><a href=\"wlmailhtml:{E4F5AFD2-CB9C-4000-8D63-135FB5ADB003}mid://00000101/!x-usc:http://www.howsn.net/\" target=\"_blank\">www.howsn.net</a><br /></span></div>',0,0,'7741 Bowens Mill Road, Middleville, MI 49333',0,'','NRA Firearms Training ','Larry Jackson,  Midwest Tactical, NRA Trainer','','','Firearms Training Announcement\r\n\r\nOctober 7, 2010\r\n\r\nHOWSN Members and Readers:\r\n\r\nMidwest Tactical has made available an opportunity for a safe weapons and development of firearms proficiency training for church safety and security teams. ','',0,1,1,46,0),(10,'',1275521400,'',0,'',1275528600,'','','','','','<p>RetakeOurGov Monthly Meeting 6:30 - 8:30  PM  (Storefront at 1732  Old US 23  (south of M-59 and immediately adjacent to O’Malley’s Irish Pub) .  Don’t forget to bring a chair!</p>',0,0,'',0,'','RetakeOurGov Monthly Meeting','','','','','',0,1,1,55,0),(11,'',1275750000,'',0,'',1275768000,'','','','','','<p style=\"text-align: left;\"><span style=\"font-size: 20px;\">SE Michigan TEA Party Assembly & Candidate Forum</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\">Rock Financial Center (Novi)</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\">10:00 AM - 3 PM</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><a href=\"http://retakeourgov.com/html/special_event.html\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">More Information</span></span></a></span></p>',0,0,'',0,'','SE Michigan TEA Party Assembly & Candidate Forum','','','','','',0,1,1,58,0),(16,'',1297864800,'',0,'',1298149200,'','','','','','<p> </p>\r\n<div class=\"gmail_quote\">\r\n<p style=\"margin: 0in 0in 0pt;\"><strong><span style=\"color: #c00000;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\">Registration is now open -- dates are Feb.  16-19, 2011</span></span></span></strong></p>\r\n<p style=\"margin: 0in 0in 0pt;\"><span style=\"font-family: \'Times New Roman\'; font-size: small;\"> </span></p>\r\n<p style=\"margin: 0in 0in 0pt;\"><span style=\"font-family: \'Times New Roman\'; font-size: small;\">Registration  is now open for the 2011 Kingdom Economic Yearly Summit (K.E.Y.S.) Feb. 16-19,  2011 at The Heritage Center on the MorningStar Ministries campus in Fort Mill,  SC (about 20-25 minutes south of the Charlotte, NC airport). Visit our web site  at </span><a href=\"http://www.kingdomeconomicsummit.com/\" target=\"_blank\"><span style=\"font-family: \'Times New Roman\'; color: #800080; font-size: small;\">http://www.kingdomeconomicsummit.com</span></a><span style=\"font-family: \'Times New Roman\'; font-size: small;\"> for more details. Theme for this year will be  “Mobilizing God’s Marketplace Army.” Below is the new poster created for  K.E.Y.S. by artist James Nesbit, President, Prepare The Way Ministries. You may  order copies of the poster directly from James at </span><a href=\"http://www.preparethewaymin.com/\" target=\"_blank\"><span style=\"font-family: \'Times New Roman\'; font-size: small;\">http://www.preparethewaymin.com</span></a><span style=\"font-family: \'Times New Roman\'; font-size: small;\"> or buy them while at K.E.Y.S</span></p>\r\n<p style=\"margin: 0in 0in 0pt;\"><span style=\"font-family: \'Times New Roman\'; font-size: small;\">There will be  around 50 speakers and presenters in total for the general sessions, workshops,  breakout sessions and roundtables, plus there will be world-class networking,  exhibitors, worship, and ministry available. Meal tickets are available for $99  per person for<span> </span>the entire event through MorningStar or attendees  can choose to order alacarte in the dining hall or eat offsite at local  restaurants and purchase meals separately. Rooms are available for $79 per night  at The Heritage Center until they sell out, and several area hotels are listed  on the web site within a 10 minute drive for around the same room rate. </span></p>\r\n<p style=\"margin: 0in 0in 0pt;\"><span style=\"font-family: \'Times New Roman\'; font-size: small;\"> </span></p>\r\n<span style=\"font-size: 12pt; line-height: 115%; font-family: \'Times New Roman\', \'serif\';\">This  is one event that you can’t afford to miss. It will be spiritually explosive,  life-changing, and transformative. Speakers will include Rick Joyner, Patricia  King, Faytene Kryskow, Mark Kauffman, Shawn Bolz, David van Koevering, Dr. Lance  Wallnau, Dr. Joseph Umidi, Dr. Tony Dale, Dr. Raymond Larson, Dr. Gordon  Bradshaw, Dr. Bruce Cook, David Yarnes, Gene Strite, Rick Eldridge, Jim Barthel,  Deborah Larson, Tom Rudmik, James Dismore, Jonathan Shibley, Fulton Sheen, Mike  Rovner, Max Greiner Jr., Greg Dalessandri, Tom Barrett, Wende Jones, Joan  Risdon, Carolita Oliveros, Dr. Marleen McMillan, Duncan Campbell, Joshua Geary,  Ken Storey, Teri Werner, Charles Robinson, Sylvia Monique Reed, Kim Laney, Linda  Sloan, Brian Kenney, Kenn Renner, Kyle Newton, Morris Ruddick, John Muratori,  Keith Cameron Smith and Ron Eriksen, among others</span>\r\n<div>\r\n<div><br /><span style=\"color: #888888;\">\r\n<div><span style=\"color: #333333;\"><a href=\"KEYS_FLYER_122210.pdf\">KEYS_FLYER_122210.pdf</a></span></div>\r\n<div><br />Fulton Sheen<br />CEO of Merging Streams Commonwealth<br /><a href=\"http://www.mergingstreamscommonwealth.com/\" target=\"_blank\">www.MergingStreamsCommonwealth.com</a><br />Director of Isaiah  58:12<br /><a href=\"http://www.isaiah5812.org/\" target=\"_blank\">www.Isaiah5812.org</a> <br /><a href=\"mailto:fsheen@gmail.com\" target=\"_blank\">fsheen@gmail.com</a></div>\r\n</span></div>\r\n</div>\r\n</div>\r\n<p> </p>\r\n<p> </p>',0,0,'Heritage Center Fort Mill, SC',0,'','K.E.Y.S. 2011: Mobilizing God’s Market Place Army   ','','','','','',0,1,1,85,1),(17,'',1302526800,'',0,'',1302811200,'','','','','','<p>Jump on board as we join with other Tea Party Groups across Michigan to  organize our first community service project - a blood drive. Demonstrate to our  friends and neighbors that we care about our great country and our fellow  citizens.</p>\r\n<p>Our blood drive is not just an ordinary blood drive - it is a Tea Party Blood  Drive. As such we will reinforce our message while performing our community  service project. What is our message?</p>\r\n<p><img src=\"images/events/TeaPartyBloodDrive.png\" border=\"0\" alt=\"front of sweatshirt\" /></p>\r\n<p>In addition, we also have the message: Blood Donations and Taxes Should Be  Pint-Sized!</p>\r\n<p> </p>\r\n<p>A website has been put up to promote this event <a href=\"http://www.retakeourgov.com/index.php?option=com_acymailing&ctrl=url&urlid=73&mailid=93&subid=245&Itemid=109\" title=\"Tea Party Blood Drive\">www.TeaPartyBloodDrive.com</a> We encourage you to visit this site! Commemorative sweatshirts are available for  a contribution to RetakeOurGov. All proceeds go to support RetakeOurGov PAC as  we build our campaign war chest to defeat Stabenow and other left wing  extremists in 2012. You may view the sweatshirt artwork and make a contribution  at <a href=\"http://www.retakeourgov.com/index.php?option=com_acymailing&ctrl=url&urlid=73&mailid=93&subid=245&Itemid=109\" title=\"Tea Party Blood Drive\">www.TeaPartyBloodDrive.com</a>.  (Note: if you are interested in saving shipping costs we can deliver your  sweatshirt to you at our monthly meeting on February 2. Just reply to this email  by January 25 and let us know your size. We will deliver your sweatshirt to you  at the meeting. You can pay by cash, check, or charge at the meeting.  Sweatshirts are $28 each).</p>\r\n<p>Join in as we help our fellow citizens and our Tea Party Movement.</p>\r\n<p>\r\n<p><em>Paid for by RetakeOurGov, P.O. Box 37, Hartland, MI 48353-0037, Wes  Nakagiri, Treasurer. Not authorized by any candidate or candidate\'s committee.  Contributions or gifts to RetakeOurGov are not deductible for Federal income tax  purposes.</em></p>\r\n</p>',0,0,'',0,'','TEA PARTY BLOOD DRIVE','','','','','',0,1,1,70,1),(18,'',1300456800,'',0,'',1300662000,'','','','','','<p>\r\n<div class=\"yiv1418653577gmail_quote\">\r\n<div>\r\n<div class=\"yiv1418653577h5\"><span style=\"font-size: 13px; font-family: arial, sans-serif; border-collapse: collapse;\">\r\n<p class=\"yiv1418653577MsoNormal\" style=\"margin: 0px; line-height: normal; text-align: center;\" align=\"center\"><strong><span style=\"font-size: 22pt;\">ARE YOU & YOUR FAMILY  PREPARED?</span></strong></p>\r\n<p class=\"yiv1418653577MsoNormal\" style=\"margin: 0px; line-height: normal; text-align: center;\" align=\"center\"><strong><span style=\"font-size: 22pt;\"><br /></span></strong></p>\r\n</span></div>\r\n<div><span style=\"font-size: 12pt;\">As the unrest in Egypt and other areas around  the world increases, God is beginning to stir things up, and He will continue to  shake everything that can be shaken. But as His people ,we are not to fear,  because He has also promised to sustain us in the midst of all that will happen,  if we heed His voice. However, God is calling His people to prepare themselves  for what is to come, so that they will be in a position to take care of their  families, as well as assist their communities, just as Joseph did in  Egypt.<br /><br />Prepare the Way will be hosting a Conference in Kansas City which  will enable people to figure what they need to do to be prepared for anything  that may come their way. Whether you are just beginning or you are advanced in  your preparation, this conference will provide you with basic as well as  advanced supplies, methodologies, and new technologies. <span> </span>I  encourage all who are able, to attend the Really Ready Weekend 2011 which will  be held in Kansas City on March 18-20, 2011 9:00 AM to 6:00PM.</span></div>\r\n<div></div>\r\n<div><span style=\"font-size: 12pt;\">The information that will be provided will  be helpful and could be priceless in the days to come. Below is the link to  register for the Conference</span>.</div>\r\n<div></div>\r\n<p class=\"yiv1418653577MsoNormal\" style=\"margin: 0px; line-height: normal;\"><span style=\"font-size: 14pt;\"><a href=\"http://www.eventbrite.com/event/1225127389/rrw31811fulton/5262827708\" target=\"_blank\" rel=\"nofollow\" style=\"color: #114170;\"><span style=\"color: blue;\">Click Here to Register for  Really Ready Weekend 2011</span></a></span></p>\r\n<p class=\"yiv1418653577MsoNormal\" style=\"margin: 0px; line-height: normal;\"><span style=\"font-size: 14pt;\"><span style=\"color: blue;\"><br /></span></span></p>\r\n</div>\r\n<p class=\"yiv1418653577MsoNormal\" style=\"margin: 0px; line-height: normal;\"><span style=\"font-size: 14pt;\"><a href=\"http://www.youtube.com/watch?v=l7MtJzqLJS8\" target=\"_blank\" rel=\"nofollow\" style=\"color: #114170;\"><span style=\"color: blue;\">Click Here to Watch the Really Ready  Weekend 2011 Promo Video</span></a></span></p>\r\n<p class=\"yiv1418653577MsoNormal\" style=\"margin: 0px; line-height: normal;\"><span style=\"font-size: 14pt;\"><span style=\"color: blue;\"><br /></span></span></p>\r\n</div>\r\n<div><strong><span style=\"font-size: 12pt;\">There will be a Really Ready Weekend  Wrap-Up Conference Call</span></strong></div>\r\n<div><strong><span style=\"font-size: 12pt;\">Date & Time:</span></strong><span style=\"font-size: 12pt;\"> March 24, 2011 at 8:00PM EST / 7:00 PM  CST.</span></div>\r\n<div><strong><span style=\"font-size: 12pt;\">Conference #:</span></strong><span style=\"font-size: 12pt;\"> 712-432-3100</span></div>\r\n<div><strong><span style=\"font-size: 12pt;\">Access Code</span></strong><span style=\"font-size: 12pt;\">: 436630</span></div>\r\n<div></div>\r\n<div><span style=\"font-size: 12pt;\">Prepare The Way CEO Terry Leverett and  Fulton Sheen who spoke on “Practical Ways to Prepare for Economic Disasters,” as  well as others will be on this call to summarize the conference, answer  questions and tell where to find the preparation resources you  need.</span></div>\r\n<div></div>\r\n<div>Take care & God Bless,</div>\r\n<br />Fulton<br /><span style=\"color: #888888;\"><br />Fulton Sheen<br />CEO of Merging Streams  Commonwealth<br /><a href=\"http://www.mergingstreamscommonwealth.com/\" target=\"_blank\" rel=\"nofollow\" style=\"color: #114170;\">www.MergingStreamsCommonwealth.com</a><br />Director of Isaiah  58:12<br /><a href=\"http://www.isaiah5812.org/\" target=\"_blank\" rel=\"nofollow\" style=\"color: #114170;\">www.Isaiah5812.org</a> <br /><a href=\"http://us.mc452.mail.yahoo.com/mc/compose?to=fsheen@gmail.com\" target=\"_blank\" rel=\"nofollow\" style=\"color: #114170;\">fsheen@gmail.com</a></span></p>',0,0,'Kansas City',0,'','ARE YOU & YOUR FAMILY PREPARED?','Fulton Sheen','','','','',0,1,1,80,0),(19,'',1310513400,'',0,'',1310500800,'','','','','','<p> </p>\r\n<p>One man one vote is a cornerstone of our Republic.</p>\r\n<p>What safeguards are in place to protect the sanctity of our elections? What  safeguards are in place to ensure that each citizen who is entitled to vote can?  What safeguards are in place to insure that each citizen votes only once?</p>\r\n<p>We are pleased to announce that Ann Bollin, Brighton Township Clerk, will  address these questions and others during our next regular monthly meeting.  Township Clerks are on the “frontlines” of the election process and are  exceptionally well qualified to educate us on this critical topic.</p>\r\n<p>Many RetakeOurGov members were on duty during Election Day 2010. As poll  challengers we helped protect the integrity of the election process.</p>\r\n<p>Virtually all who participated as poll challengers agreed that additional  training about election procedures would increase our effectiveness. It is with  this thought that RetakeOurGov reached out to Ms. Bollin for her insight and  hands-on expertise.</p>\r\n<p>Our July meeting is an important step in our journey toward November 6, 2012.  Whether you were a poll challenger in 2010, or plan to be a poll challenger in  2012, or just want to learn more about the election process, please join us for  this informative presentation.</p>\r\n<p>Note that our meeting date is now the 2nd Tuesday of the month. As such we  are meeting on July 12, 2011. Our meeting time is still 7 pm and we continue to  meet at Memories Restaurant and Lounge in Brighton, Michigan (1840 South Old US  23, phone 810-227-7230). Meeting room opens at 6:30 pm. Better yet, help support  our host by joining us for food and fellowship prior to the meeting.</p>\r\n<p><a href=\"http://maps.google.com/maps/ms?source=s_d&saddr=&daddr=1840+S+Old+US+Highway+23,+Brighton,+Livingston,+Michigan+48114&hl=en&geocode=&mra=prev&ie=UTF8&msa=0&msid=201686627064612110061.0004977ee7ab96636a99d&ll=42.579124,-83.749037&spn=0.013083,0.027595&z=15\" title=\"Directions to Memories Restaurant and Lounge\" style=\"color: #1b57b1; font-weight: normal; text-decoration: none;\">Google  Map to meeting location</a></p>\r\n<p> </p>',0,0,'',0,'','Worried About Vote Fraud During the 2012 Elections?  You Can Help Insure Free and Fair Elections.','','','','','',0,1,1,8,1);
/*!40000 ALTER TABLE `jos_jevents_vevdetail` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_jevents_vevent`
--

DROP TABLE IF EXISTS `jos_jevents_vevent`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_jevents_vevent` (
  `ev_id` int(12) NOT NULL AUTO_INCREMENT,
  `icsid` int(12) NOT NULL DEFAULT '0',
  `catid` int(11) NOT NULL DEFAULT '1',
  `uid` varchar(255) NOT NULL DEFAULT '',
  `refreshed` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(11) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(100) NOT NULL DEFAULT '',
  `modified_by` int(11) unsigned NOT NULL DEFAULT '0',
  `rawdata` longtext NOT NULL,
  `recurrence_id` varchar(30) NOT NULL DEFAULT '',
  `detail_id` int(12) NOT NULL DEFAULT '0',
  `state` tinyint(3) NOT NULL DEFAULT '1',
  `access` int(11) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`ev_id`),
  UNIQUE KEY `uid` (`uid`),
  KEY `icsid` (`icsid`),
  KEY `stateidx` (`state`)
) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_jevents_vevent`
--

LOCK TABLES `jos_jevents_vevent` WRITE;
/*!40000 ALTER TABLE `jos_jevents_vevent` DISABLE KEYS */;
INSERT INTO `jos_jevents_vevent` VALUES (1,1,39,'8fd06664e5b7b0c5dcc37879dd2243f7','0000-00-00 00:00:00','2010-04-30 00:13:29',64,'',62,'a:16:{s:3:\"UID\";s:32:\"8fd06664e5b7b0c5dcc37879dd2243f7\";s:11:\"X-EXTRAINFO\";s:0:\"\";s:8:\"LOCATION\";s:20:\"Your Local City Hall\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:27:\"American Family Association\";s:11:\"DESCRIPTION\";s:1052:\"<p><strong>MEET AT CITY HALL is a project for special prayer</strong> - a prayer for moral rebirth in America. It is a very simple concept. It involves people meeting at their local city hall and praying from 12:20 p.m. to 12:40 p.m. for a moral rebirth in our country. It is time we stand up publicly for the values that have made this country strong. We must set the example by taking a stand and lead our people as they stand with us. Let us unashamedly take our Light from underneath the basket and set it on a table.  Please see related article: <em><a href=\"http://letsrebuildit.com/Detail.aspx?id=2147483727\" title=\"title\" Nation=\"Nation\" That=\"That\" Prays\"\"=\"Prays\"\"\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">\"</span></span></a></em><em><a href=\"http://www.afa.net/Detail.aspx?id=2147483727\" title=\"title\" Nation=\"Nation\" That=\"That\" Prays\"\"=\"Prays\"\"\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">A Nation That Prays\"</span></span></a> </em>by Randall Murphree, AFA Journal Editor.</p>\";s:12:\"publish_down\";s:10:\"2010-05-06\";s:10:\"publish_up\";s:10:\"2010-05-06\";s:7:\"SUMMARY\";s:17:\"MEET AT CITY HALL\";s:11:\"X-CREATEDBY\";i:64;s:7:\"DTSTART\";i:1273166400;s:5:\"DTEND\";i:1273167600;s:5:\"RRULE\";a:4:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:5:\"BYDAY\";s:2:\"TH\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"0\";s:7:\"X-COLOR\";s:0:\"\";}','',1,1,0),(2,1,40,'e9c4ea9a9af7342433356c16cdc31b72','0000-00-00 00:00:00','2010-04-30 04:17:05',68,'',62,'a:16:{s:3:\"UID\";s:32:\"e9c4ea9a9af7342433356c16cdc31b72\";s:11:\"X-EXTRAINFO\";s:0:\"\";s:8:\"LOCATION\";s:0:\"\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:0:\"\";s:11:\"DESCRIPTION\";s:1035:\"<p><span style=\"font-weight: bold;\">Francis Frangipane </span>will be in Michigan on May 13th – 14th.  The Transformation MI/Oak Initiative “city hop” series across Michigan has been very effective.  Francis rarely travels and we are honored to host him.  He will be addressing key issues such as overcoming offenses, unity in the church, and the importance of unified prayer in the challenging days we are facing.</p>\r\n<p><span style=\"font-weight: bold;\"><span style=\"font-size: medium; color: #a52a2a;\">LANSING</span></span> – Friday, May 14th – 7PM<br />Pre-Registration Requested – No Fee!<br />Go to www.Trinitywired.com to pre-register<br />“Unifying the Body and Transforming the Community”- 7pm-9pm<br /><span style=\"font-weight: bold;\"> </span><br style=\"font-weight: bold;\" /><span style=\"font-weight: bold;\">Location:</span><br />Trinity Church<br />3355 Dunckel Rd<br />Lansing, MI – 48911<br /> <br />CONTACT:  Natalie Willmarth - ngwillmarth@comcast.net<br />Church Phone: 517.272.3820<br /> </p>\";s:12:\"publish_down\";s:10:\"2010-05-14\";s:10:\"publish_up\";s:10:\"2010-05-14\";s:7:\"SUMMARY\";s:18:\"Francis Frangipane\";s:11:\"X-CREATEDBY\";i:68;s:7:\"DTSTART\";i:1273881600;s:5:\"DTEND\";i:1273867200;s:5:\"RRULE\";a:4:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:5:\"BYDAY\";s:24:\"+1FR,+2FR,+3FR,+4FR,+5FR\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"1\";s:7:\"X-COLOR\";s:0:\"\";}','',2,1,0),(3,1,40,'8c4ce0efc3d73e14ebd1dc9c80ed4811','0000-00-00 00:00:00','2010-05-03 23:51:28',68,'',62,'a:16:{s:3:\"UID\";s:32:\"8c4ce0efc3d73e14ebd1dc9c80ed4811\";s:11:\"X-EXTRAINFO\";s:0:\"\";s:8:\"LOCATION\";s:0:\"\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:0:\"\";s:11:\"DESCRIPTION\";s:1058:\"<p><span style=\"font-weight: bold;\">Francis Frangipane </span>will be in Michigan on May 13th – 14th.  The Transformation MI/Oak Initiative “city hop” series across Michigan has been very effective.  Francis rarely travels and we are honored to host him.  He will be addressing key issues such as overcoming offenses, unity in the church, and the importance of unified prayer in the challenging days we are facing.</p>\r\n<p><span style=\"font-weight: bold;\"><span style=\"font-size: medium; color: #a52a2a;\">PORT HURON REGION </span></span>– Thursday, May 13th – 7PM<br />NO REGISTRATION FEE! - Sponsored by Transformation Michigan/Oak Initiative<br /> <br />Hillside Wesleyan Church is proud to host Francis Frangipane <br /> “Unifying the Body and Transforming the Community”- 7pm-9pm Hillside Sanctuary<br /> <br /><span style=\"font-weight: bold;\">Location:</span><br />Hillside Wesleyan Church<br />5114 North River Rd.<br />Clyde, Mi. 48049<br /> <br />CONTACT: Pastor Mark Seppo – 810.434.7581            </p>\r\n<p> </p>\";s:12:\"publish_down\";s:10:\"2010-05-13\";s:10:\"publish_up\";s:10:\"2010-05-13\";s:7:\"SUMMARY\";s:18:\"Francis Frangipane\";s:11:\"X-CREATEDBY\";i:68;s:7:\"DTSTART\";i:1273795200;s:5:\"DTEND\";i:1273780800;s:5:\"RRULE\";a:4:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:5:\"BYDAY\";s:24:\"+1TH,+2TH,+3TH,+4TH,+5TH\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"1\";s:7:\"X-COLOR\";s:0:\"\";}','',3,1,0),(4,1,40,'0dc9f1f82ebdc78bf0c8a48b843c1b4d','0000-00-00 00:00:00','2010-05-04 00:10:48',68,'',62,'a:16:{s:3:\"UID\";s:32:\"0dc9f1f82ebdc78bf0c8a48b843c1b4d\";s:11:\"X-EXTRAINFO\";s:0:\"\";s:8:\"LOCATION\";s:0:\"\";s:11:\"allDayEvent\";s:2:\"on\";s:7:\"CONTACT\";s:0:\"\";s:11:\"DESCRIPTION\";s:689:\"<p><span class=\"calendarTitle\">Saturday May 15, 2010</span><br /><span class=\"calendarTitle\" style=\"font-size: 22px;\">Francis Frangipane/Port Huron AM/ Location and times to be Announced (Pastors and Leaders)</span></p>\r\n<p><em><span class=\"calendarTitle\"><strong>Time</strong>: 8:30 AM - 10:00 AM</span> </em></p>\r\n<p><em>Francis Frangipane/Port Huron AM/ Location and times to be Announced.  Pastors and Leaders from the region will be meeting in a breakfast meeting with Francis Frangipane.</em></p>\r\n<p><em> </em></p>\r\n<p><em>LOCATION:  To be Announced</em></p>\r\n<p><em>CONTACT: Pastor Mark Seppo - 810.434.7581</em></p>\r\n<p><br /><em><strong>Location</strong>: Port Huron </em></p>\";s:12:\"publish_down\";s:10:\"2010-05-15\";s:10:\"publish_up\";s:10:\"2010-05-15\";s:7:\"SUMMARY\";s:18:\"Francis Frangipane\";s:11:\"X-CREATEDBY\";i:68;s:7:\"DTSTART\";i:1273899600;s:5:\"DTEND\";i:1273899600;s:5:\"RRULE\";a:4:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:5:\"BYDAY\";s:24:\"+1SA,+2SA,+3SA,+4SA,+5SA\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"0\";s:7:\"X-COLOR\";s:0:\"\";}','',4,1,0),(5,1,45,'4ed1a1fbba75fb2e8f8de67e31bd1187','0000-00-00 00:00:00','2010-05-04 00:41:36',65,'',62,'a:16:{s:3:\"UID\";s:32:\"4ed1a1fbba75fb2e8f8de67e31bd1187\";s:11:\"X-EXTRAINFO\";s:0:\"\";s:8:\"LOCATION\";s:0:\"\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:0:\"\";s:11:\"DESCRIPTION\";s:259:\"<p>Thursday evening (6-10:00 PM) Friday (6-10:00 PM) Saturday (9-9) Fulton and the Isaiah 58:12 will teach the FEMA certification course Community Emergency Response Team (CERT) Shawnee Park Christian Church (2255 Tecumseh Dr. SE, Grand Rapids, MI 49506).</p>\";s:12:\"publish_down\";s:10:\"2010-05-20\";s:10:\"publish_up\";s:10:\"2010-05-20\";s:7:\"SUMMARY\";s:13:\"CERT Training\";s:11:\"X-CREATEDBY\";i:65;s:7:\"DTSTART\";i:1274396400;s:5:\"DTEND\";i:1274410800;s:5:\"RRULE\";a:4:{s:4:\"FREQ\";s:5:\"DAILY\";s:5:\"UNTIL\";i:1274418000;s:8:\"INTERVAL\";s:1:\"1\";s:5:\"BYDAY\";s:24:\"+1TH,+2TH,+3TH,+4TH,+5TH\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"0\";s:7:\"X-COLOR\";s:0:\"\";}','',5,1,0),(6,1,45,'a01092871de5c30d55e99b79b41526bc','0000-00-00 00:00:00','2010-05-04 00:49:38',65,'',62,'a:16:{s:3:\"UID\";s:32:\"a01092871de5c30d55e99b79b41526bc\";s:11:\"X-EXTRAINFO\";s:0:\"\";s:8:\"LOCATION\";s:0:\"\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:0:\"\";s:11:\"DESCRIPTION\";s:259:\"<p>Thursday evening (6-10:00 PM) Friday (6-10:00 PM) Saturday (9-9) Fulton and the Isaiah 58:12 will teach the FEMA certification course Community Emergency Response Team (CERT) Shawnee Park Christian Church (2255 Tecumseh Dr. SE, Grand Rapids, MI 49506).</p>\";s:12:\"publish_down\";s:10:\"2010-05-22\";s:10:\"publish_up\";s:10:\"2010-05-22\";s:7:\"SUMMARY\";s:13:\"CERT Training\";s:11:\"X-CREATEDBY\";i:65;s:7:\"DTSTART\";i:1274536800;s:5:\"DTEND\";i:1274572800;s:5:\"RRULE\";a:4:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:5:\"BYDAY\";s:24:\"+1SA,+2SA,+3SA,+4SA,+5SA\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"0\";s:7:\"X-COLOR\";s:0:\"\";}','',6,1,0),(7,1,53,'24aefc50c414c9e35f64fa09835a40b7','0000-00-00 00:00:00','2010-05-15 02:53:29',62,'',62,'a:16:{s:3:\"UID\";s:32:\"24aefc50c414c9e35f64fa09835a40b7\";s:11:\"X-EXTRAINFO\";s:0:\"\";s:8:\"LOCATION\";s:0:\"\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:0:\"\";s:11:\"DESCRIPTION\";s:3095:\"<p class=\"ecxmsonormal\" style=\"background: white; margin: 0in 0in 16.2pt;\"><span style=\"font-size: 10pt; color: #444444; font-family: Tahoma;\"><strong>Livingston County ARES and the LARK</strong> are offering an amateur radio Study Hall, Training and Testing for <strong>Amateur Radio Technician Class License,</strong><br />Session will be Saturday, June 12th beginning at 0900 hours.</span></p>\r\n<p class=\"ecxmsonormal\" style=\"background: white; margin: 0in 0in 16.2pt;\"><span style=\"font-size: 10pt; color: #444444; font-family: Tahoma;\">·         Location is the EOC room at Central Dispatch, 300 S. Highlander Way, Howell, MI 48843<br />·         Interested parties should contact Bruce Pollock at <a href=\"mailto:pollockbs@hotmail.com\">pollockbs@hotmail.com</a> via e-mail.  Bruce will sign you up for the class and reply via e-mail with an electronic file containing information participants can/should study before the session.<br />·         Participants will be provided with a self-paced PowerPoint slide show from which they can study before writing the test.  Members of the local amateur radio club will be on-hand to assist and answer questions.<br />·         The amateur radio test has been re-written.  The new test, coming out in July \'10, is more difficult to pass than the current test.  If you\'re thinking about getting a license, now is the time.<br />·         If participants have a laptop capable of running PowerPoint, they should please bring it.  There will be some laptops available for those coming without, but the number is limited.<br />·         Please contact me at <a href=\"mailto:pollockbs@hotmail.com\">pollockbs@hotmail.com</a> </span></p>\r\n<p class=\"ecxmsonormal\" style=\"background: white; margin: 0in 0in 16.2pt;\"><span style=\"font-size: 10pt; color: #444444; font-family: Tahoma;\">Bruce Pollock, Livingston County CERT Coordinator<br /><a href=\"mailto:pollockbs@hotmail.com\">pollockbs@hotmail.com</a><br />Cell 810-333-0205</span></p>\r\n<p class=\"ecxmsonormal\" style=\"background: white; margin: 0in 0in 16.2pt;\"><span style=\"font-size: 10pt; color: #444444; font-family: Tahoma;\"><span style=\"FONT-SIZE: 10pt; FONT-FAMILY: Verdana\"><strong>Those who are not amateur radio licensed</strong> we encourage you to come to the \"One Day Cram Session and Testing\" on June 12th at 9am.  Amateur radio equipment is considerably better than FRS radios during a deployment.<span style=\"mso-spacerun: yes\">  </span><span style=\"mso-spacerun: yes\"> </span>Attached is a <a href=\"ARStudyGuide.pdf\"><strong>pre-class study guide</strong></a><strong>,</strong> please consider coming and taking the test.</span><br /><span style=\"FONT-SIZE: 10pt; FONT-FAMILY: Verdana\"> </span><br /><span style=\"FONT-SIZE: 10pt; FONT-FAMILY: Verdana\">The cost for the test will be less then twenty dollars.<span style=\"mso-spacerun: yes\">  </span></span><br /><span style=\"FONT-SIZE: 10pt; FONT-FAMILY: Verdana\"> </span><br /><span style=\"FONT-SIZE: 10pt; FONT-FAMILY: Verdana\">Hope to see you there.</span></span></p>\";s:12:\"publish_down\";s:10:\"2010-06-12\";s:10:\"publish_up\";s:10:\"2010-06-12\";s:7:\"SUMMARY\";s:32:\"Amateur Radio Tech Class License\";s:11:\"X-CREATEDBY\";i:62;s:7:\"DTSTART\";i:1276351200;s:5:\"DTEND\";i:1276372800;s:5:\"RRULE\";a:4:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:5:\"BYDAY\";s:24:\"+1SA,+2SA,+3SA,+4SA,+5SA\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"1\";s:7:\"X-COLOR\";s:0:\"\";}','',7,1,0),(8,1,64,'9903a5fff34629583ac93e0595d9bb79','0000-00-00 00:00:00','2010-05-21 20:50:49',62,'',62,'a:16:{s:3:\"UID\";s:32:\"9903a5fff34629583ac93e0595d9bb79\";s:11:\"X-EXTRAINFO\";s:0:\"\";s:8:\"LOCATION\";s:0:\"\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:0:\"\";s:11:\"DESCRIPTION\";s:2072:\"<p><a href=\"http://thetroyteaparty.ning.com/events/dump-gary-peters-d-mi-9th\"><span style=\"color: #b82525; font-family: Georgia;\"><strong>Dump Gary Peters (D) MI 9th Congressional District</strong></span></a></p>\r\n<p><span class=\"item_date\"><a href=\"http://thetroyteaparty.ning.com/events/event/listByDate?date=2010-06-05\"><strong><span style=\"color: #b82525;\">June 5, 2010</span></strong></a> from 10:30am to 3pm – <a href=\"http://thetroyteaparty.ning.com/events/event/listByLocation?location=Rock+Financial+Showplace+-+Diamond+Center\"><strong><span style=\"color: #b82525;\">Rock Financial Showplace - Diamond Center</span></strong></a> </span><span class=\"item_info\">RetakeOurGov, a TEA Party group and political action committee, invites TEA Party Activists and other concerned citizens to join us for a networking opportunity at the Rock Financial Showplace in Nov<a href=\"http://thetroyteaparty.ning.com/events/dump-gary-peters-d-mi-9th\"><strong><span style=\"color: #b82525;\">…</span></strong></a></span> <span class=\"item_contributor\">Organized by <a href=\"http://www.letsrebuildit.com/profile/WesNakagiri\"><strong><span style=\"color: #b82525;\">Wes Nakagiri</span></strong></a> | Type: <a href=\"http://thetroyteaparty.ning.com/events/event/listByType?type=tea\"><strong><span style=\"color: #b82525;\">tea</span></strong></a>, <a href=\"http://thetroyteaparty.ning.com/events/event/listByType?type=party\"><strong><span style=\"color: #b82525;\">party</span></strong></a>, <a href=\"http://thetroyteaparty.ning.com/events/event/listByType?type=networking\"><strong><span style=\"color: #b82525;\">networking</span></strong></a>, <a href=\"http://thetroyteaparty.ning.com/events/event/listByType?type=candidate\"><strong><span style=\"color: #b82525;\">candidate</span></strong></a>, <a href=\"http://thetroyteaparty.ning.com/events/event/listByType?type=forum\"><strong><span style=\"color: #b82525;\">forum</span></strong></a>, <a href=\"http://thetroyteaparty.ning.com/events/event/listByType?type=brunch\"><strong><span style=\"color: #b82525;\">brunch</span></strong></a></span></p>\";s:12:\"publish_down\";s:10:\"2010-06-05\";s:10:\"publish_up\";s:10:\"2010-06-05\";s:7:\"SUMMARY\";s:28:\"Dump Gary Peters (TEA Party)\";s:11:\"X-CREATEDBY\";i:62;s:7:\"DTSTART\";i:1275751800;s:5:\"DTEND\";i:1275768000;s:5:\"RRULE\";a:4:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:5:\"BYDAY\";s:2:\"SA\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"0\";s:7:\"X-COLOR\";s:0:\"\";}','',8,1,0),(9,1,64,'e1c748a0af44c2b10558e9d0f273b982','0000-00-00 00:00:00','2010-05-22 02:23:51',62,'',62,'a:16:{s:3:\"UID\";s:32:\"e1c748a0af44c2b10558e9d0f273b982\";s:11:\"X-EXTRAINFO\";s:0:\"\";s:8:\"LOCATION\";s:0:\"\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:0:\"\";s:11:\"DESCRIPTION\";s:573:\"<ul>\r\n<p style=\"text-align: left;\">Media Training:  “The Secret Life of the Media”    featuring two speakers from The Mackinac Center </p>\r\n<p style=\"text-align: left;\">(Sponsored by <a href=\"http://912libertyteaparty.com/\">912 Liberty TEA  Party</a>) </p>\r\n<p style=\"text-align: left;\">Location:  Gibson Center at Water’s Edge Camp and Conference Center,   Howell </p>\r\n<p style=\"text-align: left;\"><a href=\"http://www.retakeourgov.com/The_Secret_Life_of_the_Media.pdf\">More information</a></p>\r\n<p style=\"text-align: left;\">6:30 PM - 8:30 PM </p>\r\n</ul>\";s:12:\"publish_down\";s:10:\"2010-05-22\";s:10:\"publish_up\";s:10:\"2010-05-22\";s:7:\"SUMMARY\";s:28:\"The Secret Life of the Media\";s:11:\"X-CREATEDBY\";i:62;s:7:\"DTSTART\";i:1274571000;s:5:\"DTEND\";i:1274578200;s:5:\"RRULE\";a:4:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:5:\"BYDAY\";s:24:\"+1SA,+2SA,+3SA,+4SA,+5SA\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"0\";s:7:\"X-COLOR\";s:0:\"\";}','',9,1,0),(12,1,40,'15a445cfcd39ea642eacd378a100ad59','0000-00-00 00:00:00','2010-05-22 02:53:39',62,'',62,'a:16:{s:3:\"UID\";s:32:\"15a445cfcd39ea642eacd378a100ad59\";s:11:\"X-EXTRAINFO\";s:0:\"\";s:8:\"LOCATION\";s:0:\"\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:0:\"\";s:11:\"DESCRIPTION\";s:1958:\"<p><span class=\"calendarTitle\"><strong>Time</strong>: 8:00 PM <span class=\"miniCalendarEventDisplay\"></span></span></p>\r\n<p><strong><span style=\"font-size: 13.5pt;\">INFORMATION FOR ALL THE CONFERENCE CALLS BOXES</span></strong></p>\r\n<div style=\"margin: 0in 0in 0pt;\"> </div>\r\n<div style=\"margin: 0in 0in 0pt;\"><strong><span style=\"text-decoration: underline;\"><span style=\"font-size: 13.5pt;\">MI Oak Conference Call Recordings:</span></span></strong></div>\r\n<div style=\"margin: 0in 0in 0pt;\"><strong>CALL: 712.432.3100</strong></div>\r\n<div style=\"margin: 0in 0in 0pt;\"><strong>Conference Code:  940350</strong></div>\r\n<div style=\"margin: 0in 0in 0pt;\"> </div>\r\n<div style=\"margin: 0in 0in 0pt;\"> </div>\r\n<div style=\"margin: 0in 0in 0pt;\"><strong><span style=\"text-decoration: underline;\"><span style=\"font-size: 13.5pt;\">Listen to the past MI Oak Conference Call Recordings:</span></span></strong></div>\r\n<div style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 10pt;\">1.  Go online to <a href=\"http://www.freeconferencecalling.com/\"><span style=\"color: #0000ff;\">www.freeconferencecalling.com</span></a> - REMEMBER IT IS <strong><a href=\"http://www.freeconferencecalling.com/\"><span style=\"color: #0000ff;\">www.FREECONFERENCECALLING</span></a></strong>.com</span></div>\r\n<div style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 10pt;\">2.  Click on - </span><strong><span style=\"font-size: 13.5pt;\">Listen to Recordings</span></strong></div>\r\n<div style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 10pt;\">3.  Type in Information Requested</span></div>\r\n<div style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 10pt;\">4.  The conference call code is<strong> 940350</strong></span></div>\r\n<div style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 10pt;\">5.  <strong>Click Submit</strong> and then on to the recording you want to listen to.</span></div>\r\n<p><br /><strong>Location</strong>: PHONE <br /><strong>Phone</strong>: 712.432.3100</p>\";s:12:\"publish_down\";s:10:\"2010-05-24\";s:10:\"publish_up\";s:10:\"2010-05-24\";s:7:\"SUMMARY\";s:38:\"Oak/Transformation MI Conference Call \";s:11:\"X-CREATEDBY\";i:62;s:7:\"DTSTART\";i:1274749200;s:5:\"DTEND\";i:1274731200;s:5:\"RRULE\";a:4:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:5:\"BYDAY\";s:2:\"MO\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"1\";s:7:\"X-COLOR\";s:0:\"\";}','',12,1,0),(13,1,65,'0efeca6d9a60796f04c44a94efe8e1bb','0000-00-00 00:00:00','2010-05-22 03:02:37',63,'',62,'a:16:{s:3:\"UID\";s:32:\"0efeca6d9a60796f04c44a94efe8e1bb\";s:11:\"X-EXTRAINFO\";s:0:\"\";s:8:\"LOCATION\";s:0:\"\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:0:\"\";s:11:\"DESCRIPTION\";s:296:\"<p>Oak Initiative</p>\r\n<p>Do you want to be a part of this? There will be a place for every Oak Member. This coming August 26th through 28th we will be hosting our first Oak Congress. Set these dates aside to be a part of this potentially historic event. Times and places will be coming soon.</p>\";s:12:\"publish_down\";s:10:\"2010-08-28\";s:10:\"publish_up\";s:10:\"2010-08-26\";s:7:\"SUMMARY\";s:12:\"OAK Congress\";s:11:\"X-CREATEDBY\";i:63;s:7:\"DTSTART\";i:1282827600;s:5:\"DTEND\";i:1283032800;s:5:\"RRULE\";a:4:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:5:\"BYDAY\";s:24:\"+1TH,+2TH,+3TH,+4TH,+5TH\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"0\";s:7:\"X-COLOR\";s:0:\"\";}','',13,1,0),(14,1,66,'bd561f84277baa91554069e4c6bc103f','0000-00-00 00:00:00','2010-05-22 03:19:39',69,'',62,'a:16:{s:3:\"UID\";s:32:\"bd561f84277baa91554069e4c6bc103f\";s:11:\"X-EXTRAINFO\";s:0:\"\";s:8:\"LOCATION\";s:0:\"\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:0:\"\";s:11:\"DESCRIPTION\";s:1763:\"<p dir=\"ltr\"><span style=\"text-decoration: underline;\"><strong><span style=\"font-size: medium;\"><span style=\"color: #cc0000;\">Sunday, June 13th:</span> The Greatest Story Never Told</span></strong></span><br />Join us in Genesee County Sunday, June 13th, 6:00-7:30 PM<br /><br />Located at: Tyrone Covenant Church 10235 White Lake Rd. Fenton, Mi. 48430<br /><br /><a href=\"http://www.jotform.com/form/1055851214\"><strong><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">RSVP requested by Friday, June 11th (click here!)</span></span></strong></a><br /><br />“It is only with a complete understanding of America’s heritage that we can have the confidence to stand on scriptural principles and begin to solve some of the problems we face as a nation.” – James Muffett<br /><br />The Greatest Story Never Told dynamically reveals the pivotal role of faith in America’s public & private institutions.<br /><br />Call CTV Genesee Coordinator Robin Blitchok with questions 810-444-3509</p>\r\n<p dir=\"ltr\"><span style=\"color: #0066cc;\"><span style=\"text-decoration: underline;\"><a href=\"http://www.ctvmichigan.org/events/GSNT/Fenton%20GSNT%20Poster%202010.pdf\">Download flyer/poster</a></span></span><span style=\"font-size: medium;\"><strong><br /></strong></span><span style=\"color: #0066cc;\"><span style=\"text-decoration: underline;\"><a href=\"http://www.ctvmichigan.org/events/GSNT/GSNT%20Church%20Bulletin%202-up%20Portrait.pdf\">Download bulletin insert</a></span></span><br /><a href=\"http://www.jotform.com/form/1055851214\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">RSVP requested by Friday, June 11th! </span></span></a><span style=\"font-size: medium; color: #cc0000;\"><strong><br /></strong></span></p>\";s:12:\"publish_down\";s:10:\"2010-06-13\";s:10:\"publish_up\";s:10:\"2010-06-13\";s:7:\"SUMMARY\";s:29:\"The Greatest Story Never Told\";s:11:\"X-CREATEDBY\";i:69;s:7:\"DTSTART\";i:1276470000;s:5:\"DTEND\";i:1276475400;s:5:\"RRULE\";a:4:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:5:\"BYDAY\";s:24:\"+1SU,+2SU,+3SU,+4SU,+5SU\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"0\";s:7:\"X-COLOR\";s:0:\"\";}','',14,1,0),(10,1,64,'3a230d20408c6119b2798fcc2ede2c65','0000-00-00 00:00:00','2010-05-22 02:26:42',62,'',62,'a:16:{s:3:\"UID\";s:32:\"3a230d20408c6119b2798fcc2ede2c65\";s:11:\"X-EXTRAINFO\";s:0:\"\";s:8:\"LOCATION\";s:0:\"\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:0:\"\";s:11:\"DESCRIPTION\";s:194:\"<p>RetakeOurGov Monthly Meeting 6:30 - 8:30  PM  (Storefront at 1732  Old US 23  (south of M-59 and immediately adjacent to O’Malley’s Irish Pub) .  Don’t forget to bring a chair!</p>\";s:12:\"publish_down\";s:10:\"2010-06-02\";s:10:\"publish_up\";s:10:\"2010-06-02\";s:7:\"SUMMARY\";s:28:\"RetakeOurGov Monthly Meeting\";s:11:\"X-CREATEDBY\";i:62;s:7:\"DTSTART\";i:1275521400;s:5:\"DTEND\";i:1275528600;s:5:\"RRULE\";a:4:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:5:\"BYDAY\";s:24:\"+1WE,+2WE,+3WE,+4WE,+5WE\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"0\";s:7:\"X-COLOR\";s:0:\"\";}','',10,1,0),(11,1,64,'f0dbf075a625797a457d6dad155ba06b','0000-00-00 00:00:00','2010-05-22 02:29:13',62,'',62,'a:16:{s:3:\"UID\";s:32:\"f0dbf075a625797a457d6dad155ba06b\";s:11:\"X-EXTRAINFO\";s:0:\"\";s:8:\"LOCATION\";s:0:\"\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:0:\"\";s:11:\"DESCRIPTION\";s:545:\"<p style=\"text-align: left;\"><span style=\"font-size: 20px;\">SE Michigan TEA Party Assembly & Candidate Forum</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\">Rock Financial Center (Novi)</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\">10:00 AM - 3 PM</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 20px;\"><a href=\"http://retakeourgov.com/html/special_event.html\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">More Information</span></span></a></span></p>\";s:12:\"publish_down\";s:10:\"2010-06-05\";s:10:\"publish_up\";s:10:\"2010-06-05\";s:7:\"SUMMARY\";s:48:\"SE Michigan TEA Party Assembly & Candidate Forum\";s:11:\"X-CREATEDBY\";i:62;s:7:\"DTSTART\";i:1275750000;s:5:\"DTEND\";i:1275768000;s:5:\"RRULE\";a:4:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:5:\"BYDAY\";s:24:\"+1SA,+2SA,+3SA,+4SA,+5SA\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"0\";s:7:\"X-COLOR\";s:0:\"\";}','',11,1,0),(15,1,45,'0e3cdc06e3692ceba067a044c2e58b1f','0000-00-00 00:00:00','2010-10-11 19:27:29',65,'',62,'a:16:{s:3:\"UID\";s:32:\"0e3cdc06e3692ceba067a044c2e58b1f\";s:11:\"X-EXTRAINFO\";s:3956:\"Firearms Training Announcement\r\n\r\nOctober 7, 2010\r\n\r\nHOWSN Members and Readers:\r\n\r\nMidwest Tactical has made available an opportunity for a safe weapons and development of firearms proficiency training for church safety and security teams.  This course is taught by NRA trained and certified personnel / people who are a part of a church security team.\r\n\r\nThis is a basic session to review firearm safety rules, live fire practice and an opportunity to interact and build relationships with other church security and safety team members.  You do not have to come to this outing to be involved with the firearms aspect; you may wish to attend just to meet others and ask questions.\r\n\r\nThis is a basic training, not advanced.  Training with this group leads to an opportunity to move into more training opportunities (including advanced firearms skills and proficiencies).  If interest is high, more classes for basic and advanced training will be offered.\r\n\r\nHere are the particulars:\r\n\r\nCost:  $10 – includes range time and instruction, possibly a light snack\r\n\r\nDate / Time:  October 30, 2010, from 1 PM to 3 PM\r\n\r\nWhere:  7741 Bowens Mill Road, Middleville, MI 49333\r\n\r\nWho:  All those with an interest in church safety / security are invited.\r\n\r\nInstructor / Coordinator:  Larry Jackson,  Midwest Tactical, NRA Trainer\r\n\r\nwww.HOWSN.net\r\n616.656.1672\r\n \r\nWhat to Bring\r\n\r\n1.	       150 to 200 rounds of ammunition (factory ammo, NO RELOADS!)\r\n2.	        Standard type - duty use / carry semi auto pistol or revolver (Don’t\r\n        bring a 12 inch barreled elephant caliber hand gun!)\r\n3.	        Hearing AND Eye protection\r\n4.	        Head gear (baseball hat with a brim for protection)\r\n5.	        Waist height, strong side holster (hard Kydex or outside the waist\r\n        band leather holster, NO DROP THIGH HOLSTER RIGS OR CROSS\r\n        DRAW TYPE HOLSTERS!)\r\n6.	        Dress for success for the Michigan outdoors (layer clothing)\r\n7.	        Portable chair\r\n8.	        Extra unloaded magazines / mag holder\r\n9.	        Paper, Pencil, Notebook, Business Cards \r\n\r\nWeapons:\r\n\r\nWeapons bought onto the range property must be unloaded and safe.  Weapon and ammo to be used will be inspected by range instructor and / or range safety personnel before live fire and the commence of class.\r\n\r\nOther:\r\n\r\nRange commands will be followed.  Training will be done from the low ready position unless otherwise directed.  More advanced training will be offered if interest is high.  Safety is of utmost priority, keep the barrel pointed in a safe direction at all times, treat every gun as if it were loaded, keep your finger off the trigger until you are ready to fire, listen to and follow all range commands, etc..\r\n\r\nCar pooling is recommended, parking is limited and restricted.\r\n\r\nThis private range is outdoors, no covering provided, dress appropriately.\r\n\r\nwww.HOWSN.net\r\n616.656.1672\r\n \r\nFrequently Asked Questions\r\n\r\nQ:  Can I attend even if I do not wish to shoot?\r\nA:  Yes, it is recommended that you car pool with others if you can.  It is the intent of this session to practice to become more proficient with firearms.  Car pooling with others will provide more access to parking for those coming to enjoy the session.\r\n\r\nQ:  How can I gain information on car pooling?\r\nA:  Call Tom Conrad at (616) 656-1672 or (616) 656-0123 for help.\r\n\r\nQ:  I can not make this session, but would like to.  How can I get on the communication list?\r\nA:  Contact Tom Conrad at tomconrad@HOWSN.net\r\n\r\nQ:  Can I buy ammo at the range?\r\nA:  Some ammo will be at the range in common calibers for purchase.  However it is recommended you bring your own.\r\n\r\nQ:  I have never fired a pistol, can I take part in the live fire?\r\nA:  It is NOT recommended that you come to take part in live fire until you have completed a basic pistol safety course and are familiar with range safety.  You may attend to watch and learn and are welcome!\r\n\r\nwww.HOWSN.net\r\n616.656.1672\r\n\";s:8:\"LOCATION\";s:44:\"7741 Bowens Mill Road, Middleville, MI 49333\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:45:\"Larry Jackson,  Midwest Tactical, NRA Trainer\";s:11:\"DESCRIPTION\";s:1980:\"<div>To Isaiah 58:12 Participants & CERT Trainees:</div>\r\n<div> </div>\r\n<div>You have given an opportunity to participate in a NRA fire arms training led by Tom Conrad who has been working with Isaiah 58:12 providing First-Aid & Fire Suppression Training.  Tom has his own Church Security Service where he trains churches on how to make their church secure. This training will focus on fire arms proficiency as it relates to church and para-church ministry security.   I am sending this out to the West Michigan area and a few other key church leaders around the state who are overseeing their churches security.  The information about date and time is in the attachment.  I hope to see you there.</div>\r\n<div> </div>\r\n<div>Take care & God bless,</div>\r\n<div> </div>\r\n<div>Fulton</div>\r\n<div> </div>\r\n<div>Fulton Sheen<br />CEO of Merging Streams Commonwealth<br /><a href=\"wlmailhtml:{E4F5AFD2-CB9C-4000-8D63-135FB5ADB003}mid://00000101/!x-usc:http://www.mergingstreamscommonwealth.com/\" target=\"_blank\">www.MergingStreamsCommonwealth.com</a><br />Director of Isaiah 58:12<br /><a href=\"wlmailhtml:{E4F5AFD2-CB9C-4000-8D63-135FB5ADB003}mid://00000101/!x-usc:http://www.isaiah5812.org/\" target=\"_blank\">www.Isaiah5812.org</a> <br /><a href=\"wlmailhtml:{E4F5AFD2-CB9C-4000-8D63-135FB5ADB003}mid://00000101/!x-usc:mailto:fsheen@gmail.com\" target=\"_blank\">fsheen@gmail.com</a></div>\r\n<div class=\"gmail_quote\"><br />Hello Fulton and Matt,<br /><br />You are invited to attend a church safety security firearms training session.  Please feel free to pass this along to others.  Attachment has the particulars.<br /><br />Thanks, Fulton and Matt.<br /><span style=\"color: #888888;\"><br />Tom Conrad<br />Executive Director of the House of Worship Security Network<br />(616) 656-1672<br />Fax (616) 656-4200<br /><a href=\"wlmailhtml:{E4F5AFD2-CB9C-4000-8D63-135FB5ADB003}mid://00000101/!x-usc:http://www.howsn.net/\" target=\"_blank\">www.howsn.net</a><br /></span></div>\";s:12:\"publish_down\";s:10:\"2010-10-30\";s:10:\"publish_up\";s:10:\"2010-10-30\";s:7:\"SUMMARY\";s:22:\"NRA Firearms Training \";s:11:\"X-CREATEDBY\";i:65;s:7:\"DTSTART\";i:1288461600;s:5:\"DTEND\";i:1288468800;s:5:\"RRULE\";a:4:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:5:\"BYDAY\";s:2:\"SA\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"0\";s:7:\"X-COLOR\";s:0:\"\";}','',15,1,0),(16,1,45,'d0672cb7263a0230c97ee90db271688a','0000-00-00 00:00:00','2011-01-16 02:14:41',65,'',62,'a:16:{s:3:\"UID\";s:32:\"d0672cb7263a0230c97ee90db271688a\";s:11:\"X-EXTRAINFO\";s:0:\"\";s:8:\"LOCATION\";s:29:\"Heritage Center Fort Mill, SC\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:0:\"\";s:11:\"DESCRIPTION\";s:3936:\"<p> </p>\r\n<div class=\"gmail_quote\">\r\n<p style=\"margin: 0in 0in 0pt;\"><strong><span style=\"color: #c00000;\"><span style=\"font-size: small;\"><span style=\"font-family: \'Times New Roman\';\">Registration is now open -- dates are Feb.  16-19, 2011</span></span></span></strong></p>\r\n<p style=\"margin: 0in 0in 0pt;\"><span style=\"font-family: \'Times New Roman\'; font-size: small;\"> </span></p>\r\n<p style=\"margin: 0in 0in 0pt;\"><span style=\"font-family: \'Times New Roman\'; font-size: small;\">Registration  is now open for the 2011 Kingdom Economic Yearly Summit (K.E.Y.S.) Feb. 16-19,  2011 at The Heritage Center on the MorningStar Ministries campus in Fort Mill,  SC (about 20-25 minutes south of the Charlotte, NC airport). Visit our web site  at </span><a href=\"http://www.kingdomeconomicsummit.com/\" target=\"_blank\"><span style=\"font-family: \'Times New Roman\'; color: #800080; font-size: small;\">http://www.kingdomeconomicsummit.com</span></a><span style=\"font-family: \'Times New Roman\'; font-size: small;\"> for more details. Theme for this year will be  “Mobilizing God’s Marketplace Army.” Below is the new poster created for  K.E.Y.S. by artist James Nesbit, President, Prepare The Way Ministries. You may  order copies of the poster directly from James at </span><a href=\"http://www.preparethewaymin.com/\" target=\"_blank\"><span style=\"font-family: \'Times New Roman\'; font-size: small;\">http://www.preparethewaymin.com</span></a><span style=\"font-family: \'Times New Roman\'; font-size: small;\"> or buy them while at K.E.Y.S</span></p>\r\n<p style=\"margin: 0in 0in 0pt;\"><span style=\"font-family: \'Times New Roman\'; font-size: small;\">There will be  around 50 speakers and presenters in total for the general sessions, workshops,  breakout sessions and roundtables, plus there will be world-class networking,  exhibitors, worship, and ministry available. Meal tickets are available for $99  per person for<span> </span>the entire event through MorningStar or attendees  can choose to order alacarte in the dining hall or eat offsite at local  restaurants and purchase meals separately. Rooms are available for $79 per night  at The Heritage Center until they sell out, and several area hotels are listed  on the web site within a 10 minute drive for around the same room rate. </span></p>\r\n<p style=\"margin: 0in 0in 0pt;\"><span style=\"font-family: \'Times New Roman\'; font-size: small;\"> </span></p>\r\n<span style=\"font-size: 12pt; line-height: 115%; font-family: \'Times New Roman\', \'serif\';\">This  is one event that you can’t afford to miss. It will be spiritually explosive,  life-changing, and transformative. Speakers will include Rick Joyner, Patricia  King, Faytene Kryskow, Mark Kauffman, Shawn Bolz, David van Koevering, Dr. Lance  Wallnau, Dr. Joseph Umidi, Dr. Tony Dale, Dr. Raymond Larson, Dr. Gordon  Bradshaw, Dr. Bruce Cook, David Yarnes, Gene Strite, Rick Eldridge, Jim Barthel,  Deborah Larson, Tom Rudmik, James Dismore, Jonathan Shibley, Fulton Sheen, Mike  Rovner, Max Greiner Jr., Greg Dalessandri, Tom Barrett, Wende Jones, Joan  Risdon, Carolita Oliveros, Dr. Marleen McMillan, Duncan Campbell, Joshua Geary,  Ken Storey, Teri Werner, Charles Robinson, Sylvia Monique Reed, Kim Laney, Linda  Sloan, Brian Kenney, Kenn Renner, Kyle Newton, Morris Ruddick, John Muratori,  Keith Cameron Smith and Ron Eriksen, among others</span>\r\n<div>\r\n<div><br /><span style=\"color: #888888;\">\r\n<div><span style=\"color: #333333;\"><a href=\"KEYS_FLYER_122210.pdf\">KEYS_FLYER_122210.pdf</a></span></div>\r\n<div><br />Fulton Sheen<br />CEO of Merging Streams Commonwealth<br /><a href=\"http://www.mergingstreamscommonwealth.com/\" target=\"_blank\">www.MergingStreamsCommonwealth.com</a><br />Director of Isaiah  58:12<br /><a href=\"http://www.isaiah5812.org/\" target=\"_blank\">www.Isaiah5812.org</a> <br /><a href=\"mailto:fsheen@gmail.com\" target=\"_blank\">fsheen@gmail.com</a></div>\r\n</span></div>\r\n</div>\r\n</div>\r\n<p> </p>\r\n<p> </p>\";s:12:\"publish_down\";s:10:\"2011-02-19\";s:10:\"publish_up\";s:10:\"2011-02-16\";s:7:\"SUMMARY\";s:54:\"K.E.Y.S. 2011: Mobilizing God’s Market Place Army   \";s:11:\"X-CREATEDBY\";i:65;s:7:\"DTSTART\";i:1297864800;s:5:\"DTEND\";i:1298149200;s:5:\"RRULE\";a:4:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:5:\"BYDAY\";s:4:\"+3WE\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"1\";s:7:\"X-COLOR\";s:0:\"\";}','',16,1,0),(17,1,64,'cec13bac950bf6f1b77f848b422fbae7','0000-00-00 00:00:00','2011-01-25 01:49:13',94,'',62,'a:16:{s:3:\"UID\";s:32:\"cec13bac950bf6f1b77f848b422fbae7\";s:11:\"X-EXTRAINFO\";s:0:\"\";s:8:\"LOCATION\";s:0:\"\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:0:\"\";s:11:\"DESCRIPTION\";s:2067:\"<p>Jump on board as we join with other Tea Party Groups across Michigan to  organize our first community service project - a blood drive. Demonstrate to our  friends and neighbors that we care about our great country and our fellow  citizens.</p>\r\n<p>Our blood drive is not just an ordinary blood drive - it is a Tea Party Blood  Drive. As such we will reinforce our message while performing our community  service project. What is our message?</p>\r\n<p><img src=\"images/events/TeaPartyBloodDrive.png\" border=\"0\" alt=\"front of sweatshirt\" /></p>\r\n<p>In addition, we also have the message: Blood Donations and Taxes Should Be  Pint-Sized!</p>\r\n<p> </p>\r\n<p>A website has been put up to promote this event <a href=\"http://www.retakeourgov.com/index.php?option=com_acymailing&ctrl=url&urlid=73&mailid=93&subid=245&Itemid=109\" title=\"Tea Party Blood Drive\">www.TeaPartyBloodDrive.com</a> We encourage you to visit this site! Commemorative sweatshirts are available for  a contribution to RetakeOurGov. All proceeds go to support RetakeOurGov PAC as  we build our campaign war chest to defeat Stabenow and other left wing  extremists in 2012. You may view the sweatshirt artwork and make a contribution  at <a href=\"http://www.retakeourgov.com/index.php?option=com_acymailing&ctrl=url&urlid=73&mailid=93&subid=245&Itemid=109\" title=\"Tea Party Blood Drive\">www.TeaPartyBloodDrive.com</a>.  (Note: if you are interested in saving shipping costs we can deliver your  sweatshirt to you at our monthly meeting on February 2. Just reply to this email  by January 25 and let us know your size. We will deliver your sweatshirt to you  at the meeting. You can pay by cash, check, or charge at the meeting.  Sweatshirts are $28 each).</p>\r\n<p>Join in as we help our fellow citizens and our Tea Party Movement.</p>\r\n<p>\r\n<p><em>Paid for by RetakeOurGov, P.O. Box 37, Hartland, MI 48353-0037, Wes  Nakagiri, Treasurer. Not authorized by any candidate or candidate\'s committee.  Contributions or gifts to RetakeOurGov are not deductible for Federal income tax  purposes.</em></p>\r\n</p>\";s:12:\"publish_down\";s:10:\"2011-04-14\";s:10:\"publish_up\";s:10:\"2011-04-11\";s:7:\"SUMMARY\";s:21:\"TEA PARTY BLOOD DRIVE\";s:11:\"X-CREATEDBY\";i:94;s:7:\"DTSTART\";i:1302526800;s:5:\"DTEND\";i:1302811200;s:5:\"RRULE\";a:4:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:5:\"BYDAY\";s:4:\"+4MO\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"1\";s:7:\"X-COLOR\";s:0:\"\";}','',17,1,0),(18,1,45,'57465db8e98ccf1aa212a787a529954c','0000-00-00 00:00:00','2011-02-13 15:46:40',65,'',62,'a:16:{s:3:\"UID\";s:32:\"57465db8e98ccf1aa212a787a529954c\";s:11:\"X-EXTRAINFO\";s:0:\"\";s:8:\"LOCATION\";s:11:\"Kansas City\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:12:\"Fulton Sheen\";s:11:\"DESCRIPTION\";s:4413:\"<p>\r\n<div class=\"yiv1418653577gmail_quote\">\r\n<div>\r\n<div class=\"yiv1418653577h5\"><span style=\"font-size: 13px; font-family: arial, sans-serif; border-collapse: collapse;\">\r\n<p class=\"yiv1418653577MsoNormal\" style=\"margin: 0px; line-height: normal; text-align: center;\" align=\"center\"><strong><span style=\"font-size: 22pt;\">ARE YOU & YOUR FAMILY  PREPARED?</span></strong></p>\r\n<p class=\"yiv1418653577MsoNormal\" style=\"margin: 0px; line-height: normal; text-align: center;\" align=\"center\"><strong><span style=\"font-size: 22pt;\"><br /></span></strong></p>\r\n</span></div>\r\n<div><span style=\"font-size: 12pt;\">As the unrest in Egypt and other areas around  the world increases, God is beginning to stir things up, and He will continue to  shake everything that can be shaken. But as His people ,we are not to fear,  because He has also promised to sustain us in the midst of all that will happen,  if we heed His voice. However, God is calling His people to prepare themselves  for what is to come, so that they will be in a position to take care of their  families, as well as assist their communities, just as Joseph did in  Egypt.<br /><br />Prepare the Way will be hosting a Conference in Kansas City which  will enable people to figure what they need to do to be prepared for anything  that may come their way. Whether you are just beginning or you are advanced in  your preparation, this conference will provide you with basic as well as  advanced supplies, methodologies, and new technologies. <span> </span>I  encourage all who are able, to attend the Really Ready Weekend 2011 which will  be held in Kansas City on March 18-20, 2011 9:00 AM to 6:00PM.</span></div>\r\n<div></div>\r\n<div><span style=\"font-size: 12pt;\">The information that will be provided will  be helpful and could be priceless in the days to come. Below is the link to  register for the Conference</span>.</div>\r\n<div></div>\r\n<p class=\"yiv1418653577MsoNormal\" style=\"margin: 0px; line-height: normal;\"><span style=\"font-size: 14pt;\"><a href=\"http://www.eventbrite.com/event/1225127389/rrw31811fulton/5262827708\" target=\"_blank\" rel=\"nofollow\" style=\"color: #114170;\"><span style=\"color: blue;\">Click Here to Register for  Really Ready Weekend 2011</span></a></span></p>\r\n<p class=\"yiv1418653577MsoNormal\" style=\"margin: 0px; line-height: normal;\"><span style=\"font-size: 14pt;\"><span style=\"color: blue;\"><br /></span></span></p>\r\n</div>\r\n<p class=\"yiv1418653577MsoNormal\" style=\"margin: 0px; line-height: normal;\"><span style=\"font-size: 14pt;\"><a href=\"http://www.youtube.com/watch?v=l7MtJzqLJS8\" target=\"_blank\" rel=\"nofollow\" style=\"color: #114170;\"><span style=\"color: blue;\">Click Here to Watch the Really Ready  Weekend 2011 Promo Video</span></a></span></p>\r\n<p class=\"yiv1418653577MsoNormal\" style=\"margin: 0px; line-height: normal;\"><span style=\"font-size: 14pt;\"><span style=\"color: blue;\"><br /></span></span></p>\r\n</div>\r\n<div><strong><span style=\"font-size: 12pt;\">There will be a Really Ready Weekend  Wrap-Up Conference Call</span></strong></div>\r\n<div><strong><span style=\"font-size: 12pt;\">Date & Time:</span></strong><span style=\"font-size: 12pt;\"> March 24, 2011 at 8:00PM EST / 7:00 PM  CST.</span></div>\r\n<div><strong><span style=\"font-size: 12pt;\">Conference #:</span></strong><span style=\"font-size: 12pt;\"> 712-432-3100</span></div>\r\n<div><strong><span style=\"font-size: 12pt;\">Access Code</span></strong><span style=\"font-size: 12pt;\">: 436630</span></div>\r\n<div></div>\r\n<div><span style=\"font-size: 12pt;\">Prepare The Way CEO Terry Leverett and  Fulton Sheen who spoke on “Practical Ways to Prepare for Economic Disasters,” as  well as others will be on this call to summarize the conference, answer  questions and tell where to find the preparation resources you  need.</span></div>\r\n<div></div>\r\n<div>Take care & God Bless,</div>\r\n<br />Fulton<br /><span style=\"color: #888888;\"><br />Fulton Sheen<br />CEO of Merging Streams  Commonwealth<br /><a href=\"http://www.mergingstreamscommonwealth.com/\" target=\"_blank\" rel=\"nofollow\" style=\"color: #114170;\">www.MergingStreamsCommonwealth.com</a><br />Director of Isaiah  58:12<br /><a href=\"http://www.isaiah5812.org/\" target=\"_blank\" rel=\"nofollow\" style=\"color: #114170;\">www.Isaiah5812.org</a> <br /><a href=\"http://us.mc452.mail.yahoo.com/mc/compose?to=fsheen@gmail.com\" target=\"_blank\" rel=\"nofollow\" style=\"color: #114170;\">fsheen@gmail.com</a></span></p>\";s:12:\"publish_down\";s:10:\"2011-03-20\";s:10:\"publish_up\";s:10:\"2011-03-18\";s:7:\"SUMMARY\";s:31:\"ARE YOU & YOUR FAMILY PREPARED?\";s:11:\"X-CREATEDBY\";i:65;s:7:\"DTSTART\";i:1300456800;s:5:\"DTEND\";i:1300662000;s:5:\"RRULE\";a:4:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:5:\"BYDAY\";s:2:\"FR\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"0\";s:7:\"X-COLOR\";s:0:\"\";}','',18,1,0),(19,1,64,'45df2fed508222364bd196b3cf967bae','0000-00-00 00:00:00','2011-07-02 12:38:56',62,'',62,'a:16:{s:3:\"UID\";s:32:\"45df2fed508222364bd196b3cf967bae\";s:11:\"X-EXTRAINFO\";s:0:\"\";s:8:\"LOCATION\";s:0:\"\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:0:\"\";s:11:\"DESCRIPTION\";s:2144:\"<p> </p>\r\n<p>One man one vote is a cornerstone of our Republic.</p>\r\n<p>What safeguards are in place to protect the sanctity of our elections? What  safeguards are in place to ensure that each citizen who is entitled to vote can?  What safeguards are in place to insure that each citizen votes only once?</p>\r\n<p>We are pleased to announce that Ann Bollin, Brighton Township Clerk, will  address these questions and others during our next regular monthly meeting.  Township Clerks are on the “frontlines” of the election process and are  exceptionally well qualified to educate us on this critical topic.</p>\r\n<p>Many RetakeOurGov members were on duty during Election Day 2010. As poll  challengers we helped protect the integrity of the election process.</p>\r\n<p>Virtually all who participated as poll challengers agreed that additional  training about election procedures would increase our effectiveness. It is with  this thought that RetakeOurGov reached out to Ms. Bollin for her insight and  hands-on expertise.</p>\r\n<p>Our July meeting is an important step in our journey toward November 6, 2012.  Whether you were a poll challenger in 2010, or plan to be a poll challenger in  2012, or just want to learn more about the election process, please join us for  this informative presentation.</p>\r\n<p>Note that our meeting date is now the 2nd Tuesday of the month. As such we  are meeting on July 12, 2011. Our meeting time is still 7 pm and we continue to  meet at Memories Restaurant and Lounge in Brighton, Michigan (1840 South Old US  23, phone 810-227-7230). Meeting room opens at 6:30 pm. Better yet, help support  our host by joining us for food and fellowship prior to the meeting.</p>\r\n<p><a href=\"http://maps.google.com/maps/ms?source=s_d&saddr=&daddr=1840+S+Old+US+Highway+23,+Brighton,+Livingston,+Michigan+48114&hl=en&geocode=&mra=prev&ie=UTF8&msa=0&msid=201686627064612110061.0004977ee7ab96636a99d&ll=42.579124,-83.749037&spn=0.013083,0.027595&z=15\" title=\"Directions to Memories Restaurant and Lounge\" style=\"color: #1b57b1; font-weight: normal; text-decoration: none;\">Google  Map to meeting location</a></p>\r\n<p> </p>\";s:12:\"publish_down\";s:10:\"2011-07-12\";s:10:\"publish_up\";s:10:\"2011-07-12\";s:7:\"SUMMARY\";s:97:\"Worried About Vote Fraud During the 2012 Elections?  You Can Help Insure Free and Fair Elections.\";s:11:\"X-CREATEDBY\";i:62;s:7:\"DTSTART\";i:1310513400;s:5:\"DTEND\";i:1310500800;s:5:\"RRULE\";a:4:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:5:\"BYDAY\";s:24:\"+1TU,+2TU,+3TU,+4TU,+5TU\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"1\";s:7:\"X-COLOR\";s:0:\"\";}','',19,1,0);
/*!40000 ALTER TABLE `jos_jevents_vevent` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_jmylife_categories`
--

DROP TABLE IF EXISTS `jos_jmylife_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_jmylife_categories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `color` varchar(100) NOT NULL DEFAULT '',
  `background` varchar(100) NOT NULL DEFAULT '',
  `allow_votes` tinyint(1) NOT NULL DEFAULT '1',
  `allow_comments` tinyint(1) NOT NULL DEFAULT '1',
  `description` longtext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_jmylife_categories`
--

LOCK TABLES `jos_jmylife_categories` WRITE;
/*!40000 ALTER TABLE `jos_jmylife_categories` DISABLE KEYS */;
INSERT INTO `jos_jmylife_categories` VALUES (1,'Miscellaneous',1,0,'','',1,1,''),(2,'Humor',1,1,'00000','',1,1,'');
/*!40000 ALTER TABLE `jos_jmylife_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_jmylife_comments`
--

DROP TABLE IF EXISTS `jos_jmylife_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_jmylife_comments` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `sid` int(11) NOT NULL,
  `author_id` int(11) NOT NULL,
  `author` varchar(255) NOT NULL,
  `time` int(255) NOT NULL,
  `message` longtext NOT NULL,
  `published` tinyint(1) DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_jmylife_comments`
--

LOCK TABLES `jos_jmylife_comments` WRITE;
/*!40000 ALTER TABLE `jos_jmylife_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_jmylife_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_jmylife_comments_warnings`
--

DROP TABLE IF EXISTS `jos_jmylife_comments_warnings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_jmylife_comments_warnings` (
  `ip` varchar(255) NOT NULL,
  `uid` int(11) NOT NULL,
  `cid` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_jmylife_comments_warnings`
--

LOCK TABLES `jos_jmylife_comments_warnings` WRITE;
/*!40000 ALTER TABLE `jos_jmylife_comments_warnings` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_jmylife_comments_warnings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_jmylife_configuration`
--

DROP TABLE IF EXISTS `jos_jmylife_configuration`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_jmylife_configuration` (
  `key` varchar(100) NOT NULL,
  `value` varchar(255) NOT NULL,
  `group` varchar(50) NOT NULL DEFAULT '',
  `subgroup` varchar(50) NOT NULL DEFAULT '',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `type` varchar(12) NOT NULL,
  `label` varchar(100) NOT NULL,
  `description` longtext NOT NULL,
  PRIMARY KEY (`key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_jmylife_configuration`
--

LOCK TABLES `jos_jmylife_configuration` WRITE;
/*!40000 ALTER TABLE `jos_jmylife_configuration` DISABLE KEYS */;
INSERT INTO `jos_jmylife_configuration` VALUES ('last_update_check','1309837166','COM_JMYLIFE_CONFIGURATION_GROUP_ADMINISTRATION','',1,'hidden','COM_JMYLIFE_CONFIGURATION_LABEL_LASTUPDATECHECK','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_LASTUPDATECHECK'),('needs_update','','COM_JMYLIFE_CONFIGURATION_GROUP_ADMINISTRATION','',2,'hidden','COM_JMYLIFE_CONFIGURATION_LABEL_NEEDSUPDATE','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_NEEDSUPDATE'),('jmylife_name','LetsRebuildit','COM_JMYLIFE_CONFIGURATION_GROUP_ADMINISTRATION','',3,'text','COM_JMYLIFE_CONFIGURATION_LABEL_SITENAME','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_SITENAME'),('jmylife_desc','JMyLife - share your stories!','COM_JMYLIFE_CONFIGURATION_GROUP_ADMINISTRATION','',4,'textarea','COM_JMYLIFE_CONFIGURATION_LABEL_SITEDESC','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_SITEDESC'),('page_limit','10','COM_JMYLIFE_CONFIGURATION_GROUP_ADMINISTRATION','',5,'int','COM_JMYLIFE_CONFIGURATION_LABEL_PAGELIMIT','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_PAGELIMIT'),('show_signupitem','1','COM_JMYLIFE_CONFIGURATION_GROUP_ADMINISTRATION','',6,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_SHOWSIGNUPLINK','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_SHOWSIGNUPLINK'),('signupitem','20','COM_JMYLIFE_CONFIGURATION_GROUP_ADMINISTRATION','',7,'menuitem','COM_JMYLIFE_CONFIGURATION_LABEL_SIGNUPLINK','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_SIGNUPLINK'),('show_feed_link','0','COM_JMYLIFE_CONFIGURATION_GROUP_ADMINISTRATION','',8,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_SHOWFEEDS','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_SHOWFEEDS'),('show_feed_link_in_story','0','COM_JMYLIFE_CONFIGURATION_GROUP_ADMINISTRATION','',9,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_SHOWFEEDSINSTORY','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_SHOWFEEDSINSTORY'),('sef_storyslug','0','COM_JMYLIFE_CONFIGURATION_GROUP_ADMINISTRATION','',10,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_SEFSLUG','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_SEFSLUG'),('uninstall_droptables','0','COM_JMYLIFE_CONFIGURATION_GROUP_ADMINISTRATION','',11,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_UNINSTALLDATABASE','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_UNINSTALLDATABASE'),('autopublish_stories','0','COM_JMYLIFE_CONFIGURATION_GROUP_STORIES','',1,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_AUTOPUBLISHSTORIES','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_AUTOPUBLISHSTORIES'),('user_stories_only','0','COM_JMYLIFE_CONFIGURATION_GROUP_STORIES','',2,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_USERONLY','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_USERONLY'),('force_user_name','0','COM_JMYLIFE_CONFIGURATION_GROUP_STORIES','',3,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_FORCEUSERNAME','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_FORCEUSERNAME'),('force_user_username','0','COM_JMYLIFE_CONFIGURATION_GROUP_STORIES','',4,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_FORCEUSERUSERNAME','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_FORCEUSERUSERNAME'),('allow_titles','0','COM_JMYLIFE_CONFIGURATION_GROUP_STORIES','COM_JMYLIFE_CONFIGURATION_SUBGROUP_TITLES',5,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_ALLOWTITLES','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_ALLOWTITLES'),('require_titles','0','COM_JMYLIFE_CONFIGURATION_GROUP_STORIES','COM_JMYLIFE_CONFIGURATION_SUBGROUP_TITLES',6,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_REQUIRETITLES','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_REQUIRETITLES'),('link_titles','0','COM_JMYLIFE_CONFIGURATION_GROUP_STORIES','COM_JMYLIFE_CONFIGURATION_SUBGROUP_TITLES',7,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_LINKTITLES','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_LINKTITLES'),('allow_votes','1','COM_JMYLIFE_CONFIGURATION_GROUP_STORIES','COM_JMYLIFE_CONFIGURATION_SUBGROUP_VOTING',8,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_ALLOWVOTES','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_ALLOWVOTES'),('allow_votes_guests','1','COM_JMYLIFE_CONFIGURATION_GROUP_STORIES','COM_JMYLIFE_CONFIGURATION_SUBGROUP_VOTING',9,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_ALLOWGUESTVOTES','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_ALLOWGUESTVOTES'),('block_votes_by_ip','1','COM_JMYLIFE_CONFIGURATION_GROUP_STORIES','COM_JMYLIFE_CONFIGURATION_SUBGROUP_VOTING',10,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_BLOCKVOTEBYIP','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_BLOCKVOTEBYIP'),('good_votes_only','0','COM_JMYLIFE_CONFIGURATION_GROUP_STORIES','COM_JMYLIFE_CONFIGURATION_SUBGROUP_VOTING',11,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_GOODVOTES','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_GOODVOTES'),('frontend_edit','0','COM_JMYLIFE_CONFIGURATION_GROUP_STORIES','COM_JMYLIFE_CONFIGURATION_SUBGROUP_EDIT',12,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_FRONTENDEDIT','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_FRONTENDEDIT'),('frontend_edit_user','0','COM_JMYLIFE_CONFIGURATION_GROUP_STORIES','COM_JMYLIFE_CONFIGURATION_SUBGROUP_EDIT',13,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_FRONTENDEDITUSER','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_FRONTENDEDITUSER'),('frontend_edit_group','20','COM_JMYLIFE_CONFIGURATION_GROUP_STORIES','COM_JMYLIFE_CONFIGURATION_SUBGROUP_EDIT',14,'usergroup','COM_JMYLIFE_CONFIGURATION_LABEL_FRONTENDEDITGROUP','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_FRONTENDEDITGROUP'),('edit_category','0','COM_JMYLIFE_CONFIGURATION_GROUP_STORIES','COM_JMYLIFE_CONFIGURATION_SUBGROUP_EDIT',15,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_EDITCATEGORY','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_EDITCATEGORY'),('edit_username','0','COM_JMYLIFE_CONFIGURATION_GROUP_STORIES','COM_JMYLIFE_CONFIGURATION_SUBGROUP_EDIT',16,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_EDITUSERNAME','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_EDITUSERNAME'),('edit_email','0','COM_JMYLIFE_CONFIGURATION_GROUP_STORIES','COM_JMYLIFE_CONFIGURATION_SUBGROUP_EDIT',17,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_EDITEMAIL','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_EDITEMAIL'),('edit_options','0','COM_JMYLIFE_CONFIGURATION_GROUP_STORIES','COM_JMYLIFE_CONFIGURATION_SUBGROUP_EDIT',18,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_EDITOPTIONS','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_EDITOPTIONS'),('story_list_limit','0','COM_JMYLIFE_CONFIGURATION_GROUP_STORIES','COM_JMYLIFE_CONFIGURATION_SUBGROUP_LIMITS',19,'int','COM_JMYLIFE_CONFIGURATION_LABEL_STORYLISTLIMIT','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_STORYLISTLIMIT'),('story_list_limit_max_readmore','0','COM_JMYLIFE_CONFIGURATION_GROUP_STORIES','COM_JMYLIFE_CONFIGURATION_SUBGROUP_LIMITS',20,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_STORYLISTLIMITREADMORE','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_STORYLISTLIMITREADMORE'),('title_meta_limit','0','COM_JMYLIFE_CONFIGURATION_GROUP_STORIES','COM_JMYLIFE_CONFIGURATION_SUBGROUP_LIMITS',21,'int','COM_JMYLIFE_CONFIGURATION_LABEL_STORYTITLEMETALIMIT','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_STORYTITLEMETALIMIT'),('story_meta_limit','0','COM_JMYLIFE_CONFIGURATION_GROUP_STORIES','COM_JMYLIFE_CONFIGURATION_SUBGROUP_LIMITS',22,'int','COM_JMYLIFE_CONFIGURATION_LABEL_STORYMETALIMIT','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_STORYMETALIMIT'),('allow_comments','1','COM_JMYLIFE_CONFIGURATION_GROUP_COMMENTS','',1,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_ALLOWCOMMENTS','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_ALLOWCOMMENTS'),('comment_counts','1','COM_JMYLIFE_CONFIGURATION_GROUP_COMMENTS','',2,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_COMMENTCOUNTS','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_COMMENTCOUNTS'),('show_comment_balloon','0','COM_JMYLIFE_CONFIGURATION_GROUP_COMMENTS','',3,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_BALLOON','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_BALLOON'),('comment_balloon_count','5','COM_JMYLIFE_CONFIGURATION_GROUP_COMMENTS','',4,'int','COM_JMYLIFE_CONFIGURATION_LABEL_BALLOONCOUNT','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_BALLOONCOUNT'),('comment_balloon_width','400','COM_JMYLIFE_CONFIGURATION_GROUP_COMMENTS','',5,'int','COM_JMYLIFE_CONFIGURATION_LABEL_BALLOONWIDTH','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_BALLOONWIDTH'),('comment_balloon_length','200','COM_JMYLIFE_CONFIGURATION_GROUP_COMMENTS','',6,'int','COM_JMYLIFE_CONFIGURATION_LABEL_BALLOONLENGTH','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_BALLOONLENGTH'),('comment_pagination','1','COM_JMYLIFE_CONFIGURATION_GROUP_COMMENTS','COM_JMYLIFE_CONFIGURATION_SUBGROUP_CORE',7,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_COMMENTPAGINATION','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_COMMENTPAGINATION'),('autopublish_comments','0','COM_JMYLIFE_CONFIGURATION_GROUP_COMMENTS','COM_JMYLIFE_CONFIGURATION_SUBGROUP_CORE',8,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_AUTOPUBLISHCOMMENTS','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_AUTOPUBLISHCOMMENTS'),('warning_level','10','COM_JMYLIFE_CONFIGURATION_GROUP_COMMENTS','COM_JMYLIFE_CONFIGURATION_SUBGROUP_CORE',9,'int','COM_JMYLIFE_CONFIGURATION_LABEL_COMMENTWARNINGLEVEL','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_COMMENTWARNINGLEVEL'),('comment_username','0','COM_JMYLIFE_CONFIGURATION_GROUP_COMMENTS','COM_JMYLIFE_CONFIGURATION_SUBGROUP_CORE',10,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_COMMENTUSERNAME','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_COMMENTUSERNAME'),('footer_toggle','1','COM_JMYLIFE_CONFIGURATION_GROUP_LAYOUT','',1,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_FOOTERTOGGLE','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_FOOTERTOGGLE'),('reportlink','0','COM_JMYLIFE_CONFIGURATION_GROUP_LAYOUT','',2,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_REPORTLINK','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_REPORTLINK'),('site_description','0','COM_JMYLIFE_CONFIGURATION_GROUP_LAYOUT','',3,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_SHOWSITEDESC','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_SHOWSITEDESC'),('category_description','0','COM_JMYLIFE_CONFIGURATION_GROUP_LAYOUT','',4,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_SHOWCATDESC','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_SHOWCATDESC'),('break_long_words','1','COM_JMYLIFE_CONFIGURATION_GROUP_LAYOUT','',5,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_BREAKLONG','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_BREAKLONG'),('story_background','efefef','COM_JMYLIFE_CONFIGURATION_GROUP_LAYOUT','COM_JMYLIFE_CONFIGURATION_SUBGROUP_STYLE',6,'color','COM_JMYLIFE_CONFIGURATION_LABEL_STORYBACKGROUND','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_STORYBACKGROUND'),('site_roundies','1','COM_JMYLIFE_CONFIGURATION_GROUP_LAYOUT','COM_JMYLIFE_CONFIGURATION_SUBGROUP_STYLE',7,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_ROUNDIES','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_ROUNDIES'),('ie_roundies','0','COM_JMYLIFE_CONFIGURATION_GROUP_LAYOUT','COM_JMYLIFE_CONFIGURATION_SUBGROUP_STYLE',8,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_ROUNDIESIE','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_ROUNDIESIE'),('roundies_radius','4','COM_JMYLIFE_CONFIGURATION_GROUP_LAYOUT','COM_JMYLIFE_CONFIGURATION_SUBGROUP_STYLE',9,'int','COM_JMYLIFE_CONFIGURATION_LABEL_ROUNDIESRADIUS','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_ROUNDIESRADIUS'),('graphical_voting','0','COM_JMYLIFE_CONFIGURATION_GROUP_LAYOUT','COM_JMYLIFE_CONFIGURATION_SUBGROUP_STYLE',10,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_GRAPHICALVOTING','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_GRAPHICALVOTING'),('graphical_voting_size','48','COM_JMYLIFE_CONFIGURATION_GROUP_LAYOUT','COM_JMYLIFE_CONFIGURATION_SUBGROUP_STYLE',11,'special','COM_JMYLIFE_CONFIGURATION_LABEL_GRAPHICALVOTINGSIZE','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_GRAPHICALVOTINGSIZE'),('sharethislink','0','COM_JMYLIFE_CONFIGURATION_GROUP_LAYOUT','',12,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_SHARETHIS','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_SHARETHIS'),('fblink','1','COM_JMYLIFE_CONFIGURATION_GROUP_LAYOUT','COM_JMYLIFE_CONFIGURATION_SUBGROUP_SHARING',13,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_FACEBOOK','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_FACEBOOK'),('fbmodal','0','COM_JMYLIFE_CONFIGURATION_GROUP_LAYOUT','COM_JMYLIFE_CONFIGURATION_SUBGROUP_SHARING',14,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_FACEBOOKMODAL','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_FACEBOOKMODAL'),('twitlink','1','COM_JMYLIFE_CONFIGURATION_GROUP_LAYOUT','COM_JMYLIFE_CONFIGURATION_SUBGROUP_SHARING',15,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_TWITTER','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_TWITTER'),('submissionredirect','0','COM_JMYLIFE_CONFIGURATION_GROUP_SUBMISSIONS','',1,'menuitem','COM_JMYLIFE_CONFIGURATION_LABEL_SUBMISSIONREDIRECT','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_SUBMISSIONREDIRECT'),('editor_width','300','COM_JMYLIFE_CONFIGURATION_GROUP_SUBMISSIONS','',2,'int','COM_JMYLIFE_CONFIGURATION_LABEL_EDITORWIDTH','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_EDITORWIDTH'),('editor_height','180','COM_JMYLIFE_CONFIGURATION_GROUP_SUBMISSIONS','',3,'int','COM_JMYLIFE_CONFIGURATION_LABEL_EDITORHEIGHT','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_EDITORHEIGHT'),('editor_limit','0','COM_JMYLIFE_CONFIGURATION_GROUP_SUBMISSIONS','',4,'int','COM_JMYLIFE_CONFIGURATION_LABEL_EDITORLIMIT','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_EDITORLIMIT'),('disable_resize','0','COM_JMYLIFE_CONFIGURATION_GROUP_SUBMISSIONS','',5,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_DISABLERESIZE','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_DISABLERESIZE'),('readmore_text','read comments','COM_JMYLIFE_CONFIGURATION_GROUP_LANGUAGE','COM_JMYLIFE_CONFIGURATION_SUBGROUP_STORY',1,'text','COM_JMYLIFE_CONFIGURATION_LABEL_READMORE','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_READMORE'),('story_pretext','','COM_JMYLIFE_CONFIGURATION_GROUP_LANGUAGE','COM_JMYLIFE_CONFIGURATION_SUBGROUP_STORY',2,'text','COM_JMYLIFE_CONFIGURATION_LABEL_PRETEXT','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_PRETEXT'),('story_posttext','','COM_JMYLIFE_CONFIGURATION_GROUP_LANGUAGE','COM_JMYLIFE_CONFIGURATION_SUBGROUP_STORY',3,'text','COM_JMYLIFE_CONFIGURATION_LABEL_POSTTEXT','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_POSTTEXT'),('default_admin_response','','COM_JMYLIFE_CONFIGURATION_GROUP_LANGUAGE','COM_JMYLIFE_CONFIGURATION_SUBGROUP_STORY',4,'textarea','COM_JMYLIFE_CONFIGURATION_LABEL_DEFAULTADMINRESPONSE','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_DEFAULTADMINRESPONSE'),('votegood_text','This is great!','COM_JMYLIFE_CONFIGURATION_GROUP_LANGUAGE','COM_JMYLIFE_CONFIGURATION_SUBGROUP_VOTING',5,'text','COM_JMYLIFE_CONFIGURATION_LABEL_VOTEGOOD','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_VOTEGOOD'),('votegoodresponse_text','I agree, this is awesome!','COM_JMYLIFE_CONFIGURATION_GROUP_LANGUAGE','COM_JMYLIFE_CONFIGURATION_SUBGROUP_VOTING',6,'text','COM_JMYLIFE_CONFIGURATION_LABEL_VOTEGOODRESPONSE','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_VOTEGOODRESPONSE'),('votebad_text','This is horrible!','COM_JMYLIFE_CONFIGURATION_GROUP_LANGUAGE','COM_JMYLIFE_CONFIGURATION_SUBGROUP_VOTING',7,'text','COM_JMYLIFE_CONFIGURATION_LABEL_VOTEBAD','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_VOTEBAD'),('votebadresponse_text','Yeah, it is bad!','COM_JMYLIFE_CONFIGURATION_GROUP_LANGUAGE','COM_JMYLIFE_CONFIGURATION_SUBGROUP_VOTING',8,'text','COM_JMYLIFE_CONFIGURATION_LABEL_VOTEBADRESPONSE','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_VOTEBADRESPONSE'),('submission_pretext','','COM_JMYLIFE_CONFIGURATION_GROUP_LANGUAGE','COM_JMYLIFE_CONFIGURATION_SUBGROUP_SUBMISSIONS',9,'textarea','COM_JMYLIFE_CONFIGURATION_LABEL_SUBMITPRETEXT','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_SUBMITPRETEXT'),('submission_posttext','','COM_JMYLIFE_CONFIGURATION_GROUP_LANGUAGE','COM_JMYLIFE_CONFIGURATION_SUBGROUP_SUBMISSIONS',10,'textarea','COM_JMYLIFE_CONFIGURATION_LABEL_SUBMITPOSTTEXT','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_SUBMITPOSTTEXT'),('submission_buttontext','Submit','COM_JMYLIFE_CONFIGURATION_GROUP_LANGUAGE','COM_JMYLIFE_CONFIGURATION_SUBGROUP_SUBMISSIONS',11,'text','COM_JMYLIFE_CONFIGURATION_LABEL_SUBMITBUTTONTEXT','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_SUBMITBUTTONTEXT'),('email_enabled','0','COM_JMYLIFE_CONFIGURATION_GROUP_EMAIL','',1,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_EMAILENABLED','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_EMAILENABLED'),('email_to','change@me.com','COM_JMYLIFE_CONFIGURATION_GROUP_EMAIL','',2,'text','COM_JMYLIFE_CONFIGURATION_LABEL_EMAILTO','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_EMAILTO'),('guest_email','0','COM_JMYLIFE_CONFIGURATION_GROUP_EMAIL','',3,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_GUESTEMAIL','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_GUESTEMAIL'),('notify_stories','0','COM_JMYLIFE_CONFIGURATION_GROUP_EMAIL','',4,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_NOTIFYSTORIES','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_NOTIFYSTORIES'),('notify_author_stories','0','COM_JMYLIFE_CONFIGURATION_GROUP_EMAIL','',5,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_NOTIFYAUTHORSTORIES','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_NOTIFYAUTHORSTORIES'),('notify_comments','0','COM_JMYLIFE_CONFIGURATION_GROUP_EMAIL','',6,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_NOTIFYCOMMENTS','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_NOTIFYCOMMENTS'),('notify_author_comments','0','COM_JMYLIFE_CONFIGURATION_GROUP_EMAIL','',7,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_NOTIFYAUTHORCOMMENTS','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_NOTIFYAUTHORCOMMENTS'),('notify_comment_comments','0','COM_JMYLIFE_CONFIGURATION_GROUP_EMAIL','',8,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_NOTIFYCOMMENTCOMMENTS','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_NOTIFYCOMMENTCOMMENTS'),('notify_warning','0','COM_JMYLIFE_CONFIGURATION_GROUP_EMAIL','',9,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_NOTIFYWARN','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_NOTIFYWARN'),('notify_any_warning','0','COM_JMYLIFE_CONFIGURATION_GROUP_EMAIL','',10,'radio','COM_JMYLIFE_CONFIGURATION_LABEL_NOTIFYANYWARN','COM_JMYLIFE_CONFIGURATION_DESCRIPTION_NOTIFYANYWARN');
/*!40000 ALTER TABLE `jos_jmylife_configuration` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_jmylife_language`
--

DROP TABLE IF EXISTS `jos_jmylife_language`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_jmylife_language` (
  `key` varchar(100) CHARACTER SET latin1 NOT NULL,
  `value` mediumtext CHARACTER SET latin1 NOT NULL,
  PRIMARY KEY (`key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_jmylife_language`
--

LOCK TABLES `jos_jmylife_language` WRITE;
/*!40000 ALTER TABLE `jos_jmylife_language` DISABLE KEYS */;
INSERT INTO `jos_jmylife_language` VALUES ('jmylife_desc','LetsRebuildit - share your emails!'),('story_pretext',''),('story_posttext',''),('default_admin_response',''),('submission_pretext',''),('submission_posttext','');
/*!40000 ALTER TABLE `jos_jmylife_language` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_jmylife_stories`
--

DROP TABLE IF EXISTS `jos_jmylife_stories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_jmylife_stories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL,
  `time` int(255) NOT NULL,
  `fulltext` longtext NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `votes1` int(12) DEFAULT '0',
  `votes2` int(12) DEFAULT '0',
  `reported` int(1) NOT NULL DEFAULT '0',
  `moderate1` int(12) NOT NULL DEFAULT '0',
  `moderate2` int(12) NOT NULL DEFAULT '0',
  `via` varchar(255) NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL,
  `user_alias` varchar(255) NOT NULL,
  `user_email` varchar(255) NOT NULL DEFAULT '',
  `allow_votes` tinyint(1) NOT NULL DEFAULT '1',
  `allow_comments` tinyint(1) NOT NULL DEFAULT '1',
  `admin_fulltext` longtext NOT NULL,
  `title` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_jmylife_stories`
--

LOCK TABLES `jos_jmylife_stories` WRITE;
/*!40000 ALTER TABLE `jos_jmylife_stories` DISABLE KEYS */;
INSERT INTO `jos_jmylife_stories` VALUES (1,1,1309835837,'Thank you for choosing JMyLife!',1,0,0,0,0,0,'',0,'JMyLife','',1,1,'','JMyLife');
/*!40000 ALTER TABLE `jos_jmylife_stories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_jmylife_stories_subscriptions`
--

DROP TABLE IF EXISTS `jos_jmylife_stories_subscriptions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_jmylife_stories_subscriptions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `sid` int(11) NOT NULL,
  `uid` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_jmylife_stories_subscriptions`
--

LOCK TABLES `jos_jmylife_stories_subscriptions` WRITE;
/*!40000 ALTER TABLE `jos_jmylife_stories_subscriptions` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_jmylife_stories_subscriptions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_jmylife_stories_versions`
--

DROP TABLE IF EXISTS `jos_jmylife_stories_versions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_jmylife_stories_versions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `sid` int(11) NOT NULL,
  `catid` int(11) NOT NULL,
  `fulltext` mediumtext NOT NULL,
  `user_id` int(11) NOT NULL,
  `user_alias` varchar(255) NOT NULL,
  `user_email` varchar(255) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `changed` datetime NOT NULL,
  `edited_by` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_jmylife_stories_versions`
--

LOCK TABLES `jos_jmylife_stories_versions` WRITE;
/*!40000 ALTER TABLE `jos_jmylife_stories_versions` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_jmylife_stories_versions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_jmylife_votes`
--

DROP TABLE IF EXISTS `jos_jmylife_votes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_jmylife_votes` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `ip` varchar(255) NOT NULL,
  `uid` int(11) NOT NULL,
  `sid` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_jmylife_votes`
--

LOCK TABLES `jos_jmylife_votes` WRITE;
/*!40000 ALTER TABLE `jos_jmylife_votes` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_jmylife_votes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_jumi`
--

DROP TABLE IF EXISTS `jos_jumi`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_jumi` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `alias` varchar(255) NOT NULL,
  `path` varchar(255) DEFAULT NULL,
  `custom_script` text,
  `access` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `published` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_jumi`
--

LOCK TABLES `jos_jumi` WRITE;
/*!40000 ALTER TABLE `jos_jumi` DISABLE KEYS */;
INSERT INTO `jos_jumi` VALUES (1,'Hello Jumi!','hello-jumi','','<!-- Jumi intro including some php code (sitename, username) - see below. -->\r\n\r\n<?php\r\nfunction sitename() { //gets sitename\r\n $config = new JConfig();\r\n return $config->sitename;\r\n}\r\n$user =& JFactory::getUser(); //gets user object\r\n?>\r\n\r\n<h3>Hello in the world of Jumi!</h3>\r\n<p>Jumi is a set of Joomla! extensions enabling to include custom codes (html, php, css, js, ...) into Joomla!</p>\r\n<ul>\r\n<li>Jumi <b>module</b> includes codes into Joomla! module positions,</li>\r\n<li>Jumi <b>plugin</b> includes codes into Joomla! articles,</li>\r\n<li>Jumi <b>component</b> creates separate Joomla! components from custom codes.</li>\r\n</ul>\r\n<p>We hope Jumi will be useful for your <strong><?php echo sitename(); ?></strong> site. As it is for more then 100.000 other webmasters and developers.<p>\r\n<h4>Jumi resources</h4>\r\n<p>You can also visit following resources for Jumi native extensions for Joomla! 1.0.x and 1.5.x:</p>\r\n<ul>\r\n<li><a href=\"http://edo.webmaster.am/jumi\" title=\"Jumi downloads\">Jumi downloads</a>,</li>\r\n<li><a href=\"http://edo.webmaster.am/jumi/concise-guide\" title=\"Concise guide\">Jumi concise guide</a>,</li>\r\n<li><a href=\"http://edo.webmaster.am/jumi/tutorial\" title=\"Jumi Tips, tricks, snippet\">Jumi tips, tricks and snippets</a>,</li>\r\n<li>Jumi support can be found at <a href=\"http://forum.joomla.org/viewforum.php?f=470\" title=\"Jumi support\">Joomla! extensions forum</a>,</li>\r\n<li><a href=\"http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,1023/Itemid,35/\" title=\"Jumi feedbacks and opinions\">Jumi feedbacks and opinions</a>.</li>\r\n</ul>\r\n<p>Dear \r\n<?php\r\nif ($user->name == \'\')\r\n echo \"unknown, not logged, friend\";\r\nelse\r\n echo $user->name;\r\n?>\r\n!<br />Have a nice day, weeks, months and years with Jumi!\r\n<br />\r\nWhat next? Try <a href=\"index.php?option=com_jumi&fileid=2\">Joomla!-Jumi blogspot component</a> in your pages now!\r\n</p>',0,0,1),(2,'Blogspot','blogspot','components/com_jumi/files/blogger.php','<?php\r\n//Display joomla-jumi.blogspot.com\r\n//You can change following variables so you can display your own blog.\r\n$blogId = \'1748567850225926498\';\r\n$login = \'joomla-jumi\';\r\n$cacheTime = 86400;\r\n?>',0,0,1),(3,'Tax Comparison Results','tax-comparison-results','taxTable/tax_state2a.php','\r\n\r\n',0,0,1),(4,'Tax Comparison Results Long Form','tax-comparison-results-long-form','taxTable/tax_stateLong.php','',0,0,1),(5,'Tax Map','tax-map','taxTable/taxMap.php','<?php \r\ninclude (\'taxTable/maps/states2.php\');\r\n?>\r\n\r\n<script type=\"text/javascript\" src=\"taxTable/maps/wz_tooltip.js\"></script>\r\n',0,0,1);
/*!40000 ALTER TABLE `jos_jumi` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_menu`
--

DROP TABLE IF EXISTS `jos_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_menu` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `menutype` varchar(75) DEFAULT NULL,
  `name` varchar(255) DEFAULT NULL,
  `alias` varchar(255) NOT NULL DEFAULT '',
  `link` text,
  `type` varchar(50) NOT NULL DEFAULT '',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `parent` int(11) unsigned NOT NULL DEFAULT '0',
  `componentid` int(11) unsigned NOT NULL DEFAULT '0',
  `sublevel` int(11) DEFAULT '0',
  `ordering` int(11) DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `pollid` int(11) NOT NULL DEFAULT '0',
  `browserNav` tinyint(4) DEFAULT '0',
  `access` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `utaccess` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  `lft` int(11) unsigned NOT NULL DEFAULT '0',
  `rgt` int(11) unsigned NOT NULL DEFAULT '0',
  `home` int(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `componentid` (`componentid`,`menutype`,`published`,`access`),
  KEY `menutype` (`menutype`)
) ENGINE=MyISAM AUTO_INCREMENT=133 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_menu`
--

LOCK TABLES `jos_menu` WRITE;
/*!40000 ALTER TABLE `jos_menu` DISABLE KEYS */;
INSERT INTO `jos_menu` VALUES (1,'mainmenu','Home','home','index.php?option=com_content&view=frontpage','component',1,0,20,0,2,0,'0000-00-00 00:00:00',0,0,0,3,'num_leading_articles=0\nnum_intro_articles=21\nnum_columns=2\nnum_links=10\norderby_pri=\norderby_sec=front\nmulti_column_order=1\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=\npage_title=Email Repository \\|  Links \\| Events\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,1),(2,'mainmenu','Joomla! License','joomla-license','index.php?option=com_content&view=article&id=5','component',0,0,20,0,5,0,'0000-00-00 00:00:00',0,0,0,0,'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n',0,0,0),(41,'mainmenu','FAQ','faq','index.php?option=com_content&view=section&id=3','component',0,0,20,0,6,0,'0000-00-00 00:00:00',0,0,0,0,'show_page_title=1\nshow_description=0\nshow_description_image=0\nshow_categories=1\nshow_empty_categories=0\nshow_cat_num_articles=1\nshow_category_description=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby=\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1',0,0,0),(11,'othermenu','Joomla! Home','joomla-home','http://www.joomla.org','url',0,0,0,0,7,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\n\n',0,0,0),(12,'othermenu','Joomla! Forums','joomla-forums','http://forum.joomla.org','url',0,0,0,0,6,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\n\n',0,0,0),(13,'othermenu','Bill of Rights','bill-of-rights','index.php?option=com_content&view=article&id=47','component',1,0,20,0,3,0,'0000-00-00 00:00:00',0,0,0,3,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(14,'othermenu','Joomla! Community','joomla-community','http://community.joomla.org','url',0,0,0,0,8,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\n\n',0,0,0),(15,'othermenu','Joomla! Magazine','joomla-community-magazine','http://community.joomla.org/magazine.html','url',0,0,0,0,9,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\n\n',0,0,0),(16,'othermenu','The Federalist Papers','osm-home','http://www.foundingfathers.info/federalistpapers/','url',1,0,0,0,5,0,'0000-00-00 00:00:00',0,0,0,6,'menu_image=-1\n\n',0,0,0),(17,'othermenu','Constitution of the United States','constitution-of-the-united-states','index.php?option=com_content&view=article&id=48','component',1,0,20,0,4,0,'0000-00-00 00:00:00',0,0,0,3,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(18,'topmenu','News','news','index.php?option=com_newsfeeds&view=newsfeed&id=1&feedid=1','component',0,0,11,0,4,0,'0000-00-00 00:00:00',0,0,0,3,'show_page_title=1\npage_title=News\npageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_other_cats=1\nshow_cat_description=1\nshow_cat_items=1\nshow_feed_image=1\nshow_feed_description=1\nshow_item_description=1\nfeed_word_count=0\n\n',0,0,0),(20,'usermenu','Your Details','your-details','index.php?option=com_user&view=user&task=edit','component',1,0,14,0,1,0,'0000-00-00 00:00:00',0,0,1,3,'',0,0,0),(24,'usermenu','Logout','logout','index.php?option=com_user&view=login','component',1,0,14,0,4,0,'0000-00-00 00:00:00',0,0,1,3,'',0,0,0),(38,'keyconcepts','Content Layouts','content-layouts','index.php?option=com_content&view=article&id=24','component',0,0,20,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n',0,0,0),(27,'othermenu','Declaration of Independence','declaration-of-independence','index.php?option=com_content&view=article&id=46','component',1,0,20,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=0\nshow_title=\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(28,'topmenu','About Joomla!','about-joomla','index.php?option=com_content&view=article&id=25','component',0,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n',0,0,0),(29,'topmenu','Features','features','index.php?option=com_content&view=article&id=22','component',0,0,20,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n',0,0,0),(30,'topmenu','The Community','the-community','index.php?option=com_content&view=article&id=27','component',0,0,20,0,5,0,'0000-00-00 00:00:00',0,0,0,0,'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n',0,0,0),(34,'othermenu','What\'s New in 1.5?','what-is-new-in-1-5','index.php?option=com_content&view=article&id=22','component',-2,0,20,1,1,0,'0000-00-00 00:00:00',0,0,0,0,'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n',0,0,0),(40,'keyconcepts','Extensions','extensions','index.php?option=com_content&view=article&id=26','component',0,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n',0,0,0),(37,'mainmenu','The Piper\'s Pipers','the-pipers-piper','index.php?option=com_content&view=category&id=67','component',1,0,20,0,8,62,'2015-02-27 04:43:16',0,0,0,0,'display_num=10\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\norderby_sec=\nshow_pagination=1\nshow_pagination_limit=1\nshow_feed_link=1\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(43,'keyconcepts','Example Pages','example-pages','index.php?option=com_content&view=article&id=43','component',0,0,20,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n',0,0,0),(44,'ExamplePages','Section Blog','section-blog','index.php?option=com_content&view=section&layout=blog&id=3','component',1,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'show_page_title=1\npage_title=Example of Section Blog layout (FAQ section)\nshow_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\nshow_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby_pri=\norderby_sec=\nshow_pagination=2\nshow_pagination_results=1\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n',0,0,0),(45,'ExamplePages','Section Table','section-table','index.php?option=com_content&view=section&id=3','component',1,0,20,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'show_page_title=1\npage_title=Example of Table Blog layout (FAQ section)\nshow_description=0\nshow_description_image=0\nshow_categories=1\nshow_empty_categories=0\nshow_cat_num_articles=1\nshow_category_description=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby=\nshow_noauth=0\nshow_title=1\nnlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n',0,0,0),(46,'ExamplePages','Category Blog','categoryblog','index.php?option=com_content&view=category&layout=blog&id=31','component',1,0,20,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'show_page_title=1\npage_title=Example of Category Blog layout (FAQs/General category)\nshow_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\nshow_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby_pri=\norderby_sec=\nshow_pagination=2\nshow_pagination_results=1\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n',0,0,0),(47,'ExamplePages','Category Table','category-table','index.php?option=com_content&view=category&id=32','component',1,0,20,0,5,0,'0000-00-00 00:00:00',0,0,0,0,'show_page_title=1\npage_title=Example of Category Table layout (FAQs/Languages category)\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby_sec=\nshow_pagination=1\nshow_pagination_limit=1\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n',0,0,0),(48,'mainmenu','Web Links','web-links','index.php?option=com_weblinks&view=categories','component',1,0,4,0,19,0,'0000-00-00 00:00:00',0,0,0,0,'page_title=Weblinks\nimage=-1\nimage_align=right\npageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_comp_description=1\ncomp_description=\nshow_link_hits=1\nshow_link_description=1\nshow_other_cats=1\nshow_headings=1\nshow_page_title=1\nlink_target=0\nlink_icons=\n\n',0,0,0),(49,'mainmenu','News Feeds','news-feeds','index.php?option=com_newsfeeds&view=categories','component',0,0,11,0,9,0,'0000-00-00 00:00:00',0,0,0,0,'show_page_title=1\npage_title=Newsfeeds\nshow_comp_description=1\ncomp_description=\nimage=-1\nimage_align=right\npageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_other_cats=1\nshow_cat_description=1\nshow_cat_items=1\nshow_feed_image=1\nshow_feed_description=1\nshow_item_description=1\nfeed_word_count=0\n\n',0,0,0),(50,'mainmenu','The News','the-news','index.php?option=com_content&view=category&layout=blog&id=1','component',1,0,20,0,7,0,'0000-00-00 00:00:00',0,0,0,0,'show_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=1\nnum_links=4\norderby_pri=\norderby_sec=\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=\npage_title=The News\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(51,'usermenu','Submit an Article','submit-an-article','index.php?option=com_content&view=article&layout=form','component',1,0,20,0,2,0,'0000-00-00 00:00:00',0,0,2,0,'',0,0,0),(52,'usermenu','Submit a Web Link','submit-a-web-link','index.php?option=com_weblinks&view=weblink&layout=form','component',1,0,4,0,3,0,'0000-00-00 00:00:00',0,0,2,0,'',0,0,0),(53,'organizations','The Oak Initiative','the-oak-initiative','index.php?option=com_content&view=category&id=78','component',1,0,20,0,9,0,'0000-00-00 00:00:00',0,1,0,0,'display_num=30\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\norderby_sec=\nshow_pagination=1\nshow_pagination_limit=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=OAKI-logo.png\nsecure=0\n\n',0,0,0),(55,'organizations','Citizens for Traditional Values MI','ctv','http://www.ctvmichigan.org/','url',1,0,0,0,4,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(56,'organizations','Isaiah 58:12','isaiah-5812','http://www.isaiah5812.org/','url',0,0,0,0,5,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(57,'organizations','Americans for Prosperity MI','afp','http://www.americansforprosperity.org/michigan','url',1,0,0,0,2,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(54,'organizations','Transformation Michigan','tmi','http://transformmi.com/','url',1,0,0,0,11,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(58,'organizations','American Family Association','afa','http://www.afa.net/','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(59,'organizations','The Tea Party Express','tpe','http://www.teapartyexpress.org/','url',1,0,0,0,10,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(60,'governmentcontacts','U.S. Senate','us-senate','http://www.senate.gov/pagelayout/senators/f_two_sections_with_teasers/states.htm','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(61,'governmentcontacts','U.S. House of Representatives','us-house-of-representatives','http://www.house.gov/house/MemberWWW.shtml','url',1,0,0,0,2,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(62,'governmentcontacts','State Government','state-government','http://www.usa.gov/Agencies/State_and_Territories.shtml','url',1,0,0,0,3,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(63,'newsorganizations','CBN Christian Broadcasting Network','cbn','http://www.cbn.com/','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(64,'newsorganizations','Fox News','fox','http://foxnews.com','url',1,0,0,0,3,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(65,'newsorganizations','Jerusalem Post','jerusalem-post','http://www.jpost.com/','url',1,0,0,0,4,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(66,'newsorganizations','The Daily Telegraph UK','telegraph','http://www.telegraph.co.uk/','url',1,0,0,0,9,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(67,'newsorganizations','The Los Angeles Times','lat','http://www.latimes.com/','url',0,0,0,0,10,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(68,'popular_blogs','Helio Rodriguez-Ecay','helio-rodriguez-ecay','index.php?option=com_content&view=category&layout=blog&id=41','component',0,0,20,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'show_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=1\nnum_links=8\norderby_pri=\norderby_sec=\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Eco\'s Mail\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(69,'popular_blogs','Jack Brake','jack-brake','index.php?option=com_content&view=category&layout=blog&id=43','component',0,0,20,0,5,0,'0000-00-00 00:00:00',0,0,0,0,'show_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=8\nnum_columns=1\nnum_links=8\norderby_pri=\norderby_sec=\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Jack B\'s Inbox\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(70,'popular_blogs','Edward Garabedian','edward-garabedian','index.php?option=com_content&view=category&layout=blog&id=42','component',0,0,20,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'show_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=8\nnum_columns=1\nnum_links=8\norderby_pri=\norderby_sec=\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Ed Garry\'s Mail\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(71,'tools','Tax Calculator State by State Comparison (Short Form) - Which states are tax friendly? Which states are not tax friendly?','tax-calculator-is-your-state-tax-friendly-or-not','index.php?option=com_content&view=article&id=73','component',1,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(90,'mainmenu','Humor','humor','index.php?option=com_content&view=category&id=73','component',1,0,20,0,20,62,'2012-02-17 13:20:40',0,0,0,0,'display_num=10\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\norderby_sec=\nshow_pagination=0\nshow_pagination_limit=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(72,'ExamplePages','Wrapper','wrapper','index.php?option=com_wrapper&view=wrapper','component',1,0,17,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'url=http://letsrebuildit.com/taxTable/tax_state_calc.php\nscrolling=auto\nwidth=100%\nheight=500\nheight_auto=0\nadd_scheme=1\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(73,'tools','Tax Calculator State by State Comparison (Extended)','tax-calculator-state-by-state-comparison-detailed','index.php?option=com_content&view=article&id=75','component',1,0,20,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(74,'tools','Tax Map','taxmap','index.php?option=com_jumi&fileid=5','component',1,0,51,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'page_title=Tax Map\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(75,'popular_blogs','Elsie Deluca','elsie-deluca','index.php?option=com_content&view=category&layout=blog&id=51','component',0,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'show_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=8\nnum_columns=1\nnum_links=8\norderby_pri=\norderby_sec=\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Elsie\'s Inbox\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(76,'tools','Truth or Fiction Email Reality Check','truth-or-fiction-email-reality-check','http://www.truthorfiction.com/','url',0,0,0,0,4,62,'2012-08-06 02:52:00',0,0,0,0,'menu_image=-1\n\n',0,0,0),(77,'research','Truth or Fiction Email Reality Check','truth-or-fiction-email-reality-check','index.php?option=com_weblinks&view=categories','component',1,0,4,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'image=-1\nimage_align=right\nshow_feed_link=1\nshow_comp_description=\ncomp_description=\nshow_link_hits=\nshow_link_description=\nshow_other_cats=\nshow_headings=\ntarget=\nlink_icons=\npage_title=Truth or Fiction\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(78,'popular_blogs','Thomas Brake','thomas-brake','index.php?option=com_content&view=category&layout=blog&id=54','component',0,0,20,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'show_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=1\nnum_links=8\norderby_pri=\norderby_sec=\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Tom\'s Mailroom\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(79,'finance','The End of Money and the Future of Civilization','the-end-of-money-and-the-future-of-civilization','http://www.marketoracle.co.uk/Article14163.html','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\n\n',0,0,0),(80,'lookup','Truth or Fiction','truth-or-fiction','http://www.truthorfiction.com/','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\n\n',0,0,0),(81,'temporalities','Get Prepared','get-prepared','index.php?option=com_content&view=category&id=61','component',1,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'display_num=10\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\norderby_sec=order\nshow_pagination=0\nshow_pagination_limit=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Temporal Preparedness\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(96,'othermenu','Mostly Jefferson','mostly-jefferson','index.php?option=com_content&view=category&id=34','component',1,0,20,0,11,0,'0000-00-00 00:00:00',0,0,0,0,'display_num=10\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\norderby_sec=\nshow_pagination=1\nshow_pagination_limit=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(82,'temporalities','FEMA: Are You Ready?','fema-are-you-ready','http://www.fema.gov/areyouready/','url',1,0,0,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\n\n',0,0,0),(83,'lookup','Snopes','snopes','http://www.snopes.com/','url',1,0,0,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\n\n',0,0,0),(84,'newsorganizations','OneNewsNow.com','onenewsnowcom','http://www.onenewsnow.com/','url',1,0,0,0,6,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(85,'temporalities','YouTube - How To\'s on Preparation','youtube-how-tos-on-preparation','index.php?option=com_content&view=category&id=68','component',1,0,20,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'display_num=10\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\norderby_sec=\nshow_pagination=1\nshow_pagination_limit=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(86,'othermenu','Links to Videos about Islam','links-to-videos-about-islam','index.php?option=com_content&view=category&id=69','component',0,0,20,0,10,0,'0000-00-00 00:00:00',0,0,0,0,'display_num=10\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\norderby_sec=\nshow_pagination=1\nshow_pagination_limit=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(87,'mainmenu','Big Brother Watch','big-brother','index.php?option=com_content&view=category&id=70','component',1,0,20,0,10,62,'2012-03-11 16:07:38',0,0,0,0,'display_num=10\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\norderby_sec=\nshow_pagination=0\nshow_pagination_limit=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(88,'mainmenu','About Sha\'aria','about-shaaria','index.php?option=com_content&view=category&id=71','component',1,0,20,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'display_num=10\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\norderby_sec=\nshow_pagination=1\nshow_pagination_limit=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(89,'mainmenu','Guns,  Project Gunrunner','guns-project-gunrunner','index.php?option=com_content&view=category&id=72','component',1,0,20,0,12,0,'0000-00-00 00:00:00',0,0,0,0,'display_num=30\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\norderby_sec=\nshow_pagination=0\nshow_pagination_limit=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=1\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=1\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(91,'mainmenu','Guest Contributions','guest-contributions','index.php?option=com_jmylife&view=list&catid=2&sort=none','component',0,0,73,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'page_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(92,'mainmenu','Contact Us','contact-us','index.php?option=com_aicontactsafe&view=message&layout=message&pf=1','component',1,0,81,0,22,0,'0000-00-00 00:00:00',0,0,0,0,'redirect_on_success=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(93,'mainmenu','Taxes-State by State Tax Calculators-Tax Map','taxes-state-by-state-tax-calculators-tax-map','index.php?option=com_content&view=category&id=58','component',1,0,20,0,18,62,'2015-11-01 03:30:03',0,0,0,0,'display_num=10\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\norderby_sec=\nshow_pagination=1\nshow_pagination_limit=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(94,'mainmenu','Repeating History or Hitler Was Not That Bad Department','repeating-history-or-hitler-was-not-that-bad-department','index.php?option=com_content&view=category&id=74','component',1,0,20,0,11,0,'0000-00-00 00:00:00',0,0,0,0,'display_num=30\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\norderby_sec=order\nshow_pagination=1\nshow_pagination_limit=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=1\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(95,'mainmenu','In Their Own Words Department','in-their-own-words-department','index.php?option=com_content&view=category&id=75','component',1,0,20,0,17,0,'0000-00-00 00:00:00',0,0,0,0,'display_num=30\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\norderby_sec=\nshow_pagination=1\nshow_pagination_limit=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(97,'topmenu','Forward an article','forward-an-article','index.php?option=com_content&view=category&id=28','component',1,0,20,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'display_num=10\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\norderby_sec=\nshow_pagination=1\nshow_pagination_limit=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(98,'mainmenu','Banksters, Crooks and Other Politicians','banking-a-finance','index.php?option=com_content&view=category&id=56','component',1,0,20,0,14,0,'0000-00-00 00:00:00',0,0,0,0,'display_num=10\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\norderby_sec=\nshow_pagination=1\nshow_pagination_limit=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(99,'organizations','Morningstar Ministries','morningstar-ministries','index.php?option=com_content&view=category&id=76','component',1,0,20,0,8,0,'0000-00-00 00:00:00',0,1,0,0,'display_num=30\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\norderby_sec=\nshow_pagination=1\nshow_pagination_limit=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(100,'mainmenu','Hey Boss Man - D.U.M. (Department of Union Miscreants)','the-union-boss-man-miscreants-a-other-politicians-department','index.php?option=com_content&view=category&id=79','component',1,0,20,0,13,0,'0000-00-00 00:00:00',0,0,0,0,'display_num=10\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\norderby_sec=\nshow_pagination=1\nshow_pagination_limit=1\nshow_feed_link=1\nshow_noauth=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=1\nlink_section=\nshow_category=1\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(101,'mainmenu','Israel Update','israel-update','index.php?option=com_content&view=category&id=80','component',1,0,20,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'display_num=30\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\norderby_sec=\nshow_pagination=0\nshow_pagination_limit=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(102,'mainmenu','Inspiration','inspiration','index.php?option=com_content&view=category&id=81','component',1,0,20,0,21,0,'0000-00-00 00:00:00',0,0,0,0,'display_num=10\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\norderby_sec=\nshow_pagination=1\nshow_pagination_limit=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(103,'useful_idiots','The New York Times','the-new-york-times','http://www.nytimes.com/','url',1,0,0,0,9,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\n\n',0,0,0),(104,'useful_idiots','Reuters','reuters','http://www.reuters.com/','url',1,0,0,0,7,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\n\n',0,0,0),(105,'useful_idiots','CNN','cnn','http://www.cnn.com/','url',1,0,0,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\n\n',0,0,0),(106,'useful_idiots','The Washington Post','washington-post','http://www.washingtonpost.com/','url',1,0,0,0,10,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\n\n',0,0,0),(107,'useful_idiots','ABC','abc','http://www.abc.com/','url',1,0,0,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\n\n',0,0,0),(108,'useful_idiots','CBS','cbs','http://www.cbs.com/','url',1,0,0,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\n\n',0,0,0),(109,'useful_idiots','NBC','nbc','http://www.nbc.com/','url',1,0,0,0,6,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\n\n',0,0,0),(110,'useful_idiots','MSNBC','msnbc','http://www.msnbc.com/','url',1,0,0,0,5,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\n\n',0,0,0),(111,'useful_idiots','The LA  Times','the-la-times','http://www.latimes.com/','url',1,0,0,0,8,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\n\n',0,0,0),(112,'useful_idiots','USA Today','usa-today','http://www.usatoday.com/','url',1,0,0,0,11,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\n\n',0,0,0),(113,'useful_idiots','Definition of Useful Idiot','definition-of-useful-idiot','http://en.wikipedia.org/wiki/Useful_idiot','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=DefUsefulIdiot-1.jpg\n\n',0,0,0),(114,'popular_blogs','Townhall.com','townhall','http://www.townhall.com','url',1,0,0,0,11,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(115,'popular_blogs','The Blaze','blaze','http://www.theblaze.com','url',1,0,0,0,7,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(116,'popular_blogs','The Drudge Report','drudge','http://www.drudgereport.com','url',1,0,0,0,9,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(117,'popular_blogs','WND','wnd','http://www.wnd.com','url',1,0,0,0,12,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(118,'mainmenu','Quotes of the Week','quotes-of-the-week','index.php?option=com_rquotes&view=all','component',0,0,52,0,23,0,'0000-00-00 00:00:00',0,0,0,0,'title=Rquotes\ndescription=Type the text to appear after the page title\ncategory=1\nlimit=2\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(119,'popular_blogs','Ann Coulter','ann-coulter','http://www.anncoulter.com','url',1,0,0,0,6,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(120,'mainmenu','Climate - Global Warming','climate-global-warming','index.php?option=com_content&view=category&id=83','component',1,0,20,0,15,0,'0000-00-00 00:00:00',0,0,0,0,'display_num=25\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\norderby_sec=\nshow_pagination=1\nshow_pagination_limit=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(121,'mainmenu','Energy','energy','index.php?option=com_content&view=category&id=84','component',1,0,20,0,16,0,'0000-00-00 00:00:00',0,0,0,0,'display_num=10\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\norderby_sec=\nshow_pagination=1\nshow_pagination_limit=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(122,'othermenu','Charts','charts','index.php?option=com_content&view=category&layout=blog&id=60','component',1,0,20,0,12,0,'0000-00-00 00:00:00',0,0,0,0,'show_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=1\nnum_links=4\norderby_pri=\norderby_sec=\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(123,'popular_blogs','Michelle Malkin','michelle-malkin','http://michellemalkin.com/','url',1,0,0,0,10,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(124,'popular_blogs','Breitbart.com','breitbartcom','http://www.breitbart.com/','url',1,0,0,0,8,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(125,'organizations','Family Research Council','family-research-council','http://frc.org/','url',1,0,0,0,6,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(126,'organizations','Center for Security Policy','center-for-security-policy','http://www.centerforsecuritypolicy.org/','url',1,0,0,0,3,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(127,'newsorganizations','Red State','red-state','http://www.redstate.com/','url',1,0,0,0,8,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(128,'newsorganizations','The Daily Caller','the-daily-caller','http://dailycaller.com/','url',1,0,0,0,11,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(129,'newsorganizations','CNS News','cns-news','http://cnsnews.com/','url',1,0,0,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\n\n',0,0,0),(130,'organizations','Media Research Center','media-research-center','http://www.mrc.org/','url',1,0,0,0,7,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(131,'newsorganizations','Jihad Watch','jihad-watch','http://www.jihadwatch.org/','url',1,0,0,0,5,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0),(132,'newsorganizations','Pamela Geller','pamela-geller','http://pamelageller.com/','url',1,0,0,0,7,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\n\n',0,0,0);
/*!40000 ALTER TABLE `jos_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_menu_types`
--

DROP TABLE IF EXISTS `jos_menu_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_menu_types` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `menutype` varchar(75) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `description` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `menutype` (`menutype`)
) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_menu_types`
--

LOCK TABLES `jos_menu_types` WRITE;
/*!40000 ALTER TABLE `jos_menu_types` DISABLE KEYS */;
INSERT INTO `jos_menu_types` VALUES (1,'mainmenu','Main Menu','The main menu for the site'),(2,'usermenu','User Menu','A Menu for logged in Users'),(3,'topmenu','How to Forward an Email','Top level navigation'),(4,'othermenu','Resources','Additional links'),(5,'ExamplePages','Example Pages','Example Pages'),(6,'keyconcepts','Key Concepts','This describes some critical information for new Users.'),(7,'organizations','Organizations','Grassroots Organizations'),(8,'governmentcontacts','Government Contacts','Contact information for government personnel and agencies.'),(9,'newsorganizations','News Organizations','News from around the country and around the world. Get a foriegn perspective on domestic issues.'),(10,'popular_blogs','Popular Blogs','And the lookout shouted, Day after day, my lord, I stand on the watchtower; '),(11,'tools','Tools','Tools'),(12,'research','Research','Research Tools'),(13,'finance','Finance and Economy','Articles on banking, finance and the economy.'),(14,'lookup','Look Up Tools','Veracity check'),(15,'temporalities','Temporalities','Temporal preparedness'),(16,'useful_idiots','Useful Idiots','\"Useful idiot\" is often used as a pejorative term for those who are seen to unwittingly support a malignant cause through their naive attempts to be a force for good.');
/*!40000 ALTER TABLE `jos_menu_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_messages`
--

DROP TABLE IF EXISTS `jos_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_messages` (
  `message_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id_from` int(10) unsigned NOT NULL DEFAULT '0',
  `user_id_to` int(10) unsigned NOT NULL DEFAULT '0',
  `folder_id` int(10) unsigned NOT NULL DEFAULT '0',
  `date_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `state` int(11) NOT NULL DEFAULT '0',
  `priority` int(1) unsigned NOT NULL DEFAULT '0',
  `subject` text NOT NULL,
  `message` text NOT NULL,
  PRIMARY KEY (`message_id`),
  KEY `useridto_state` (`user_id_to`,`state`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_messages`
--

LOCK TABLES `jos_messages` WRITE;
/*!40000 ALTER TABLE `jos_messages` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_messages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_messages_cfg`
--

DROP TABLE IF EXISTS `jos_messages_cfg`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_messages_cfg` (
  `user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `cfg_name` varchar(100) NOT NULL DEFAULT '',
  `cfg_value` varchar(255) NOT NULL DEFAULT '',
  UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_messages_cfg`
--

LOCK TABLES `jos_messages_cfg` WRITE;
/*!40000 ALTER TABLE `jos_messages_cfg` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_messages_cfg` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_migration_backlinks`
--

DROP TABLE IF EXISTS `jos_migration_backlinks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_migration_backlinks` (
  `itemid` int(11) NOT NULL,
  `name` varchar(100) NOT NULL,
  `url` text NOT NULL,
  `sefurl` text NOT NULL,
  `newurl` text NOT NULL,
  PRIMARY KEY (`itemid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_migration_backlinks`
--

LOCK TABLES `jos_migration_backlinks` WRITE;
/*!40000 ALTER TABLE `jos_migration_backlinks` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_migration_backlinks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_modules`
--

DROP TABLE IF EXISTS `jos_modules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_modules` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` text NOT NULL,
  `content` text NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  `position` varchar(50) DEFAULT NULL,
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `module` varchar(50) DEFAULT NULL,
  `numnews` int(11) NOT NULL DEFAULT '0',
  `access` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `showtitle` tinyint(3) unsigned NOT NULL DEFAULT '1',
  `params` text NOT NULL,
  `iscore` tinyint(4) NOT NULL DEFAULT '0',
  `client_id` tinyint(4) NOT NULL DEFAULT '0',
  `control` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `published` (`published`,`access`),
  KEY `newsfeeds` (`module`,`published`)
) ENGINE=MyISAM AUTO_INCREMENT=65 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_modules`
--

LOCK TABLES `jos_modules` WRITE;
/*!40000 ALTER TABLE `jos_modules` DISABLE KEYS */;
INSERT INTO `jos_modules` VALUES (1,'Main Menu','',2,'left',62,'2011-07-09 13:52:45',1,'mod_mainmenu',0,0,1,'menutype=mainmenu\nmoduleclass_sfx=_menu\n',1,0,''),(2,'Login','',1,'login',0,'0000-00-00 00:00:00',1,'mod_login',0,0,1,'',1,1,''),(3,'Popular','',3,'cpanel',0,'0000-00-00 00:00:00',1,'mod_popular',0,2,1,'',0,1,''),(4,'Recent added Articles','',4,'cpanel',0,'0000-00-00 00:00:00',1,'mod_latest',0,2,1,'ordering=c_dsc\nuser_id=0\ncache=0\n\n',0,1,''),(5,'Menu Stats','',5,'cpanel',0,'0000-00-00 00:00:00',1,'mod_stats',0,2,1,'',0,1,''),(6,'Unread Messages','',1,'header',0,'0000-00-00 00:00:00',1,'mod_unread',0,2,1,'',1,1,''),(7,'Online Users','',2,'header',0,'0000-00-00 00:00:00',1,'mod_online',0,2,1,'',1,1,''),(8,'Toolbar','',1,'toolbar',0,'0000-00-00 00:00:00',1,'mod_toolbar',0,2,1,'',1,1,''),(9,'Quick Icons','',1,'icon',0,'0000-00-00 00:00:00',1,'mod_quickicon',0,2,1,'',1,1,''),(10,'Logged in Users','',2,'cpanel',0,'0000-00-00 00:00:00',1,'mod_logged',0,2,1,'',0,1,''),(11,'Footer','',0,'footer',0,'0000-00-00 00:00:00',1,'mod_footer',0,0,1,'',1,1,''),(12,'Admin Menu','',1,'menu',0,'0000-00-00 00:00:00',1,'mod_menu',0,2,1,'',0,1,''),(13,'Admin SubMenu','',1,'submenu',0,'0000-00-00 00:00:00',1,'mod_submenu',0,2,1,'',0,1,''),(14,'User Status','',1,'status',0,'0000-00-00 00:00:00',1,'mod_status',0,2,1,'',0,1,''),(15,'Title','',1,'title',0,'0000-00-00 00:00:00',1,'mod_title',0,2,1,'',0,1,''),(16,'Polls','',26,'left',0,'0000-00-00 00:00:00',0,'mod_poll',0,0,1,'id=14\nmoduleclass_sfx=\ncache=1\ncache_time=900\n\n',0,0,''),(17,'User Menu','',14,'left',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,1,1,'menutype=usermenu\nmoduleclass_sfx=_menu\ncache=1',1,0,''),(18,'Login Form','',29,'left',0,'0000-00-00 00:00:00',0,'mod_login',0,0,1,'greeting=1\nname=0',1,0,''),(19,'Latest News','',1,'user1',0,'0000-00-00 00:00:00',1,'mod_latestnews',0,0,1,'count=7\nordering=c_dsc\nuser_id=0\nshow_front=1\nsecid=\ncatid=\nmoduleclass_sfx=\ncache=1\ncache_time=900\n\n',1,0,''),(20,'Statistics','',16,'left',62,'2016-04-19 17:35:51',0,'mod_stats',0,0,1,'serverinfo=1\nsiteinfo=1\ncounter=1\nincrease=0\nmoduleclass_sfx=',0,0,''),(21,'Who\'s Online','',31,'left',0,'0000-00-00 00:00:00',1,'mod_whosonline',0,0,1,'cache=0\nshowmode=0\nmoduleclass_sfx=\n\n',0,0,''),(22,'Popular','',1,'user2',0,'0000-00-00 00:00:00',1,'mod_mostread',0,0,1,'moduleclass_sfx=\nshow_front=1\ncount=9\ncatid=\nsecid=\ncache=1\ncache_time=900\n\n',0,0,''),(23,'Archive','',17,'left',0,'0000-00-00 00:00:00',1,'mod_archive',0,0,1,'cache=1',1,0,''),(24,'Sections','',18,'left',0,'0000-00-00 00:00:00',0,'mod_sections',0,0,1,'cache=1',1,0,''),(25,'Newsflash','',1,'top',0,'0000-00-00 00:00:00',1,'mod_newsflash',0,0,1,'catid=3\r\nstyle=random\r\nitems=\r\nmoduleclass_sfx=',0,0,''),(26,'Related Items','',19,'left',0,'0000-00-00 00:00:00',0,'mod_related_items',0,0,1,'',0,0,''),(27,'Search','',1,'user4',0,'0000-00-00 00:00:00',1,'mod_search',0,0,0,'cache=1',0,0,''),(28,'Random Image','',1,'right',0,'0000-00-00 00:00:00',0,'mod_random_image',0,0,1,'',0,0,''),(29,'Top Menu','',1,'user3',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,0,'cache=1\nmenutype=topmenu\nmenu_style=list_flat\nmenu_images=n\nmenu_images_align=left\nexpand_menu=n\nclass_sfx=-nav\nmoduleclass_sfx=\nindent_image1=0\nindent_image2=0\nindent_image3=0\nindent_image4=0\nindent_image5=0\nindent_image6=0',1,0,''),(30,'IN PRAYER','',1,'user5',0,'0000-00-00 00:00:00',1,'mod_banners',0,0,1,'target=1\ncount=1\ncid=3\ncatid=14\ntag_search=0\nordering=0\nheader_text=\nfooter_text=\nmoduleclass_sfx=\ncache=1\ncache_time=15\n\n',1,0,''),(31,'Resources','',8,'left',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'menutype=othermenu\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=_menu\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n',0,0,''),(32,'Wrapper','',20,'left',0,'0000-00-00 00:00:00',0,'mod_wrapper',0,0,1,'',0,0,''),(33,'Footer','',2,'footer',0,'0000-00-00 00:00:00',0,'mod_footer',0,0,0,'cache=1\n\n',1,0,''),(34,'Feed Display','',21,'left',0,'0000-00-00 00:00:00',0,'mod_feed',0,0,1,'',1,0,''),(35,'Breadcrumbs','',1,'breadcrumb',62,'2011-07-09 13:51:22',1,'mod_breadcrumbs',0,0,1,'moduleclass_sfx=\ncache=0\nshowHome=1\nhomeText=Home\nshowComponent=1\nseparator=\n\n',1,0,''),(36,'Syndication','',1,'syndicate',0,'0000-00-00 00:00:00',0,'mod_syndicate',0,0,0,'',1,0,''),(38,'Must Read','',30,'left',0,'0000-00-00 00:00:00',1,'mod_banners',0,0,1,'target=1\ncount=7\ncid=2\ncatid=35\ntag_search=0\nordering=0\nheader_text=\nfooter_text=\nmoduleclass_sfx=_text\ncache=0\ncache_time=900\n\n',0,0,''),(58,'Latest HtMicroblogs','',32,'left',0,'0000-00-00 00:00:00',0,'mod_latesthtmicroblogs',0,0,1,'htmcount=5\nhtmcbavatar=1\n',0,0,''),(39,'Example Pages','',15,'left',0,'0000-00-00 00:00:00',0,'mod_mainmenu',0,0,1,'cache=1\nclass_sfx=\nmoduleclass_sfx=_menu\nmenutype=ExamplePages\nmenu_style=list_flat\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nfull_active_id=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=0\nactivate_parent=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\nwindow_open=\n\n',0,0,''),(40,'Key Concepts','',13,'left',0,'0000-00-00 00:00:00',0,'mod_mainmenu',0,0,1,'cache=1\nclass_sfx=\nmoduleclass_sfx=_menu\nmenutype=keyconcepts\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nfull_active_id=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=0\nactivate_parent=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\nwindow_open=\n\n',0,0,''),(41,'Welcome to Joomla!','<div style=\"padding: 5px\">  <p>   Congratulations on choosing Joomla! as your content management system. To   help you get started, check out these excellent resources for securing your   server and pointers to documentation and other helpful resources. </p> <p>   <strong>Security</strong><br /> </p> <p>   On the Internet, security is always a concern. For that reason, you are   encouraged to subscribe to the   <a href=\"http://feedburner.google.com/fb/a/mailverify?uri=JoomlaSecurityNews\" target=\"_blank\">Joomla!   Security Announcements</a> for the latest information on new Joomla! releases,   emailed to you automatically. </p> <p>   If this is one of your first Web sites, security considerations may   seem complicated and intimidating. There are three simple steps that go a long   way towards securing a Web site: (1) regular backups; (2) prompt updates to the   <a href=\"http://www.joomla.org/download.html\" target=\"_blank\">latest Joomla! release;</a> and (3) a <a href=\"http://docs.joomla.org/Security_Checklist_2_-_Hosting_and_Server_Setup\" target=\"_blank\" title=\"good Web host\">good Web host</a>. There are many other important security considerations that you can learn about by reading the <a href=\"http://docs.joomla.org/Category:Security_Checklist\" target=\"_blank\" title=\"Joomla! Security Checklist\">Joomla! Security Checklist</a>. </p> <p>If you believe your Web site was attacked, or you think you have discovered a security issue in Joomla!, please do not post it in the Joomla! forums. Publishing this information could put other Web sites at risk. Instead, report possible security vulnerabilities to the <a href=\"http://developer.joomla.org/security/contact-the-team.html\" target=\"_blank\" title=\"Joomla! Security Task Force\">Joomla! Security Task Force</a>.</p><p><strong>Learning Joomla!</strong> </p> <p>   A good place to start learning Joomla! is the   \"<a href=\"http://docs.joomla.org/beginners\" target=\"_blank\">Absolute Beginner\'s   Guide to Joomla!.</a>\" There, you will find a Quick Start to Joomla!   <a href=\"http://help.joomla.org/ghop/feb2008/task048/joomla_15_quickstart.pdf\" target=\"_blank\">guide</a>   and <a href=\"http://help.joomla.org/ghop/feb2008/task167/index.html\" target=\"_blank\">video</a>,   amongst many other tutorials. The   <a href=\"http://community.joomla.org/magazine/view-all-issues.html\" target=\"_blank\">Joomla!   Community Magazine</a> also has   <a href=\"http://community.joomla.org/magazine/article/522-introductory-learning-joomla-using-sample-data.html\" target=\"_blank\">articles   for new learners</a> and experienced users, alike. A great place to look for   answers is the   <a href=\"http://docs.joomla.org/Category:FAQ\" target=\"_blank\">Frequently Asked   Questions (FAQ)</a>. If you are stuck on a particular screen in the   Administrator (which is where you are now), try clicking the Help toolbar   button to get assistance specific to that page. </p> <p>   If you still have questions, please feel free to use the   <a href=\"http://forum.joomla.org/\" target=\"_blank\">Joomla! Forums.</a> The forums   are an incredibly valuable resource for all levels of Joomla! users. Before   you post a question, though, use the forum search (located at the top of each   forum page) to see if the question has been asked and answered. </p> <p>   <strong>Getting Involved</strong> </p> <p>   <a name=\"twjs\" title=\"twjs\"></a> If you want to help make Joomla! better, consider getting   involved. There are   <a href=\"http://www.joomla.org/about-joomla/contribute-to-joomla.html\" target=\"_blank\">many ways   you can make a positive difference.</a> Have fun using Joomla!.</p></div>',0,'cpanel',0,'0000-00-00 00:00:00',1,'mod_custom',0,2,1,'moduleclass_sfx=\n\n',1,1,''),(42,'Joomla! Security Newsfeed','',6,'cpanel',0,'0000-00-00 00:00:00',1,'mod_feed',0,0,1,'cache=1\ncache_time=15\nmoduleclass_sfx=\nrssurl=http://feeds.joomla.org/JoomlaSecurityNews\nrssrtl=0\nrsstitle=1\nrssdesc=0\nrssimage=1\nrssitems=1\nrssitemdesc=1\nword_count=0\n\n',0,1,''),(43,'Organizations','',5,'left',62,'2011-07-09 21:36:00',1,'mod_mainmenu',0,0,1,'menutype=organizations\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n',0,0,''),(44,'COMMUNITY','',22,'left',0,'0000-00-00 00:00:00',0,'mod_mainmenu',0,0,1,'menutype=organizations\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=\nmaxdepth=10\nmenu_images=1\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n',0,0,''),(45,'Government Contacts','',11,'left',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'menutype=governmentcontacts\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n',0,0,''),(46,'News Organizations','',6,'left',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'menutype=newsorganizations',0,0,''),(47,'Event Calendar','',3,'left',0,'0000-00-00 00:00:00',0,'mod_jevents_cal',0,0,1,'inc_ec_css=1\ncache=1\nmoduleclass_sfx=\nallcats=1\ncatid0=0\ncatid1=0\ncatid2=0\ncatid3=0\ncatid4=0\nignorecatfilter=0\nignorefiltermodule=0\ntarget_itemid=\nminical_showlink=1\nminical_prevyear=1\nminical_prevmonth=1\nminical_actmonth=1\nminical_actyear=1\nminical_nextmonth=1\nminical_nextyear=1\nminical_usedate=0\nmodcal_useLocalParam=0\nmodcal_DispLastMonth=NO\nmodcal_DispLastMonthDays=0\nmodcal_DispNextMonth=NO\nmodcal_DispNextMonthDays=0\nmodcal_LinkCloaking=0\n\n',0,0,''),(48,'Latest Events','',4,'left',0,'0000-00-00 00:00:00',0,'mod_jevents_latest',0,0,1,'cache=0\nmoduleclass_sfx=\ncatid0=0\ncatid1=0\ncatid2=0\ncatid3=0\ncatid4=0\nignorecatfilter=0\nignorefiltermodule=0\ntarget_itemid=\nmodlatest_inccss=1\nlayout=\nmodlatest_useLocalParam=0\nmodlatest_CustFmtStr=${eventDate}[!a: - ${endDate(%I:%M%p)}]\\n${title}\nmodlatest_MaxEvents=10\nmodlatest_Mode=3\nmodlatest_Days=30\nmodlatest_NoRepeat=0\nmodlatest_DispLinks=1\nmodlatest_DispYear=0\nmodlatest_DisDateStyle=0\nmodlatest_DisTitleStyle=0\nmodlatest_LinkToCal=0\nmodlatest_LinkCloaking=0\nmodlatest_SortReverse=0\nmodlatest_RSS=0\nmodlatest_rss_title=\nmodlatest_rss_description=\n\n',0,0,''),(49,'JEvents Legend','',27,'left',0,'0000-00-00 00:00:00',0,'mod_jevents_legend',0,0,1,'modlegend_inccss=1\nnonjeventsdisable=1\n',0,0,''),(50,'Popular Blogs','',12,'left',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'menutype=popular_blogs\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n',0,0,''),(51,'Tools','',9,'left',62,'2016-04-19 17:36:09',1,'mod_mainmenu',0,0,1,'menutype=tools',0,0,''),(53,'Jumi','',24,'left',62,'2020-05-17 03:44:45',0,'mod_jumi',0,0,1,'',0,0,''),(54,'Honor the Fathers','',1,'left',62,'2011-07-09 13:52:03',1,'mod_rquotes',0,0,1,'source=db\nfilename=rquotes.txt\nrandomtext=0\ncategory=1\nrotate=single_random\nnum_of_random=2\nstyle=italic\nquotemarks=1\nmoduleclass_sfx=\ntablecreated=0\n\n',0,0,''),(55,'Finance and Economy','',10,'left',62,'2013-06-01 14:00:16',1,'mod_mainmenu',0,0,1,'menutype=finance\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n',0,0,''),(56,'Lookup','',28,'left',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'menutype=lookup\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n',0,0,''),(57,'Temporalities','',25,'left',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'menutype=temporalities\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n',0,0,''),(59,'Simple MP3 Player','',33,'left',0,'0000-00-00 00:00:00',0,'mod_simple_mp3_player',0,0,1,'smp3p_flashmode=transparent\nsmp3p_useplaylist=1\nsmp3p_showpopup=1\nsmp3p_pubtn=rounded-less-default.png\nsmp3p_pubtn_align=center\nsmp3p_showlist=1\nsmp3p_showinfo=1\nsmp3p_width=200\nsmp3p_height=100\nsmp3p_showvolume=1\nsmp3p_volumewidth=40\nsmp3p_volumeheight=8\nsmp3p_volume=75\nsmp3p_showloading=never\nsmp3p_loadingbarcolor=494845\nsmp3p_bgcolor=FFFFFF\nsmp3p_bgcolor1=444444\nsmp3p_bgcolor2=000000\nsmp3p_playlistcolor=66645C\nsmp3p_playlistalphacolor=30\nsmp3p_bgimage=-1\nsmp3p_showslider=1\nsmp3p_sliderwidth=20\nsmp3p_sliderheight=6\nsmp3p_slidercolor1=8F8E8B\nsmp3p_slidercolor2=6C6A63\nsmp3p_sliderovercolor=AFC400\nsmp3p_textcolor=66645C\nsmp3p_currentmp3color=AFC400\nsmp3p_buttonwidth=20\nsmp3p_buttoncolor=8F8E8B\nsmp3p_buttonovercolor=AFC400\nsmp3p_scrollbarcolor=585857\nsmp3p_scrollbarovercolor=AFC400\nsmp3p_copyright=1\n',0,0,''),(60,'Useful Idiots?','',7,'left',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'menutype=useful_idiots\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n',0,0,''),(61,'Quotes of the Week','',23,'left',0,'0000-00-00 00:00:00',1,'mod_rquotes',0,0,1,'source=db\nfilename=rquotes.txt\nrandomtext=0\ncategory=2\nrotate=multiple_random\nnum_of_random=2\nstyle=default\nquotemarks=1\nmoduleclass_sfx=\ntablecreated=0\n\n',0,0,''),(62,'Points to Ponder','',34,'left',0,'0000-00-00 00:00:00',1,'mod_rquotes',0,0,1,'source=db\nfilename=rquotes.txt\nrandomtext=0\ncategory=3\nrotate=single_random\nnum_of_random=2\nstyle=default\nquotemarks=1\nmoduleclass_sfx=\ntablecreated=0\n\n',0,0,''),(63,'aiContactSafe module','',35,'left',62,'2012-09-25 04:33:33',1,'mod_aicontactsafe',0,0,0,'moduleclass_sfx=\npf=2\nuse_css=1\nfd_values=\n\n',0,0,''),(64,'Share','',0,'left',0,'0000-00-00 00:00:00',0,'mod_AddThisForJoomla',0,0,1,'pubKey=\nmoduleclass_sfx=\nbutton_style=icons2\n\n',0,0,'');
/*!40000 ALTER TABLE `jos_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_modules_menu`
--

DROP TABLE IF EXISTS `jos_modules_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_modules_menu` (
  `moduleid` int(11) NOT NULL DEFAULT '0',
  `menuid` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`moduleid`,`menuid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_modules_menu`
--

LOCK TABLES `jos_modules_menu` WRITE;
/*!40000 ALTER TABLE `jos_modules_menu` DISABLE KEYS */;
INSERT INTO `jos_modules_menu` VALUES (1,0),(16,1),(17,0),(18,1),(19,1),(19,27),(21,1),(22,1),(22,27),(25,0),(27,0),(29,0),(30,0),(31,1),(32,0),(33,0),(34,0),(35,0),(36,0),(38,1),(39,43),(39,44),(39,45),(39,46),(39,47),(40,0),(43,0),(44,0),(45,0),(46,0),(47,1),(47,13),(47,16),(47,17),(47,20),(47,24),(47,27),(47,48),(47,50),(47,51),(47,52),(47,77),(48,0),(49,0),(50,0),(51,0),(53,0),(54,1),(54,13),(54,16),(54,17),(54,18),(54,20),(54,24),(54,27),(54,48),(54,50),(54,51),(54,52),(54,68),(54,69),(54,70),(54,75),(54,77),(54,78),(55,0),(56,0),(57,0),(58,0),(59,0),(60,0),(61,0),(62,0),(64,0);
/*!40000 ALTER TABLE `jos_modules_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_newsfeeds`
--

DROP TABLE IF EXISTS `jos_newsfeeds`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_newsfeeds` (
  `catid` int(11) NOT NULL DEFAULT '0',
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` text NOT NULL,
  `alias` varchar(255) NOT NULL DEFAULT '',
  `link` text NOT NULL,
  `filename` varchar(200) DEFAULT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `numarticles` int(11) unsigned NOT NULL DEFAULT '1',
  `cache_time` int(11) unsigned NOT NULL DEFAULT '3600',
  `checked_out` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `rtl` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `published` (`published`),
  KEY `catid` (`catid`)
) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_newsfeeds`
--

LOCK TABLES `jos_newsfeeds` WRITE;
/*!40000 ALTER TABLE `jos_newsfeeds` DISABLE KEYS */;
INSERT INTO `jos_newsfeeds` VALUES (4,1,'Joomla! Announcements','joomla-official-news','http://feeds.joomla.org/JoomlaAnnouncements','',1,5,3600,0,'0000-00-00 00:00:00',1,0),(4,2,'Joomla! Core Team Blog','joomla-core-team-blog','http://feeds.joomla.org/JoomlaCommunityCoreTeamBlog','',1,5,3600,0,'0000-00-00 00:00:00',2,0),(4,3,'Joomla! Community Magazine','joomla-community-magazine','http://feeds.joomla.org/JoomlaMagazine','',1,20,3600,0,'0000-00-00 00:00:00',3,0),(4,4,'Joomla! Developer News','joomla-developer-news','http://feeds.joomla.org/JoomlaDeveloper','',1,5,3600,0,'0000-00-00 00:00:00',4,0),(4,5,'Joomla! Security News','joomla-security-news','http://feeds.joomla.org/JoomlaSecurityNews','',1,5,3600,0,'0000-00-00 00:00:00',5,0),(5,6,'Free Software Foundation Blogs','free-software-foundation-blogs','http://www.fsf.org/blogs/RSS',NULL,1,5,3600,0,'0000-00-00 00:00:00',4,0),(5,7,'Free Software Foundation','free-software-foundation','http://www.fsf.org/news/RSS',NULL,1,5,3600,0,'0000-00-00 00:00:00',3,0),(5,8,'Software Freedom Law Center Blog','software-freedom-law-center-blog','http://www.softwarefreedom.org/feeds/blog/',NULL,1,5,3600,0,'0000-00-00 00:00:00',2,0),(5,9,'Software Freedom Law Center News','software-freedom-law-center','http://www.softwarefreedom.org/feeds/news/',NULL,1,5,3600,0,'0000-00-00 00:00:00',1,0),(5,10,'Open Source Initiative Blog','open-source-initiative-blog','http://www.opensource.org/blog/feed',NULL,1,5,3600,0,'0000-00-00 00:00:00',5,0),(6,11,'PHP News and Announcements','php-news-and-announcements','http://www.php.net/feed.atom',NULL,1,5,3600,0,'0000-00-00 00:00:00',1,0),(6,12,'Planet MySQL','planet-mysql','http://www.planetmysql.org/rss20.xml',NULL,1,5,3600,0,'0000-00-00 00:00:00',2,0),(6,13,'Linux Foundation Announcements','linux-foundation-announcements','http://www.linuxfoundation.org/press/rss20.xml',NULL,1,5,3600,0,'0000-00-00 00:00:00',3,0),(6,14,'Mootools Blog','mootools-blog','http://feeds.feedburner.com/mootools-blog',NULL,1,5,3600,0,'0000-00-00 00:00:00',4,0);
/*!40000 ALTER TABLE `jos_newsfeeds` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_plugins`
--

DROP TABLE IF EXISTS `jos_plugins`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_plugins` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL DEFAULT '',
  `element` varchar(100) NOT NULL DEFAULT '',
  `folder` varchar(100) NOT NULL DEFAULT '',
  `access` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `published` tinyint(3) NOT NULL DEFAULT '0',
  `iscore` tinyint(3) NOT NULL DEFAULT '0',
  `client_id` tinyint(3) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_folder` (`published`,`client_id`,`access`,`folder`)
) ENGINE=MyISAM AUTO_INCREMENT=58 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_plugins`
--

LOCK TABLES `jos_plugins` WRITE;
/*!40000 ALTER TABLE `jos_plugins` DISABLE KEYS */;
INSERT INTO `jos_plugins` VALUES (1,'Authentication - Joomla','joomla','authentication',0,1,1,1,0,0,'0000-00-00 00:00:00',''),(2,'Authentication - LDAP','ldap','authentication',0,2,0,1,0,0,'0000-00-00 00:00:00','host=\nport=389\nuse_ldapV3=0\nnegotiate_tls=0\nno_referrals=0\nauth_method=bind\nbase_dn=\nsearch_string=\nusers_dn=\nusername=\npassword=\nldap_fullname=fullName\nldap_email=mail\nldap_uid=uid\n\n'),(3,'Authentication - GMail','gmail','authentication',0,4,0,0,0,0,'0000-00-00 00:00:00',''),(4,'Authentication - OpenID','openid','authentication',0,3,0,0,0,0,'0000-00-00 00:00:00',''),(5,'User - Joomla!','joomla','user',0,0,1,0,0,0,'0000-00-00 00:00:00','autoregister=1\n\n'),(6,'Search - Content','content','search',0,1,1,1,0,0,'0000-00-00 00:00:00','search_limit=50\nsearch_content=1\nsearch_uncategorised=1\nsearch_archived=1\n\n'),(7,'Search - Contacts','contacts','search',0,3,1,1,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(8,'Search - Categories','categories','search',0,4,1,0,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(9,'Search - Sections','sections','search',0,5,1,0,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(10,'Search - Newsfeeds','newsfeeds','search',0,6,1,0,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(11,'Search - Weblinks','weblinks','search',0,2,1,1,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(12,'Content - Pagebreak','pagebreak','content',0,10000,1,1,0,0,'0000-00-00 00:00:00','enabled=1\ntitle=1\nmultipage_toc=1\nshowall=1\n\n'),(13,'Content - Rating','vote','content',0,4,1,1,0,0,'0000-00-00 00:00:00',''),(14,'Content - Email Cloaking','emailcloak','content',0,5,1,0,0,0,'0000-00-00 00:00:00','mode=1\n\n'),(15,'Content - Code Hightlighter (GeSHi)','geshi','content',0,5,0,0,0,0,'0000-00-00 00:00:00',''),(16,'Content - Load Module','loadmodule','content',0,6,1,0,0,0,'0000-00-00 00:00:00','enabled=1\nstyle=0\n\n'),(17,'Content - Page Navigation','pagenavigation','content',0,2,1,1,0,0,'0000-00-00 00:00:00','position=1\n\n'),(18,'Editor - No Editor','none','editors',0,0,1,1,0,0,'0000-00-00 00:00:00',''),(19,'Editor - TinyMCE','tinymce','editors',0,0,1,1,0,0,'0000-00-00 00:00:00','mode=extended\nskin=0\ncompressed=0\ncleanup_startup=0\ncleanup_save=2\nentity_encoding=raw\nlang_mode=0\nlang_code=en\ntext_direction=ltr\ncontent_css=1\ncontent_css_custom=\nrelative_urls=1\nnewlines=0\ninvalid_elements=applet\nextended_elements=\ntoolbar=top\ntoolbar_align=left\nhtml_height=550\nhtml_width=750\nelement_path=1\nfonts=1\npaste=1\nsearchreplace=1\ninsertdate=1\nformat_date=%Y-%m-%d\ninserttime=1\nformat_time=%H:%M:%S\ncolors=1\ntable=1\nsmilies=1\nmedia=1\nhr=1\ndirectionality=1\nfullscreen=1\nstyle=1\nlayer=1\nxhtmlxtras=1\nvisualchars=1\nnonbreaking=1\nblockquote=1\ntemplate=0\nadvimage=1\nadvlink=1\nautosave=1\ncontextmenu=1\ninlinepopups=1\nsafari=1\ncustom_plugin=\ncustom_button=\n\n'),(20,'Editor - XStandard Lite 2.0','xstandard','editors',0,0,0,1,0,0,'0000-00-00 00:00:00',''),(21,'Editor Button - Image','image','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(22,'Editor Button - Pagebreak','pagebreak','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(23,'Editor Button - Readmore','readmore','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(24,'XML-RPC - Joomla','joomla','xmlrpc',0,7,0,1,0,0,'0000-00-00 00:00:00',''),(25,'XML-RPC - Blogger API','blogger','xmlrpc',0,7,0,1,0,0,'0000-00-00 00:00:00','catid=1\nsectionid=0\n\n'),(27,'System - SEF','sef','system',0,1,1,0,0,0,'0000-00-00 00:00:00',''),(28,'System - Debug','debug','system',0,2,1,0,0,0,'0000-00-00 00:00:00','queries=1\nmemory=1\nlangauge=1\n\n'),(29,'System - Legacy','legacy','system',0,3,0,1,0,0,'0000-00-00 00:00:00','route=0\n\n'),(30,'System - Cache','cache','system',0,4,0,1,0,0,'0000-00-00 00:00:00','browsercache=0\ncachetime=15\n\n'),(31,'System - Log','log','system',0,5,0,1,0,0,'0000-00-00 00:00:00',''),(32,'System - Remember Me','remember','system',0,6,1,1,0,0,'0000-00-00 00:00:00',''),(33,'System - Backlink','backlink','system',0,7,0,1,0,0,'0000-00-00 00:00:00',''),(34,'Search - JEvents','eventsearch','search',0,0,1,0,0,0,'0000-00-00 00:00:00','search_limit=50\ndate_format=%Y-%m-%d\n'),(51,'AllVideos (by JoomlaWorks)','jw_allvideos','content',0,0,1,0,0,0,'0000-00-00 00:00:00','gzipScripts=0\nvfolder=images/stories/videos\nvwidth=400\nvheight=300\ntransparency=transparent\nbackground=#010101\nbackgroundQT=black\ncontrolBarLocation=bottom\nlightboxLink=1\nlightboxWidth=800\nlightboxHeight=600\nafolder=images/stories/audio\nawidth=300\naheight=20\nautoplay=0\ndownloadLink=1\nembedForm=1\ndebugMode=0\n\n'),(37,'Content - JComments','jcomments','content',0,10001,1,0,0,0,'0000-00-00 00:00:00',''),(38,'Search - JComments','jcomments','search',0,7,1,0,0,0,'0000-00-00 00:00:00',''),(39,'System - JComments','jcomments','system',0,101,1,0,0,0,'0000-00-00 00:00:00',''),(40,'Editor Button - JComments ON','jcommentson','editors-xtd',0,1,1,0,0,0,'0000-00-00 00:00:00',''),(41,'Editor Button - JComments OFF','jcommentsoff','editors-xtd',0,1,1,0,0,0,'0000-00-00 00:00:00',''),(42,'User - JComments','jcomments','user',0,1,1,0,0,0,'0000-00-00 00:00:00',''),(50,'System - Jumi Router','jumirouter','system',0,100,1,0,0,0,'0000-00-00 00:00:00',''),(49,'Jumi','jumi','content',0,0,1,0,0,0,'0000-00-00 00:00:00','default_absolute_path=\nhide_code=0\nnested_replace=0\n\n'),(45,'Content - JIncludes','JIncludes','content',0,0,0,0,0,0,'0000-00-00 00:00:00','show_errors=no\nkey1=taxTable\ntype1=style_ext\ncode1=\nkey2=\ntype2=html\ncode2=\nkey3=\ntype3=html\ncode3=\nkey4=\ntype4=html\ncode4=\nkey5=\ntype5=html\ncode5=\nkey6=\ntype6=html\ncode6=\nkey7=\ntype7=html\ncode7=\nkey8=\ntype8=html\ncode8=\nkey9=\ntype9=html\ncode9=\nkey10=\ntype10=html\ncode10=\nkey11=\ntype11=html\ncode11=\nkey12=\ntype12=html\ncode12=\nkey13=\ntype13=html\ncode13=\nkey14=\ntype14=html\ncode14=\nkey15=\ntype15=html\ncode15=\nkey16=\ntype16=html\ncode16=\nkey17=\ntype17=html\ncode17=\nkey18=\ntype18=html\ncode18=\nkey19=\ntype19=html\ncode19=\nkey20=\ntype20=html\ncode20=\nkey21=\ntype21=html\ncode21=\nkey22=\ntype22=html\ncode22=\nkey23=\ntype23=html\ncode23=\nkey24=\ntype24=html\ncode24=\nkey25=\ntype25=html\ncode25=\nkey26=\ntype26=html\ncode26=\nkey27=\ntype27=html\ncode27=\nkey28=\ntype28=html\ncode28=\nkey29=\ntype29=html\ncode29=\nkey30=\ntype30=html\ncode30=\nnum_snippets=30\n\n'),(46,'System - Sourcerer','sourcerer','system',0,0,1,0,0,62,'2020-05-17 03:06:06',''),(47,'Editor Button - Sourcerer','sourcerer','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(48,'System - NoNumber! Elements','nonumberelements','system',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(52,'System - Mootools Upgrade','mtupgrade','system',0,0,0,0,0,0,'0000-00-00 00:00:00',''),(56,'System - Model Behavior','addmodal','system',0,100,1,0,0,0,'0000-00-00 00:00:00',''),(57,'System - Webmastertool','webmastertool','system',0,0,1,0,0,62,'2012-06-09 06:20:25','google=xDb-U6YtFD3DP8qWQde2j0rUMwtmVARcS23QgnUSu5o\nyahoo=\nbing=\nalexa=\n\n');
/*!40000 ALTER TABLE `jos_plugins` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_poll_data`
--

DROP TABLE IF EXISTS `jos_poll_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_poll_data` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `pollid` int(11) NOT NULL DEFAULT '0',
  `text` text NOT NULL,
  `hits` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `pollid` (`pollid`,`text`(1))
) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_poll_data`
--

LOCK TABLES `jos_poll_data` WRITE;
/*!40000 ALTER TABLE `jos_poll_data` DISABLE KEYS */;
INSERT INTO `jos_poll_data` VALUES (1,14,'I am politically more active than 2 years ago.',12),(2,14,'I consistently contact my elected representatives .',3),(3,14,'I vote in primary elections.',1),(4,14,'I attend grassroots events.',0),(5,14,'I will vote in the next election.',0),(6,14,'I pray for the country and those in government.',2),(7,14,'All of the Above!',13),(8,14,'',0),(9,14,'',0),(10,14,'',0),(11,14,'',0),(12,14,'',0);
/*!40000 ALTER TABLE `jos_poll_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_poll_date`
--

DROP TABLE IF EXISTS `jos_poll_date`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_poll_date` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `vote_id` int(11) NOT NULL DEFAULT '0',
  `poll_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `poll_id` (`poll_id`)
) ENGINE=MyISAM AUTO_INCREMENT=32 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_poll_date`
--

LOCK TABLES `jos_poll_date` WRITE;
/*!40000 ALTER TABLE `jos_poll_date` DISABLE KEYS */;
INSERT INTO `jos_poll_date` VALUES (1,'2006-10-09 13:01:58',1,14),(2,'2006-10-10 15:19:43',7,14),(3,'2006-10-11 11:08:16',7,14),(4,'2006-10-11 15:02:26',2,14),(5,'2006-10-11 15:43:03',7,14),(6,'2006-10-11 15:43:38',7,14),(7,'2006-10-12 00:51:13',2,14),(8,'2007-05-10 19:12:29',3,14),(9,'2007-05-14 14:18:00',6,14),(10,'2007-06-10 15:20:29',6,14),(11,'2007-07-03 12:37:53',2,14),(12,'2010-04-29 01:15:22',7,14),(13,'2010-05-03 19:27:41',7,14),(14,'2010-05-12 16:31:12',7,14),(15,'2010-05-12 18:42:27',7,14),(16,'2010-05-14 18:27:50',1,14),(17,'2010-05-22 19:45:44',1,14),(18,'2010-05-27 00:06:32',7,14),(19,'2010-06-08 17:01:15',7,14),(20,'2010-06-08 17:14:39',7,14),(21,'2010-06-08 17:57:10',7,14),(22,'2010-07-10 00:44:04',1,14),(23,'2010-09-06 02:18:00',1,14),(24,'2010-09-18 00:22:41',1,14),(25,'2010-10-09 13:04:02',1,14),(26,'2010-11-22 19:19:26',7,14),(27,'2011-01-10 01:09:18',1,14),(28,'2011-01-25 01:18:26',7,14),(29,'2011-03-27 17:30:24',1,14),(30,'2011-04-29 03:08:07',1,14),(31,'2011-07-05 02:44:41',1,14);
/*!40000 ALTER TABLE `jos_poll_date` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_poll_menu`
--

DROP TABLE IF EXISTS `jos_poll_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_poll_menu` (
  `pollid` int(11) NOT NULL DEFAULT '0',
  `menuid` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`pollid`,`menuid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_poll_menu`
--

LOCK TABLES `jos_poll_menu` WRITE;
/*!40000 ALTER TABLE `jos_poll_menu` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_poll_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_polls`
--

DROP TABLE IF EXISTS `jos_polls`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_polls` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `voters` int(9) NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `access` int(11) NOT NULL DEFAULT '0',
  `lag` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_polls`
--

LOCK TABLES `jos_polls` WRITE;
/*!40000 ALTER TABLE `jos_polls` DISABLE KEYS */;
INSERT INTO `jos_polls` VALUES (14,'Which best describes your civic involvement?','which-best-describes-your-civic-involvement',31,0,'0000-00-00 00:00:00',1,0,86400);
/*!40000 ALTER TABLE `jos_polls` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_powermail_account`
--

DROP TABLE IF EXISTS `jos_powermail_account`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_powermail_account` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(45) NOT NULL DEFAULT '',
  `published` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `updated` int(10) unsigned NOT NULL DEFAULT '0',
  `session_id` varchar(85) NOT NULL,
  `interval` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `category` int(10) unsigned NOT NULL DEFAULT '0',
  `lastchecked` int(10) unsigned NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  `active` tinyint(1) unsigned NOT NULL,
  `section` int(11) NOT NULL,
  `whitelist` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_powermail_account`
--

LOCK TABLES `jos_powermail_account` WRITE;
/*!40000 ALTER TABLE `jos_powermail_account` DISABLE KEYS */;
INSERT INTO `jos_powermail_account` VALUES (1,'John Brake',1,1309825126,'',5,43,1309825126,'protocol=0\nserver=localhost\nport=110\nuser=jhbrake@letsrebuildit.com\npassword=2237>GOLRB\noption=0\n\n',1,5,'----'),(2,'Big Brother',1,1309824821,'',5,70,1309824821,'protocol=0\nserver=localhost\nport=110\nuser=bigbrother@letsrebuildit.com\npassword=7322bB\noption=0\n\n',1,13,'----'),(3,'Humor',1,1273899709,'423000347feac64c91283f1cea3ad9ab',1,73,1309824496,'publish_new=0\noverride_user=0\naccess_control=0\nhtmloption=global\nfrontpage=3\ninsertReadmore=global\nenableAccountThumbnail=0\naccountImage=\nThumbnailAlignment=left\nthumbnailFloat=left\nthumbnailMargin=10\nprotocol=0\nserver=localhost\nport=110\nuser=humor@letsrebuildit.com\npassword=9322hU\noption=0\n\n',1,16,'----'),(5,'Politics',1,1309825428,'',5,1,1309825428,'protocol=0\nserver=localhost\nport=110\nuser=politics@letsrebuildit.com\npassword=7322pO\noption=0\n\n',1,1,'----'),(4,'Sha\'aria',1,1309825407,'',5,71,1309825407,'protocol=0\nserver=localhost\nport=110\nuser=shaaria@letsrebuildit.com\npassword=7322sH\noption=0\n\n',1,14,'----'),(6,'Economy',1,1309824563,'',5,55,1309824563,'protocol=0\nserver=localhost\nport=110\nuser=economy@letsrebuildit.com\npassword=7322eC\noption=0\n\n',1,8,'----'),(7,'Guns,  Project Gunrunner',1,1309824650,'',5,72,1309824650,'protocol=0\nserver=localhost\nport=110\nuser=guns@letsrebuildit.com\npassword=7322gU\noption=0\n\n',1,15,'----');
/*!40000 ALTER TABLE `jos_powermail_account` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_powermail_item`
--

DROP TABLE IF EXISTS `jos_powermail_item`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_powermail_item` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `hash` varchar(32) NOT NULL,
  `uid` int(10) unsigned NOT NULL DEFAULT '0',
  `address` varchar(85) NOT NULL,
  `account` int(10) unsigned NOT NULL DEFAULT '0',
  `contentid` int(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=84 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_powermail_item`
--

LOCK TABLES `jos_powermail_item` WRITE;
/*!40000 ALTER TABLE `jos_powermail_item` DISABLE KEYS */;
INSERT INTO `jos_powermail_item` VALUES (1,'8bc61eac29a2434eb80e0c9dbc9a6c56',1,'admin@givesight.org',1,54),(2,'0a660359e88d96f5fa4274b23af39e24',1,'admin@givesight.org',1,55),(3,'7a1240344e8b01076fc93eea88657783',1,'admin@givesight.org',1,56),(4,'5124f92082ba2fdd8409683bf7351280',2,'admin@letsrebuildit.com',1,57),(5,'11d1566d31ce7a014a15d18cc87e9eca',2,'admin@letsrebuildit.com',1,58),(6,'b9e93164afcb6d5d16e34405c6e19a1b',2,'admin@letsrebuildit.com',1,59),(7,'7f7370cf7c07b445f2f20f24ee09ccc9',2,'admin@letsrebuildit.com',1,60),(8,'1752aa34b800a8607c049aa1c5eb2bc6',2,'admin@letsrebuildit.com',1,61),(9,'3e8c0028e1462b5ef732c3e00be03fdb',2,'admin@letsrebuildit.com',1,62),(10,'99051da8cb06f200850e1ba8e2a65635',2,'admin@letsrebuildit.com',1,63),(11,'61e38ac5ac4deb172117c07693b263ba',2,'admin@letsrebuildit.com',1,64),(12,'8e155b1f8daa4725bab44e4a7940e491',2,'admin@letsrebuildit.com',1,65),(13,'66da8da205b73fe6d415f29fc53856dc',2,'admin@letsrebuildit.com',1,66),(14,'a1b194521f129ec92d9c8d071698e472',2,'admin@letsrebuildit.com',1,67),(15,'97caee66b7befab0973760b37b3bb416',2,'admin@letsrebuildit.com',1,68),(16,'c52c73dd6f60bef74493239e8607685c',3,'jhbrake@comcast.net',1,69),(17,'30b6aadf2286529919f2a7b7a9e8329c',3,'jhbrake@comcast.net',1,70),(18,'61d62475fff6c18ba9fbe320b65470dd',5,'info@disqus.com',1,71),(19,'3c44d0679e3e79d29aad3b85694f2fe2',6,'jbrake@nsconstruct.com',1,72),(20,'8ab5d1c40956bdaa011f4cc14ff462e9',3,'jhbrake@comcast.net',1,77),(21,'ddc37f4a3c96afc7975a2c91330d38c9',6,'jbrake@nsconstruct.com',2,78),(22,'efec95f9a3e69dae51f62c28157007b0',6,'jbrake@nsconstruct.com',2,79),(23,'ab993fd69b50e51d359d45dddb5a7497',6,'jbrake@nsconstruct.com',2,80),(24,'81f518a6efc56c784a1983926c158ef5',2,'admin@letsrebuildit.com',3,81),(25,'037e22820f76d0c56c2b99b5c93f9764',2,'admin@letsrebuildit.com',3,82),(26,'699951ac17dd50645451d10b3d175fb6',2,'admin@letsrebuildit.com',3,83),(27,'b211f15f65dc80dbdab1064a567f5a43',6,'jbrake@nsconstruct.com',2,84),(28,'7c9f4bf250dde4235821cac46a66f66d',2,'admin@letsrebuildit.com',3,85),(29,'4b3d628e8c3c5c6ae4a8a8163d228c1e',2,'admin@letsrebuildit.com',3,86),(30,'efd22d666feb167cb3a8b4ccdf4fb30b',2,'admin@letsrebuildit.com',3,87),(31,'04813fcec77e6c2d08d7a8e02a9510e7',2,'admin@letsrebuildit.com',3,88),(32,'13bb978da919f0b59b11e6746fb4a108',2,'admin@letsrebuildit.com',3,89),(33,'c411411126ad952de284121b129f24ce',2,'admin@letsrebuildit.com',3,90),(34,'7f4b21cae1156ac73fe4498b23b2eec4',2,'admin@letsrebuildit.com',3,91),(35,'742bd57b8cf44cde297d8ac66dddcc59',2,'admin@letsrebuildit.com',3,92),(36,'82ead518d0ab922156c198d5d0239f8a',2,'admin@letsrebuildit.com',3,93),(37,'d2b90a6ae01a3353c1ddaf46aeab7eed',2,'admin@letsrebuildit.com',3,94),(38,'577780a51fa2db05cc972367c62c6f13',2,'admin@letsrebuildit.com',3,95),(39,'27c6547ccbfa8c77d7e2b6f11ac368f9',2,'admin@letsrebuildit.com',3,96),(40,'4242704b9bc37fa5dc28c88faf2f59ac',2,'admin@letsrebuildit.com',3,97),(67,'bacca75383f290112a3e75e8fe38579f',2,'admin@letsrebuildit.com',3,124),(42,'4fe87b8dad4f8475833257b59ecb2643',3,'jhbrake@comcast.net',3,99),(43,'3271bcd504fc95bc7db2101b4afc66a5',3,'jhbrake@comcast.net',3,100),(83,'eefa25e26f96f01b4e7f5f5be38d1728',12,'info@adirondakchairs.net',1,327),(82,'1b200b63d9427d4f4116a6b0504bfc46',3,'jhbrake@comcast.net',1,144),(81,'4e1d768e156ae25f7bde9b05ade8d5b1',3,'jhbrake@comcast.net',1,143),(80,'7b2fec2246905a1b2fa65cd20558e8ca',3,'jhbrake@comcast.net',1,142),(79,'8bc1dfe6a20730ea01c2845a9f698098',3,'jhbrake@comcast.net',4,137),(78,'1ec9bb454d523531fb121731ca60a9d8',3,'jhbrake@comcast.net',1,136),(77,'fa1c4c2cffa89169f40681ed62cefd0c',3,'jhbrake@comcast.net',4,135),(76,'850ed466d8cf15d2add214b69b06544d',3,'jhbrake@comcast.net',4,134),(75,'76f62d7698aff7ff8ff8b28e54fa4a67',10,'jack.b@mycbay.com',3,132),(74,'a964f1f3fd1e7590c448d9571776c1e7',9,'jack@adirondakchairs.net',3,131),(73,'46ff5a55e019c0a4fe2ae3b779dabaaa',3,'jhbrake@comcast.net',3,130),(72,'dd12c52e80b96d327bb8f777980f581a',3,'jhbrake@comcast.net',3,129),(71,'0bb109052963800993d22361ab3bda71',3,'jhbrake@comcast.net',3,128),(70,'2df6f492dd2b871c6c9e00ff5338a936',2,'admin@letsrebuildit.com',3,127),(69,'06e52b13c68f3151c1329cc22694b853',2,'admin@letsrebuildit.com',3,126),(68,'bab806aa6814e5e48965913da89b2547',2,'admin@letsrebuildit.com',3,125),(66,'f9bdb2ebe9a5684f7ec62047f65d7677',2,'admin@letsrebuildit.com',3,123),(65,'78c16db344b8e7ea71e48a8b46823280',2,'admin@letsrebuildit.com',3,122),(64,'808de1738144f569b2749f2046b602b2',2,'admin@letsrebuildit.com',3,121);
/*!40000 ALTER TABLE `jos_powermail_item` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_powermail_media`
--

DROP TABLE IF EXISTS `jos_powermail_media`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_powermail_media` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `msgid` int(10) unsigned NOT NULL,
  `filename` varchar(255) NOT NULL,
  `type` varchar(10) NOT NULL,
  `subtype` varchar(10) NOT NULL,
  `ordering` int(10) unsigned NOT NULL,
  `published` tinyint(1) unsigned NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_published` (`published`),
  KEY `idx_ordering` (`ordering`)
) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_powermail_media`
--

LOCK TABLES `jos_powermail_media` WRITE;
/*!40000 ALTER TABLE `jos_powermail_media` DISABLE KEYS */;
INSERT INTO `jos_powermail_media` VALUES (1,19,'MS Pine Ridge Project LH.doc','APPLICATIO','MSWORD',1,1),(2,19,'MSFN Intro & Summary 4-23-10.doc','APPLICATIO','MSWORD',2,1),(3,19,'Essential & Factors of MSFN LH.doc','APPLICATIO','MSWORD',3,1),(4,19,'MSC Promissory Note.doc','APPLICATIO','MSWORD',4,1),(5,21,'image001.jpg','IMAGE','JPEG',1,1),(6,23,'Obama as a writer.pdf','APPLICATIO','PDF',1,1),(7,72,'Doc1.doc','APPLICATIO','MSWORD',1,1),(8,80,'ATT00157.jpg','IMAGE','JPEG',1,1),(9,81,'image001.jpg','IMAGE','JPEG',1,1),(10,81,'image002.jpg','IMAGE','JPEG',2,1),(11,81,'image003.jpg','IMAGE','JPEG',3,1),(12,81,'image004.jpg','IMAGE','JPEG',4,1);
/*!40000 ALTER TABLE `jos_powermail_media` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_powermail_user`
--

DROP TABLE IF EXISTS `jos_powermail_user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_powermail_user` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(85) NOT NULL,
  `addresses` text NOT NULL,
  `published` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `auto_publish` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `category` int(10) unsigned NOT NULL DEFAULT '0',
  `juid` int(10) unsigned NOT NULL DEFAULT '0',
  `section` int(10) NOT NULL,
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_published` (`published`)
) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_powermail_user`
--

LOCK TABLES `jos_powermail_user` WRITE;
/*!40000 ALTER TABLE `jos_powermail_user` DISABLE KEYS */;
INSERT INTO `jos_powermail_user` VALUES (1,'GiveSight.org','--admin@givesight.org--',0,'2010-05-02 03:02:40',0,0,0,0,''),(2,'Jack Brake','--admin@letsrebuildit.com--',0,'2010-05-02 03:09:20',0,0,62,0,''),(3,'J Brake','--jhbrake@comcast.net--',1,'2010-05-02 03:27:43',1,43,62,5,'width=580\nimageborder=1px solid black\nmargintop=0\nmarginright=0\nmarginbottom=0\nmarginleft=0\naligntop=center\nalignbottom=center\nimageposition=1\n\n'),(4,'Jack Brake','--jhbrake@nsconstruct.com--\n--jhbrake@comcast.net--\n--jhbrake@letsrebuildit.com--',1,'2010-05-02 15:43:53',1,43,62,5,'width=580\nimageborder=1px solid black\nmargintop=0\nmarginright=0\nmarginbottom=0\nmarginleft=0\naligntop=center\nalignbottom=center\nimageposition=1\n\n'),(5,'Disqus','--info@disqus.com--',0,'2010-05-02 16:29:41',0,0,0,0,''),(6,'J Brake Nisbet-NorthStar','--jbrake@nsconstruct.com--',0,'2010-05-03 05:16:38',0,0,0,0,''),(7,'Helio Rodriguez-Ecay','--helio@reccpa.com--\n--eco@letsrebuilit.com--',1,'2010-05-12 03:25:19',0,41,74,5,'width=580\nimageborder=1px solid black\nmargintop=0\nmarginright=0\nmarginbottom=0\nmarginleft=0\naligntop=center\nalignbottom=center\nimageposition=1\n\n'),(8,'Ed Garabedian','--edgarry@netzero.comedg@letsrebuildit.com--',1,'2010-05-12 03:42:10',0,42,75,5,'width=580\nimageborder=1px solid black\nmargintop=0\nmarginright=0\nmarginbottom=0\nmarginleft=0\naligntop=center\nalignbottom=center\nimageposition=1\n\n'),(9,'Jack Brake','--jack@adirondakchairs.net--',0,'2010-05-12 05:29:50',0,0,0,0,''),(10,'J Brake mycBay','--jack.b@mycbay.com--',0,'2010-05-12 05:29:50',0,0,0,0,''),(11,'Elsie Deluca','--elsieandphil@charter.net--\n--edl@letsrebuildit.com--',1,'2010-05-12 13:45:38',0,41,76,5,'width=580\nimageborder=1px solid black\nmargintop=0\nmarginright=0\nmarginbottom=0\nmarginleft=0\naligntop=center\nalignbottom=center\nimageposition=1\n\n'),(12,'Information','--info@adirondakchairs.net--',0,'2011-07-04 18:42:52',0,0,0,0,''),(13,'Humor','--humor@letsrebuildit.com--',1,'2011-07-04 19:42:12',0,73,0,16,'width=580\nimageborder=1px solid black\nmargintop=0\nmarginright=0\nmarginbottom=0\nmarginleft=0\naligntop=center\nalignbottom=center\nimageposition=1\n\n');
/*!40000 ALTER TABLE `jos_powermail_user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_rquotes`
--

DROP TABLE IF EXISTS `jos_rquotes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_rquotes` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL,
  `category` text NOT NULL,
  `quote` text NOT NULL,
  `author` text NOT NULL,
  `notes` text NOT NULL,
  `published` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=50 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_rquotes`
--

LOCK TABLES `jos_rquotes` WRITE;
/*!40000 ALTER TABLE `jos_rquotes` DISABLE KEYS */;
INSERT INTO `jos_rquotes` VALUES (1,0,'Founding Fathers','<p>All of us who were engaged in the struggle must have observed frequent instances of superintending providence in our favor. To that kind providence we owe this happy opportunity of consulting in peace on the means of establishing our future national felicity. And have we now forgotten that powerful friend? Or do we imagine that we no longer need his assistance? I have lived, Sir, a long time, and the longer I live, the more convincing proofs I see of this truth-that God governs in the affairs of men. And if a sparrow cannot fall to the Ground without his Notice, is it probable that an Empire can rise without his Aid?\"   --- <strong>Benjamin Franklin</strong></p>','','',1),(2,0,'Founding Fathers','<div>Here comes the orator! With his flood of words, and his drop of reason. --- <strong>Benjamin Franklin, Poor Richard\'s Almanack, 1735</strong></div>','','',1),(3,0,'Founding Fathers','<p>How many observe Christ\'s birth-day! How few, his precepts! O! \'tis easier to keep Holidays than Commandments. --- <strong>Benjamin Franklin, Poor Richard\'s Almanack, 1743</strong></p>','','',1),(5,0,'Founding Fathers','<p>But what do we mean by the American Revolution? Do we mean the American war? The Revolution was effected before the war commenced. The Revolution was in the minds and hearts of the people; a change in their religious sentiments, of their duties and obligations...This radical change in the principles, opinions, sentiments, and affections of the people was the real American Revolution. --- <strong>John Adams, letter to H. Niles, February 13, 1818</strong></p>','','',1),(4,0,'Founding Fathers','<p>But a Constitution of Government once changed from Freedom, can never be restored. Liberty, once lost, is lost forever. --- <strong>John Adams, letter to Abigail Adams, July 17, 1775</strong></p>','','',1),(6,0,'Founding Fathers','<p>Children should be educated and instructed in the principles of freedom. --- <strong>John Adams, Defense of the Constitutions, 1787</strong></p>','','',1),(7,0,'Founding Fathers','<p>Government is instituted for the common good; for the protection, safety, prosperity, and happiness of the people; and not for profit, honor, or private interest of any one man, family, or class of men; therefore, the people alone have an incontestable, unalienable, and indefeasible right to institute government; and to reform, alter, or totally change the same, when their protection, safety, prosperity, and happiness require it. --- <strong>John Adams, Thoughts on Government, 1776</strong></p>','','',1),(8,0,'Founding Fathers','<p>Facts are stubborn things; and whatever may be our wishes, our inclination, or the dictates of our passions, they cannot alter the state of facts and evidence. --- <strong>John Adams, in Defense of the British Soldiers on trial for the Boston Massacre, December 4, 1770</strong></p>','','',1),(9,0,'Founding Fathers','<p>Human government is more or less perfect as it approaches nearer or diverges farther from the imitation of this perfect plan of divine and moral government. --- <strong>John Adams, draft of a Newspaper Communication, Circa August 1770</strong></p>','','',1),(10,0,'Founding Fathers','<p>Human nature itself is evermore an advocate for liberty. There is also in human nature a resentment of injury, and indignation against wrong. A love of truth and a veneration of virtue. These amiable passions, are the \"latent spark\"... If the people are capable of understanding, seeing and feeling the differences between true and false, right and wrong, virtue and vice, to what better principle can the friends of mankind apply than to the sense of this difference? ---<strong> John Adams, the Novanglus, 1775</strong></p>','','',1),(11,0,'Founding Fathers','<p>A free people [claim] their rights as derived from the laws of nature, and not as the gift of their chief magistrate. --- <strong>Thomas Jefferson, Rights of British America, 1774</strong></p>','','',1),(12,0,'Founding Fathers','<p>A judiciary independent of a king or executive alone, is a good thing; but independence of the will of the nation is a solecism, at least in a republican government. --- <strong>Thomas Jefferson, letter to Thomas Ritchie, December 25, 1820</strong></p>','','',1),(13,0,'Founding Fathers','<p>A rigid economy of the public contributions and absolute interdiction of all useless expenses will go far towards keeping the government honest and unoppressive. --- <strong>Thomas Jefferson, letter to Lafayette, 1823</strong></p>','','',1),(14,0,'Founding Fathers','<p>All eyes are opened, or opening, to the rights of man. The general spread of the light of science has already laid open to every view the palpable truth, that the mass of mankind has not been born with saddles on their backs, nor a favored few booted and spurred, ready to ride legitimately, by the grace of God. --- <strong>Thomas Jefferson, letter to Roger C. Weightman, June 24, 1826</strong></p>','','',1),(15,0,'Founding Fathers','<p>And can the liberties of a nation be thought secure when we have removed their only firm basis, a conviction in the minds of the people that these liberties are the gift of God? That they are not to be violated but with his wrath? Indeed I tremble for my country when I reflect that God is just: that his justice cannot sleep for ever. --- <strong>Thomas Jefferson, Notes on the State of Virginia, Query 18, 1781</strong></p>','','',1),(16,0,'Founding Fathers','<p>At the establishment of our constitutions, the judiciary bodies were supposed to be the most helpless and harmless members of the government. Experience, however, soon showed in what way they were to become the most dangerous; that the insufficiency of the means provided for their removal gave them a freehold and irresponsibility in office; that their decisions, seeming to concern individual suitors only, pass silent and unheeded by the public at large; that these decisions, nevertheless, become law by precedent, sapping, by little and little, the foundations of the constitution, and working its change by construction, before any one has perceived that that invisible and helpless worm has been busily employed in consuming its substance. In truth, man is not made to be trusted for life, if secured against all liability to account. --- <strong>Thomas Jefferson, letter to Monsieur A. Coray, Oct 31, 1823</strong></p>','','',1),(17,0,'Founding Fathers','<p>Born in other countries, yet believing you could be happy in this, our laws acknowledge, as they should do, your right to join us in society, conforming, as I doubt not you will do, to our established rules. That these rules shall be as equal as prudential considerations will admit, will certainly be the aim of our legislatures, general and particular. --- <strong>Thomas Jefferson, letter to Hugh White, May 2, 1801</strong></p>','','',1),(18,0,'Founding Fathers','<p>But with respect to future debt; would it not be wise and just for that nation to declare in the constitution they are forming that neither the legislature, nor the nation itself can validly contract more debt, than they may pay within their own age, or within the term of 19 years. --- <strong>Thomas Jefferson, September 6, 1789</strong></p>','','',1),(19,0,'Founding Fathers','<p>But of all the views of this law none is more important, none more legitimate, than that of rendering the people the safe, as they are the ultimate, guardians of their own liberty. For this purpose the reading in the first stage, where they will receive their whole education, is proposed, as has been said, to be chiefly historical. History by apprising them of the past will enable them to judge of the future; it will avail them of the experience of other times and other nations; it will qualify them as judges of the actions and designs of men; it will enable them to know ambition under every disguise it may assume; and knowing it, to defeat its views. --- <strong>Thomas Jefferson, Notes on the State of Virginia, Query 14, 1781</strong></p>','','',1),(20,0,'Founding Fathers','<p>Dependence begets subservience and venality, suffocates the germ of virtue, and prepares fit tools for the designs of ambition. --- Thomas <strong>Jefferson, Notes on the State of Virginia, Query 19, 1787</strong></p>','','',1),(21,0,'Founding Fathers','<p>\'Tis folly in one Nation to look for disinterested favors from another; that it must pay with a portion of its Independence for whatever it may accept under that character; that by such acceptance, it may place itself in the condition of having given equivalents for nominal favours and yet of being reproached with ingratitude for not giving more. There can be no greater error than to expect, or calculate upon real favours from Nation to Nation. \'Tis an illusion which experience must cure, which a just pride ought to discard. --- <strong>George Washington, Farewell Address, September 19, 1796</strong></p>','','',1),(22,0,'Founding Fathers','<p>Against the insidious wiles of foreign influence, (I conjure you to believe me fellow citizens) the jealousy of a free people ought to be constantly awake; since history and experience prove that foreign influence is one of the most baneful foes of Republican Government. --- <strong>George Washington, Farewell Address, September 19, 1796</strong></p>','','',1),(23,0,'Founding Fathers','<p>And you will, by the dignity of your Conduct, afford occasion for Posterity to say, when speaking of the glorious example you have exhibited to Mankind, had this day been wanting, the World had never seen the last stage of perfection to which human nature is capable of attaining. --- <strong>George Washington, The Newburgh Address, January 2, 1783</strong></p>','','',1),(24,0,'Founding Fathers','<p>Arbitrary power is most easily established on the ruins of liberty abused to licentiousness. --- <strong>George Washington, Circular to the States, May 9, 1753</strong></p>','','',1),(25,0,'Founding Fathers','<p>But if we are to be told by a foreign Power ... what we shall do, and what we shall not do, we have Independence yet to seek, and have contended hitherto for very little. --- <strong>George Washington, letter to Alexander Hamilton, May 8, 1796</strong></p>','','',1),(26,0,'Founding Fathers','<p>Can it be, that Providence has not connected the permanent felicity of a Nation with its virtue? The experiment, at least, is recommended by every sentiment which ennobles human Nature. --- <strong>George Washington, Farewell Address, September 19, 1796</strong></p>','','',1),(27,0,'Founding Fathers','<p>Can you then consent to be the only sufferers by this revolution, and retiring from the field, grow old in poverty, wretchedness and contempt? Can you consent to wade through the vile mire of dependency, and owe the miserable remnant of that life to charity, which has hitherto been spent in honor? If you can — GO — and carry with you the jest of tories and scorn of whigs — the ridicule, and what is worse, the pity of the world. Go, starve, and be forgotten! --- <strong>George Washington, letter to the Officers of the Army, March 12, 1783</strong></p>','','',1),(28,0,'Founding Fathers','<p>Citizens by birth or choice of a common country, that country has a right to concentrate your affections. The name of American, which belongs to you, in your national capacity, must always exalt the just pride of Patriotism, more than any appellation derived from local discriminations. ---<strong> George Washington, Farewell Address, September 19, 1796</strong></p>','','',1),(29,0,'Founding Fathers','<p>Democratical States must always feel before they can see: it is this that makes their Governments slow, but the people will be right at last. --- <strong>George Washington, letter to Marquis de Lafayette, July 25, 1785</strong></p>','','',1),(30,0,'Founding Fathers','<p>Gentlemen, you will permit me to put on my spectacles, for, I have grown not only gray, but almost blind in the service of my country. --- <strong>George Washington, upon fumbling for his glasses before delivering the Newburgh Address, March 15, 1783</strong></p>','','',1),(31,0,'Quotes of the Week','<p>“You put those who would insult the working man in their place,” Mr Putin told the group on Sunday night via a video link from his campaign headquarters. “You have shown what the Russian working people are, that you are head and shoulders above all those idlers and big talkers, and that was for me the greatest gift.”<br /><strong>--Vladimir Putin</strong></p>','','',0),(32,0,'Quotes of the Week','<p> \"But they\'re still talking about you as if you\'re some greedy special interest that needs to be beaten down. Since when are hardworking men and women special interests? Since when is the idea that we look out for one another a bad thing? I remember my old friend Ted Kennedy; he used to say, \'What is it about working men and women they find so offensive?\'\"<br /><strong>--Barack Obama</strong></p>','','',0),(33,1,'Quotes of the Week','<p>We got to keep an eye on the <span style=\"text-decoration: underline;\"><em>battle</em></span> that we face: The <span style=\"text-decoration: underline;\"><em>war</em></span> on workers. And you see it everywhere, it is the Tea Party. And you know, there is only one way to beat and win that war. The one thing about working people is <span style=\"text-decoration: underline;\"><em>we like a good fight</em></span>. And you know what? They’ve got a war, they got a war with us and there’s only going to be one winner. It’s going to be the workers of Michigan, and America. We’re going to win that war….</p>\r\n<p>President Obama, this is your <span style=\"text-decoration: underline;\"><em>army</em></span>. We are ready to <span style=\"text-decoration: underline;\"><em>march</em></span> … Everybody here’s got a vote … Let’s <span style=\"text-decoration: underline;\"><em>take these sons of bitches out</em></span> and give America back to an America where we belong. [Emphasis added] <strong>~ JAMES HOFFA, President Teamster\'s Union</strong></p>\r\n<p><strong>President Obama\'s Response: \"               \". </strong></p>','','',0),(34,2,'Quotes of the Week','<p>“There is no other way to Socialism,” he (Lenin) insisted, “but the dictatorship of the proletariat...Violence, when it is committed by the toiling and exploited masses, is the kind of violence of which we approve” <strong>(Lenin 1918, vol. 35, p. 265).</strong></p>','','',0),(35,0,'Founding Fathers','<p><span style=\"font-family: Arial;\">The time is now near at hand which must probably determine whether Americans are to be freemen or slaves; whether they are to have any property they can call their own; whether their houses and farms are to be pillaged and destroyed, and themselves consigned to a state of wretchedness from which no human efforts will deliver them. The fate of unborn millions will now depend, under God, on the courage and conduct of this army. Our cruel and unrelenting enemy leaves us only the choice of brave resistance, or the most abject submission. We have, therefore, to resolve to conquer or die. ---</span><span style=\"font-size: x-small;\"><strong><span style=\"font-size: xx-small;\">GEORGE WASHINGTON, address to the Continental Army before the battle of Long Island, Aug. 27, 1776</span></strong></span></p>','','',1),(36,0,'Founding Fathers','<p><span style=\"font-family: Arial;\">However [political parties] may now and then answer popular ends, they are likely in the course of time and things, to become potent engines, by which cunning, ambitious, and unprincipled men will be enabled to subvert the power of the people and to usurp for themselves the reins of government, destroying afterwards the very engines which have lifted them to unjust dominion.</span><span style=\"font-family: Arial;\"><strong>---GEORGE WASHINGTON, Farewell Address, Sep. 17, 1796</strong></span></p>','','',1),(37,0,'Quotes of the Week','<div>The way to crush the bourgeoisie is to grind them between the millstones of taxation and inflation. <strong>-- Vladimir Ilyich Lenin</strong></div>','','',0),(38,1,'Quotes of the Week','<p>“Now, it would be nice if we could keep every tax break, but we can’t afford them because if we choose to keep those tax breaks for millionaires and billionaires, or for hedge fund managers and corporate jet owners, or for oil and gas companies pulling in huge profits without our help – then we’ll have to make even deeper cuts somewhere else.  <strong>-- Barack Hussein Obama</strong></p>','','',0),(39,0,'Quotes of the Week','<p>A newspaper is not only a collective propagandist and a collective agitator, it is also a collective organiser. <strong>--- Lenin</strong></p>','','',0),(40,0,'Quotes of the Week','<p>We want to achieve a new and better order of society: in this new and better society there must be neither rich nor poor; all will have to work. Not a handful of rich people, but all the working people must enjoy the fruits of their common labour. Machines and other improvements must serve to ease the work of all and not to enable a few to grow rich at the expense of millions and tens of millions of people. This new and better society is called socialist society. The teachings about this society are called socialism.  --- <strong>Vladimir Ilyich Lenin</strong></p>','','',0),(41,1,'Points to Ponder','<p>Political theorist <a href=\"http://en.wikipedia.org/wiki/Hannah_Arendt\" title=\"Hannah Arendt\">Hannah Arendt</a>, a Jew who fled Germany after Hitler\'s rise to power, reported on Eichmann\'s trial for <em><a href=\"http://en.wikipedia.org/wiki/The_New_Yorker\" title=\"The New Yorker\">The New Yorker</a></em>. In <em><a href=\"http://en.wikipedia.org/wiki/Eichmann_in_Jerusalem\" title=\"Eichmann in Jerusalem\">Eichmann in Jerusalem</a></em>, a book formed by this reporting, Arendt details the conclusion of several Israeli psychiatrists that Eichmann was \"normal.\" She called him the embodiment of the \"<a href=\"http://en.wikipedia.org/wiki/Banality_of_evil\" title=\"Banality of evil\">Banality of Evil</a>\", as he appeared at his trial to have an ordinary and common personality, displaying neither guilt nor hatred. She suggested that this most strikingly discredits the idea that the Nazi criminals were manifestly <a href=\"http://en.wikipedia.org/wiki/Psychopathy\" title=\"Psychopathy\">psychopathic</a> and different from ordinary people. Eichmann himself said he joined the SS not because he agreed with its ethos, but to build a career.<sup id=\"cite_ref-57\"><a href=\"#cite_note-57\"><span>[</span>58<span>]</span></a></sup></p>','','',1),(42,0,'Quotes of the Week','<p>Well, the trouble with our liberal friends is not that they are ignorant, but that they know so much that isn’t so. <strong>-- Ronald Reagan</strong></p>','','',0),(43,0,'Quotes of the Week','<p> I\'ve now been in 57 states — I think one left to go. <strong>— Barack Hussein Obama</strong></p>','','',0),(44,0,'Quotes of the Week','<p>Allen West: Chris Matthews Might Be Off His Medication</p>','','',0),(45,0,'Quotes of the Week','<p><strong>We</strong>\'ll carry President Obama <strong>back</strong> to the White House on the shoulders of the <strong>people</strong> of this country. -- <strong>Debbie Wasserman Schultz  (Communism 101 for Dummies)</strong></p>','','',0),(46,0,'Quotes of the Week','<p>Obama is Greatest Hoax Ever Perpetrated on the American People -- <strong>Clint Eastwood</strong></p>','','',0),(47,0,'Quotes of the Week','<p>I will stand with the Muslims should the political winds shift in an ugly direction.  <strong>-- Barack Hussein Obama from \'Audacity of Hope\'</strong></p>','','',0),(48,0,'Quotes of the Week','<p><em>To restore fiscal responsibility, we all need to share in the sacrifice, but we don\'t have to sacrifice the America we believe in  -- <strong>Barack Hussein Obama</strong></em></p>','','',1),(49,0,'Quotes of the Week','<p><em>It only stands to reason that where there’s sacrifice, there’s someone collecting the sacrificial offerings. Where there’s service, there is someone being served. The man who speaks to you of sacrifice is speaking of slaves and masters, and intends to be the master.  -- <strong>Ayn Rand</strong></em></p>','','',1);
/*!40000 ALTER TABLE `jos_rquotes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_rquotes_categories`
--

DROP TABLE IF EXISTS `jos_rquotes_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_rquotes_categories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL,
  `name` text NOT NULL,
  `description` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_rquotes_categories`
--

LOCK TABLES `jos_rquotes_categories` WRITE;
/*!40000 ALTER TABLE `jos_rquotes_categories` DISABLE KEYS */;
INSERT INTO `jos_rquotes_categories` VALUES (1,0,'Founding Fathers',''),(2,0,'Quotes of the Week',''),(3,0,'Points to Ponder','');
/*!40000 ALTER TABLE `jos_rquotes_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_rquotes_meta`
--

DROP TABLE IF EXISTS `jos_rquotes_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_rquotes_meta` (
  `id` int(11) NOT NULL DEFAULT '0',
  `number_reached` mediumint(9) NOT NULL DEFAULT '0',
  `date_modified` mediumint(9) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_rquotes_meta`
--

LOCK TABLES `jos_rquotes_meta` WRITE;
/*!40000 ALTER TABLE `jos_rquotes_meta` DISABLE KEYS */;
INSERT INTO `jos_rquotes_meta` VALUES (1,1,1);
/*!40000 ALTER TABLE `jos_rquotes_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_sections`
--

DROP TABLE IF EXISTS `jos_sections`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_sections` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `image` text NOT NULL,
  `scope` varchar(50) NOT NULL DEFAULT '',
  `image_position` varchar(30) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `access` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `count` int(11) NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_scope` (`scope`)
) ENGINE=MyISAM AUTO_INCREMENT=26 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_sections`
--

LOCK TABLES `jos_sections` WRITE;
/*!40000 ALTER TABLE `jos_sections` DISABLE KEYS */;
INSERT INTO `jos_sections` VALUES (1,'News','','news','articles.jpg','content','right','Select a news topic from the list below, then select a news article to read.',1,0,'0000-00-00 00:00:00',3,0,2,''),(3,'FAQs','','faqs','key.jpg','content','left','From the list below choose one of our FAQs topics, then select an FAQ to read. If you have a question which is not in this section, please contact us.',0,0,'0000-00-00 00:00:00',5,0,24,''),(4,'About Joomla!','','about-joomla','','content','left','',0,0,'0000-00-00 00:00:00',2,0,28,''),(5,'Inbox','','watchmen','','content','left','<p>Day after day, my lord, I stand on the watchtower; every night I stay at my post.<br /><br /><span class=\"keywordresultextras\"><a href=\"http://www.biblegateway.com/passage/?search=Isaiah+21:8&amp;version=NIV\"><span style=\"text-decoration: underline;\"><span style=\"color: #0066cc;\">Isaiah 21:7-9</span></span></a></span></p>',1,0,'0000-00-00 00:00:00',6,0,5,''),(6,'Tools','','tools','','content','left','',1,0,'0000-00-00 00:00:00',7,0,4,''),(7,'Founding Documents','','founding-documents','','content','left','',1,0,'0000-00-00 00:00:00',8,0,1,''),(16,'Humor','','humor','','content','left','',1,0,'0000-00-00 00:00:00',17,0,1,''),(8,'Financial','','financial','','content','left','',1,62,'2015-11-05 03:34:11',9,0,4,''),(9,'Research','','research','','content','left','',1,0,'0000-00-00 00:00:00',10,0,2,''),(10,'Survival  and Preparation','','survival-and-preparatin','','content','left','<p>Preparation resources</p>',1,0,'0000-00-00 00:00:00',11,0,6,''),(11,'The Call to Reason','','the-call-to-reason','','content','left','',1,62,'2015-02-27 04:54:22',12,0,4,''),(12,'Information on Islam','','information-on-islam','','content','left','',1,0,'0000-00-00 00:00:00',13,0,1,''),(13,'Tin Soldiers','','tin-soldiers','','content','left','<p><em><br /></em></p>',1,62,'2012-03-08 03:27:06',14,0,4,''),(14,'Exploring the Peaceful Religion','','exploring-the-peaceful-religion','','content','left','',1,0,'0000-00-00 00:00:00',15,0,1,''),(15,'2nd Amendment','','2nd-amendment','','content','left','<p><span style=\"line-height: 24px; color: #000000; font-family: sans-serif;\">\r\n<h1 id=\"firstHeading\" class=\"firstHeading\" style=\"color: black; background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; font-weight: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0.1em; margin-left: 0px; overflow-x: hidden; overflow-y: hidden; padding-top: 0px; padding-bottom: 0px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #aaaaaa; width: auto; font-size: 1.6em; line-height: 1.2em;\">Second Amendment to the United States Constitution</h1>\r\n</span><span style=\"font-family: sans-serif; line-height: 19px; color: #000000;\">From Wikipedia, the free encyclopedia</span><span style=\"font-size: 13px; line-height: 19px; color: #000000; font-family: sans-serif;\">\r\n<p style=\"margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em;\">The <strong>Second Amendment</strong> (<strong>Amendment II</strong>) to the <a href=\"http://en.wikipedia.org/wiki/United_States_Constitution\" title=\"United States Constitution\" style=\"text-decoration: none; color: #0645ad; background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: initial initial; background-repeat: initial initial;\">United States Constitution</a> is the part of the <a href=\"http://en.wikipedia.org/wiki/United_States_Bill_of_Rights\" title=\"United States Bill of Rights\" style=\"text-decoration: none; color: #0645ad; background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: initial initial; background-repeat: initial initial;\">United States Bill of Rights</a> that protects the <a href=\"http://en.wikipedia.org/wiki/Right_to_keep_and_bear_arms\" title=\"Right to keep and bear arms\" style=\"text-decoration: underline; color: #0645ad; background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: initial initial; background-repeat: initial initial;\">right of the people to keep and bear arms</a>. It was adopted on December 15, 1791, along with the rest of the Bill of Rights.</p>\r\n<p style=\"margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em;\">In 2008 and 2010, the <a href=\"http://en.wikipedia.org/wiki/Supreme_Court_of_the_United_States\" title=\"Supreme Court of the United States\" style=\"text-decoration: none; color: #0645ad; background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: initial initial; background-repeat: initial initial;\">Supreme Court</a> issued two Second Amendment decisions. In <em><a href=\"http://en.wikipedia.org/wiki/District_of_Columbia_v._Heller\" title=\"District of Columbia v. Heller\" style=\"text-decoration: none; color: #0645ad; background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: initial initial; background-repeat: initial initial;\">District of Columbia v. Heller</a></em> (2008), the Court ruled that the Second Amendment protects an individual\'s right to possess a firearm, unconnected to service in a militia<sup id=\"cite_ref-0\" class=\"reference\" style=\"line-height: 1em; font-weight: normal; font-style: normal;\"><a href=\"http://en.wikipedia.org/wiki/Second_Amendment_to_the_United_States_Constitution#cite_note-0\" style=\"text-decoration: none; color: #0645ad; background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; white-space: nowrap; background-position: initial initial; background-repeat: initial initial;\"><span>[</span>1<span>]</span></a></sup><sup id=\"cite_ref-1\" class=\"reference\" style=\"line-height: 1em; font-weight: normal; font-style: normal;\"><a href=\"http://en.wikipedia.org/wiki/Second_Amendment_to_the_United_States_Constitution#cite_note-1\" style=\"text-decoration: none; color: #0645ad; background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; white-space: nowrap; background-position: initial initial; background-repeat: initial initial;\"><span>[</span>2<span>]</span></a></sup> and to use that arm for traditionally lawful purposes, such as self-defense within the home. Additionally, the Court enumerated several longstanding prohibitions and restrictions on firearms possession that it found were consistent with the Second Amendment.<sup id=\"cite_ref-2\" class=\"reference\" style=\"line-height: 1em; font-weight: normal; font-style: normal;\"><a href=\"http://en.wikipedia.org/wiki/Second_Amendment_to_the_United_States_Constitution#cite_note-2\" style=\"text-decoration: none; color: #0645ad; background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; white-space: nowrap; background-position: initial initial; background-repeat: initial initial;\"><span>[</span>3<span>]</span></a></sup> In <em><a href=\"http://en.wikipedia.org/wiki/McDonald_v._Chicago\" title=\"McDonald v. Chicago\" style=\"text-decoration: none; color: #0645ad; background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: initial initial; background-repeat: initial initial;\">McDonald v. Chicago</a></em> (2010), the Court ruled that the Second Amendment limits State and local governments to the same extent that it limits the federal government.<sup id=\"cite_ref-nytimes.com_3-0\" class=\"reference\" style=\"line-height: 1em; font-weight: normal; font-style: normal;\"><a href=\"http://en.wikipedia.org/wiki/Second_Amendment_to_the_United_States_Constitution#cite_note-nytimes.com-3\" style=\"text-decoration: none; color: #0645ad; background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; white-space: nowrap; background-position: initial initial; background-repeat: initial initial;\"><span>[</span>4<span>]</span></a></sup></p>\r\n</span></p>',1,0,'0000-00-00 00:00:00',16,0,1,''),(17,'Insight','','insight','','content','left','<blockquote>\r\n<p> </p>\r\n</blockquote>',1,62,'2012-03-04 18:16:02',18,0,7,''),(18,'For By Thy Words...','','for-by-thy-words','','content','left','',1,0,'0000-00-00 00:00:00',19,0,1,''),(19,'Morningstar Ministries','','morningstar-ministries','','content','left','<html />',1,0,'0000-00-00 00:00:00',20,0,1,''),(20,'Watchmen','','watchmen','','content','left','',1,0,'0000-00-00 00:00:00',21,0,2,''),(21,'Unions','','unions','','content','left','<p>The following excerpt from James P. O\'Donnell\'s <em>THE BUNKER</em> (1978, Boston, Houghton Mifflin, pp. 261-262) is instructive. O\'Donnell is quoting Artur Axmann, the Nazi youth leader, recalling a conversation with Goebbels in the Hitler bunker on Tuesday, May 1, 1945, the same day Goebbels and his wife would kill themselves after she killed their children.</p>\r\n<p><br />\"He said one of the great accomplishments of the Hitler regime had been to win the German workers over almost totally to the national cause. We had made patriots of the workers, he said, as the Kaiser had dismally failed to do. This, he kept repeating, had been one of the real triumphs of the movement. We Nazis were a non-Marxist yet revolutionary party, anticapitalist, antibourgeois, antireactionary....</p>\r\n<p><a href=\"http://constitutionalistnc.tripod.com/hitler-leftist/id9.html\">From: Hitler was A Socialist by John J. Ray M.A., PhD</a></p>',1,0,'0000-00-00 00:00:00',22,0,5,''),(22,'Dateline Israel','','dateline-israel','','content','left','',1,0,'0000-00-00 00:00:00',23,0,1,''),(23,'Inspiration','','inspirtaion','','content','left','',1,0,'0000-00-00 00:00:00',24,0,2,''),(24,'Climate - Global Warming','','climate-global-warming','','content','left','',1,0,'0000-00-00 00:00:00',25,0,1,''),(25,'Energy','','energy','','content','left','',1,0,'0000-00-00 00:00:00',26,0,1,'');
/*!40000 ALTER TABLE `jos_sections` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_session`
--

DROP TABLE IF EXISTS `jos_session`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_session` (
  `username` varchar(150) DEFAULT '',
  `time` varchar(14) DEFAULT '',
  `session_id` varchar(200) NOT NULL DEFAULT '0',
  `guest` tinyint(4) DEFAULT '1',
  `userid` int(11) DEFAULT '0',
  `usertype` varchar(50) DEFAULT '',
  `gid` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `client_id` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `data` longtext,
  PRIMARY KEY (`session_id`(64)),
  KEY `whosonline` (`guest`,`usertype`),
  KEY `userid` (`userid`),
  KEY `time` (`time`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_session`
--

LOCK TABLES `jos_session` WRITE;
/*!40000 ALTER TABLE `jos_session` DISABLE KEYS */;
INSERT INTO `jos_session` VALUES ('','1589731213','ee708c2dbe89614b6713fcce3367c955',1,0,'',0,0,'__default|a:10:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1589731213;s:18:\"session.timer.last\";i:1589731213;s:17:\"session.timer.now\";i:1589731213;s:24:\"session.client.forwarded\";s:12:\"10.179.4.123\";s:22:\"session.client.browser\";s:119:\"Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; AspiegelBot)\";s:8:\"registry\";O:9:\"JRegistry\":3:{s:17:\"_defaultNameSpace\";s:7:\"session\";s:9:\"_registry\";a:1:{s:7:\"session\";a:1:{s:4:\"data\";O:8:\"stdClass\":0:{}}}s:7:\"_errors\";a:0:{}}s:4:\"user\";O:5:\"JUser\":19:{s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:3:\"gid\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:3:\"aid\";i:0;s:5:\"guest\";i:1;s:7:\"_params\";O:10:\"JParameter\":7:{s:4:\"_raw\";s:0:\"\";s:4:\"_xml\";N;s:9:\"_elements\";a:0:{}s:12:\"_elementPath\";a:1:{i:0;s:67:\"/home2/lrbadmin/public_html/libraries/joomla/html/parameter/element\";}s:17:\"_defaultNameSpace\";s:8:\"_default\";s:9:\"_registry\";a:1:{s:8:\"_default\";a:1:{s:4:\"data\";O:8:\"stdClass\":0:{}}}s:7:\"_errors\";a:0:{}}s:9:\"_errorMsg\";N;s:7:\"_errors\";a:0:{}}s:16:\"com_mailto.links\";a:5:{s:40:\"5e2e7e9d8b20a69770c427dcdce53ba2b5abc3df\";O:8:\"stdClass\":2:{s:4:\"link\";s:199:\"http://www.letsrebuildit.com/index.php?option=com_content&view=article&id=806:american-way-hillary-must-explain-why-a-second-clinton-presidency-would-be-good-for-america&catid=1:latest-news&Itemid=50\";s:6:\"expiry\";i:1589731213;}s:40:\"a3cb22ee3b94de6aad61c0aeceee7f7f3f34cc5a\";O:8:\"stdClass\":2:{s:4:\"link\";s:209:\"http://www.letsrebuildit.com/index.php?option=com_content&view=article&id=801:hillary-clinton-fainted-a-had-a-concussion-is-now-recovering-at-home-update-will-not-testify-on-libya&catid=1:latest-news&Itemid=50\";s:6:\"expiry\";i:1589731213;}s:40:\"0bbd32143d0e5e73ec81a3a3db99e05c879f7110\";O:8:\"stdClass\":2:{s:4:\"link\";s:143:\"http://www.letsrebuildit.com/index.php?option=com_content&view=article&id=799:george-carlin-arrogance-of-mankind-&catid=1:latest-news&Itemid=50\";s:6:\"expiry\";i:1589731213;}s:40:\"a032e25d81a73d6d2dd3e775cad0a27321b8353e\";O:8:\"stdClass\":2:{s:4:\"link\";s:147:\"http://www.letsrebuildit.com/index.php?option=com_content&view=article&id=797:the-solution-to-our-nations-gun-problem&catid=1:latest-news&Itemid=50\";s:6:\"expiry\";i:1589731213;}s:40:\"161a528c4a5d9df6a0bb2cbf2ee23f2f25235e37\";O:8:\"stdClass\":2:{s:4:\"link\";s:147:\"http://www.letsrebuildit.com/index.php?option=com_content&view=article&id=798:the-solution-to-our-nations-gun-problem&catid=1:latest-news&Itemid=50\";s:6:\"expiry\";i:1589731213;}}s:13:\"session.token\";s:32:\"a8a7613ee24dc5997e553ea1a6df1e68\";}'),('','1589731550','16a9af155863c7a5c3ec4bfcb84a8264',1,0,'',0,0,'__default|a:10:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1589731550;s:18:\"session.timer.last\";i:1589731550;s:17:\"session.timer.now\";i:1589731550;s:24:\"session.client.forwarded\";s:12:\"10.179.4.197\";s:22:\"session.client.browser\";s:119:\"Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; AspiegelBot)\";s:8:\"registry\";O:9:\"JRegistry\":3:{s:17:\"_defaultNameSpace\";s:7:\"session\";s:9:\"_registry\";a:1:{s:7:\"session\";a:1:{s:4:\"data\";O:8:\"stdClass\":0:{}}}s:7:\"_errors\";a:0:{}}s:4:\"user\";O:5:\"JUser\":19:{s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:3:\"gid\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:3:\"aid\";i:0;s:5:\"guest\";i:1;s:7:\"_params\";O:10:\"JParameter\":7:{s:4:\"_raw\";s:0:\"\";s:4:\"_xml\";N;s:9:\"_elements\";a:0:{}s:12:\"_elementPath\";a:1:{i:0;s:67:\"/home2/lrbadmin/public_html/libraries/joomla/html/parameter/element\";}s:17:\"_defaultNameSpace\";s:8:\"_default\";s:9:\"_registry\";a:1:{s:8:\"_default\";a:1:{s:4:\"data\";O:8:\"stdClass\":0:{}}}s:7:\"_errors\";a:0:{}}s:9:\"_errorMsg\";N;s:7:\"_errors\";a:0:{}}s:16:\"com_mailto.links\";a:5:{s:40:\"cae1fc3d9856f3c5032adc9f9472f4ac1b47bac7\";O:8:\"stdClass\":2:{s:4:\"link\";s:153:\"http://www.letsrebuildit.com/index.php?option=com_content&view=article&id=482:us-judge-allows-muslim-to-choke-atheist-over-islam&catid=71:islam&Itemid=88\";s:6:\"expiry\";i:1589731550;}s:40:\"d55a96bc0b0599a6d30e2481e1a33718cbd20501\";O:8:\"stdClass\":2:{s:4:\"link\";s:161:\"http://www.letsrebuildit.com/index.php?option=com_content&view=article&id=591:greek-neo-nazi-beats-up-a-female-communist-on-live-tv&catid=74:commentary&Itemid=94\";s:6:\"expiry\";i:1589731550;}s:40:\"1e70938dd7d09dbce064e912d06d9f455b582843\";O:8:\"stdClass\":2:{s:4:\"link\";s:176:\"http://www.letsrebuildit.com/index.php?option=com_content&view=article&id=639:obamas-signature-move-unsealing-private-records&catid=72:the-right-to-keep-and-bear-arms&Itemid=89\";s:6:\"expiry\";i:1589731550;}s:40:\"ba0ff533718cdb282f0346772ee4f41aca09ed21\";O:8:\"stdClass\":2:{s:4:\"link\";s:175:\"http://www.letsrebuildit.com/index.php?option=com_content&view=article&id=592:california-votes-for-cuts-to-public-union-pensions&catid=79:what-a-surprise-department&Itemid=100\";s:6:\"expiry\";i:1589731550;}s:40:\"e44d06cf85851d85aac4acdacb516917e99c62bb\";O:8:\"stdClass\":2:{s:4:\"link\";s:186:\"http://www.letsrebuildit.com/index.php?option=com_content&view=article&id=705:very-urgent-prayer-requestmassive-troop-movements-reported-in-israel-&catid=80:gods-chosen-people&Itemid=101\";s:6:\"expiry\";i:1589731550;}}s:13:\"session.token\";s:32:\"6ae38289199de23d0f287e2046858d0a\";}');
/*!40000 ALTER TABLE `jos_session` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_stats_agents`
--

DROP TABLE IF EXISTS `jos_stats_agents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_stats_agents` (
  `agent` varchar(255) NOT NULL DEFAULT '',
  `type` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `hits` int(11) unsigned NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_stats_agents`
--

LOCK TABLES `jos_stats_agents` WRITE;
/*!40000 ALTER TABLE `jos_stats_agents` DISABLE KEYS */;
/*!40000 ALTER TABLE `jos_stats_agents` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_templates_menu`
--

DROP TABLE IF EXISTS `jos_templates_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_templates_menu` (
  `template` varchar(255) NOT NULL DEFAULT '',
  `menuid` int(11) NOT NULL DEFAULT '0',
  `client_id` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`menuid`,`client_id`,`template`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_templates_menu`
--

LOCK TABLES `jos_templates_menu` WRITE;
/*!40000 ALTER TABLE `jos_templates_menu` DISABLE KEYS */;
INSERT INTO `jos_templates_menu` VALUES ('ja_purity',0,0),('khepri',0,1);
/*!40000 ALTER TABLE `jos_templates_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_users`
--

DROP TABLE IF EXISTS `jos_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_users` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `username` varchar(150) NOT NULL DEFAULT '',
  `email` varchar(100) NOT NULL DEFAULT '',
  `password` varchar(100) NOT NULL DEFAULT '',
  `usertype` varchar(25) NOT NULL DEFAULT '',
  `block` tinyint(4) NOT NULL DEFAULT '0',
  `sendEmail` tinyint(4) DEFAULT '0',
  `gid` tinyint(3) unsigned NOT NULL DEFAULT '1',
  `registerDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `lastvisitDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `activation` varchar(100) NOT NULL DEFAULT '',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `usertype` (`usertype`),
  KEY `idx_name` (`name`),
  KEY `gid_block` (`gid`,`block`),
  KEY `username` (`username`),
  KEY `email` (`email`)
) ENGINE=MyISAM AUTO_INCREMENT=127 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_users`
--

LOCK TABLES `jos_users` WRITE;
/*!40000 ALTER TABLE `jos_users` DISABLE KEYS */;
INSERT INTO `jos_users` VALUES (62,'Jack Brake','JHB','admin@letsrebuildit.com','41a032e8b25bf2ba4b481154044604bf:HPO7LaQxXuWHistiQTTM1jQ0Z68BngrI','Super Administrator',0,1,25,'2010-04-26 21:24:32','2020-05-17 05:33:29','','admin_language=\nlanguage=\neditor=\nhelpsite=\ntimezone=0\n\n'),(63,'Rick Joyner','OAK','office@theoakinitiative.org','c586175f8751e88d888ba2606834b8c1:2sOsTtZ25koQfaWbU2MKVAzvDXYnPEVc','Author',0,1,19,'2010-04-28 12:32:07','0000-00-00 00:00:00','','admin_language=\nlanguage=\neditor=\nhelpsite=\ntimezone=0\n\n'),(72,'Cardinal Newman Society','CNS','cns@letsrebuildit.com','4d4758246afb567463b9892cc082ec73:BqaVlgFRUvHW5D3iAfpYhk4uneqRnE3W','Author',0,1,19,'2010-05-03 06:48:53','0000-00-00 00:00:00','','admin_language=\nlanguage=\neditor=\nhelpsite=\ntimezone=0\n\n'),(64,'American Family Association','AFA','contact@afa.net','fd7e72579fccbdeb5c8d4fc85b71cb0a:TfX0yeF7KuKBuvF8JPWaAc4dc8RId6rL','Author',0,1,19,'2010-04-28 19:20:04','0000-00-00 00:00:00','','admin_language=\nlanguage=\neditor=\nhelpsite=\ntimezone=0\n\n'),(65,'Fulton J. Sheen','FJS','fjs777@aol.com','449b89a6fe5f7da6018bb207bd396ff0:ynVakk1OodVn9yRDRtyOAATRUQ5ib6CB','Author',0,1,19,'2010-04-29 00:05:41','0000-00-00 00:00:00','','admin_language=\nlanguage=\neditor=\nhelpsite=\ntimezone=0\n\n'),(66,'Tea Party Express','TPE','info@teapartyexpress.org','e38afc31ed917a8ceed9089a831ac05a:Jl64XqHsnXPVz1b04Bz2EgORKvOMS2Sq','Author',0,1,19,'2010-04-29 00:10:04','0000-00-00 00:00:00','','admin_language=\nlanguage=\neditor=\nhelpsite=\ntimezone=0\n\n'),(67,'Americans for Prosperity Michigan','AFP','infomi@afphq.org','8d60b433cd1eb95c895da7ea34049003:KyWiWcyPitLtGu6mNAx4aGsYMFb7Qq3U','Author',0,1,19,'2010-04-29 00:12:02','0000-00-00 00:00:00','','admin_language=\nlanguage=\neditor=\nhelpsite=\ntimezone=0\n\n'),(68,'Transformation Michigan','TMI','transformmi@tds.net','959f86bbd3561e0fc3016bee6d59c32a:CwCKyj42CNGVlqHgiPao5d7nTcjqRqWr','Author',0,1,19,'2010-04-29 00:13:53','0000-00-00 00:00:00','','admin_language=\nlanguage=\neditor=\nhelpsite=\ntimezone=0\n\n'),(69,'Citizens for Traditional Values','CTV','ctv@ctvmichigan.org','1a4eb28dc03694950b7d3a6ad6b4735b:xZgGVpxtf7D4Ww4SQ8woRkaUwKKOh2UT','Author',0,1,19,'2010-04-29 00:17:21','0000-00-00 00:00:00','','admin_language=\nlanguage=\neditor=\nhelpsite=\ntimezone=0\n\n'),(70,'Founding Fathers','ff','admin@letsrebuilt.com','a399d08a4436e5a7647c76311e02113a:sTcrrIkqerDKBlFfF9jJYJQnVwrxtSAa','Author',0,1,19,'2010-04-29 00:40:14','0000-00-00 00:00:00','','admin_language=\nlanguage=\neditor=\nhelpsite=\ntimezone=0\n\n'),(71,'Craig von Buseck','cvb','info@cbn.com','f72127dee34b82c8d0b04142bc1631e9:AeJNGvORUpPjdHm1sX8xOsnswz2fjaU8','Author',0,1,19,'2010-04-29 13:43:48','0000-00-00 00:00:00','','admin_language=\nlanguage=\neditor=\nhelpsite=\ntimezone=0\n\n'),(73,'Catholic Vote Action','cva','info@catholicvoteaction.org','c2ba20a4e25e8dd477eef2d54351ca1e:u0fKgRCEIpzVLkG4I61ux1s5dWKcjzHb','Registered',0,0,18,'2010-05-11 17:55:48','0000-00-00 00:00:00','','admin_language=\nlanguage=\neditor=\nhelpsite=\ntimezone=0\n\n'),(74,'Helio Rodriguez-Ecay','ECO','helio@reccpa.com','d1aebd1b5b83a4ff0d96b1e9ebd19cf4:QXXBb2beo8QNDJphKi2gG54GJRdLPG3M','Editor',0,1,20,'2010-05-12 03:16:01','0000-00-00 00:00:00','','admin_language=\nlanguage=\neditor=\nhelpsite=\ntimezone=0\n\n'),(76,'Elsie Deluca','EDL','elsieandphil@charter.net','45ffdecde53500ff3948c0b8da4e58fd:7CQD1oySjz1cL1CZBqwkBzWtLNUUD7JS','Author',0,1,19,'2010-05-12 13:43:45','0000-00-00 00:00:00','','language=\ntimezone=0\neditor=\nhelpsite=\n\n'),(77,'Thomas Brake','Rock','benjiloghomes@gmail.com','b310425f8945cfa60fe4afe3eb62f5a8:cpWzdNqDvadU6BrMDpuLzoZSinad2ed4','Editor',0,1,20,'2010-05-15 03:13:53','0000-00-00 00:00:00','','admin_language=\nlanguage=\neditor=\nhelpsite=\ntimezone=0\n\n'),(94,'RetakeOurGov.com','WesN','wes@retakeourgov.com','09ab9df400835ad6863a9c6f71f0a698:NVE9xRn4EyfFBAKjQ4rdCWaFM9OCdra5','Publisher',1,0,21,'2011-01-25 02:19:34','0000-00-00 00:00:00','','admin_language=en-GB\nlanguage=en-GB\neditor=tinymce\nhelpsite=\ntimezone=0\n\n'),(98,'MargaretAnderson','MargaretAnderson','margaretanderson@mail15.com','164b6678a43295765230a0efbda89d88:8UNcW27DLy38Dg4z5jGOnHw9QJIGkBS3','Registered',0,0,18,'2011-02-15 00:10:49','0000-00-00 00:00:00','','\n'),(109,'PeetZaich','PeetZaich','peetzaich@gmail.com','d43084fcfbee0d82a3543e88e7dde028:kGDKqqqzKglScoIjOQlf0WTC8dbqe5sc','Registered',1,0,18,'2011-04-01 05:35:05','0000-00-00 00:00:00','74ef21847179854692872fcfe20a5dda','\n');
/*!40000 ALTER TABLE `jos_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jos_weblinks`
--

DROP TABLE IF EXISTS `jos_weblinks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jos_weblinks` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `sid` int(11) NOT NULL DEFAULT '0',
  `title` varchar(250) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `url` varchar(250) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `hits` int(11) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `archived` tinyint(1) NOT NULL DEFAULT '0',
  `approved` tinyint(1) NOT NULL DEFAULT '1',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `catid` (`catid`,`published`,`archived`)
) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jos_weblinks`
--

LOCK TABLES `jos_weblinks` WRITE;
/*!40000 ALTER TABLE `jos_weblinks` DISABLE KEYS */;
INSERT INTO `jos_weblinks` VALUES (1,2,0,'Joomla!','joomla','http://www.joomla.org','Home of Joomla!','2005-02-14 15:19:02',5,0,0,'0000-00-00 00:00:00',1,0,1,'target=0'),(2,2,0,'php.net','php','http://www.php.net','The language that Joomla! is developed in','2004-07-07 11:33:24',8,0,0,'0000-00-00 00:00:00',3,0,1,''),(3,2,0,'MySQL','mysql','http://www.mysql.com','The database that Joomla! uses','2004-07-07 10:18:31',3,0,0,'0000-00-00 00:00:00',5,0,1,''),(4,2,0,'OpenSourceMatters','opensourcematters','http://www.opensourcematters.org','Home of OSM','2005-02-14 15:19:02',13,0,0,'0000-00-00 00:00:00',2,0,1,'target=0'),(5,2,0,'Joomla! - Forums','joomla-forums','http://forum.joomla.org','Joomla! Forums','2005-02-14 15:19:02',6,0,0,'0000-00-00 00:00:00',4,0,1,'target=0'),(6,2,0,'Ohloh Tracking of Joomla!','ohloh-tracking-of-joomla','http://www.ohloh.net/projects/20','Objective reports from Ohloh about Joomla\'s development activity. Joomla! has some star developers with serious kudos.','2007-07-19 09:28:31',3,0,0,'0000-00-00 00:00:00',6,0,1,'target=0\n\n'),(7,36,0,'The Oak Initiative','oak','http://www.theoakinitiative.org/','The Oak Initiative is a grassroots movement to unite, mobilize, equip, and activate Christians to be the salt and light they are called to be by engaging in the great issues of our time from a sound biblical worldview.\r\n','2010-04-29 23:11:15',230,1,0,'0000-00-00 00:00:00',6,0,1,'target=\n\n'),(8,36,0,'American Family Association','afa','http://www.afa.net/','The American Family Association represents and stands for traditional family values and exists to motivate and equip citizens to reform our culture to reflect Biblical truth on which it was founded. We believe that God has communicated absolute truth to man through nature and the Bible, and that all men everywhere and at all times are subject to His authority. Therefore, a culture based on Biblical truth best serves the well-being of our country as evidenced by the vision of our forefathers as set forth in the Declaration of Independence.\r\n\r\n','2010-04-29 23:14:09',239,1,0,'0000-00-00 00:00:00',1,0,1,'target=\n\n'),(9,36,0,'Transformation Michigan','tmi','http://transformmi.com/','*Become the next Herrnhutt where day and night prayer will rise 24/7/365 until the Lord returns.\r\n\r\n*Establish a networking, connective process where each county will have a flame kindled within to stand in the gap for their county, region, and state. Larger counties will be broken into sections such as Northwest, Northeast, Southwest, Southeast, and Central as houses of prayer arise (Example: Macomb County Southwest House of Prayer to Bring Transformation). All that is initially needed is for one in each county to stand (Ezekiel 22:30). \r\n\r\n*Embrace all races and Christians denominations as not to overlook any people group in the state (Acts 17:26-28, 10:34-35).','2010-04-29 23:18:15',961,1,0,'0000-00-00 00:00:00',7,0,1,'target=\n\n'),(10,36,0,'Our Country Deserves Better PAC (Tea Party Express)','tpx','http://www.ourcountrydeservesbetter.com/','Our Country Deserves Better PAC is leading the fight to champion the Reaganesque conservatism of lower taxes, smaller government, strong national defense, and respect for the strength of the family as the core of a strong America.','2010-04-30 05:36:53',218,1,0,'0000-00-00 00:00:00',5,0,1,'target=\n\n'),(11,36,0,'Isaiah 58:12','isaiah-5812','http://www.isaiah5812.org/','Your people will rebuild the ancient ruins and raise up the age-old foundations; You will be called Repairer of Broken Walls; Restorer of Streets with Dwellings” (NIV).','2010-04-29 23:33:27',383,1,0,'0000-00-00 00:00:00',4,0,1,'target=\n\n'),(12,36,0,'Citizens for Traditional Values MI','ctv','http://www.ctvmichigan.org/','Citizens for Traditional Values (CTV) is a nonprofit civic league working on the grassroots level to encourage an active and informed citizenry in the State of Michigan. CTV seeks to broaden public understanding of the importance of personal freedom and traditional family values; and to work for the adoption of laws and public policies which reflect those values. This is accomplished by educating, networking, and mobilizing the pro-life, pro-family community.\r\n\r\n','2010-04-29 23:36:31',922,1,0,'0000-00-00 00:00:00',3,0,1,'target=\n\n'),(13,36,0,'Americans for Prosperity MI','afp','http://www.americansforprosperity.org/michigan','AFP-Michigan is an organization of 29,000 activists committed to strengthening our constitutional government, establishing fiscal restraint, and giving taxpayers greater control over government. We are dedicated to recruiting, training, educating, and motivating grassroots activists to be effective in their own communities. As an AFP member, you will join hundreds of thousands of others around this nation. You will receive training on how to effectively communicate with government officials and get real results right where you live. Most importantly, you will send a message that there is still room for good ideas that make government work better and more efficiently in Michigan.','2010-04-29 23:38:11',241,1,0,'0000-00-00 00:00:00',2,0,1,'target=\n\n'),(14,48,0,'Why Taxes Matter','why-taxes-matter','http://www.taxfoundation.org/pdfs/whytaxesmatter.pdf','Beyond giving everybody a collective headache when April rolls around, taxes have a tremendous influence on the American way of life. From daily decisions like where to shop to life’s major decisions – where to buy property, where to establish a business, when and where to retire, and how to plan for death – taxes are there to push you one way or the other, often practically dictating what you can do.','2010-05-11 16:37:29',251,1,0,'0000-00-00 00:00:00',1,0,1,'target=\n\n'),(15,48,0,'Tax Freedom Day','tax-freedom-day','http://www.taxfoundation.org/taxfreedomday/','Tax Freedom Day will arrive on April 9 this year, the 99th day of 2010, according to our annual calculation using the latest government data on income and taxes. Americans will work well over three months of the year—from January 1 to April 9—before they have earned enough money to pay this year\'s tax obligations at the federal, state and local levels.','2010-05-11 16:42:09',898,1,0,'0000-00-00 00:00:00',2,0,1,'target=\n\n'),(16,48,0,'What is Tax Deferral','what-is-tax-deferral','http://www.youtube.com/watch?v=hapfclt6mFY','TaxFoundation — May 11, 2009 — The Obama Administration is proposing to raise more than $100 billion from American multinational corporations by limiting in some way the ability of U.S. companies to defer tax on profits earned abroad. The premise behind the proposal is that by raising the taxes paid on the foreign profits of U.S. companies earned abroad, the companies will somehow have more incentive to locate their operations here in the United States.','2010-05-11 16:46:03',470,1,0,'0000-00-00 00:00:00',3,0,1,'target=\n\n'),(17,49,0,'Soak the Rich Lose the Rich','soak-the-rich-lose-the-rich','http://online.wsj.com/article/SB124260067214828295.html','Americans know how to use the moving van to escape high taxes.','2010-05-11 16:49:21',953,1,0,'0000-00-00 00:00:00',1,0,1,'target=\n\n'),(18,49,0,'More States Look to Raise Taxes','more-states-look-to-raise-taxes','http://online.wsj.com/article/SB123923448796803135.html','By LESLIE EATON\r\nA free fall in tax revenue is driving more state lawmakers to turn to broad-based tax increases in a bid to close widening budget gaps.\r\n','2010-05-11 16:51:54',212,1,0,'0000-00-00 00:00:00',2,0,1,'target=\n\n'),(19,49,0,'Who Pays for Cap and Trade?','who-pays-for-cap-and-trade','http://online.wsj.com/article/SB123655590609066021.html','Cap and trade is the tax that dare not speak its name, and Democrats are hoping in particular that no one notices who would pay for their climate ambitions. With President Obama depending on vast new carbon revenues in his budget and Congress promising a bill by May, perhaps Americans would like to know the deeply unequal ways that climate costs would be distributed across regions and income groups.\r\n\r\n','2010-05-11 17:02:02',816,1,0,'0000-00-00 00:00:00',3,0,1,'target=\n\n'),(23,52,0,'Founding Father\'s Quotes','founding-fathers-quotes','http://www.marksquotes.com/Founding-Fathers/','Founding Fathers Quotes\r\nHere are quotes by America\'s founding fathers, quotations about the American Revolution, and assorted remarks related to America\'s founding.','2010-05-13 03:04:19',217,1,0,'0000-00-00 00:00:00',1,0,1,'target=\n\n'),(20,49,0,'Granholm\'s Tax Warning','granholms-tax-warning','http://online.wsj.com/article/SB121192942396124327.html#','It\'s no fun to kick a state when it\'s down – especially when the local politicians are doing a fine job of it – but the latest news of Michigan\'s deepening budget woe is a national warning of what happens when you raise taxes in a weak economy.\r\n\r\n','2010-05-11 16:54:16',244,1,0,'0000-00-00 00:00:00',4,0,1,'target=\n\n'),(21,49,0,'Union Workers Hit Harder by High State Taxes, Study Finds','union-workers-hit-harder-by-high-state-taxes-study-finds','http://blogs.wsj.com/economics/2009/08/24/union-workers-hit-harder-by-high-state-taxes-study-finds/','By Martin Vaughan\r\nUnion employees bear more of the burden of high state corporate taxes than non-union employees, according to a new study distributed by the National Bureau of Economic Research.\r\n','2010-05-11 16:56:29',222,1,0,'0000-00-00 00:00:00',5,0,1,'target=\n\n'),(22,50,0,'It\'s not just millionaires fleeing Maryland taxes','its-not-just-millionaires-fleeing-maryland-taxes','http://www.washingtonexaminer.com/opinion/columns/marta-mossburg/Its-not-just-millionaires-fleeing-Maryland-taxes-45349682.html','Anyone taking Economics 101 could have predicted that those best able to avoid Maryland’s new 6.25 percent marginal tax rate on income over $1 million would. They are the ones best able to choose where to live and to pay accountants and lawyers to lower their tax burden.','2010-05-11 17:00:27',289,1,0,'0000-00-00 00:00:00',1,0,1,'target=\n\n'),(24,52,0,'Heritage of the Founding Fathers','heritage-of-the-founding-fathers','http://www.heritageofthefoundingfathers.com/index.html','Today, not everyone knows the heritage of America\'s Founding Fathers.  Their intentions are, in some cases, misread or misinterpreted and at times their beliefs are portrayed falsely.  Who were the Founding Fathers and what did they stand for?','2010-05-13 03:09:10',452,1,0,'0000-00-00 00:00:00',2,0,1,'target=\n\n'),(25,62,0,'Pravda: American capitalism gone with a whimper ','pravda-american-capitalism-gone-with-a-whimper-','http://english.pravda.ru/opinion/columnists/107459-0/','It must be said, that like the breaking of a great dam, the American decent into Marxism is happening with breath taking speed, against the back drop of a passive, hapless sheeple, excuse me dear reader, I meant people...','2010-05-18 04:06:43',169,1,0,'0000-00-00 00:00:00',1,0,1,'target=\n\n'),(26,63,0,'Mahmoud Ahmadinejad','mahmoud-ahmadinejad','http://www.un.org/ga/63/generaldebate/pdf/iran_en.pdf','Statement on Israel and Zionism during 2008 UN General Assembly','2010-05-18 04:23:15',295,1,0,'0000-00-00 00:00:00',1,0,1,'target=\n\n');
/*!40000 ALTER TABLE `jos_weblinks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Dumping events for database 'lrbadmin_jo151'
--

--
-- Dumping routines for database 'lrbadmin_jo151'
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2026-05-10 13:56:57
